fix(deps): update all non-major dependencies #871
Annotations
7 errors, 1 warning, and 1 notice
[chromium] › playground/emotion-plugin/__tests__/emotion-plugin.spec.ts:9:1 › Emotion plugin build:
playground/emotion-plugin/__tests__/emotion-plugin.spec.ts#L1
1) [chromium] › playground/emotion-plugin/__tests__/emotion-plugin.spec.ts:9:1 › Emotion plugin build
Error: [vite:build-html] failed to handle: failed to invoke plugin: failed to invoke plugin on 'Some("/home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/playground-temp/emotion-plugin/src/index.jsx")'
Caused by:
0: failed to invoke `/home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/node_modules/.pnpm/@swc+plugin-emotion@4.0.3/node_modules/@swc/plugin-emotion/swc_plugin_emotion.wasm` as js transform plugin at /home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/node_modules/.pnpm/@swc+plugin-emotion@4.0.3/node_modules/@swc/plugin-emotion/swc_plugin_emotion.wasm
1: wasm plugin bytecheck failed "failed without error information; enable debug assertions and the `alloc` feature in rancor for error information"
file: /home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/playground-temp/emotion-plugin/index.html
|
[chromium] › playground/emotion-plugin/__tests__/emotion-plugin.spec.ts:26:1 › Emotion plugin HMR:
playground/emotion-plugin/__tests__/emotion-plugin.spec.ts#L1
2) [chromium] › playground/emotion-plugin/__tests__/emotion-plugin.spec.ts:26:1 › Emotion plugin HMR
Test timeout of 10000ms exceeded.
|
[chromium] › playground/emotion-plugin/__tests__/emotion-plugin.spec.ts:26:1 › Emotion plugin HMR:
playground/emotion-plugin/__tests__/emotion-plugin.spec.ts#L33
2) [chromium] › playground/emotion-plugin/__tests__/emotion-plugin.spec.ts:26:1 › Emotion plugin HMR
Error: locator.hover: Test timeout of 10000ms exceeded.
Call log:
- waiting for locator('button')
31 |
32 | const button = page.locator("button");
> 33 | await button.hover();
| ^
34 | await expectColor(button, "color", "#646cff");
35 |
36 | await button.click();
at /home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/playground/emotion-plugin/__tests__/emotion-plugin.spec.ts:33:16
|
[chromium] › playground/styled-components/__tests__/styled-components.spec.ts:9:1 › styled-components build:
playground/styled-components/__tests__/styled-components.spec.ts#L1
3) [chromium] › playground/styled-components/__tests__/styled-components.spec.ts:9:1 › styled-components build
Error: [vite:build-html] failed to handle: failed to invoke plugin: failed to invoke plugin on 'Some("/home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/playground-temp/styled-components/src/index.tsx")'
Caused by:
0: failed to invoke `/home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/node_modules/.pnpm/@swc+plugin-styled-components@3.0.3/node_modules/@swc/plugin-styled-components/swc_plugin_styled_components.wasm` as js transform plugin at /home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/node_modules/.pnpm/@swc+plugin-styled-components@3.0.3/node_modules/@swc/plugin-styled-components/swc_plugin_styled_components.wasm
1: wasm plugin bytecheck failed "failed without error information; enable debug assertions and the `alloc` feature in rancor for error information"
file: /home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/playground-temp/styled-components/index.html
|
[chromium] › playground/styled-components/__tests__/styled-components.spec.ts:25:1 › styled-components HMR:
playground/styled-components/__tests__/styled-components.spec.ts#L1
4) [chromium] › playground/styled-components/__tests__/styled-components.spec.ts:25:1 › styled-components HMR
Test timeout of 10000ms exceeded.
|
[chromium] › playground/styled-components/__tests__/styled-components.spec.ts:25:1 › styled-components HMR:
playground/styled-components/__tests__/styled-components.spec.ts#L33
4) [chromium] › playground/styled-components/__tests__/styled-components.spec.ts:25:1 › styled-components HMR
Error: expect(locator).toHaveText(expected)
Locator: locator('button')
Expected string: "count is 0"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 30000ms
- waiting for locator('button')
31 |
32 | const button = page.locator("button");
> 33 | await expect(button).toHaveText("count is 0", { timeout: 30000 });
| ^
34 | await expectColor(button, "color", "#ffffff");
35 | await button.click();
36 | await expect(button).toHaveText("count is 1");
at /home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/playground/styled-components/__tests__/styled-components.spec.ts:33:24
|
ci
Process completed with exit code 1.
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
4 failed
[chromium] › playground/emotion-plugin/__tests__/emotion-plugin.spec.ts:9:1 › Emotion plugin build
[chromium] › playground/emotion-plugin/__tests__/emotion-plugin.spec.ts:26:1 › Emotion plugin HMR
[chromium] › playground/styled-components/__tests__/styled-components.spec.ts:9:1 › styled-components build
[chromium] › playground/styled-components/__tests__/styled-components.spec.ts:25:1 › styled-components HMR
15 passed (37.4s)
|