@react-router/dev 0.0.0-experimental-51412399d → 0.0.0-experimental-073f56f6c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - Stabilize `future.unstable_passThroughRequests` as `future.v8_passThroughRequests` ([#14999](https://github.com/remix-run/react-router/pull/14999))
8
- - Stabilize `prerender.unstable_concurrency` as `prerender.concurrency` ([#14999](https://github.com/remix-run/react-router/pull/14999))
9
- - Stabilize `future.unstable_subResourceIntegrity` as a top-level `subResourceIntegrity` config option in `react-router.config.ts` ([#14999](https://github.com/remix-run/react-router/pull/14999))
7
+ - Stabilize `future.unstable_passThroughRequests` as `future.v8_passThroughRequests` ([a993f09](https://github.com/remix-run/react-router/commit/a993f09))
8
+ - ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
9
+
10
+ - Stabilize `prerender.unstable_concurrency` as `prerender.concurrency` ([a993f09](https://github.com/remix-run/react-router/commit/a993f09))
11
+ - ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
12
+
13
+ - Stabilize `future.unstable_subResourceIntegrity` as a top-level `subResourceIntegrity` config option in `react-router.config.ts` ([a993f09](https://github.com/remix-run/react-router/commit/a993f09))
14
+ - ⚠️ This is a breaking change if you have already opted into the unstable version - you will need to update your code accordingly
10
15
 
11
16
  ### Patch Changes
12
17
 
package/dist/cli/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @react-router/dev v0.0.0-experimental-51412399d
3
+ * @react-router/dev v0.0.0-experimental-073f56f6c
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
package/dist/config.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-51412399d
2
+ * @react-router/dev v0.0.0-experimental-073f56f6c
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/routes.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-51412399d
2
+ * @react-router/dev v0.0.0-experimental-073f56f6c
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-51412399d
2
+ * @react-router/dev v0.0.0-experimental-073f56f6c
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/vite.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/dev v0.0.0-experimental-51412399d
2
+ * @react-router/dev v0.0.0-experimental-073f56f6c
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-router/dev",
3
- "version": "0.0.0-experimental-51412399d",
3
+ "version": "0.0.0-experimental-073f56f6c",
4
4
  "description": "Dev tools and CLI for React Router",
5
5
  "homepage": "https://reactrouter.com",
6
6
  "bugs": {
@@ -92,7 +92,7 @@
92
92
  "tinyglobby": "^0.2.14",
93
93
  "valibot": "^1.2.0",
94
94
  "vite-node": "^3.2.2",
95
- "@react-router/node": "0.0.0-experimental-51412399d"
95
+ "@react-router/node": "0.0.0-experimental-073f56f6c"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@types/babel__core": "^7.20.5",
@@ -116,8 +116,8 @@
116
116
  "vite": "^6.3.0",
117
117
  "wireit": "0.14.9",
118
118
  "wrangler": "^4.23.0",
119
- "@react-router/serve": "0.0.0-experimental-51412399d",
120
- "react-router": "^0.0.0-experimental-51412399d"
119
+ "@react-router/serve": "0.0.0-experimental-073f56f6c",
120
+ "react-router": "^0.0.0-experimental-073f56f6c"
121
121
  },
122
122
  "peerDependencies": {
123
123
  "@vitejs/plugin-rsc": "~0.5.21",
@@ -125,8 +125,8 @@
125
125
  "typescript": "^5.1.0 || ^6.0.0",
126
126
  "vite": "^5.1.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
127
127
  "wrangler": "^3.28.2 || ^4.0.0",
128
- "@react-router/serve": "^0.0.0-experimental-51412399d",
129
- "react-router": "^0.0.0-experimental-51412399d"
128
+ "@react-router/serve": "^0.0.0-experimental-073f56f6c",
129
+ "react-router": "^0.0.0-experimental-073f56f6c"
130
130
  },
131
131
  "peerDependenciesMeta": {
132
132
  "@vitejs/plugin-rsc": {