Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the node-packages group in /app/frontend with 15 updates #37

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the node-packages group in /app/frontend with 15 updates:

Package From To
@azure/msal-browser 3.6.0 3.13.0
@azure/msal-react 2.0.8 2.0.15
@fluentui/react 8.112.9 8.117.5
@fluentui/react-components 9.42.0 9.47.5
@fluentui/react-icons 2.0.223 2.0.235
dompurify 3.0.6 3.1.0
js-base64 3.7.5 3.7.7
ndjson-readablestream 1.0.9 1.1.0
react-router-dom 6.20.1 6.22.3
scheduler 0.20.2 0.23.0
@types/react 18.2.42 18.2.78
@types/react-dom 18.2.17 18.2.25
prettier 3.1.0 3.2.5
typescript 5.3.2 5.4.5
vite 4.5.1 5.2.8

Updates @azure/msal-browser from 3.6.0 to 3.13.0

Release notes

Sourced from @​azure/msal-browser's releases.

@​azure/msal-browser v3.13.0

3.13.0

Thu, 11 Apr 2024 21:46:57 GMT

Minor changes

  • Capture and instrument cache errors #7021 ([email protected])
  • Bump @​azure/msal-common to v14.9.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump msal-test-utils to v0.0.1 (beachball)

Patches

@​azure/msal-browser v3.11.1

3.11.1

Wed, 27 Mar 2024 18:41:17 GMT

Patches

  • Bump @​azure/msal-common to v14.8.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump msal-test-utils to v0.0.1 (beachball)

@​azure/msal-browser v3.11.0

3.11.0

Fri, 22 Mar 2024 20:32:39 GMT

Minor changes

  • Instrument non-auth error name and stack #6937 ([email protected])
  • Capture telemetry event tree #6948 ([email protected])
  • Move preflightBrowserEnvironmentCheck to BrowserUtils ([email protected])
  • Bump @​azure/msal-common to v14.8.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump msal-test-utils to v0.0.1 (beachball)

Patches

... (truncated)

Commits

Updates @azure/msal-react from 2.0.8 to 2.0.15

Release notes

Sourced from @​azure/msal-react's releases.

@​azure/msal-react v2.0.15

2.0.15

Thu, 11 Apr 2024 21:46:57 GMT

Patches

  • Bump @​azure/msal-browser to v3.13.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-react v2.0.14

2.0.14

Wed, 27 Mar 2024 18:41:17 GMT

Patches

  • Bump @​azure/msal-browser to v3.11.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-react v2.0.13

2.0.13

Fri, 22 Mar 2024 20:32:39 GMT

Patches

  • Bump @​azure/msal-browser to v3.11.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-react v2.0.12

2.0.12

Sat, 17 Feb 2024 01:49:06 GMT

Patches

  • Bump @​azure/msal-browser to v3.10.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-react v2.0.11

2.0.11

Wed, 07 Feb 2024 22:00:37 GMT

Patches

  • Bump @​azure/msal-browser to v3.9.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

... (truncated)

Commits

Updates @fluentui/react from 8.112.9 to 8.117.5

Release notes

Sourced from @​fluentui/react's releases.

@​fluentui/react v8.117.5

Patches

@​fluentui/react v8.117.4

