Skip to content

chore(deps-dev): bump @readme/standards from 1.2.0 to 2.2.0 (#522) #1037

chore(deps-dev): bump @readme/standards from 1.2.0 to 2.2.0 (#522)

chore(deps-dev): bump @readme/standards from 1.2.0 to 2.2.0 (#522) #1037

Triggered via push October 6, 2025 19:06
Status Failure
Total duration 25s
Artifacts

ci.yml

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

Annotations

32 errors
Node latest on ubuntu-latest
Process completed with exit code 1.
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 ubuntu-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_latest" failed
Node lts/-1 on windows-latest
The operation was canceled.
Node lts/-1 on windows-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_latest" 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/-1 on ubuntu-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_latest" failed
Node lts/* on windows-latest
The operation was canceled.
Node lts/* on windows-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_latest" failed
Node latest on windows-latest
The operation was canceled.
Node latest on windows-latest
The strategy configuration was canceled because "node_tests.ubuntu-latest_latest" failed
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'.