From 98fba76a4345f5f4d3c039ce8d7a80e14759b033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:59:01 -0400 Subject: [PATCH 1/2] chore(deps): bump actions/stale from 10 to 11 (#15351) Signed-off-by: dependabot[bot] --- .github/workflows/no-response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 0684e13b00..f3e97ff776 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Handle Ghosting - uses: actions/stale@v10 + uses: actions/stale@v11 with: days-before-close: 10 close-issue-message: > From 246c1247a2c34f992ef50fec9040d1cbe1f4a5bb Mon Sep 17 00:00:00 2001 From: Alexander Angelov Date: Thu, 30 Jul 2026 21:03:32 +0300 Subject: [PATCH 2/2] docs: fix single-file integration test command in AGENTS.md (#15355) --- AGENTS.md | 4 ++-- contributors.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 94f705c638..d01a1ab2fa 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ - **Build**: `pnpm build` (all packages) or `pnpm run --filter build` (single package) - **Test (Jest)**: `pnpm test` (all packages), `pnpm test packages//` (single package), `pnpm test packages/react-router/__tests__/router/fetchers-test.ts` (single file), or `pnpm test -- -t "action fetch"` (tests matching name) -- **Integration tests (Playwright)**: `pnpm test:integration --project chromium` (build + test all), `pnpm test:integration:run --project chromium` (test only, all), `pnpm test:integration:run --project chromium integration/middleware-test.ts` (single file), or `pnpm test:integration:run --project chromium -g "middleware"` (tests matching name) +- **Integration tests (Playwright)**: `pnpm test:integration --project chromium` (build + test all), `pnpm test:integration:run --project chromium` (test only, all), `pnpm test:integration:run integration/middleware-test.ts --project chromium` (single file), or `pnpm test:integration:run --project chromium -g "middleware"` (tests matching name) - **Typecheck**: `pnpm run typecheck` - **Lint**: `pnpm run lint` - **Docs generation**: `pnpm run docs` (regenerates API docs from JSDoc) @@ -56,7 +56,7 @@ Use Playwright for Vite plugin, build pipeline, SSR/hydration, RSC, type generat ```bash pnpm test:integration --project chromium # Build + test all pnpm test:integration:run --project chromium # Test only, all -pnpm test:integration:run --project chromium integration/middleware-test.ts # Single file +pnpm test:integration:run integration/middleware-test.ts --project chromium # Single file pnpm test:integration:run --project chromium -g "middleware" # Tests matching name ``` diff --git a/contributors.yml b/contributors.yml index b0d86fab06..2cd418cbda 100644 --- a/contributors.yml +++ b/contributors.yml @@ -23,6 +23,7 @@ - Aleuck - alexandernanberg - alexanderson1993 +- alexandrosang21 - alexlbr - AlexWebLab - amitdahan