Bump react-router and react-router-dom by dependabot[bot] · Pull Request #68 · data-exp-lab/deepgit
Bumps react-router and react-router-dom. These dependencies needed to be updated together.
Updates react-router from 7.6.2 to 7.12.0
Release notes
Sourced from react-router's releases.
v7.12.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7120
v7.11.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7110
v7.10.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7101
v7.10.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7100
v7.9.6
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v796
v7.9.5
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v795
v7.9.4
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v794
v7.9.3
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v793
v7.9.2
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v792
v7.9.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v791
v7.9.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v790
v7.8.2
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v782
v7.8.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v781
v7.8.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v780
v7.7.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v771
v7.7.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v770
v7.6.3
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v763
Changelog
Sourced from react-router's changelog.
7.12.0
Minor Changes
- Add additional layer of CSRF protection by rejecting submissions to UI routes from external origins. If you need to permit access to specific external origins, you can specify them in the
react-router.config.tsconfigallowedActionOriginsfield. (#14708)Patch Changes
Fix
generatePathwhen used with suffixed params (i.e., "/books/:id.json") (#14269)Export
UNSAFE_createMemoryHistoryandUNSAFE_createHashHistoryalongsideUNSAFE_createBrowserHistoryfor consistency. These are not intended to be used for new apps but intended to help apps usiongunstable_HistoryRoutermigrate from v6->v7 so they can adopt the newer APIs. (#14663)Escape HTML in scroll restoration keys (#14705)
Validate redirect locations (#14706)
[UNSTABLE] Pass
<Scripts nonce>value through to the underlyingimportmapscripttag when usingfuture.unstable_subResourceIntegrity(#14675)[UNSTABLE] Add a new
future.unstable_trailingSlashAwareDataRequestsflag to provide consistent behavior ofrequest.pathnameinsidemiddleware,loader, andactionfunctions on document and data requests when a trailing slash is present in the browser URL. (#14644)Currently, your HTTP and
requestpathnames would be as follows for/a/b/cand/a/b/c/
URL /a/b/cHTTP pathname requestpathname`Document /a/b/c/a/b/c✅Data /a/b/c.data/a/b/c✅
URL /a/b/c/HTTP pathname requestpathname`Document /a/b/c//a/b/c/✅Data /a/b/c.data/a/b/c⚠️With this flag enabled, these pathnames will be made consistent though a new
_.dataformat for client-side.datarequests:
URL /a/b/cHTTP pathname requestpathname`Document /a/b/c/a/b/c✅Data /a/b/c.data/a/b/c✅
URL /a/b/c/HTTP pathname requestpathname`Document /a/b/c//a/b/c/✅Data /a/b/c/_.data⬅️/a/b/c/✅This a bug fix but we are putting it behind an opt-in flag because it has the potential to be a "breaking bug fix" if you are relying on the URL format for any other application or caching logic.
Enabling this flag also changes the format of client side
.datarequests from/_root.datato/_.datawhen navigating to/to align with the new format. This does not impact therequestpathname which is still/in all cases.Preserve
clientLoader.hydrate=truewhen using<HydratedRouter unstable_instrumentations>(#14674)
... (truncated)
Commits
26653a6chore: Update version for release (#14712)7ac2346chore: Update version for release (pre) (#14709)75b1ef5Add origin checks for UI route submissions (#14708)c05ef93Validate redirect locations (#14706)c89c32cEscape HTML in scroll restoration keys (#14705)cbcbf30fix: pass nonce to importmap script when using subResourceIntegrity (#14675)30f6c1dfix(react-router): handle parameters with static suffixes in generatePath (#1...7f140e0Handle data requests with trailing slash consistently (#14644)1954af6Preserve hydrate property on client loaders during instrumentation (#14674)5ce5cd4chore: format- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-router since your current version.
Updates react-router-dom from 7.6.2 to 7.12.0
Release notes
Sourced from react-router-dom's releases.
react-router-dom-v5-compat@6.4.0-pre.15
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.15
- react-router-dom@6.4.0-pre.15
Changelog
Sourced from react-router-dom's changelog.
7.12.0
Patch Changes
- Updated dependencies:
react-router@7.12.07.11.0
Patch Changes
- Updated dependencies:
react-router@7.11.07.10.1
Patch Changes
- Updated dependencies:
react-router@7.10.17.10.0
Patch Changes
- Updated dependencies:
react-router@7.10.07.9.6
Patch Changes
- Updated dependencies:
react-router@7.9.67.9.5
Patch Changes
- Updated dependencies:
react-router@7.9.57.9.4
Patch Changes
- Updated dependencies:
react-router@7.9.47.9.3
... (truncated)
Commits
26653a6chore: Update version for release (#14712)7ac2346chore: Update version for release (pre) (#14709)b34a9cdchore: Update version for release (#14668)48b1be4chore: Update version for release (pre) (#14662)ff50507Update monorepo internal React deps (#14639)c257ee1feat(rsc): add support for custom entry files in RSC Framework Mode (#14643)8f6bfa0Setup pnpm catalog for shared workspace deps (#14642)77d22fachore: Update version for release (#14634)201cad9chore: Update version for release (pre) (#14629)4a5e333chore: Update version for release (#14618)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-router-dom since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.