fix(typecheck): fix typecheck collect on Vite 6 #12483
ci.yml
on: pull_request
Diff: node-latest, ubuntu-latest
6s
Lint: node-latest, ubuntu-latest
2m 23s
Matrix: test-browser
Matrix: test
Annotations
19 errors
Lint: node-latest, ubuntu-latest:
packages/vitest/src/typecheck/collect.ts#L13
Expected "estree" (type) to come before "vite" (external)
|
Lint: node-latest, ubuntu-latest:
packages/vitest/src/typecheck/collect.ts#L13
Strings must use singlequote
|
|
Lint: node-latest, ubuntu-latest:
packages/vitest/src/typecheck/collect.ts#L97
Strings must use singlequote
|
|
Lint: node-latest, ubuntu-latest:
packages/vitest/src/typecheck/collect.ts#L99
Strings must use singlequote
|
|
Lint: node-latest, ubuntu-latest
Process completed with exit code 1.
|
Build&Test: node-20, ubuntu-latest
Process completed with exit code 1.
|
Build&Test: node-22, ubuntu-latest
Process completed with exit code 1.
|
Build&Test: node-18, ubuntu-latest
Process completed with exit code 1.
|
Build&Test: node-20, windows-latest
Process completed with exit code 1.
|
specs/server-url.test.ts > server-url http:
test/browser/specs/server-url.test.ts#L14
AssertionError: expected '\n⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯\nErr…' to be '' // Object.is equality
- Expected
+ Received
+
+ ⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯
+ Error: listen EACCES: permission denied ::1:51133
+ ❯ Server.setupListenHandle [as _listen2] ../../node:net:1886:21
+ ❯ listenInCluster ../../node:net:1965:12
+ ❯ GetAddrInfoReqWrap.doListen ../../node:net:2139:7
+ ❯ GetAddrInfoReqWrap.onlookup [as oncomplete] ../../node:dns:111:8
+ ❯ GetAddrInfoReqWrap.callbackTrampoline ../../node:internal/async_hooks:130:17
+
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
+ Serialized Error: { code: 'EACCES', errno: -4092, syscall: 'listen', address: '::1', port: 51133 }
+
+
❯ specs/server-url.test.ts:14:18
|
specs/server-url.test.ts > server-url https:
test/browser/specs/server-url.test.ts#L24
AssertionError: expected '\n⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯\nErr…' to be '' // Object.is equality
- Expected
+ Received
+
+ ⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯
+ Error: listen EACCES: permission denied ::1:51122
+ ❯ Http2SecureServer.setupListenHandle [as _listen2] ../../node:net:1886:21
+ ❯ listenInCluster ../../node:net:1965:12
+ ❯ GetAddrInfoReqWrap.doListen ../../node:net:2139:7
+ ❯ GetAddrInfoReqWrap.onlookup [as oncomplete] ../../node:dns:111:8
+ ❯ GetAddrInfoReqWrap.callbackTrampoline ../../node:internal/async_hooks:130:17
+
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
+ Serialized Error: { code: 'EACCES', errno: -4092, syscall: 'listen', address: '::1', port: 51122 }
+
+
❯ specs/server-url.test.ts:24:18
|
Browser: firefox, windows-latest
Process completed with exit code 1.
|
Browser: chromium, windows-latest
Canceling since a higher priority waiting request for 'ci-6972' exists
|
Browser: chromium, windows-latest
The operation was canceled.
|
Build&Test: node-20, macos-latest
Canceling since a higher priority waiting request for 'ci-6972' exists
|
Build&Test: node-20, macos-latest
The operation was canceled.
|