Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions .changeset/docs-and-playwright.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
---

Docs and test tooling only — no published code changes: README dependency
examples now match the plugin's actual `^7.13.0` floor, Playwright is bumped
to 1.61, and CI installs browsers via the locally pinned binary.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: npx publint --errors-only

- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
run: pnpm exec playwright install --with-deps chromium

- name: Run E2E tests
run: pnpm e2e
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,14 +590,14 @@ export default {
```json
{
"dependencies": {
"@react-router/node": "^7.1.3",
"@react-router/serve": "^7.1.3",
"react-router": "^7.1.3"
"@react-router/node": "^7.13.0",
"@react-router/serve": "^7.13.0",
"react-router": "^7.13.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"@react-router/cloudflare": "^7.1.3",
"@react-router/dev": "^7.1.3",
"@react-router/cloudflare": "^7.13.0",
"@react-router/dev": "^7.13.0",
"wrangler": "^3.106.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/client-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-router": "^7.13.0"
},
"devDependencies": {
"@playwright/test": "^1.58.0",
"@playwright/test": "^1.61.1",
"@react-router/dev": "^7.13.0",
"@rsbuild/core": "2.1.0",
"@rsbuild/plugin-react": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260127.0",
"@playwright/test": "^1.58.0",
"@playwright/test": "^1.61.1",
"@react-router/cloudflare": "^7.13.0",
"@react-router/dev": "^7.13.0",
"@rsbuild/core": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-node-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-router": "^7.13.0"
},
"devDependencies": {
"@playwright/test": "^1.58.0",
"@playwright/test": "^1.61.1",
"@react-router/dev": "^7.13.0",
"@rsbuild/core": "2.1.0",
"@rsbuild/plugin-react": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/default-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-router": "^7.13.0"
},
"devDependencies": {
"@playwright/test": "^1.58.0",
"@playwright/test": "^1.61.1",
"@react-router/dev": "^7.13.0",
"@rsbuild/core": "2.1.0",
"@rsbuild/plugin-less": "^1.6.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/epic-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"devDependencies": {
"@epic-web/config": "1.21.3",
"@faker-js/faker": "10.2.0",
"@playwright/test": "1.58.0",
"@playwright/test": "^1.61.1",
"@react-router/dev": "^7.13.0",
"@sentry/vite-plugin": "4.8.0",
"@sly-cli/sly": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/epic-stack-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"devDependencies": {
"@epic-web/config": "1.21.3",
"@faker-js/faker": "10.2.0",
"@playwright/test": "1.58.0",
"@playwright/test": "^1.61.1",
"@react-router/dev": "^7.13.0",
"@sly-cli/sly": "2.1.1",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/epic-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"devDependencies": {
"@epic-web/config": "1.21.3",
"@faker-js/faker": "10.2.0",
"@playwright/test": "1.58.0",
"@playwright/test": "^1.61.1",
"@react-router/dev": "^7.13.0",
"@sly-cli/sly": "2.1.1",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
Expand Down
2 changes: 1 addition & 1 deletion examples/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-router": "^7.13.0"
},
"devDependencies": {
"@playwright/test": "^1.58.0",
"@playwright/test": "^1.61.1",
"@react-router/dev": "^7.13.0",
"@rsbuild/core": "2.1.0",
"@rsbuild/plugin-react": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/spa-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-router": "^7.13.0"
},
"devDependencies": {
"@playwright/test": "^1.58.0",
"@playwright/test": "^1.61.1",
"@react-router/dev": "^7.13.0",
"@rsbuild/core": "2.1.0",
"@rsbuild/plugin-react": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"es-module-lexer": "1.7.0",
"kill-port": "^2.0.1",
"pkg-pr-new": "^0.0.75",
"playwright": "1.58.0",
"playwright": "^1.61.1",
"prettier": "3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
Expand Down
382 changes: 270 additions & 112 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading