@react-router/serve 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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # `@react-router/serve`
2
2
 
3
+ ## v8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 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))
8
+ - Update minimum Node version to 22.22.0 ([#14928](https://github.com/remix-run/react-router/pull/14928))
9
+
10
+ ### Patch Changes
11
+
12
+ - Bump dependencies ([#15091](https://github.com/remix-run/react-router/pull/15091))
13
+ - Bumped `@remix-run/node-fetch-server` from `^0.13.0` to `^0.13.3`
14
+ - Bumped `get-port` from `5.1.1` to `7.2.0`
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/express@8.0.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/express@8.0.0)
18
+ - [`@react-router/node@8.0.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/node@8.0.0)
19
+
3
20
  ## v7.18.0
4
21
 
5
22
  ### 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.0
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.0",
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/node": "8.0.0",
44
+ "@react-router/express": "8.0.0"
45
45
  },
46
46
  "peerDependencies": {
47
- "react-router": "8.0.0-pre.1"
47
+ "react-router": "8.0.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/compression": "^1.8.1",