mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
chore(deps): update dependency react-router to v6.24.1 (#7574)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-router](https://togithub.com/remix-run/react-router) ([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router)) | [`6.24.0` -> `6.24.1`](https://renovatebot.com/diffs/npm/react-router/6.24.0/6.24.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remix-run/react-router (react-router)</summary> ### [`v6.24.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#6241) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.24.0...react-router@6.24.1) ##### Patch Changes - When using `future.v7_relativeSplatPath`, properly resolve relative paths in splat routes that are children of pathless routes ([#​11633](https://togithub.com/remix-run/react-router/pull/11633)) - Updated dependencies: - `@remix-run/router@1.17.1` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
58a9d3d84a
commit
7b7c78fe5d
@ -71,7 +71,7 @@
|
||||
"@tsconfig/docusaurus": "2.0.3",
|
||||
"babel-loader": "9.1.3",
|
||||
"enhanced-resolve": "5.17.0",
|
||||
"react-router": "6.24.0",
|
||||
"react-router": "6.24.1",
|
||||
"replace-in-file": "7.2.0",
|
||||
"typescript": "5.4.5"
|
||||
},
|
||||
|
@ -4475,10 +4475,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@remix-run/router@npm:1.17.0":
|
||||
version: 1.17.0
|
||||
resolution: "@remix-run/router@npm:1.17.0"
|
||||
checksum: 10c0/6f39cb81c5dec3d3cb901cfc05ef1c745d23192def7d83e6d1a53c43cbb5d7ff488055fd1418ac72f904ff41b3d3ca339d223677994150f276c648123ce166f7
|
||||
"@remix-run/router@npm:1.17.1":
|
||||
version: 1.17.1
|
||||
resolution: "@remix-run/router@npm:1.17.1"
|
||||
checksum: 10c0/bee1631feb03975b64e1c7b574da432a05095dda2ff0f164c737e4952841a58d7b9861de87bd13a977fd970c74dcf8c558fc2d26c6ec01a9ae9041b1b4430869
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -13678,14 +13678,14 @@ plugin-image-zoom@flexanalytics/plugin-image-zoom:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-router@npm:6.24.0":
|
||||
version: 6.24.0
|
||||
resolution: "react-router@npm:6.24.0"
|
||||
"react-router@npm:6.24.1":
|
||||
version: 6.24.1
|
||||
resolution: "react-router@npm:6.24.1"
|
||||
dependencies:
|
||||
"@remix-run/router": "npm:1.17.0"
|
||||
"@remix-run/router": "npm:1.17.1"
|
||||
peerDependencies:
|
||||
react: ">=16.8"
|
||||
checksum: 10c0/ad9c924d16dc4f5c90dff588e9a69d37488d2ad537de1ddbdf3b68561658c6e3fd1b8b12d16d50f19177f6547748c54e948d477e921f9230799ac71acfec24cf
|
||||
checksum: 10c0/f50c78ca52c5154ab933c17708125e8bf71ccf2072993a80302526a0a23db9ceac6e36d5c891d62ccd16f13e60cd1b6533a2036523d1b09e0148ac49e34b2e83
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -16348,7 +16348,7 @@ plugin-image-zoom@flexanalytics/plugin-image-zoom:
|
||||
prism-svelte: "npm:^0.5.0"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-router: "npm:6.24.0"
|
||||
react-router: "npm:6.24.1"
|
||||
replace-in-file: "npm:7.2.0"
|
||||
typescript: "npm:5.4.5"
|
||||
url-loader: "npm:4.1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user