Skip to content

chore(deps): bump react-router from 7.4.1 to 7.5.0 in /ui#757

Merged
nimdanitro merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/ui/develop/react-router-7.5.0
Apr 4, 2025
Merged

chore(deps): bump react-router from 7.4.1 to 7.5.0 in /ui#757
nimdanitro merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/ui/develop/react-router-7.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 4, 2025

Bumps react-router from 7.4.1 to 7.5.0.

Release notes

Sourced from react-router's releases.

v7.5.0

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

Changelog

Sourced from react-router's changelog.

7.5.0

Minor Changes

  • Add granular object-based API for route.lazy to support lazy loading of individual route properties, for example: (#13294)

    createBrowserRouter([
      {
        path: "/show/:showId",
        lazy: {
          loader: async () => (await import("./show.loader.js")).loader,
          action: async () => (await import("./show.action.js")).action,
          Component: async () => (await import("./show.component.js")).Component,
        },
      },
    ]);

    Breaking change for route.unstable_lazyMiddleware consumers

    The route.unstable_lazyMiddleware property is no longer supported. If you want to lazily load middleware, you must use the new object-based route.lazy API with route.lazy.unstable_middleware, for example:

    createBrowserRouter([
      {
        path: "/show/:showId",
        lazy: {
          unstable_middleware: async () =>
            (await import("./show.middleware.js")).middleware,
          // etc.
        },
      },
    ]);

Patch Changes

  • Introduce unstable_subResourceIntegrity future flag that enables generation of an importmap with integrity for the scripts that will be loaded by the browser. (#13163)
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot requested a review from a team April 4, 2025 20:32
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 4, 2025

Reviewers

The following teams could not be added as reviewers: Reviewers. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested review from nimdanitro and removed request for a team and nimdanitro April 4, 2025 20:32
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 4, 2025
@dependabot dependabot Bot requested a review from a team April 4, 2025 20:32
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Apr 4, 2025
@dependabot dependabot Bot requested a review from a team as a code owner April 4, 2025 20:32
@dependabot dependabot Bot requested review from nimdanitro and removed request for a team April 4, 2025 20:32
@github-actions github-actions Bot added the chore label Apr 4, 2025
@nimdanitro nimdanitro enabled auto-merge (squash) April 4, 2025 20:49
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.4.1 to 7.5.0.
- [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.5.0/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/develop/react-router-7.5.0 branch from 4ebc24b to afaf1b6 Compare April 4, 2025 20:50
@dependabot dependabot Bot requested a review from a team as a code owner April 4, 2025 20:50
@nimdanitro nimdanitro merged commit 0b5e09e into develop Apr 4, 2025
9 checks passed
@nimdanitro nimdanitro deleted the dependabot/npm_and_yarn/ui/develop/react-router-7.5.0 branch April 4, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 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