Skip to content

chore(deps): update eslint monorepo to v10 (major) #2620

chore(deps): update eslint monorepo to v10 (major)

chore(deps): update eslint monorepo to v10 (major) #2620

Triggered via pull request April 17, 2026 22:37
Status Failure
Total duration 8m 6s
Artifacts 5

ci-rsc.yml

on: pull_request
Matrix: test-e2e
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 8 notices
[chromium] › e2e/react-router.test.ts:128:3 › dev-cloudflare › server css code split: packages/plugin-rsc/e2e/react-router.test.ts#L155
1) [chromium] › e2e/react-router.test.ts:128:3 › dev-cloudflare › server css code split ────────── Error: expect(locator).toHaveCSS(expected) failed Locator: locator('.test-style-home') Expected: "rgb(250, 150, 0)" Timeout: 5000ms Error: element(s) not found Call log: - Expect "toHaveCSS" with timeout 5000ms - waiting for locator('.test-style-home') 2 × locator resolved to <p class="test-style-home">[test-style-home]</p> - unexpected value "oklch(0.373 0.034 259.733)" 153 | await page.getByRole('link', { name: 'Home' }).click() 154 | await page.waitForURL(f.url()) > 155 | await expect(page.locator('.test-style-home')).toHaveCSS( | ^ 156 | 'color', 157 | 'rgb(250, 150, 0)', 158 | ) at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/react-router.test.ts:155:52
test-rsc (ubuntu-latest / chromium) (react-canary)
Process completed with exit code 1.
[chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js: packages/plugin-rsc/e2e/basic.test.ts#L1281
1) [chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js ─────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toContainText(expected) failed Locator: getByTestId('action-error-boundary') Expected substring: "(Error: An error occurred in the Server Components render." Received string: "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" Timeout: 5000ms Call log: - Expect "toContainText" with timeout 5000ms - waiting for getByTestId('action-error-boundary') 9 × locator resolved to <div data-testid="action-error-boundary">…</div> - unexpected value "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" 1279 | ) 1280 | } else { > 1281 | await expect(page.getByTestId('action-error-boundary')).toContainText( | ^ 1282 | '(Error: An error occurred in the Server Components render.', 1283 | ) 1284 | } at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:1281:63
[chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js: packages/plugin-rsc/e2e/basic.test.ts#L1281
1) [chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toContainText(expected) failed Locator: getByTestId('action-error-boundary') Expected substring: "(Error: An error occurred in the Server Components render." Received string: "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" Timeout: 5000ms Call log: - Expect "toContainText" with timeout 5000ms - waiting for getByTestId('action-error-boundary') 9 × locator resolved to <div data-testid="action-error-boundary">…</div> - unexpected value "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" 1279 | ) 1280 | } else { > 1281 | await expect(page.getByTestId('action-error-boundary')).toContainText( | ^ 1282 | '(Error: An error occurred in the Server Components render.', 1283 | ) 1284 | } at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:1281:63
[chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js: packages/plugin-rsc/e2e/basic.test.ts#L1281
1) [chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js ─────────────── Error: expect(locator).toContainText(expected) failed Locator: getByTestId('action-error-boundary') Expected substring: "(Error: An error occurred in the Server Components render." Received string: "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" Timeout: 5000ms Call log: - Expect "toContainText" with timeout 5000ms - waiting for getByTestId('action-error-boundary') 9 × locator resolved to <div data-testid="action-error-boundary">…</div> - unexpected value "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" 1279 | ) 1280 | } else { > 1281 | await expect(page.getByTestId('action-error-boundary')).toContainText( | ^ 1282 | '(Error: An error occurred in the Server Components render.', 1283 | ) 1284 | } at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:1281:63
test-rsc (ubuntu-latest / chromium) (react-experimental)
Process completed with exit code 1.
[chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js: packages/plugin-rsc/e2e/basic.test.ts#L1281
1) [chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js ─────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toContainText(expected) failed Locator: getByTestId('action-error-boundary') Expected substring: "(Error: An error occurred in the Server Components render." Received string: "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" Timeout: 5000ms Call log: - Expect "toContainText" with timeout 5000ms - waiting for getByTestId('action-error-boundary') 9 × locator resolved to <div data-testid="action-error-boundary">…</div> - unexpected value "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" 1279 | ) 1280 | } else { > 1281 | await expect(page.getByTestId('action-error-boundary')).toContainText( | ^ 1282 | '(Error: An error occurred in the Server Components render.', 1283 | ) 1284 | } at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:1281:63
[chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js: packages/plugin-rsc/e2e/basic.test.ts#L1281
1) [chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toContainText(expected) failed Locator: getByTestId('action-error-boundary') Expected substring: "(Error: An error occurred in the Server Components render." Received string: "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" Timeout: 5000ms Call log: - Expect "toContainText" with timeout 5000ms - waiting for getByTestId('action-error-boundary') 9 × locator resolved to <div data-testid="action-error-boundary">…</div> - unexpected value "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" 1279 | ) 1280 | } else { > 1281 | await expect(page.getByTestId('action-error-boundary')).toContainText( | ^ 1282 | '(Error: An error occurred in the Server Components render.', 1283 | ) 1284 | } at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:1281:63
[chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js: packages/plugin-rsc/e2e/basic.test.ts#L1281
1) [chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js ─────────────── Error: expect(locator).toContainText(expected) failed Locator: getByTestId('action-error-boundary') Expected substring: "(Error: An error occurred in the Server Components render." Received string: "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" Timeout: 5000ms Call log: - Expect "toContainText" with timeout 5000ms - waiting for getByTestId('action-error-boundary') 9 × locator resolved to <div data-testid="action-error-boundary">…</div> - unexpected value "ErrorBoundary triggeredreset-error(Error: Minified React error #441; visit https://react.dev/errors/441 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.)" 1279 | ) 1280 | } else { > 1281 | await expect(page.getByTestId('action-error-boundary')).toContainText( | ^ 1282 | '(Error: An error occurred in the Server Components render.', 1283 | ) 1284 | } at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/basic.test.ts:1281:63
[firefox] › e2e/react-router.test.ts:42:3 › build-cloudflare › client: packages/plugin-rsc/e2e/react-router.test.ts#L43
1) [firefox] › e2e/react-router.test.ts:42:3 › build-cloudflare › client ───────────────────────── Error: page.goto: Navigation to "http://localhost:4190/about" is interrupted by another navigation to "http://localhost:4190/about" Call log: - navigating to "http://localhost:4190/about", waiting until "load" 41 | function defineTest(f: Fixture) { 42 | test('client', async ({ page }) => { > 43 | await page.goto(f.url('./about')) | ^ 44 | await waitForHydration(page) 45 | await page.getByRole('button', { name: 'Client counter: 0' }).click() 46 | await expect( at /home/runner/work/vite-plugin-react/vite-plugin-react/packages/plugin-rsc/e2e/react-router.test.ts:43:16
[chromium] › e2e\basic.test.ts:1719:3 › dev-default › css queries: packages\plugin-rsc\e2e\helper.ts#L13
1) [chromium] › e2e\basic.test.ts:1719:3 › dev-default › css queries ───────────────────────────── Error: locator.evaluate: Execution context was destroyed, most likely because of a navigation at helper.ts:13 11 | page 12 | .locator(locator) > 13 | .evaluate( | ^ 14 | (el) => 15 | el && 16 | Object.keys(el).some((key) => key.startsWith('__reactFiber')), at Object.expect.poll.timeout (D:\a\vite-plugin-react\vite-plugin-react\packages\plugin-rsc\e2e\helper.ts:13:12)
🎭 Playwright Run Summary
1 flaky [chromium] › e2e/react-router.test.ts:128:3 › dev-cloudflare › server css code split ─────────── 106 skipped 497 passed (4.1m)
🎭 Playwright Run Summary
1 failed [chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js ──────────────── 120 skipped 483 passed (4.2m)
🎭 Playwright Run Summary
106 skipped 498 passed (4.2m)
🎭 Playwright Run Summary
1 failed [chromium] › e2e/basic.test.ts:1259:3 › build-default › server action error @js ──────────────── 120 skipped 483 passed (4.2m)
🎭 Playwright Run Summary
1 flaky [firefox] › e2e/react-router.test.ts:42:3 › build-cloudflare › client ────────────────────────── 108 skipped 495 passed (4.9m)
🎭 Playwright Run Summary
106 skipped 498 passed (5.8m)
🎭 Playwright Run Summary
1 flaky [chromium] › e2e\basic.test.ts:1719:3 › dev-default › css queries ────────────────────────────── 106 skipped 497 passed (5.4m)
🎭 Playwright Run Summary
134 skipped 470 passed (6.9m)

Artifacts

Produced during runtime
Name Size Digest
test-results-ubuntu-latest-chromium
346 KB
sha256:8a6b01e462bb33f83ab132ad01ca5d2939975f30de76cb70114df5a5f8fb2e3e
test-results-ubuntu-latest-chromium-react-canary
1.34 MB
sha256:74986aacd1caba2d9ef8ce5a51903447a994e41045466022e097d244e1542ffa
test-results-ubuntu-latest-chromium-react-experimental
1.36 MB
sha256:e0ec23c599f11c5b6b6a149b9fe3f0dce6fbbfdc84ace41bde6d825ba02c6f9b
test-results-ubuntu-latest-firefox
61 KB
sha256:5879b9054a6ab62621f444dcdd82c861f23c81bf3a6de8ceb388f5ea58ebe11c
test-results-windows-latest-chromium
721 KB
sha256:5b417da0a776bd3c3e46c623da9fead3484257b89f49c6738080671ea708c63f