Skip to content

Bump the npm-actions-deps group in /frontend with 14 updates#157

Merged
andrewmarklloyd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/npm-actions-deps-a65905d403
Jun 4, 2026
Merged

Bump the npm-actions-deps group in /frontend with 14 updates#157
andrewmarklloyd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/npm-actions-deps-a65905d403

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-actions-deps group in /frontend with 14 updates:

Package From To
@mui/icons-material 7.3.9 9.0.0
@mui/material 7.3.9 9.0.0
react 19.2.4 19.2.5
react-dom 19.2.4 19.2.5
react-router 7.13.2 7.14.2
@mui/x-data-grid 8.28.2 9.0.4
@rsbuild/core 1.7.5 2.0.3
@rsbuild/plugin-react 1.4.6 2.0.0
@rspack/binding-darwin-arm64 1.7.11 2.0.1
@rspack/binding-darwin-x64 1.7.11 2.0.1
@rspack/binding-linux-arm64-gnu 1.7.11 2.0.1
@rspack/binding-linux-arm64-musl 1.7.11 2.0.1
@rspack/binding-linux-x64-gnu 1.7.11 2.0.1
@rspack/binding-linux-x64-musl 1.7.11 2.0.1

Updates @mui/icons-material from 7.3.9 to 9.0.0

Release notes

Sourced from @​mui/icons-material's releases.

v9.0.0

🥳 We're excited to announce the stable release of Material UI v9.0! This major release focuses on accessibility improvements, sx prop performance, and cleanup of deprecated APIs. See the Material UI v9.0 announcement blog posts for more details. Also see the MUI v9 announcement blog posts for the broad ecosystem updates.

Check out the upgrade guide to see how you can move to this version.

@mui/material@9.0.0

Core

🙇‍♂️ We'd like to extend a big thank you to everyone involved who made this major release possible.

v9.0.0-beta.1

A big thanks to the 11 contributors who made this release possible.

@mui/material@9.0.0-beta.1

Breaking Changes

Changes

Docs

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

9.0.0

Apr 7, 2026

A big thanks to the 7 contributors who made this release possible.

🥳 We're excited to announce the stable release of Material UI v9! This major release focus on accessibility improvements, sx prop performance, and cleanup of deprecated APIs.

For more details, check out the upgrade guide.

@mui/material@9.0.0

Core

All contributors of this release in alphabetical order: @​brijeshb42, @​mj12albert, @​noraleonte, @​rita-codes, @​sai6855, @​silviuaavram, @​siriwatknp

9.0.0-beta.1

Apr 2, 2026

A big thanks to the 11 contributors who made this release possible.

@mui/material@9.0.0-beta.1

Breaking Changes

Changes

... (truncated)

Commits

Updates @mui/material from 7.3.9 to 9.0.0

Release notes

Sourced from @​mui/material's releases.

v9.0.0

🥳 We're excited to announce the stable release of Material UI v9.0! This major release focuses on accessibility improvements, sx prop performance, and cleanup of deprecated APIs. See the Material UI v9.0 announcement blog posts for more details. Also see the MUI v9 announcement blog posts for the broad ecosystem updates.

Check out the upgrade guide to see how you can move to this version.

@mui/material@9.0.0

Core

🙇‍♂️ We'd like to extend a big thank you to everyone involved who made this major release possible.

v9.0.0-beta.1

A big thanks to the 11 contributors who made this release possible.

@mui/material@9.0.0-beta.1

Breaking Changes

Changes

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

9.0.0

Apr 7, 2026

A big thanks to the 7 contributors who made this release possible.

🥳 We're excited to announce the stable release of Material UI v9! This major release focus on accessibility improvements, sx prop performance, and cleanup of deprecated APIs.

For more details, check out the upgrade guide.

@mui/material@9.0.0

Core

All contributors of this release in alphabetical order: @​brijeshb42, @​mj12albert, @​noraleonte, @​rita-codes, @​sai6855, @​silviuaavram, @​siriwatknp

9.0.0-beta.1

Apr 2, 2026

A big thanks to the 11 contributors who made this release possible.

@mui/material@9.0.0-beta.1

Breaking Changes

Changes

... (truncated)

