Skip to content

chore(deps): update all non-major dependencies #11874

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #11874

Triggered via pull request October 23, 2024 10:15
Status Failure
Total duration 12m 53s
Artifacts

ci.yml

on: pull_request
Diff: node-latest, ubuntu-latest
9s
Diff: node-latest, ubuntu-latest
Lint: node-latest, ubuntu-latest
2m 26s
Lint: node-latest, ubuntu-latest
Matrix: test-browser
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Lint: node-latest, ubuntu-latest: docs/.vitepress/components/ListItem.vue#L3
Expected "@vueuse/core" to come before "vue"
Lint: node-latest, ubuntu-latest: docs/.vitepress/config.ts#L2
Expected "@vite-pwa/vitepress" to come before "vitepress"
Lint: node-latest, ubuntu-latest: docs/.vitepress/config.ts#L3
Expected "@shikijs/vitepress-twoslash" to come before "@vite-pwa/vitepress"
Lint: node-latest, ubuntu-latest: docs/.vitepress/config.ts#L21
Expected "./contributors" to come before "./scripts/transformHead"
Lint: node-latest, ubuntu-latest: docs/.vitepress/contributors.ts#L167
Expected "teamEmeritiMembers" to come before "teamMembers"
Lint: node-latest, ubuntu-latest: docs/.vitepress/scripts/cli-generator.ts#L4
Expected "../../../packages/vitest/src/node/cli/cli-config" (parent-type) to come before "node:url" (builtin)
Lint: node-latest, ubuntu-latest: docs/.vitepress/scripts/pwa.ts#L5
Expected "pwaFontsRegex" to come before "pwaFontStylesRegex"
Lint: node-latest, ubuntu-latest: docs/.vitepress/theme/index.ts#L2
Expected "vitepress" (type) to come before "vue" (external)
Lint: node-latest, ubuntu-latest: docs/.vitepress/theme/index.ts#L4
Expected "vitepress" to come before "vitepress/theme"
Lint: node-latest, ubuntu-latest: docs/.vitepress/theme/index.ts#L8
Expected "@shikijs/vitepress-twoslash/client" (external) to come before "uno.css" (side-effect)
specs/benchmark.test.ts > benchmark: test/browser/specs/benchmark.test.ts#L6
AssertionError: expected 'Error: listen EACCES: permission deni…' to be '' // Object.is equality - Expected + Received + Error: listen EACCES: permission denied ::1:63315 + at Server.setupListenHandle [as _listen2] (node:net:1882:21) + at listenInCluster (node:net:1961:12) + at GetAddrInfoReqWrap.doListen (node:net:2135:7) + at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8) + at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) ❯ specs/benchmark.test.ts:6:25
specs/filter.test.ts > filter: test/browser/specs/filter.test.ts#L10
AssertionError: expected 'Error: listen EACCES: permission deni…' to be '' // Object.is equality - Expected + Received + Error: listen EACCES: permission denied ::1:63315 + at Server.setupListenHandle [as _listen2] (node:net:1882:21) + at listenInCluster (node:net:1961:12) + at GetAddrInfoReqWrap.doListen (node:net:2135:7) + at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8) + at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) ❯ specs/filter.test.ts:10:18
specs/fix-4686.test.ts > tests run in presence of config.base: test/browser/specs/fix-4686.test.ts#L14
AssertionError: expected 'Error: listen EACCES: permission deni…' to be '' // Object.is equality - Expected + Received + Error: listen EACCES: permission denied ::1:63315 + at Server.setupListenHandle [as _listen2] (node:net:1882:21) + at listenInCluster (node:net:1961:12) + at GetAddrInfoReqWrap.doListen (node:net:2135:7) + at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8) + at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) ❯ specs/fix-4686.test.ts:14:18
specs/inspect.test.ts > --inspect-brk stops at test file: test/browser/specs/inspect.test.ts#L22
Error: Timeout when waiting for error "Debugger listening on ws://127.0.0.1:9123". Received: stdout: stderr: ⎯⎯⎯⎯⎯⎯⎯ Startup Error ⎯⎯⎯⎯⎯⎯⎯⎯ Error: listen EACCES: permission denied ::1:63315 at Server.setupListenHandle [as _listen2] (node:net:1882:21) at listenInCluster (node:net:1961:12) at GetAddrInfoReqWrap.doListen [as callback] (node:net:2135:7) at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8) { code: 'EACCES', errno: -4092, syscall: 'listen', address: '::1', port: 63315 } ❯ specs/inspect.test.ts:22:16
specs/locators.test.ts > locators work correctly: test/browser/specs/locators.test.ts#L10
AssertionError: expected 'Error: listen EACCES: permission deni…' to be '' // Object.is equality - Expected + Received + Error: listen EACCES: permission denied ::1:63315 + at Server.setupListenHandle [as _listen2] (node:net:1882:21) + at listenInCluster (node:net:1961:12) + at GetAddrInfoReqWrap.doListen (node:net:2135:7) + at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8) + at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) ❯ specs/locators.test.ts:10:18
specs/mocking.test.ts > mocking works correctly - isolated true: test/browser/specs/mocking.test.ts#L15
AssertionError: expected 'Error: listen EACCES: permission deni…' to be '' // Object.is equality - Expected + Received + Error: listen EACCES: permission denied ::1:63315 + at Server.setupListenHandle [as _listen2] (node:net:1882:21) + at listenInCluster (node:net:1961:12) + at GetAddrInfoReqWrap.doListen (node:net:2135:7) + at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8) ❯ specs/mocking.test.ts:15:25
specs/mocking.test.ts > mocking works correctly - isolated false: test/browser/specs/mocking.test.ts#L15
AssertionError: expected 'Error: listen EACCES: permission deni…' to be '' // Object.is equality - Expected + Received + Error: listen EACCES: permission denied ::1:63315 + at Server.setupListenHandle [as _listen2] (node:net:1882:21) + at listenInCluster (node:net:1961:12) + at GetAddrInfoReqWrap.doListen (node:net:2135:7) + at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8) ❯ specs/mocking.test.ts:15:25
specs/mocking.test.ts > mocking dependency correctly invalidates it on rerun: test/browser/specs/mocking.test.ts#L41
Error: Timeout when waiting for error "Waiting for file changes...". Received: stdout: stderr: Error: listen EACCES: permission denied ::1:63315 at Server.setupListenHandle [as _listen2] (node:net:1882:21) at listenInCluster (node:net:1961:12) at GetAddrInfoReqWrap.doListen (node:net:2135:7) at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8) ❯ specs/mocking.test.ts:41:16
specs/mocking.test.ts > mocking dependency correctly invalidates it on rerun: test/browser/specs/mocking.test.ts#L37
TypeError: Cannot read properties of undefined (reading 'close') ❯ specs/mocking.test.ts:37:15
specs/runner.test.ts > running browser tests: test/browser/specs/runner.test.ts#L19
Error: ENOENT: no such file or directory, open 'D:\a\vitest\vitest\test\browser\browser.json' ❯ specs/runner.test.ts:19:27 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -4058, code: 'ENOENT', syscall: 'open', path: 'D:\a\vitest\vitest\test\browser\browser.json' }