Skip to content

Commit

Permalink
Bump react-router-dom to ^7.1.3 (#1337)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michał Dudak <[email protected]>
  • Loading branch information
renovate[bot] and michaldudak authored Jan 24, 2025
1 parent 2d94ab9 commit 09663c0
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 37 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"react-is": "^19.0.0",
"react-router-dom": "^6.28.1",
"react-router-dom": "^7.1.3",
"react-runner": "^1.0.5",
"rehype-pretty-code": "^0.14.0",
"remark": "^15.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"publint": "^0.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.2",
"react-router-dom": "^7.1.3",
"sinon": "^19.0.2",
"typescript": "^5.7.3"
},
Expand Down
70 changes: 44 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"playwright": "^1.49.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.1",
"react-router-dom": "^7.1.3",
"sinon": "^17.0.1",
"util": "^0.12.5",
"webpack": "^5.97.1",
Expand Down
9 changes: 1 addition & 8 deletions test/regressions/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,7 @@ function App(props: { fixtures: Fixture[] }) {
}

return (
<Router
future={{
// we don't use or need these features but this removes console warnings
// https://github.com/remix-run/react-router/issues/12250
v7_relativeSplatPath: true,
v7_startTransition: true,
}}
>
<Router>
<Routes>
{fixtures.map((fixture) => {
const path = computePath(fixture);
Expand Down

0 comments on commit 09663c0

Please sign in to comment.