@react-router/serve 8.0.0-pre.1 → 8.0.1

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
@@ -1,5 +1,35 @@
1
1
  # `@react-router/serve`
2
2
 
3
+ ## v8.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - [`react-router@8.0.1`](https://github.com/remix-run/react-router/releases/tag/react-router@8.0.1)
9
+ - [`@react-router/express@8.0.1`](https://github.com/remix-run/react-router/releases/tag/@react-router/express@8.0.1)
10
+ - [`@react-router/node@8.0.1`](https://github.com/remix-run/react-router/releases/tag/@react-router/node@8.0.1)
11
+
12
+ ## v8.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - Switch from `@mjackson/node-fetch-server` to `@remix-run/node-fetch-server` now that we can directly use ESM-only packages ([#14930](https://github.com/remix-run/react-router/pull/14930))
17
+ - Update minimum Node version to 22.22.0 ([#14928](https://github.com/remix-run/react-router/pull/14928))
18
+
19
+ ### Minor Changes
20
+
21
+ - Bump `express` from `4.21.2` to `5.2.1`
22
+
23
+ ### Patch Changes
24
+
25
+ - Bump dependencies ([#15091](https://github.com/remix-run/react-router/pull/15091))
26
+ - Bumped `@remix-run/node-fetch-server` from `^0.13.0` to `^0.13.3`
27
+ - Bumped `get-port` from `5.1.1` to `7.2.0`
28
+ - Updated dependencies:
29
+ - [`react-router@8.0.0`](https://github.com/remix-run/react-router/releases/tag/react-router@8.0.0)
30
+ - [`@react-router/express@8.0.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/express@8.0.0)
31
+ - [`@react-router/node@8.0.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/node@8.0.0)
32
+
3
33
  ## v7.18.0
4
34
 
5
35
  ### Patch Changes
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * @react-router/serve v8.0.0-pre.1
3
+ * @react-router/serve v8.0.1
4
4
  *
5
5
  * Copyright (c) Remix Software Inc.
6
6
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-router/serve",
3
3
  "type": "module",
4
- "version": "8.0.0-pre.1",
4
+ "version": "8.0.1",
5
5
  "description": "Production application server for React Router",
6
6
  "bugs": {
7
7
  "url": "https://github.com/remix-run/react-router/issues"
@@ -40,11 +40,11 @@
40
40
  "get-port": "7.2.0",
41
41
  "morgan": "^1.10.1",
42
42
  "source-map-support": "^0.5.21",
43
- "@react-router/node": "8.0.0-pre.1",
44
- "@react-router/express": "8.0.0-pre.1"
43
+ "@react-router/express": "8.0.1",
44
+ "@react-router/node": "8.0.1"
45
45
  },
46
46
  "peerDependencies": {
47
- "react-router": "8.0.0-pre.1"
47
+ "react-router": "8.0.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/compression": "^1.8.1",