Skip to content

Commit d0e180f

Browse files
authored
Merge branch 'main' into renovate/npm-run-all2-8.x
2 parents 0daf320 + 8a2cb99 commit d0e180f

File tree

10 files changed

+67
-10
lines changed

10 files changed

+67
-10
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/remix-edge-adapter": "3.5.0",
3-
"packages/remix-runtime": "2.4.0",
4-
"packages/remix-adapter": "2.7.0",
5-
"packages/vite-plugin-react-router": "2.1.3"
2+
"packages/remix-edge-adapter": "4.0.0",
3+
"packages/remix-runtime": "3.0.0",
4+
"packages/remix-adapter": "3.0.0",
5+
"packages/vite-plugin-react-router": "3.0.0"
66
}

packages/remix-adapter/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.7.0...remix-adapter-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+
* drop support for Remix Classic Compiler ([#624](https://github.com/netlify/remix-compute/issues/624))
10+
11+
### Features
12+
13+
* 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))
14+
* drop support for Remix Classic Compiler ([#624](https://github.com/netlify/remix-compute/issues/624)) ([655e55b](https://github.com/netlify/remix-compute/commit/655e55b247c86619e2ccb701a5de00d113108196))
15+
316
## [2.7.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.6.1...remix-adapter-v2.7.0) (2025-11-05)
417

518

packages/remix-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/remix-adapter",
3-
"version": "2.7.0",
3+
"version": "3.0.0",
44
"description": "Remix Adapter for Netlify Functions",
55
"type": "commonjs",
66
"main": "./dist/index.js",

packages/remix-edge-adapter/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v3.5.0...remix-edge-adapter-v4.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+
* drop support for Remix Classic Compiler ([#624](https://github.com/netlify/remix-compute/issues/624))
10+
11+
### Features
12+
13+
* 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))
14+
* drop support for Remix Classic Compiler ([#624](https://github.com/netlify/remix-compute/issues/624)) ([655e55b](https://github.com/netlify/remix-compute/commit/655e55b247c86619e2ccb701a5de00d113108196))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @netlify/remix-runtime bumped from 2.4.0 to 3.0.0
22+
323
## [3.5.0](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v3.4.3...remix-edge-adapter-v3.5.0) (2025-11-05)
424

525

packages/remix-edge-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/remix-edge-adapter",
3-
"version": "3.5.0",
3+
"version": "4.0.0",
44
"description": "Remix Adapter for Netlify Edge Functions",
55
"type": "commonjs",
66
"main": "./dist/index.js",
@@ -61,7 +61,7 @@
6161
},
6262
"homepage": "https://github.com/netlify/remix-compute#readme",
6363
"dependencies": {
64-
"@netlify/remix-runtime": "2.4.0",
64+
"@netlify/remix-runtime": "3.0.0",
6565
"@remix-run/dev": "^2.16.4",
6666
"@remix-run/node": "^2.16.4",
6767
"isbot": "^5.0.0"

packages/remix-runtime/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/netlify/remix-compute/compare/remix-runtime-v2.4.0...remix-runtime-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+
* drop support for Remix Classic Compiler ([#624](https://github.com/netlify/remix-compute/issues/624))
10+
11+
### Features
12+
13+
* 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))
14+
* drop support for Remix Classic Compiler ([#624](https://github.com/netlify/remix-compute/issues/624)) ([655e55b](https://github.com/netlify/remix-compute/commit/655e55b247c86619e2ccb701a5de00d113108196))
15+
316
## [2.4.0](https://github.com/netlify/remix-compute/compare/remix-runtime-v2.3.1...remix-runtime-v2.4.0) (2025-11-05)
417

518

packages/remix-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/remix-runtime",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"description": "Remix Runtime for Netlify Edge Functions",
55
"type": "commonjs",
66
"main": "./dist/index.js",

packages/vite-plugin-react-router/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## [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)
415

516

packages/vite-plugin-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/vite-plugin-react-router",
3-
"version": "2.1.3",
3+
"version": "3.0.0",
44
"description": "React Router 7+ Vite plugin for Netlify",
55
"type": "commonjs",
66
"main": "./dist/index.js",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)