Commits
  • a83fd59 v9.0.0 (#48221)
  • e4de3e2 [internal] Prepare libraries for v9 stable release (#48206)
  • 2cc3f5b [transitions] Performance improvements & misc fixes (#48151)
  • af86546 [slider] Use pointer events instead of mouse events (#48164)
  • 3f1a610 [switch] Add border to make it visible in high contrast mode (#48180)
  • d7fc1c4 [internal] Sort license field to be under description
  • f1d35f6 [material-ui] Remove unnecessary overridesResolvers from styled components (#...
  • e1e43bd V9.0.0 beta.1 (#48178)
  • a2ac691 [utils] Explicitly register roving tab items with parent (#48122)
  • 56f63bf [grid] Remove 'column' and 'column-reverse' options from GridDirection type (...
  • Additional commits viewable in compare view

Updates react from 19.2.4 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates react-dom from 19.2.4 to 19.2.5

Release notes

Sourced from react-dom's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates react-router from 7.13.2 to 7.14.2

Release notes

Sourced from react-router's releases.

v7.14.2

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7142

v7.14.1

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7141

v7.14.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7140

Changelog

Sourced from react-router's changelog.

v7.14.2

Patch Changes

  • Remove the un-documented custom error serialization logic from the internal turbo-stream implementation. React Router only automatically handles serialization of Error and it's standard subtypes (SyntaxError, TypeError, etc.). ([aabf4a1)

  • Properly handle parent middleware redirects during fetcher.load ([aabf4a1)

  • Remove redundant Omit<RouterProviderProps, "flushSync"> from react-router/dom RouterProvider ([aabf4a1)

  • Improved types for generatePath's param arg ([aabf4a1)

    Type errors when required params are omitted:

    // Before
    // Passes type checks, but throws at runtime 💥
    generatePath(":required", { required: null });
    // After
    generatePath(":required", { required: null });
    //                          ^^^^^^^^ Type 'null' is not assignable to type 'string'.ts(2322)

    Allow omission of optional params:

    // Before
    generatePath(":optional?", {});
    //                         ^^ Property 'optional' is missing in type '{}' but required in type '{ optional: string | null | undefined; }'.ts(2741)
    // After
    generatePath(":optional?", {});

    Allows extra keys:

    // Before
    generatePath(":a", { a: "1", b: "2" });
    //                           ^ Object literal may only specify known properties, and 'b' does not exist in type '{ a: string; }'.ts(2353)
    // After
    generatePath(":a", { a: "1", b: "2" });

v7.14.1

Patch Changes

... (truncated)

Commits

Updates @mui/x-data-grid from 8.28.2 to 9.0.4

Release notes

Sourced from @​mui/x-data-grid's releases.

v9.0.4

We'd like to extend a big thank you to the 4 contributors who made this release possible. Here are some highlights ✨:

  • Fix Pickers previous (v9.0.3) release ensuring the latest @mui/x-internals version usage

The following team members contributed to this release: @​alexfauquette, @​JCQuintas, @​LukasTy, @​mj12albert

Data Grid

@mui/x-data-grid@9.0.4

Internal changes.

@mui/x-data-grid-pro@9.0.4 pro

Same changes as in @mui/x-data-grid@9.0.4.

@mui/x-data-grid-premium@9.0.4 premium

Same changes as in @mui/x-data-grid-pro@9.0.4.

Date and Time Pickers

@mui/x-date-pickers@9.0.4

Internal changes.

@mui/x-date-pickers-pro@9.0.4 pro

Same changes as in @mui/x-date-pickers@9.0.4.

Charts

@mui/x-charts@9.0.4

@mui/x-charts-pro@9.0.4 pro

Same changes as in @mui/x-charts@9.0.4.

@mui/x-charts-premium@9.0.4 premium

Same changes as in @mui/x-charts-pro@9.0.4 plus:

... (truncated)

Changelog

Sourced from @​mui/x-data-grid's changelog.

9.0.4

Apr 28, 2026

We'd like to extend a big thank you to the 4 contributors who made this release possible. Here are some highlights ✨:

  • Fix Pickers previous (v9.0.3) release ensuring the latest @mui/x-internals version usage

The following team members contributed to this release: @​alexfauquette, @​JCQuintas, @​LukasTy, @​mj12albert

Data Grid

@mui/x-data-grid@9.0.4

Internal changes.

@mui/x-data-grid-pro@9.0.4 pro

Same changes as in @mui/x-data-grid@9.0.4.

@mui/x-data-grid-premium@9.0.4 premium

Same changes as in @mui/x-data-grid-pro@9.0.4.

Date and Time Pickers

@mui/x-date-pickers@9.0.4

Internal changes.

@mui/x-date-pickers-pro@9.0.4 pro

Same changes as in @mui/x-date-pickers@9.0.4.

Charts

@mui/x-charts@9.0.4

@mui/x-charts-pro@9.0.4 pro

Same changes as in @mui/x-charts@9.0.4.

@mui/x-charts-premium@9.0.4 premium

Same changes as in @mui/x-charts-pro@9.0.4 plus:

... (truncated)

Commits

Updates @rsbuild/core from 1.7.5 to 2.0.3

Release notes

Sourced from @​rsbuild/core's releases.

v2.0.3

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.2...v2.0.3

v2.0.2

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Other Changes

... (truncated)

Commits

Updates @rsbuild/plugin-react from 1.4.6 to 2.0.0

Release notes

Sourced from @​rsbuild/plugin-react's releases.

v2.0.0

💡 See Announcing Rsbuild 2.0 for more details

New Features 🎉

Bumps the npm-actions-deps group in /frontend with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `7.3.9` | `9.0.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.9` | `9.0.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.13.2` | `7.14.2` |
| [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) | `8.28.2` | `9.0.4` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) | `1.7.5` | `2.0.3` |
| [@rsbuild/plugin-react](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/plugin-react) | `1.4.6` | `2.0.0` |
| [@rspack/binding-darwin-arm64](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.7.11` | `2.0.1` |
| [@rspack/binding-darwin-x64](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.7.11` | `2.0.1` |
| [@rspack/binding-linux-arm64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.7.11` | `2.0.1` |
| [@rspack/binding-linux-arm64-musl](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.7.11` | `2.0.1` |
| [@rspack/binding-linux-x64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.7.11` | `2.0.1` |
| [@rspack/binding-linux-x64-musl](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.7.11` | `2.0.1` |


Updates `@mui/icons-material` from 7.3.9 to 9.0.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v9.0.0/packages/mui-icons-material)

Updates `@mui/material` from 7.3.9 to 9.0.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v9.0.0/packages/mui-material)

Updates `react` from 19.2.4 to 19.2.5
- [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/v19.2.5/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.5
- [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/v19.2.5/packages/react-dom)

Updates `react-router` from 7.13.2 to 7.14.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.14.2/packages/react-router)

Updates `@mui/x-data-grid` from 8.28.2 to 9.0.4
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v9.0.4/packages/x-data-grid)

Updates `@rsbuild/core` from 1.7.5 to 2.0.3
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v2.0.3/packages/core)

Updates `@rsbuild/plugin-react` from 1.4.6 to 2.0.0
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v2.0.0/packages/plugin-react)

Updates `@rspack/binding-darwin-arm64` from 1.7.11 to 2.0.1
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.1/packages/rspack)

Updates `@rspack/binding-darwin-x64` from 1.7.11 to 2.0.1
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.1/packages/rspack)

Updates `@rspack/binding-linux-arm64-gnu` from 1.7.11 to 2.0.1
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.1/packages/rspack)

Updates `@rspack/binding-linux-arm64-musl` from 1.7.11 to 2.0.1
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.1/packages/rspack)

Updates `@rspack/binding-linux-x64-gnu` from 1.7.11 to 2.0.1
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.1/packages/rspack)

Updates `@rspack/binding-linux-x64-musl` from 1.7.11 to 2.0.1
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.1/packages/rspack)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: "@mui/material"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-actions-deps
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-actions-deps
- dependency-name: react-router
  dependency-version: 7.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-actions-deps
- dependency-name: "@mui/x-data-grid"
  dependency-version: 9.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: "@rsbuild/core"
  dependency-version: 2.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: "@rsbuild/plugin-react"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: "@rspack/binding-darwin-arm64"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: "@rspack/binding-darwin-x64"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: "@rspack/binding-linux-arm64-gnu"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: "@rspack/binding-linux-arm64-musl"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: "@rspack/binding-linux-x64-gnu"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
- dependency-name: "@rspack/binding-linux-x64-musl"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2026
@andrewmarklloyd andrewmarklloyd merged commit c782cab into main Jun 4, 2026
1 check passed
@andrewmarklloyd andrewmarklloyd deleted the dependabot/npm_and_yarn/frontend/npm-actions-deps-a65905d403 branch June 4, 2026 02:23
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.

1 participant