Patches

  • fix: picker tags only show focus styling when focused (PR #30710 by smhigley)

@​fluentui/react v8.117.3

Patches

  • fix: selected option focus outline has contrast against bg (PR #30979 by smhigley)

@​fluentui/react v8.117.2

Patches

Commits
  • 07fc578 applying package updates
  • 89ca3a5 fix(react-combobox): Inline Listbox should render on top of relatively positi...
  • c488a5e fix(react-tree): Allow overriding aria-selected through props (#31020)
  • 0e56f62 perf(scripts-task): turn off path aliases within generate-api task, make isUs...
  • 60063f3 fix(react-drawer): remove circular dependency from cypress test files (#31005)
  • 43033b4 feat(eslint-plugin): add triple-slash-reference rule to ban TS '///' within ...
  • a66d31f chore(tag-picker): adds bundle-size (#31023)
  • 31be1ad perf: exclude cypress test files from tsc Program for .d.ts generation and ...
  • 4cf3b03 fix(eslint-plugin): ignore bundle-size package directory (#31018)
  • 4d23188 chore(react-tag-picker): adds README file (#31016)
  • Additional commits viewable in compare view

Updates @fluentui/react-components from 9.42.0 to 9.47.5

Release notes

Sourced from @​fluentui/react-components's releases.

@​fluentui/react-components v9.47.5

Patches

  • Avoid re-inserting Style Element to HEAD when re-rendering FluentProvider (PR #30960 by RamyRafik)

@​fluentui/react-components v9.47.4

Minor changes

Patches

  • fix: remove border from high contrast mode to match styles and make focus more visible (PR #30865 by smhigley)
  • chore: move freeform and disabled to ComboboxBase types (PR #30947 by bsunderhus)
  • fix: Align arrow down behavior with Combobox. (PR #30954 by sopranopillow)
  • feat: adds TagPickerOptionGroup component (PR #30934 by bsunderhus)
Commits
  • c1a3441 applying package updates
  • 6b335a8 Using a memoized Empty Object for StyleTag rendererAttributes prop (#30960)
  • 3905433 chore: remove @​fluentui/react-motion-preview from public docs (#30933)
  • 06785bc applying package updates
  • 8afa361 chore(react-combobox): move freeform and disabled to ComboboxBase types (...
  • 04641e4 fix(react-datepicker-compat): Align arrow down behavior with Combobox (#30954)
  • 618611a docs: add React 18 setup to quick start docs (#30919)
  • d9f9838 docs: add docs for createCSSRuleFromTheme() (#30911)
  • fd38bbc feat(react-tag-picker): adds TagPickerOptionGroup component (#30934)
  • fe01c03 chore(react-list-preview): Update spec based on latest API (#30936)
  • Additional commits viewable in compare view

Updates @fluentui/react-icons from 2.0.223 to 2.0.235

Commits

Updates dompurify from 3.0.6 to 3.1.0

Release notes

Sourced from dompurify's releases.

DOMPurify 3.1.0

  • Added new setting SAFE_FOR_XML to enable better control over comment scrubbing
  • Updated README to warn about happy-dom not being safe for use with DOMPurify yet
  • Updated the LICENSE file to show the accurate year number
  • Updated several build and test dependencies

DOMPurify 3.0.11

  • Fixed another conditional bypass caused by Processing Instructions, thanks @​Ry0taK
  • Fixed the regex for HTML Custom Element detection, thanks @​AlekseySolovey3T

DOMPurify 3.0.10

  • Fixed two possible bypasses when sanitizing an XML document and later using it in HTML, thanks @​Slonser
  • Bumped up some build and test dependencies

DOMPurify 3.0.9

  • Fixed a problem with proper detection of Custom Elements, thanks @​kevin-mizu
  • Refactored the hasOwnProperty logic, thanks @​ssi02014
  • Removed a superfluous console.warn making HappyDom happier, thanks @​HugoPoi
  • Modernized some of the demo hooks for better looks, thanks @​Steb95

DOMPurify 3.0.8

  • Fixed errors caused by conditional exports, thanks @​ssi02014
  • Fixed a type error when working with custom element config, thanks @​cpmotion

DOMPurify 3.0.7

  • Added better protection against CSPP attacks, thanks @​kevin-mizu
  • Updated browser versions for automated tests
  • Updated Node versions for automated tests
  • Refactored code base, thanks @​ssi02014
  • Refactored build system & deployment, thanks @​ssi02014
Commits
  • db19269 Merge pull request #936 from cure53/main
  • 3375f4c docs: Updated the year in LICENSE file
  • 1c32a11 Merge pull request #934 from cure53/main
  • 0cf9d2d chore: Preparing 3.1.0 release
  • 933b9de See #931
  • bf1f5cf fix: Changed the SAFE_FOR_XML config assignment slightly
  • e2c857e docs: Modified the README slightly regarding the happy-dom warning
  • 3a00950 feature: Added new config option to control comment sanitization
  • 1ebcfd4 fix: Removed the unnecessary clobbering check for elm.data
  • fc3c781 fix: Rolling back changes from previous fixes, trying more aggressive comment...
  • Additional commits viewable in compare view

Updates js-base64 from 3.7.5 to 3.7.7

Commits
  • 3d50276 version 3.7.7
  • ae00bf1 fix github actions
  • 3fab4cd Revert "remove node 14 and 16 as they have reached EOL"
  • 7c508e3 update & simply steps
  • 26fdea6 remove node 14 and 16 as they have reached EOL
  • 90989b4 rebuild base64.js
  • c19b960 Merge pull request #174 from Itaypa/bugfix/static-atob-check-does-not-work-in...
  • 43f4a49 Caching the result of atob is causing webworker to crash
  • 53644d0 version 3.7.6
  • d4b4c50 Merge pull request #172 from arjunyel/fix-masquerading-as-CJS
  • Additional commits viewable in compare view

Updates ndjson-readablestream from 1.0.9 to 1.1.0

Changelog

Sourced from ndjson-readablestream's changelog.

[1.1.0] - Jan. 12, 2023

  • Fix for CJS module error when running vitest on imported package.

[1.1.0-alpha.0] - Dec. 19, 2023

  • Attempting to fix CJS module error when running vitest on imported package.
Commits

Updates react-router-dom from 6.20.1 to 6.22.3

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.22.3

Patch Changes

6.22.2

Patch Changes

6.22.1

Patch Changes

6.22.0

Minor Changes

  • Include a window__reactRouterVersion tag for CWV Report detection (#11222)

Patch Changes

6.21.3

Patch Changes

  • Fix NavLink isPending when a basename is used (#11195)
  • Remove leftover unstable_ prefix from Blocker/BlockerFunction types (#11187)
  • Updated dependencies:

6.21.2

Patch Changes

  • Leverage useId for internal fetcher keys when available (#11166)

... (truncated)

Commits

Updates scheduler from 0.20.2 to 0.23.0

Commits
Maintainer changes

This version was pushed to npm by gnoff, a new releaser for scheduler since your current version.


Updates @types/react from 18.2.42 to 18.2.78

Commits

Updates @types/react-dom from 18.2.17 to 18.2.25

Commits

Updates prettier from 3.1.0 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

3.1.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Updates typescript from 5.3.2 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates vite from 4.5.1 to 5.2.8

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.2.8 (2024-04-03)

5.2.7 (2024-03-29)

5.2.6 (2024-03-24)

5.2.5 (2024-03-24)

5.2.4 (2024-03-23)

5.2.3 (2024-03-22)

... (truncated)

Commits
  • 8b8d402 release: v5.2.8
  • 646319c fix: do not access document in /@vite/client when not defined (#16318)

Bumps the node-packages group in /app/frontend with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `3.6.0` | `3.13.0` |
| [@azure/msal-react](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `2.0.8` | `2.0.15` |
| [@fluentui/react](https://github.com/microsoft/fluentui) | `8.112.9` | `8.117.5` |
| [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.42.0` | `9.47.5` |
| [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.223` | `2.0.235` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.0.6` | `3.1.0` |
| [js-base64](https://github.com/dankogai/js-base64) | `3.7.5` | `3.7.7` |
| [ndjson-readablestream](https://github.com/pamelafox/ndjson-readablestream) | `1.0.9` | `1.1.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.20.1` | `6.22.3` |
| [scheduler](https://github.com/facebook/react/tree/HEAD/packages/scheduler) | `0.20.2` | `0.23.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.42` | `18.2.78` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.17` | `18.2.25` |
| [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.2.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.4.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.1` | `5.2.8` |


Updates `@azure/msal-browser` from 3.6.0 to 3.13.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v3.6.0...msal-browser-v3.13.0)

Updates `@azure/msal-react` from 2.0.8 to 2.0.15
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-react-v2.0.8...msal-react-v2.0.15)

Updates `@fluentui/react` from 8.112.9 to 8.117.5
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release-fluentui.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react_v8.112.9...@fluentui/react_v8.117.5)

Updates `@fluentui/react-components` from 9.42.0 to 9.47.5
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release-fluentui.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.42.0...@fluentui/react-components_v9.47.5)

Updates `@fluentui/react-icons` from 2.0.223 to 2.0.235
- [Commits](https://github.com/microsoft/fluentui-system-icons/commits)

Updates `dompurify` from 3.0.6 to 3.1.0
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.0.6...3.1.0)

Updates `js-base64` from 3.7.5 to 3.7.7
- [Commits](dankogai/js-base64@3.7.5...3.7.7)

Updates `ndjson-readablestream` from 1.0.9 to 1.1.0
- [Changelog](https://github.com/pamelafox/ndjson-readablestream/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pamelafox/ndjson-readablestream/commits)

Updates `react-router-dom` from 6.20.1 to 6.22.3
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `scheduler` from 0.20.2 to 0.23.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler)

Updates `@types/react` from 18.2.42 to 18.2.78
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.17 to 18.2.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `prettier` from 3.1.0 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.0...3.2.5)

Updates `typescript` from 5.3.2 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.2...v5.4.5)

Updates `vite` from 4.5.1 to 5.2.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.8/packages/vite)

---
updated-dependencies:
- dependency-name: "@azure/msal-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-packages
- dependency-name: "@azure/msal-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-packages
- dependency-name: "@fluentui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-packages
- dependency-name: "@fluentui/react-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-packages
- dependency-name: "@fluentui/react-icons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-packages
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-packages
- dependency-name: js-base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-packages
- dependency-name: ndjson-readablestream
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-packages
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-packages
- dependency-name: scheduler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-packages
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-packages
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-packages
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-packages
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-packages
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: node-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 15, 2024
Copy link
Author

dependabot bot commented on behalf of github Apr 22, 2024

Superseded by #39.

@dependabot dependabot bot closed this Apr 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/frontend/node-packages-fb7109c3f9 branch April 22, 2024 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants