Skip to content

Commit 6d5e3d3

Browse files
authored
chore(deps): bump RR7 to v7.12.0 (#3346)
* chore(deps): bump RR7 to v7.12.0 * chore: update recipe patch files
1 parent bdf0d68 commit 6d5e3d3

File tree

13 files changed

+136
-98
lines changed

13 files changed

+136
-98
lines changed

.changeset/floppy-years-live.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@shopify/remix-oxygen': patch
3+
'skeleton': patch
4+
'@shopify/hydrogen': patch
5+
'@shopify/cli-hydrogen': patch
6+
---
7+
8+
Update React Router to 7.12.0 with stabilized future flags
9+
10+
This release uses React Router's newly stabilized future flags (`v8_splitRouteModules`, `v8_middleware`) instead of their unstable counterparts

cookbook/recipes/express/patches/package.json.f30b0a.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ index e9ebd1d3..00a7b42d 100644
1818
},
1919
"prettier": "@shopify/prettier-config",
2020
"dependencies": {
21-
+ "@react-router/express": "7.9.2",
22-
+ "@react-router/node": "7.9.2",
21+
+ "@react-router/express": "7.12.0",
22+
+ "@react-router/node": "7.12.0",
2323
+ "@remix-run/eslint-config": "^2.16.1",
2424
"@shopify/hydrogen": "2025.7.0",
2525
+ "compression": "^1.7.4",
@@ -31,16 +31,16 @@ index e9ebd1d3..00a7b42d 100644
3131
+ "morgan": "^1.10.0",
3232
"react": "18.3.1",
3333
"react-dom": "18.3.1",
34-
"react-router": "7.9.2",
35-
"react-router-dom": "7.9.2"
34+
"react-router": "7.12.0",
35+
"react-router-dom": "7.12.0"
3636
},
3737
"devDependencies": {
3838
- "@eslint/compat": "^1.2.5",
3939
- "@eslint/eslintrc": "^3.2.0",
4040
"@eslint/js": "^9.18.0",
4141
"@graphql-codegen/cli": "5.0.2",
42-
"@react-router/dev": "7.9.2",
43-
"@react-router/fs-routes": "7.9.2",
42+
"@react-router/dev": "7.12.0",
43+
"@react-router/fs-routes": "7.12.0",
4444
"@shopify/cli": "3.85.4",
4545
"@shopify/hydrogen-codegen": "^0.3.3",
4646
- "@shopify/mini-oxygen": "^4.0.0",

cookbook/recipes/infinite-scroll/patches/package.json.f30b0a.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ index e9ebd1d3..e51634ee 100644
66
"react": "18.3.1",
77
"react-dom": "18.3.1",
88
+ "react-intersection-observer": "^8.34.0",
9-
"react-router": "7.9.2",
10-
"react-router-dom": "7.9.2"
9+
"react-router": "7.12.0",
10+
"react-router-dom": "7.12.0"
1111
},

cookbook/recipes/metaobjects/patches/package.json.f30b0a.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ index e9ebd1d3..1731cce2 100644
44
@@ -21,7 +21,9 @@
55
"react": "18.3.1",
66
"react-dom": "18.3.1",
7-
"react-router": "7.9.2",
8-
- "react-router-dom": "7.9.2"
9-
+ "react-router-dom": "7.9.2",
7+
"react-router": "7.12.0",
8+
- "react-router-dom": "7.12.0"
9+
+ "react-router-dom": "7.12.0",
1010
+ "slate": "^0.101.4",
1111
+ "slate-react": "^0.101.3"
1212
},

package-lock.json

Lines changed: 73 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"react": "18.3.1",
6161
"react-dom": "18.3.1",
6262
"react-intersection-observer": "^8.32.0",
63-
"react-router": "7.9.2",
64-
"react-router-dom": "7.9.2",
63+
"react-router": "7.12.0",
64+
"react-router-dom": "7.12.0",
6565
"uuid": "^11.1.0"
6666
},
6767
"devDependencies": {
@@ -72,8 +72,8 @@
7272
"@eslint/js": "9.19.0",
7373
"@playwright/test": "^1.57.0",
7474
"@qwik.dev/partytown": "^0.11.2",
75-
"@react-router/dev": "7.9.2",
76-
"@react-router/fs-routes": "7.9.2",
75+
"@react-router/dev": "7.12.0",
76+
"@react-router/fs-routes": "7.12.0",
7777
"@shopify/cli": "3.85.4",
7878
"@total-typescript/ts-reset": "^0.6.1",
7979
"@types/eslint": "9.6.1",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:watch": "cross-env SHOPIFY_UNIT_TEST=1 LANG=en-US.UTF-8 vitest --test-timeout=60000"
2222
},
2323
"devDependencies": {
24-
"@react-router/dev": "7.9.2",
24+
"@react-router/dev": "7.12.0",
2525
"@types/diff": "^5.0.2",
2626
"@types/gunzip-maybe": "^1.4.0",
2727
"@types/prettier": "^2.7.2",
@@ -60,7 +60,7 @@
6060
},
6161
"peerDependencies": {
6262
"@graphql-codegen/cli": "^5.0.2",
63-
"@react-router/dev": "7.9.2",
63+
"@react-router/dev": "7.12.0",
6464
"@shopify/hydrogen-codegen": "^0.3.3",
6565
"@shopify/mini-oxygen": "^4.0.0",
6666
"graphql-config": "^5.0.3",

0 commit comments

Comments
 (0)