Skip to content

chore(deps): update vitest monorepo to v3 (major) #2684

chore(deps): update vitest monorepo to v3 (major)

chore(deps): update vitest monorepo to v3 (major) #2684

Triggered via pull request February 18, 2025 14:36
Status Failure
Total duration 49s
Artifacts

continuous-integration.yml

on: pull_request
Unit Tests
33s
Unit Tests
Linting
36s
Linting
Compile Source Code
36s
Compile Source Code
Generate Documentation
36s
Generate Documentation
Upload coverage report to codecov
0s
Upload coverage report to codecov
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > autoKey > GIVEN payload w/ error THEN throws error: tests/lib/structures/Josh.test.ts#L210
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) } - Expected + Received JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", } ❯ tests/lib/structures/Josh.test.ts:210:9
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > autoKey > GIVEN payload w/ multiple errors THEN throws error: tests/lib/structures/Josh.test.ts#L216
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) } - Expected + Received JoshError { "message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.", "identifier": "multipleError", "errors": [ JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, JoshProviderError { "message": "The \"count\" of items must be less than or equal to the amount of items in the provider.", "identifier": "invalidCount", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, ], "name": "JoshError", } ❯ tests/lib/structures/Josh.test.ts:216:9
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > clear > GIVEN payload w/ error THEN throws error: tests/lib/structures/Josh.test.ts#L243
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) } - Expected + Received JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", } ❯ tests/lib/structures/Josh.test.ts:243:9
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > clear > GIVEN payload w/ multiple errors THEN throws error: tests/lib/structures/Josh.test.ts#L249
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) } - Expected + Received JoshError { "message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.", "identifier": "multipleError", "errors": [ JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, JoshProviderError { "message": "The \"count\" of items must be less than or equal to the amount of items in the provider.", "identifier": "invalidCount", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, ], "name": "JoshError", } ❯ tests/lib/structures/Josh.test.ts:249:9
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > dec > GIVEN payload w/ error THEN throws error: tests/lib/structures/Josh.test.ts#L289
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) } - Expected + Received JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", } ❯ tests/lib/structures/Josh.test.ts:289:9
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > dec > GIVEN payload w/ multiple errors THEN throws error: tests/lib/structures/Josh.test.ts#L297
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) } - Expected + Received JoshError { "message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.", "identifier": "multipleError", "errors": [ JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, JoshProviderError { "message": "The \"count\" of items must be less than or equal to the amount of items in the provider.", "identifier": "invalidCount", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, ], "name": "JoshError", } ❯ tests/lib/structures/Josh.test.ts:297:9
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > delete > GIVEN payload w/ error THEN throws error: tests/lib/structures/Josh.test.ts#L329
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) } - Expected + Received JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", } ❯ tests/lib/structures/Josh.test.ts:329:9
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > delete > GIVEN payload w/ multiple errors THEN throws error: tests/lib/structures/Josh.test.ts#L335
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) } - Expected + Received JoshError { "message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.", "identifier": "multipleError", "errors": [ JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, JoshProviderError { "message": "The \"count\" of items must be less than or equal to the amount of items in the provider.", "identifier": "invalidCount", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, ], "name": "JoshError", } ❯ tests/lib/structures/Josh.test.ts:335:9
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > deleteMany > GIVEN payload w/ error THEN throws error: tests/lib/structures/Josh.test.ts#L391
AssertionError: expected a thrown error to be JoshProviderError: The "value" parameter … { …(4) } - Expected + Received JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", } ❯ tests/lib/structures/Josh.test.ts:391:9
tests/lib/structures/Josh.test.ts > Josh > can manipulate data > deleteMany > GIVEN payload w/ multiple errors THEN throws error: tests/lib/structures/Josh.test.ts#L397
AssertionError: expected a thrown error to be JoshError: Josh has encountered multiple … { …(2) } - Expected + Received JoshError { "message": "Josh has encountered multiple errors. Please check the \"errors\" property of this error.", "identifier": "multipleError", "errors": [ JoshProviderError { "message": "The \"value\" parameter was not found.", "identifier": "missingValue", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, JoshProviderError { "message": "The \"count\" of items must be less than or equal to the amount of items in the provider.", "identifier": "invalidCount", "method": null, "origin": { - "name": "Map", - "type": "provider", + "name": "Test", + "type": "middleware", }, "context": {}, "name": "JoshProviderError", }, ], "name": "JoshError", } ❯ tests/lib/structures/Josh.test.ts:397:9
Unit Tests
Unexpected input(s) 'vnode-version', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
Unit Tests
Cache not found for keys: node-cache-Linux-x64-yarn-fa22a8e360c2de1a4386b44c1b8b64e9c5c1c0075ca36a32df91e0514d762de6
Compile Source Code
Unexpected input(s) 'vnode-version', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
Compile Source Code
Cache not found for keys: node-cache-Linux-x64-yarn-fa22a8e360c2de1a4386b44c1b8b64e9c5c1c0075ca36a32df91e0514d762de6
Compile Source Code
Unexpected input(s) 'vnode-version', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
Linting
Unexpected input(s) 'vnode-version', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
Linting
Cache not found for keys: node-cache-Linux-x64-yarn-fa22a8e360c2de1a4386b44c1b8b64e9c5c1c0075ca36a32df91e0514d762de6
Linting
Unexpected input(s) 'vnode-version', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
Linting
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Generate Documentation
Unexpected input(s) 'vnode-version', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
Generate Documentation
Cache not found for keys: node-cache-Linux-x64-yarn-fa22a8e360c2de1a4386b44c1b8b64e9c5c1c0075ca36a32df91e0514d762de6
Generate Documentation
Unexpected input(s) 'vnode-version', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
Generate Documentation
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists