@react-router/architect 8.0.0-pre.1 → 8.0.0
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 +16 -0
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# `@react-router/architect`
|
|
2
2
|
|
|
3
|
+
## v8.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- Bump `@architect/functions` to v8 ([#15106](https://github.com/remix-run/react-router/pull/15106))
|
|
8
|
+
- Remove the `useRequestContextDomainName` option from `createRequestHandler` - this is now the default behavior ([#15188](https://github.com/remix-run/react-router/pull/15188))
|
|
9
|
+
- Update minimum Node version to 22.22.0 ([#15143](https://github.com/remix-run/react-router/pull/15143))
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Bump dependencies ([#15080](https://github.com/remix-run/react-router/pull/15080))
|
|
14
|
+
- Bumped `@types/aws-lambda` from `^8.10.82` to `^8.10.161`
|
|
15
|
+
- Updated dependencies:
|
|
16
|
+
- [`react-router@8.0.0`](https://github.com/remix-run/react-router/releases/tag/react-router@8.0.0)
|
|
17
|
+
- [`@react-router/node@8.0.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/node@8.0.0)
|
|
18
|
+
|
|
3
19
|
## v7.18.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/architect",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.0.0
|
|
4
|
+
"version": "8.0.0",
|
|
5
5
|
"description": "Architect server request handler for React Router",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
"@types/lambda-tester": "^4.0.3",
|
|
47
47
|
"@types/node": "^22.19.19",
|
|
48
48
|
"lambda-tester": "^4.0.1",
|
|
49
|
-
"react": "^19.2.
|
|
50
|
-
"react-dom": "^19.2.
|
|
49
|
+
"react": "^19.2.7",
|
|
50
|
+
"react-dom": "^19.2.7",
|
|
51
51
|
"tsdown": "^0.22.0",
|
|
52
52
|
"typescript": "^6.0.3",
|
|
53
53
|
"wireit": "0.14.12",
|
|
54
|
-
"@react-router/node": "8.0.0
|
|
55
|
-
"react-router": "8.0.0
|
|
54
|
+
"@react-router/node": "8.0.0",
|
|
55
|
+
"react-router": "8.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"typescript": "^5.1.0 || ^6.0.0",
|
|
59
|
-
"react-router": "^8.0.0
|
|
60
|
-
"
|
|
59
|
+
"@react-router/node": "^8.0.0",
|
|
60
|
+
"react-router": "^8.0.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependenciesMeta": {
|
|
63
63
|
"typescript": {
|