@netlify/vite-plugin-react-router 2.1.3 → 3.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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.0](https://github.com/netlify/remix-compute/compare/vite-plugin-react-router-v2.1.3...vite-plugin-react-router-v3.0.0) (2026-02-25)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Node.js 18 reached EOL in April 2024 and is no longer supported. The minimum required version is now Node.js 20.
9
+
10
+ ### Features
11
+
12
+ * drop Node.js 18 support, require >=20 ([#623](https://github.com/netlify/remix-compute/issues/623)) ([dc9c499](https://github.com/netlify/remix-compute/commit/dc9c4998e1909aa1a79116f7925249b0fb44b9f1))
13
+
3
14
  ## [2.1.3](https://github.com/netlify/remix-compute/compare/vite-plugin-react-router-v2.1.2...vite-plugin-react-router-v2.1.3) (2026-01-19)
4
15
 
5
16
 
package/dist/index.js CHANGED
@@ -113,7 +113,7 @@ var import_tinyglobby = require("tinyglobby");
113
113
 
114
114
  // package.json
115
115
  var name = "@netlify/vite-plugin-react-router";
116
- var version = "2.1.3";
116
+ var version = "3.0.0";
117
117
 
118
118
  // src/lib/rollup.ts
119
119
  var import_node_path = require("path");
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import { glob } from "tinyglobby";
12
12
 
13
13
  // package.json
14
14
  var name = "@netlify/vite-plugin-react-router";
15
- var version = "2.1.3";
15
+ var version = "3.0.0";
16
16
 
17
17
  // src/lib/rollup.ts
18
18
  import { basename, extname } from "node:path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/vite-plugin-react-router",
3
- "version": "2.1.3",
3
+ "version": "3.0.0",
4
4
  "description": "React Router 7+ Vite plugin for Netlify",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -71,7 +71,7 @@
71
71
  "vite": ">=5.0.0"
72
72
  },
73
73
  "engines": {
74
- "node": ">=18"
74
+ "node": ">=20.6.1"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public"