Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1c46fe9
Add benchmarking for pass through reqeusts flag
brophdawg11 Mar 18, 2026
6f683e1
chore: deduplicate `pnpm-lock.yaml`
remix-run-bot Mar 18, 2026
b897f18
fix: turbo-stream v2 remove recursion to allow for massive payloads (…
jacob-ebey Mar 19, 2026
fd0763e
chore: update playwright, harden tests (#14898)
jacob-ebey Mar 20, 2026
b192994
chore: format
remix-run-bot Mar 20, 2026
8aa8c55
chore: update eslint (#14899)
jacob-ebey Mar 20, 2026
4556693
chore: deduplicate `pnpm-lock.yaml`
remix-run-bot Mar 20, 2026
19e1f0f
fix: encodeViaTurboStream leaked memory via unremoved AbortSignal lis…
jacob-ebey Mar 21, 2026
000846c
relax the eslint config (#14905)
jacob-ebey Mar 22, 2026
5dc12ea
feat: add Vite 8 support (#14876)
markdalgleish Mar 23, 2026
18bac80
chore: deduplicate `pnpm-lock.yaml`
remix-run-bot Mar 23, 2026
0d57748
Merge branch 'release-next' into dev
brophdawg11 Mar 23, 2026
903d924
chore: format
remix-run-bot Mar 23, 2026
ea53d51
Add script for cleaning up old nightly tags
brophdawg11 Mar 23, 2026
259f7ab
Support pnpm preview builds (#14909)
brophdawg11 Mar 23, 2026
b16b549
Add package.json script for preview builds
brophdawg11 Mar 23, 2026
98641e2
feat: rsc prefetch (#14902)
jacob-ebey Mar 23, 2026
111f3a3
feat: rsc reveal command (#14904)
jacob-ebey Mar 23, 2026
d439188
feat:! new RSC framework mode module API (#14901)
jacob-ebey Mar 24, 2026
ab6455d
chore: format
remix-run-bot Mar 24, 2026
44c3d6b
fix: support for prerendering multiple server bundles with v8_viteEnv…
jacob-ebey Mar 24, 2026
e8b3c3a
feat: RSC framework mode prerender (#14907)
jacob-ebey Mar 25, 2026
fbe4951
chore: format
remix-run-bot Mar 25, 2026
49a2ed5
Merge branch 'main' into release-next
brophdawg11 Mar 31, 2026
610addc
Enter prerelease mode
brophdawg11 Mar 31, 2026
6683e85
chore: Update version for release (pre) (#14943)
github-actions[bot] Mar 31, 2026
6eb644a
Draft release notes
brophdawg11 Mar 31, 2026
987b915
Exit prerelease mode
brophdawg11 Apr 2, 2026
9db78a3
Update release notes
brophdawg11 Apr 2, 2026
e31077b
chore: Update version for release (#14945)
github-actions[bot] Apr 2, 2026
65ee49c
Merge branch 'release-next'
brophdawg11 Apr 2, 2026
201cd41
chore: format
remix-run-bot Apr 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 0 additions & 96 deletions .eslintrc

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/integration-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ./.github/workflows/shared-integration.yml
with:
os: "ubuntu-latest"
node_version: "[20.18, 22]"
node_version: "[20.19, 22]"
browser: '["chromium", "firefox"]'

integration-windows:
Expand All @@ -50,5 +50,5 @@ jobs:
uses: ./.github/workflows/shared-integration.yml
with:
os: "macos-latest"
node_version: "[20.18, 22]"
node_version: "[20.19, 22]"
browser: '["webkit"]'
4 changes: 2 additions & 2 deletions .github/workflows/integration-pr-windows-macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PR (Full)

# PRs touching @react-router/dev will also run on Ubuntu/Firefox, Windows/Edge and
# OSX/WebKit as well as an Ubuntu/Chromium run on Node 20.18.
# OSX/WebKit as well as an Ubuntu/Chromium run on Node 20.19.

on:
pull_request:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: ./.github/workflows/shared-integration.yml
with:
os: "ubuntu-latest"
node_version: "[20.18]"
node_version: "[20.19]"
browser: '["chromium"]'

integration-firefox:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
node:
- 20.18
- 20.19
- 22

runs-on: ubuntu-latest
Expand Down
File renamed without changes.
Loading
Loading