@react-router/fs-routes 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,18 @@
1
1
  # `@react-router/fs-routes`
2
2
 
3
+ ## v8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Update minimum Node version to 22.22.0 ([#15143](https://github.com/remix-run/react-router/pull/15143))
8
+
9
+ ### Patch Changes
10
+
11
+ - Bump dependencies ([#15091](https://github.com/remix-run/react-router/pull/15091))
12
+ - Bumped `minimatch` from `^9.0.0` to `^10.2.5`
13
+ - Updated dependencies:
14
+ - [`@react-router/dev@8.0.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/dev@8.0.0)
15
+
3
16
  ## v7.18.0
4
17
 
5
18
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/fs-routes v8.0.0-pre.1
2
+ * @react-router/fs-routes v8.0.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-router/fs-routes",
3
3
  "type": "module",
4
- "version": "8.0.0-pre.1",
4
+ "version": "8.0.0",
5
5
  "description": "File system routing conventions for React Router, for use within routes.ts",
6
6
  "bugs": {
7
7
  "url": "https://github.com/remix-run/react-router/issues"
@@ -43,11 +43,11 @@
43
43
  "tsdown": "^0.22.0",
44
44
  "typescript": "^6.0.3",
45
45
  "wireit": "0.14.12",
46
- "@react-router/dev": "8.0.0-pre.1"
46
+ "@react-router/dev": "8.0.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "typescript": "^5.1.0 || ^6.0.0",
50
- "@react-router/dev": "^8.0.0-pre.1"
50
+ "@react-router/dev": "^8.0.0"
51
51
  },
52
52
  "peerDependenciesMeta": {
53
53
  "typescript": {