Skip to content

chore(deps): update dependency @shikijs/vitepress-twoslash to v1.18.0 #1275

chore(deps): update dependency @shikijs/vitepress-twoslash to v1.18.0

chore(deps): update dependency @shikijs/vitepress-twoslash to v1.18.0 #1275

Triggered via pull request September 19, 2024 13:20
Status Failure
Total duration 57s
Artifacts

pr.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors
src/layers/6_client/client.transport-http.test.ts > when envelope is used then response property is present even if relying on schema url default: src/lib/anyware/runPipeline.ts#L84
ContextualError: There was an error in the core implementation of hook "exchange". ❯ runPipeline src/lib/anyware/runPipeline.ts:84:18 ❯ runPipeline src/lib/anyware/runPipeline.ts:50:14 ❯ Module.runPipeline src/lib/anyware/runPipeline.ts:50:14 ❯ Object.run src/lib/anyware/main.ts:286:22 ❯ run src/layers/6_client/client.ts:268:20 ❯ executeRootType src/layers/6_client/client.ts:201:12 ❯ executeRootTypeField src/layers/6_client/client.ts:232:20 ❯ src/layers/6_client/client.transport-http.test.ts:36:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { context: { hookName: 'exchange', source: 'implementation' } } Caused by: Caused by: TypeError: fetch failed ❯ Object.run src/layers/5_core/core.ts:281:30 ❯ Module.runHook src/lib/anyware/runHook.ts:264:16 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1118:18)\n' + ' at internalConnectMultiple (node:net:1186:5)\n' + ' at Timeout.internalConnectMultipleTimeout (node:net:1712:5)\n' + ' at listOnTimeout (node:internal/timers:583:11)\n' + ' at processTimers (node:internal/timers:519:7)', errors: [ { stack: 'Error: connect ETIMEDOUT 146.75.37.51:443\n' + ' at createConnectionError (node:net:1648:14)\n' + ' at Timeout.internalConnectMultipleTimeout (node:net:1707:38)\n' + ' at listOnTimeout (node:internal/timers:583:11)\n' + ' at processTimers (node:internal/timers:519:7)', message: 'connect ETIMEDOUT 146.75.37.51:443', errno: -110, code: 'ETIMEDOUT', syscall: 'connect', address: '146.75.37.51', port: 443, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ENETUNREACH 2a04:4e42:79::307:443 - Local (:::0)\n' + ' at internalConnectMultiple (node:net:1182:16)\n' + ' at Timeout.internalConnectMultipleTimeout (node:net:1712:5)\n' + ' at listOnTimeout (node:internal/timers:583:11)\n' + ' at processTimers (node:internal/timers:519:7)', message: 'connect ENETUNREACH 2a04:4e42:79::307:443 - Local (:::0)', errno: -101, code: 'ENETUNREACH', syscall: 'connect', address: '2a04:4e42:79::307', port: 443, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ETIMEDOUT', stackStr: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1118:18)\n' + ' at internalConnectMultiple (node:net:1186:5)\n' + ' at Timeout.internalConnectMultipleTimeout (node:net:1712:5)\n' + ' at listOnTimeout (node:internal/timers:583:11)\n' + ' at processTimers (node:internal/timers:519:7)', nameStr: 'AggregateError', expected: 'undefined', actual: 'undefined', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ETIMEDOUT 146.75.37.51:443\n at createConnectionError (node:net:1648:14)\n at Timeout.internalConnectMultipleTimeout (node:net:1707:38)\n at listOnTimeout (node:internal/timers:583:11)\n at processTimers (node:internal/timers:519:7)', message: 'connect ETIMEDOUT 146.75.37.51:443', errno: -110, code: 'ETIMEDOUT', syscall: 'connect', address: '146.75.37.51', port: 443, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ENETUNREACH 2a04:4e42:79::307:443 - Local (:::0)\n at internalConnectMultiple (node:net:1182:16)\n at Timeout.internalConnectMultipleTimeout (node:net:1712:5)\n at listOnTimeout (node:internal/timers:583:11)\n at processTimers (node:internal/timers:519:7)', message: 'connect ENETUNREACH 2a04:4e42:79::307:443 - Local (:::0)', errno: -101, code: 'ENETUNREACH', syscall: 'connect', address: '2a04:4e42:79::307', port: 443, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code:
tests/examples/30_raw/raw_rawString_rawTyped__rawString-typed.test.ts > raw_rawString_rawTyped__rawString-typed: tests/examples/30_raw/raw_rawString_rawTyped__rawString-typed.test.ts#L16
Error: Snapshot `raw_rawString_rawTyped__rawString-typed 1` mismatched - Expected + Received - ---------------------------------------- SHOW ---------------------------------------- - [ - { name: 'Canada', continent: { name: 'North America' } }, - { name: 'Germany', continent: { name: 'Europe' } }, - { name: 'Japan', continent: { name: 'Asia' } } - ] + /some/path/to/runPipeline.ts:84 + return new ContextualError(message, { hookName: signal.hookName, source: signal.source }, signal.error) + ^ + + + ContextualError: There was an error in the core implementation of hook "exchange". + at runPipeline (/some/path/to/runPipeline.ts:XX:XX) + at process.processTicksAndRejections (node:internal/process/task_queues:XX:XX) + at async runPipeline (/some/path/to/runPipeline.ts:XX:XX) + at async runPipeline (/some/path/to/runPipeline.ts:XX:XX) + at async Object.run (/some/path/to/main.ts:XX:XX) + at async run (/some/path/to/client.ts:XX:XX) + at async runRaw (/some/path/to/client.ts:XX:XX) + at async Object.raw (/some/path/to/client.ts:XX:XX) + at async Proxy.rawString (/some/path/to/client.ts:XX:XX) + at async <anonymous> (/some/path/to/raw_rawString_rawTyped__rawString-typed.ts:XX:XX) { + context: { hookName: 'exchange', source: 'implementation' }, + [cause]: TypeError: fetch failed + at node:internal/deps/undici/undici:13178:13 + at process.processTicksAndRejections (node:internal/process/task_queues:XX:XX) + at async Object.run (/some/path/to/core.ts:XX:XX) + at async runHook (/some/path/to/runHook.ts:XX:XX) { + [cause]: AggregateError [ETIMEDOUT]: + at internalConnectMultiple (node:net:XX:XX) + at internalConnectMultiple (node:net:XX:XX) + at Timeout.internalConnectMultipleTimeout (node:net:XX:XX) + at listOnTimeout (node:internal/timers:XX:XX) + at process.processTimers (node:internal/timers:XX:XX) { + code: 'ETIMEDOUT', + [errors]: [ + Error: connect ETIMEDOUT 146.75.37.51:443 + at createConnectionError (node:net:XX:XX) + at Timeout.internalConnectMultipleTimeout (node:net:XX:XX) + at listOnTimeout (node:internal/timers:XX:XX) + at process.processTimers (node:internal/timers:XX:XX) { + errno: -110, + code: 'ETIMEDOUT', + syscall: 'connect', + address: '146.75.37.51', + port: 443 + }, + Error: connect ENETUNREACH 2a04:4e42:79::307:443 - Local (:::0) + at internalConnectMultiple (node:net:XX:XX) + at Timeout.internalConnectMultipleTimeout (node:net:XX:XX) + at listOnTimeout (node:internal/timers:XX:XX) + at process.processTimers (node:internal/timers:XX:XX) { + errno: -101, + code: 'ENETUNREACH', + syscall: 'connect', + address: '2a04:4e42:79::307', + port: 443 + } + ] + } + } + } + + Node.js vXX.XX.XX ❯ tests/examples/30_raw/raw_rawString_rawTyped__rawString-typed.test.ts:16:3
Node 20 @env node
Process completed with exit code 1.
Node 22 @env node
The job was canceled because "_20_node" failed.
tests/examples/30_raw/raw_rawString__rawString.test.ts > raw_rawString__rawString: tests/examples/30_raw/raw_rawString__rawString.test.ts#L16
Error: Snapshot `raw_rawString__rawString 1` mismatched - Expected + Received - ---------------------------------------- SHOW ---------------------------------------- - { - countries: [ - { name: 'Andorra' }, - { name: 'United Arab Emirates' }, - { name: 'Afghanistan' }, - { name: 'Antigua and Barbuda' }, - { name: 'Anguilla' }, - { name: 'Albania' }, - { name: 'Armenia' }, - { name: 'Angola' }, - { name: 'Antarctica' }, - { name: 'Argentina' }, - { name: 'American Samoa' }, - { name: 'Austria' }, - { name: 'Australia' }, - { name: 'Aruba' }, - { name: 'Åland' }, - { name: 'Azerbaijan' }, - { name: 'Bosnia and Herzegovina' }, - { name: 'Barbados' }, - { name: 'Bangladesh' }, - { name: 'Belgium' }, - { name: 'Burkina Faso' }, - { name: 'Bulgaria' }, - { name: 'Bahrain' }, - { name: 'Burundi' }, - { name: 'Benin' }, - { name: 'Saint Barthélemy' }, - { name: 'Bermuda' }, - { name: 'Brunei' }, - { name: 'Bolivia' }, - { name: 'Bonaire' }, - { name: 'Brazil' }, - { name: 'Bahamas' }, - { name: 'Bhutan' }, - { name: 'Bouvet Island' }, - { name: 'Botswana' }, - { name: 'Belarus' }, - { name: 'Belize' }, - { name: 'Canada' }, - { name: 'Cocos [Keeling] Islands' }, - { name: 'Democratic Republic of the Congo' }, - { name: 'Central African Republic' }, - { name: 'Republic of the Congo' }, - { name: 'Switzerland' }, - { name: 'Ivory Coast' }, - { name: 'Cook Islands' }, - { name: 'Chile' }, - { name: 'Cameroon' }, - { name: 'China' }, - { name: 'Colombia' }, - { name: 'Costa Rica' }, - { name: 'Cuba' }, - { name: 'Cape Verde' }, - { name: 'Curacao' }, - { name: 'Christmas Island' }, - { name: 'Cyprus' }, - { name: 'Czech Republic' }, - { name: 'Germany' }, - { name: 'Djibouti' }, - { name: 'Denmark' }, - { name: 'Dominica' }, - { name: 'Dominican Republic' }, - { name: 'Algeria' }, - { name: 'Ecuador' }, - { name: 'Estonia' }, - { name: 'Egypt' }, - { name: 'Western Sahara' }, - { name: 'Eritrea' }, - { name: 'Spain' }, - { name: 'Ethiopia' }, + /some/path/to/runPipeline.ts:84 + return new ContextualError(message, { hookName: signal.hookName, source: signal.source }, signal.error) + ^ + + + ContextualError: There was an error in the core implementation of hook "exchange". + at runPipeline (/some/path/to/runPipeline.ts:XX:XX) + at process.processTicksAndRejections (node:internal/process/task_queues:XX:XX) + at async runPipeline (/some/path/to/runPipeline.ts:XX:XX) + at async runPipeline (/some/path/to/runPipeline.ts:XX:XX) + at async Object.run (/some/path/to/main.ts:XX:XX) + at async run (/some/path/to/client.ts:XX:XX) + at async runRaw (/some/path/to/client.ts:XX:XX) + at async Object.raw (/some/path/to/client.ts:XX:XX) + at async Proxy.rawString (/some/path/to/client.ts:XX:XX) + at async <anonymous> (/some/path/to/raw_rawString__rawString.ts:XX:XX) { + context: { hookName: 'exchange', source: 'implementation' }, + [cause]: TypeError: fetch failed + at node:internal/deps/undici/undici:13185:13 + at process.processTicksAndRejections (node:internal/process/task_queues:XX:XX) + at async Object.run (/some/path/to/core.ts:XX:XX) + at async runHook (/some/path/to/runHook.ts:XX:XX) { + [cause]: AggregateError [ETIMEDOUT]: + at internalConnectMultiple (node:net:XX:XX) + at internalConnectMultiple (node:net:XX:XX) + at Timeout.internalConnectMultipleTimeout (node:net:XX:XX) + at listOnTimeout (node:internal/timers:XX:XX) + at process.processTimers (node:internal/timers:XX:XX) { + code: 'ETIMEDOUT', + [errors]: [ + Error: connect ETIMEDOUT 146.75.37.51:443 + at createConnectionError (node:net:XX:XX) + at Timeout.internalConnectMultipleTimeout (node:net:XX:XX) + at listOnTim
tests/examples/60_extension/extension_opentelemetry__opentelemetry.test.ts > extension_opentelemetry__opentelemetry: tests/examples/60_extension/extension_opentelemetry__opentelemetry.test.ts#L17
Error: Snapshot `extension_opentelemetry__opentelemetry 1` mismatched - Expected + Received - ---------------------------------------- SHOW ---------------------------------------- - { - resource: { - attributes: { - 'service.name': '...', - 'telemetry.sdk.language': 'nodejs', - 'telemetry.sdk.name': 'opentelemetry', - 'telemetry.sdk.version': '...' - } - }, - instrumentationScope: { name: 'graffle', version: undefined, schemaUrl: undefined }, - traceId: '...', - parentId: '...', - traceState: undefined, - name: 'encode', - id: '...', - kind: 0, - timestamp: 0, - duration: 0.0, - attributes: {}, - status: { code: 0 }, - events: [], - links: [] - } - ---------------------------------------- SHOW ---------------------------------------- - { - resource: { - attributes: { - 'service.name': '...', - 'telemetry.sdk.language': 'nodejs', - 'telemetry.sdk.name': 'opentelemetry', - 'telemetry.sdk.version': '...' - } - }, - instrumentationScope: { name: 'graffle', version: undefined, schemaUrl: undefined }, - traceId: '...', - parentId: '...', - traceState: undefined, - name: 'pack', - id: '...', - kind: 0, - timestamp: 0, - duration: 0.0, - attributes: {}, - status: { code: 0 }, - events: [], - links: [] - } - ---------------------------------------- SHOW ---------------------------------------- - { - resource: { - attributes: { - 'service.name': '...', - 'telemetry.sdk.language': 'nodejs', - 'telemetry.sdk.name': 'opentelemetry', - 'telemetry.sdk.version': '...' - } - }, - instrumentationScope: { name: 'graffle', version: undefined, schemaUrl: undefined }, - traceId: '...', - parentId: '...', - traceState: undefined, - name: 'exchange', - id: '...', - kind: 0, - timestamp: 0, - duration: 0.0, - attributes: {}, - status: { code: 0 }, - events: [], - links: [] - } - ---------------------------------------- SHOW ---------------------------------------- - { - resource: { + /some/path/to/runPipeline.ts:84 + return new ContextualError(message, { hookName: signal.hookName, source: signal.source }, signal.error) + ^ + + + ContextualError: There was an error in the core implementation of hook "exchange". + at runPipeline (/some/path/to/runPipeline.ts:XX:XX) + at process.processTicksAndRejections (node:internal/process/task_queues:XX:XX) + at async runPipeline (/some/path/to/runPipeline.ts:XX:XX) + at async runPipeline (/some/path/to/runPipeline.ts:XX:XX) + at async Object.run (/some/path/to/main.ts:XX:XX) + at async run (/some/path/to/client.ts:XX:XX) + at async runRaw (/some/path/to/client.ts:XX:XX) + at async Object.raw (/some/path/to/client.ts:XX:XX) + at async Proxy.rawString (/some/path/to/client.ts:XX:XX) + at async <anonymous> (/some/path/to/extension_opentelemetry__opentelemetry.ts:XX:XX) { + context: { hookName: 'exchange', source: 'implementation' }, + [cause]: TypeError: fetch failed + at node:internal/deps/undici/undici:13185:13 + at process.processTicksAndRejections (node:internal/process/task_queues:XX:XX) + at async Object.run (/some/path/to/core.ts:XX:XX) + at async runHook (/some/path/to/runHook.ts:XX:XX) { + [cause]: AggregateError [ETIMEDOUT]: + at internalConnectMultiple (node:net:XX:XX) + at internalConnectMultiple (node:net:XX:XX) + at Timeout.internalConnectMultipleTimeout (node:net:XX:XX) + at listOnTimeout (node:internal/timers:XX:XX) + at process.processTimers (node:internal/timers:XX:XX) { + code: 'ETIMEDOUT', + [errors]: [ - attributes: { - 'service.name': '...', - 'telemetry.sdk.language': 'nodejs', - 'telemetry.sdk.name': 'opentelemetry', - 'telemetry.sdk.version': '...' - } - }, - instrumentationScope: { name: 'graffle', version: undefined, schemaUrl: undefined }, - traceId: '...', - parentId: '...', - traceState: undefined, - na
Node 22 @env node
Process completed with exit code 1.
Node 22 @env jsdom
The job was canceled because "_20_node" failed.
Node 22 @env jsdom
The operation was canceled.
Node 20 @env jsdom
The job was canceled because "_20_node" failed.
Node 20 @env jsdom
The operation was canceled.