Skip to content

Bump the npm-actions-deps group in /frontend with 2 updates#152

Merged
andrewmarklloyd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/npm-actions-deps-a8d3bb95bf
Mar 3, 2026
Merged

Bump the npm-actions-deps group in /frontend with 2 updates#152
andrewmarklloyd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/npm-actions-deps-a8d3bb95bf

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-actions-deps group in /frontend with 2 updates: react-router and @mui/x-data-grid.

Updates react-router from 7.13.0 to 7.13.1

Release notes

Sourced from react-router's releases.

v7.13.1

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

Changelog

Sourced from react-router's changelog.

7.13.1

Patch Changes

  • fix null reference exception in bad codepath leading to invalid route tree comparisons (#14780)

  • fix: clear timeout when turbo-stream encoding completes (#14810)

  • Improve error message when Origin header is invalid (#14743)

  • Fix matchPath optional params matching without a "/" separator. (#14689)

    • matchPath("/users/:id?", "/usersblah") now returns null.
    • matchPath("/test_route/:part?", "/test_route_more") now returns null.
  • add RSC unstable_getRequest (#14758)

  • Fix HydrateFallback rendering during initial lazy route discovery with matching splat route (#14740)

  • [UNSTABLE] Add support for <Link unstable_mask> in Data Mode which allows users to navigate to a URL in the router but "mask" the URL displayed in the browser. This is useful for contextual routing usages such as displaying an image in a model on top of a gallery, but displaying a browser URL directly to the image that can be shared and loaded without the contextual gallery in the background. (#14716)

    // routes/gallery.tsx
    export function clientLoader({ request }: Route.LoaderArgs) {
      let sp = new URL(request.url).searchParams;
      return {
        images: getImages(),
        // When the router location has the image param, load the modal data
        modalImage: sp.has("image") ? getImage(sp.get("image")!) : null,
      };
    }
    export default function Gallery({ loaderData }: Route.ComponentProps) {
    return (
    <>
    <GalleryGrid>
    {loaderData.images.map((image) => (
    <Link
    key={image.id}
    {/* Navigate the router to /galley?image=N /}}
    to={/gallery?image=${image.id}}
    {/ But display /images/N in the URL bar */}}
    unstable_mask={/images/${image.id}}
    >
    <img src={image.url} alt={image.alt} />
    </Link>
    ))}
    </GalleryGrid>
      {/* When the modal data exists, display the modal */}
      {data.modalImage ? (

... (truncated)

Commits
  • aa3f078 chore: Update version for release (#14829)
  • 3207a5c chore: Update version for release (pre) (#14814)
  • aa93af3 Merge branch 'main' into release-next
  • db7eb57 Fix manifest version mismatch reload losing query parameters and hash (#14813)
  • 2994019 Add support for <Link unstable_mask> (#14716)
  • 6dda561 fix: clear timeout when turbo-stream encoding completes (#14735) (#14810)
  • 407d885 Revert "fix: clear timeout when turbo-stream encoding completes (#14735)" (#1...
  • 11a1600 Fix meta function API reference URL (#14808)
  • 44991a9 fix: clear timeout when turbo-stream encoding completes (#14735)
  • b66e632 Fix hydrate fallback rendering during initial lazy route discovery (#14740)
  • Additional commits viewable in compare view

Updates @mui/x-data-grid from 8.27.1 to 8.27.3

Release notes

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

v8.27.3

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

  • 🐞 Bugfixes
  • ⚡️ Improved dynamic data support and cache invalidation in lazy loading for Data Grid Pro

The following team members contributed to this release: @​cherniavskii, @​michelengelen, @​MBilalShafi, @​arminmeh

Data Grid

@mui/x-data-grid@8.27.3

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

Same changes as in @mui/x-data-grid@8.27.3, plus:

  • [DataGridPro] Improve dynamic data support and cache invalidation in lazy loading (#21465) @​MBilalShafi

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

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

Core

v8.27.2

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

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@8.27.2

Internal changes.

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

Same changes as in @mui/x-data-grid@8.27.2, plus:

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

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

... (truncated)

Changelog

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

8.27.3

Feb 25, 2026

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

  • 🐞 Bugfixes
  • ⚡️ Improved dynamic data support and cache invalidation in lazy loading for Data Grid Pro

The following team members contributed to this release: @​cherniavskii, @​michelengelen, @​MBilalShafi, @​arminmeh

Data Grid

@mui/x-data-grid@8.27.3

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

Same changes as in @mui/x-data-grid@8.27.3, plus:

  • [DataGridPro] Improve dynamic data support and cache invalidation in lazy loading (#21465) @​MBilalShafi

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

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

Core

8.27.2

Feb 20, 2026

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

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@8.27.2

Internal changes.

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

Same changes as in @mui/x-data-grid@8.27.2, plus:

... (truncated)

Commits
  • 85257b2 [release] v8.27.3 (#21471)
  • 1e5d75f [DataGridPro] Improve dynamic data support and cache invalidation in lazy loa...
  • d4070fa [DataGrid] Preserve key input during row edit when using rowModesModel (@​mi...
  • See full diff 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 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 npm-actions-deps group in /frontend with 2 updates: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) and [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid).


Updates `react-router` from 7.13.0 to 7.13.1
- [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.13.1/packages/react-router)

Updates `@mui/x-data-grid` from 8.27.1 to 8.27.3
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/v8.27.3/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.27.3/packages/x-data-grid)

---
updated-dependencies:
- dependency-name: react-router
  dependency-version: 7.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-actions-deps
- dependency-name: "@mui/x-data-grid"
  dependency-version: 8.27.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Mar 1, 2026
@andrewmarklloyd andrewmarklloyd merged commit 248ba31 into main Mar 3, 2026
1 check passed
@andrewmarklloyd andrewmarklloyd deleted the dependabot/npm_and_yarn/frontend/npm-actions-deps-a8d3bb95bf branch March 3, 2026 03:38
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