Skip to content

chore(deps): bump vite from 7.1.9 to 7.1.11 (#525) #1041

chore(deps): bump vite from 7.1.9 to 7.1.11 (#525)

chore(deps): bump vite from 7.1.9 to 7.1.11 (#525) #1041

Triggered via push October 21, 2025 15:35
Status Failure
Total duration 28s
Artifacts

ci.yml

on: push
Matrix: node_tests
Fit to window
Zoom out
Zoom in

Annotations

32 errors
test/index.test.ts > fetch-har > integrations > should support requests that cover the entire HAR spec: test/index.test.ts#L133
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:133:19
test/index.test.ts > fetch-har > integrations > should support `application/x-www-form-urlencoded` requests with auth: test/index.test.ts#L119
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:119:19
test/index.test.ts > fetch-har > integrations > should support requests with cookies: test/index.test.ts#L98
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:98:19
test/index.test.ts > fetch-har > integrations > should not double encode query parameters: test/index.test.ts#L82
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:82:19
test/index.test.ts > fetch-har > integrations > should support requests with array query parameters: test/index.test.ts#L75
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:75:19
test/index.test.ts > fetch-har > integrations > should support `text/plain` requests: test/index.test.ts#L62
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:62:19
test/index.test.ts > fetch-har > custom options > should support supplying custom headers as an object: test/index.test.ts#L48
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:48:19
test/index.test.ts > fetch-har > custom options > should support supplying custom headers in a `Headers` instance: test/index.test.ts#L36
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:36:19
test/index.test.ts > fetch-har > should catch and toss invalid headers present in a HAR: test/index.test.ts#L29
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:29:17
test/index.test.ts > fetch-har > should make a request with a custom user agent if specified: test/index.test.ts#L24
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:24:17
Node latest on ubuntu-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_lts_-1" failed
Node latest on ubuntu-latest
The operation was canceled.
Node lts/* on ubuntu-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_lts_-1" failed
test/index.test.ts > fetch-har > integrations > should support requests that cover the entire HAR spec: test/index.test.ts#L133
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:133:19
test/index.test.ts > fetch-har > integrations > should support `application/x-www-form-urlencoded` requests with auth: test/index.test.ts#L119
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:119:19
test/index.test.ts > fetch-har > integrations > should support requests with cookies: test/index.test.ts#L98
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:98:19
test/index.test.ts > fetch-har > integrations > should not double encode query parameters: test/index.test.ts#L82
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:82:19
test/index.test.ts > fetch-har > integrations > should support requests with array query parameters: test/index.test.ts#L75
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:75:19
test/index.test.ts > fetch-har > integrations > should support `text/plain` requests: test/index.test.ts#L62
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:62:19
test/index.test.ts > fetch-har > custom options > should support supplying custom headers as an object: test/index.test.ts#L48
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:48:19
test/index.test.ts > fetch-har > custom options > should support supplying custom headers in a `Headers` instance: test/index.test.ts#L36
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:36:19
test/index.test.ts > fetch-har > should catch and toss invalid headers present in a HAR: test/index.test.ts#L29
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:29:17
test/index.test.ts > fetch-har > should make a request with a custom user agent if specified: test/index.test.ts#L24
SyntaxError: Unexpected token '<', "<html> <h"... is not valid JSON ❯ test/index.test.ts:24:17
Node lts/* on windows-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_lts_-1" failed
Node lts/* on windows-latest
The operation was canceled.
Node lts/-1 on windows-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_lts_-1" failed
Node lts/-1 on windows-latest
The operation was canceled.
Node latest on windows-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_lts_-1" failed
Node latest on windows-latest
The operation was canceled.
linting
Process completed with exit code 2.
linting: src/index.ts#L256
Type 'Buffer<ArrayBufferLike>' is not assignable to type 'BodyInit | null | undefined'.
linting: src/index.ts#L186
Type 'Buffer<ArrayBufferLike>' is not assignable to type 'BlobPart'.