Skip to content

chore: upgrade to pnpm 9 #301

chore: upgrade to pnpm 9

chore: upgrade to pnpm 9 #301

Triggered via push April 18, 2024 05:23
Status Failure
Total duration 1m 13s
Artifacts

ci.yml

on: push
unit-test
50s
unit-test
unit-test-windows
53s
unit-test-windows
e2e-test
1m 3s
e2e-test
lint-and-test-dts
55s
lint-and-test-dts
Fit to window
Zoom out
Zoom in

Annotations

15 errors
packages/compiler-sfc/__tests__/cssVars.spec.ts > CSS vars injection > w/ <script setup> binding analysis: packages/compiler-sfc/__tests__/utils.ts#L40
Error: Snapshot `CSS vars injection > w/ <script setup> binding analysis 1` mismatched - Expected + Received @@ -1,9 +1,9 @@ "import { useCssVars as _useCssVars, unref as _unref } from 'vue' import { ref } from 'vue' const color = 'red' - + export default { props: { foo: String }, setup(__props, { expose: __expose }) { @@ -14,11 +14,11 @@ "xxxxxxxx-size": (size.value), "xxxxxxxx-foo": (__props.foo) })) const size = ref('10px') - - + + return { color, size, ref } } }" ❯ Module.assertCode packages/compiler-sfc/__tests__/utils.ts:40:16 ❯ packages/compiler-sfc/__tests__/cssVars.spec.ts:74:5
packages/compiler-sfc/__tests__/cssVars.spec.ts > CSS vars injection > codegen > <script> w/ default export in strings/comments: packages/compiler-sfc/__tests__/utils.ts#L40
Error: Snapshot `CSS vars injection > codegen > <script> w/ default export in strings/comments 1` mismatched - Expected + Received @@ -1,9 +1,9 @@ " // export default {} const __default__ = {} - + import { useCssVars as _useCssVars } from 'vue' const __injectCSSVars__ = () => { _useCssVars(_ctx => ({ "xxxxxxxx-color": (_ctx.color) }))} ❯ Module.assertCode packages/compiler-sfc/__tests__/utils.ts:40:16 ❯ packages/compiler-sfc/__tests__/cssVars.spec.ts:153:7
packages/compiler-sfc/__tests__/cssVars.spec.ts > CSS vars injection > codegen > w/ <script setup> using the same var multiple times: packages/compiler-sfc/__tests__/utils.ts#L40
Error: Snapshot `CSS vars injection > codegen > w/ <script setup> using the same var multiple times 1` mismatched - Expected + Received "import { useCssVars as _useCssVars, unref as _unref } from 'vue' const color = 'red' - + export default { setup(__props, { expose: __expose }) { __expose(); _useCssVars(_ctx => ({ "xxxxxxxx-color": (color) })) - + return { color } } }" ❯ Module.assertCode packages/compiler-sfc/__tests__/utils.ts:40:16 ❯ packages/compiler-sfc/__tests__/cssVars.spec.ts:207:7
packages/compiler-sfc/__tests__/cssVars.spec.ts > CSS vars injection > codegen > should work with w/ complex expression: packages/compiler-sfc/__tests__/utils.ts#L40
Error: Snapshot `CSS vars injection > codegen > should work with w/ complex expression 1` mismatched - Expected + Received @@ -12,10 +12,10 @@ })) let a = 100 let b = 200 let foo = 300 - + return { get a() { return a }, set a(v) { a = v }, get b() { return b }, set b(v) { b = v }, get foo() { return foo }, set foo(v) { foo = v } } } }" ❯ Module.assertCode packages/compiler-sfc/__tests__/utils.ts:40:16 ❯ packages/compiler-sfc/__tests__/cssVars.spec.ts:240:7
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > should trigger effect: packages/reactivity/src/effect.ts#L274
TypeError: Cannot read properties of undefined (reading 'fn') ❯ Module.effect packages/reactivity/src/effect.ts:274:44 ❯ packages/reactivity/__tests__/computed.spec.ts:60:5
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > should trigger effect when chained: packages/reactivity/src/effect.ts#L274
TypeError: Cannot read properties of undefined (reading 'fn') ❯ Module.effect packages/reactivity/src/effect.ts:274:44 ❯ packages/reactivity/__tests__/computed.spec.ts:89:5
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > should trigger effect when chained (mixed invocations): packages/reactivity/src/effect.ts#L274
TypeError: Cannot read properties of undefined (reading 'fn') ❯ Module.effect packages/reactivity/src/effect.ts:274:44 ❯ packages/reactivity/__tests__/computed.spec.ts:112:5
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > should no longer update when stopped: packages/reactivity/src/effect.ts#L274
TypeError: Cannot read properties of undefined (reading 'fn') ❯ Module.effect packages/reactivity/src/effect.ts:274:44 ❯ packages/reactivity/__tests__/computed.spec.ts:130:5
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > should trigger effect w/ setter: packages/reactivity/src/effect.ts#L274
TypeError: Cannot read properties of undefined (reading 'fn') ❯ Module.effect packages/reactivity/src/effect.ts:274:44 ❯ packages/reactivity/__tests__/computed.spec.ts:168:5
packages/reactivity/__tests__/computed.spec.ts > reactivity/computed > should invalidate before non-computed effects: packages/reactivity/src/effect.ts#L274
TypeError: Cannot read properties of undefined (reading 'fn') ❯ Module.effect packages/reactivity/src/effect.ts:274:44 ❯ packages/reactivity/__tests__/computed.spec.ts:182:5
packages/compiler-sfc/__tests__/cssVars.spec.ts > CSS vars injection > w/ <script setup> binding analysis: packages/compiler-sfc/__tests__/utils.ts#L40
Error: Snapshot `CSS vars injection > w/ <script setup> binding analysis 1` mismatched - Expected + Received @@ -1,9 +1,9 @@ "import { useCssVars as _useCssVars, unref as _unref } from 'vue' import { ref } from 'vue' const color = 'red' - + export default { props: { foo: String }, setup(__props, { expose: __expose }) { @@ -14,11 +14,11 @@ "xxxxxxxx-size": (size.value), "xxxxxxxx-foo": (__props.foo) })) const size = ref('10px') - - + + return { color, size, ref } } }" ❯ Module.assertCode packages/compiler-sfc/__tests__/utils.ts:40:16 ❯ packages/compiler-sfc/__tests__/cssVars.spec.ts:74:5
packages/compiler-sfc/__tests__/cssVars.spec.ts > CSS vars injection > codegen > <script> w/ default export in strings/comments: packages/compiler-sfc/__tests__/utils.ts#L40
Error: Snapshot `CSS vars injection > codegen > <script> w/ default export in strings/comments 1` mismatched - Expected + Received @@ -1,9 +1,9 @@ " // export default {} const __default__ = {} - + import { useCssVars as _useCssVars } from 'vue' const __injectCSSVars__ = () => { _useCssVars(_ctx => ({ "xxxxxxxx-color": (_ctx.color) }))} ❯ Module.assertCode packages/compiler-sfc/__tests__/utils.ts:40:16 ❯ packages/compiler-sfc/__tests__/cssVars.spec.ts:153:7
packages/compiler-sfc/__tests__/cssVars.spec.ts > CSS vars injection > codegen > w/ <script setup> using the same var multiple times: packages/compiler-sfc/__tests__/utils.ts#L40
Error: Snapshot `CSS vars injection > codegen > w/ <script setup> using the same var multiple times 1` mismatched - Expected + Received "import { useCssVars as _useCssVars, unref as _unref } from 'vue' const color = 'red' - + export default { setup(__props, { expose: __expose }) { __expose(); _useCssVars(_ctx => ({ "xxxxxxxx-color": (color) })) - + return { color } } }" ❯ Module.assertCode packages/compiler-sfc/__tests__/utils.ts:40:16 ❯ packages/compiler-sfc/__tests__/cssVars.spec.ts:207:7
packages/compiler-sfc/__tests__/cssVars.spec.ts > CSS vars injection > codegen > should work with w/ complex expression: packages/compiler-sfc/__tests__/utils.ts#L40
Error: Snapshot `CSS vars injection > codegen > should work with w/ complex expression 1` mismatched - Expected + Received @@ -12,10 +12,10 @@ })) let a = 100 let b = 200 let foo = 300 - + return { get a() { return a }, set a(v) { a = v }, get b() { return b }, set b(v) { b = v }, get foo() { return foo }, set foo(v) { foo = v } } } }" ❯ Module.assertCode packages/compiler-sfc/__tests__/utils.ts:40:16 ❯ packages/compiler-sfc/__tests__/cssVars.spec.ts:240:7
unit-test-windows
Process completed with exit code 1.