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 14 updates #16

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

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

Package From To
@azure/msal-browser 3.6.0 3.7.0
@azure/msal-react 2.0.8 2.0.9
@fluentui/react 8.112.9 8.114.4
@fluentui/react-components 9.42.0 9.45.0
dompurify 3.0.6 3.0.8
js-base64 3.7.5 3.7.6
ndjson-readablestream 1.0.9 1.1.0
react-router-dom 6.20.1 6.21.3
scheduler 0.20.2 0.23.0
@types/react 18.2.42 18.2.48
@types/react-dom 18.2.17 18.2.18
prettier 3.1.0 3.2.4
typescript 5.3.2 5.3.3
vite 4.5.1 5.0.12

Updates @azure/msal-browser from 3.6.0 to 3.7.0

Release notes

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

@​azure/msal-browser v3.7.0

3.7.0

Tue, 09 Jan 2024 00:03:25 GMT

Minor changes

  • Dynamically load BrowserPerformanceMeasurement to capture browser perf measurements if session storage flag is set #6748 ([email protected])
  • Check RT expiration before attempting to redeem it #6703 ([email protected])
  • Bump @​azure/msal-common to v14.6.0 (beachball)

Patches

Commits
  • 3d2f8c8 Bump package versions
  • 4789406 AppMetadataEntity refactor into Type (#6807)
  • 2c5e457 AuthorityMetadataEntity refactor into Type (#6802)
  • 19811d7 Bump actions/upload-artifact from 3 to 4 (#6778)
  • 648501e Update Nested App Auth internal schema (#6737)
  • 4aacf4d Dynamically load BrowserPerformanceMeasurement to capture browser perf meas...
  • c2dfe4e Reduce unnecessary cache lookups (#6753)
  • 462e876 Fix token refresh with relative redirectUri (#6761)
  • 793b5e6 Handle bad_token by removing bad refresh token from cache (#6757)
  • 162a8c1 Convert ThrottlingEntity into a type (#6754)
  • Additional commits viewable in compare view

Updates @azure/msal-react from 2.0.8 to 2.0.9

Release notes

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

@​azure/msal-react v2.0.9

2.0.9

Tue, 09 Jan 2024 00:03:25 GMT

Patches

  • Bump @​azure/msal-browser to v3.7.0 (beachball)
Commits
  • 3d2f8c8 Bump package versions
  • 4789406 AppMetadataEntity refactor into Type (#6807)
  • 2c5e457 AuthorityMetadataEntity refactor into Type (#6802)
  • 19811d7 Bump actions/upload-artifact from 3 to 4 (#6778)
  • 648501e Update Nested App Auth internal schema (#6737)
  • 4aacf4d Dynamically load BrowserPerformanceMeasurement to capture browser perf meas...
  • c2dfe4e Reduce unnecessary cache lookups (#6753)
  • 462e876 Fix token refresh with relative redirectUri (#6761)
  • 793b5e6 Handle bad_token by removing bad refresh token from cache (#6757)
  • 162a8c1 Convert ThrottlingEntity into a type (#6754)
  • Additional commits viewable in compare view

Updates @fluentui/react from 8.112.9 to 8.114.4

Release notes

Sourced from @​fluentui/react's releases.

@​fluentui/react v8.114.4

Patches

Commits
  • 54cf9bf applying package updates
  • ccde960 fix: remove aria-multiselectable from v9 listbox (#30225)
  • 6fe1d42 fix(Utilities): Account for column reversed scrollable elements in allowScrol...
  • 28dc770 feat(eslint-plugin): register @​nx plugin internally in order to be able to co...
  • 400c92a feat(react-calendar-compat): Add navigationIcons prop to allow customization ...
  • 553fa39 feat(workspace-plugin): add eslint-rule generator (#30336)
  • 8a858e2 feat(eslint-rules): bootstrap workspace eslint rules project (#30335)
  • 812e0d0 applying package updates
  • 42b8015 feat(react-combobox): add useComboboxFilter() hook (#30046)
  • 1f067f9 Spinner delay bug fix (#30330)
  • Additional commits viewable in compare view

Updates @fluentui/react-components from 9.42.0 to 9.45.0

Release notes

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

@​fluentui/react-components v9.45.0

Minor changes

Patches

  • fix: Update isVisible initial value to false to prevent Spinner flicker (PR #30330 by tomi-msft)
Commits
  • 812e0d0 applying package updates
  • 42b8015 feat(react-combobox): add useComboboxFilter() hook (#30046)
  • 1f067f9 Spinner delay bug fix (#30330)
  • 5f352d5 feat: export AnnounceProvider & useAnnounce() (#30328)
  • 18ea73f applying package updates
  • 06421bb fix(Dropdown): allow expandIcon to be null (#30339)
  • b56e712 chore: export type EventHandler/EventData from react-utilities for typing cal...
  • d98dd58 chore: add a comment and use Types.TabsterAttributeName (#30321)
  • 78adee5 fix(react-dialog): apply transition CSS properties only when animating (#30327)
  • 498266c [docs] improvement of dialog accessibility documentation (#30326)
  • Additional commits viewable in compare view

Updates dompurify from 3.0.6 to 3.0.8

Release notes

Sourced from dompurify's releases.

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
  • ec1346a Merge pull request #899 from cure53/main
  • b3b441e chore: Preparing 3.0.8 release
  • 486673f Merge pull request #898 from cpmotion/issue-897
  • 38e4dc3 fix: Avoid TypeError for null values on CUSTOM_ELEMENT_HANDLING config.
  • 771eb82 Merge pull request #896 from ssi02014/revert/conditionalExports
  • 2d963cf fix: revert conditional exports
  • aa2c561 Merge pull request #893 from cure53/main
  • ab2c081 chore: Preparing 3.0.7 release
  • d7498e0 Merge pull request #890 from cure53/dependabot/github_actions/github/codeql-a...
  • 813bea6 build(deps): bump github/codeql-action from 2 to 3
  • Additional commits viewable in compare view

Updates js-base64 from 3.7.5 to 3.7.6

Commits
  • 53644d0 version 3.7.6
  • d4b4c50 Merge pull request #172 from arjunyel/fix-masquerading-as-CJS
  • 4e247b9 fix masquerading as CJS error
  • 9acf764 add workflow_dispatch: to trigger
  • 4633611 update base64.html
  • 51cf7ce set min. node version to 14 for typescript
  • 6077146 update @​types/node to 20
  • 34cd934 remove harmless but unecessary comma
  • 6185caa remove .github/workflows/codeql-analysis.yml
  • b0f8f2d add node 20
  • 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.21.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.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

6.21.1

Patch Changes

6.21.0

Minor Changes

  • Add a new future.v7_relativeSplatPath flag to implement a breaking bug fix to relative routing when inside a splat route. (#11087)

    This fix was originally added in #10983 and was later reverted in #11078 because it was determined that a large number of existing applications were relying on the buggy behavior (see #11052)

    The Bug The buggy behavior is that without this flag, the default behavior when resolving relative paths is to ignore any splat (*) portion of the current route path.

    The Background This decision was originally made thinking that it would make the concept of nested different sections of your apps in <Routes> easier if relative routing would replace the current splat:

    <BrowserRouter>
      <Routes>
        <Route path="/" element={<Home />} />
        <Route path="dashboard/*" element={<Dashboard />} />
      </Routes>
    </BrowserRouter>

    Any paths like /dashboard, /dashboard/team, /dashboard/projects will match the Dashboard route. The dashboard component itself can then render nested <Routes>:

... (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.48

Commits

Updates @types/react-dom from 18.2.17 to 18.2.18

Commits

Updates prettier from 3.1.0 to 3.2.4

Release notes

Sourced from prettier's releases.

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.4

diff

Fix incorrect parser inference (#15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }
// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

3.2.3

diff

Throw errors for invalid code (#15881 by @​fisker, @​Josh-Cena, @​auvred)

// Input
1++;
// Prettier 3.2.2
1++;
// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
| ^

// Input
try {} catch (error = 1){}
// Prettier 3.2.2
try {
} catch (error) {}
// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
</tr></table>

... (truncated)

Commits

Updates typescript from 5.3.2 to 5.3.3

Release notes

Sourced from typescript's releases.

TypeScript 5.3.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

Updates vite from 4.5.1 to 5.0.12

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.

Changelog

Sourced from vite's changelog.

5.0.12 (2024-01-19)

5.0.11 (2024-01-05)

5.0.10 (2023-12-15)

  • fix: omit protocol does not require pre-transform (#15355) (d9ae1b2), closes #15355
  • fix(build): use base64 for inline SVG if it contains both single and double quotes (#15271) (1bbff16), closes #15271

5.0.9 (2023-12-14)

5.0.8 (2023-12-12)

... (truncated)

Commits
  • ee81e19 release: v5.0.12
  • 91641c4 fix: fs deny for case insensitive systems (#15653)
  • ef89f80 fix: await configResolved hooks of worker plugins (#15597) (#15605)
  • b44c493 release: v5.0.11
  • d2aa096 fix: inject __vite__mapDeps code before sourcemap file comment (#15483)
  • 2a540ee chore(deps): update tj-actions/changed-files action to v41 (#15476)
  • 5ea9edb fix(html): handle offset magic-string slice error (#15435)
  • 49d21fe chore(deps): update dependency strip-literal to v2 (#15475)
  • 8de7bd2 fix(assets): avoid splitting , inside base64 value of srcset attribute (#...
  • 19e3c9a fix: don't pretransform classic script links (#15361)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `3.6.0` | `3.7.0` |
| [@azure/msal-react](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `2.0.8` | `2.0.9` |
| [@fluentui/react](https://github.com/microsoft/fluentui) | `8.112.9` | `8.114.4` |
| [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.42.0` | `9.45.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.0.6` | `3.0.8` |
| [js-base64](https://github.com/dankogai/js-base64) | `3.7.5` | `3.7.6` |
| [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.21.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.48` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.17` | `18.2.18` |
| [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.2.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.1` | `5.0.12` |


Updates `@azure/msal-browser` from 3.6.0 to 3.7.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.7.0)

Updates `@azure/msal-react` from 2.0.8 to 2.0.9
- [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.9)

Updates `@fluentui/react` from 8.112.9 to 8.114.4
- [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.114.4)

Updates `@fluentui/react-components` from 9.42.0 to 9.45.0
- [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.45.0)

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

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

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.21.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.48
- [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.18
- [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.4
- [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.4)

Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.3.2...v5.3.3)

Updates `vite` from 4.5.1 to 5.0.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/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: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  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 Jan 22, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 29, 2024

Superseded by #18.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/frontend/node-packages-daebbf466b branch January 29, 2024 04:03
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