chore(deps): update dependency @swc/plugin-emotion to v6 - autoclosed #813
Annotations
4 errors 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:react-swc] 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[email protected]/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[email protected]/node_modules/@swc/plugin-emotion/swc_plugin_emotion.wasm
1: failed to run Wasm plugin transform. Please ensure the version of `swc_core` used by the plugin is compatible with the host runtime. See the documentation for compatibility information. If you are an author of the plugin, please update `swc_core` to the compatible version.
Note that if you want to use the os features like filesystem, you need to use `wasi`. Wasm itself does not have concept of filesystem.
https://swc.rs/docs/plugin/selecting-swc-core
See https://plugins.swc.rs/versions/from-plugin-runner/0.113.0 for the list of the compatible versions.
Build info:
Date: 2024-09-11
Timestamp: 2024-09-11T08:57:39.189608952Z
Version info:
swc_plugin_runner: 0.113.0
Dependencies: anyhow 1.0.87,codspeed-criterion-compat 2.7.1,criterion 0.5.1,enumset 1.1.5,futures 0.3.30,once_cell 1.19.0,parking_lot 0.12.3,serde 1.0.210,serde_json 1.0.128,swc_atoms 0.6.7,swc_common 0.38.0,swc_css_ast 0.145.0,swc_css_parser 0.155.0,swc_ecma_ast 0.119.0,swc_ecma_loader 0.50.0,swc_ecma_parser 0.150.0,swc_ecma_visit 0.105.0,swc_malloc 0.5.11,swc_plugin_proxy 0.48.0,testing 0.40.0,tokio 1.40.0,tracing 0.1.40,vergen 9.0.0,virtual-fs 0.11.4,wasmer 4.3.5,wasmer-cache 4.3.5,wasmer-compiler-cranelift 4.3.5,wasmer-wasix 0.25.0
2: RuntimeError: unreachable
at <unnamed> (<module>[4110]:0x18639d)
at <unnamed> (<module>[4106]:0x186282)
at <unnamed> (<module>[4105]:0x186255)
at <unnamed> (<module>[4086]:0x185544)
at <unnamed> (<module>[4085]:0x1854b0)
at <unnamed> (<module>[4097]:0x185be9)
at <unnamed> (<module>[4250]:0x1983f7)
at <unnamed> (<module>[4276]:0x199eed)
at <unnamed> (<module>[1265]:0x91b9b)
at <unnamed> (<module>[1264]:0x9194a)
at <unnamed> (<module>[123]:0xa3f5)
at <unnamed> (<module>[121]:0xa03d)
at <unnamed> (<module>[945]:0x853ef)
at <unnamed> (<module>[4376]:0x1a0cc0)
file: /home/runner/work/vite-plugin-react-swc/vite-plugin-react-swc/playground-temp/emotion-plugin/src/index.jsx
|
[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
|
ci
Process completed with exit code 1.
|
🎭 Playwright Run Summary
2 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
17 passed (26.6s)
|