Skip to content

feat: add max depth config #40

feat: add max depth config

feat: add max depth config #40

Triggered via pull request September 3, 2024 18:05
Status Failure
Total duration 28s
Artifacts

test.yml

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

Annotations

32 errors and 1 warning
build (18.x): src/index.spec.ts#L1
Replace `JsonValue,·ObjectHashContext,·Patch` with `·JsonValue,·ObjectHashContext,·Patch·`
build (18.x): src/index.spec.ts#L2
Replace `generateJSONPatch,·pathInfo` with `·generateJSONPatch,·pathInfo·`
build (18.x): src/index.spec.ts#L3
Replace `applyPatch,·deepClone` with `·applyPatch,·deepClone·`
build (18.x): src/index.spec.ts#L4
Replace `assert,·expect` with `·assert,·expect·`
build (18.x): src/index.spec.ts#L21
Replace `a:·'a',·b:·'b',·c:·'c'` with `·a:·'a',·b:·'b',·c:·'c'·`
build (18.x): src/index.spec.ts#L22
Replace `a:·3,·b:·2,·c:·1` with `·a:·3,·b:·2,·c:·1·`
build (18.x): src/index.spec.ts#L23
Replace `a:·true,·b:·'b',·c:·12` with `·a:·true,·b:·'b',·c:·12·`
build (18.x): src/index.spec.ts#L50
Replace `op:·'add',·path:·'/3',·value:·4` with `·op:·'add',·path:·'/3',·value:·4·`
build (18.x): src/index.spec.ts#L54
Replace `a:·'a',·b:·'b'` with `·a:·'a',·b:·'b'·`
build (18.x): src/index.spec.ts#L55
Replace `a:·'a',·b:·'b',·c:·'c'` with `·a:·'a',·b:·'b',·c:·'c'·`
build (20.x)
The job was canceled because "_18_x" failed.
build (20.x): src/index.spec.ts#L1
Replace `JsonValue,·ObjectHashContext,·Patch` with `·JsonValue,·ObjectHashContext,·Patch·`
build (20.x): src/index.spec.ts#L2
Replace `generateJSONPatch,·pathInfo` with `·generateJSONPatch,·pathInfo·`
build (20.x): src/index.spec.ts#L3
Replace `applyPatch,·deepClone` with `·applyPatch,·deepClone·`
build (20.x): src/index.spec.ts#L4
Replace `assert,·expect` with `·assert,·expect·`
build (20.x): src/index.spec.ts#L21
Replace `a:·'a',·b:·'b',·c:·'c'` with `·a:·'a',·b:·'b',·c:·'c'·`
build (20.x): src/index.spec.ts#L22
Replace `a:·3,·b:·2,·c:·1` with `·a:·3,·b:·2,·c:·1·`
build (20.x): src/index.spec.ts#L23
Replace `a:·true,·b:·'b',·c:·12` with `·a:·true,·b:·'b',·c:·12·`
build (20.x): src/index.spec.ts#L50
Replace `op:·'add',·path:·'/3',·value:·4` with `·op:·'add',·path:·'/3',·value:·4·`
build (20.x): src/index.spec.ts#L54
Replace `a:·'a',·b:·'b'` with `·a:·'a',·b:·'b'·`
build (20.x): src/index.spec.ts#L55
Replace `a:·'a',·b:·'b',·c:·'c'` with `·a:·'a',·b:·'b',·c:·'c'·`
build (16.x)
The job was canceled because "_18_x" failed.
build (16.x): src/index.spec.ts#L1
Replace `JsonValue,·ObjectHashContext,·Patch` with `·JsonValue,·ObjectHashContext,·Patch·`
build (16.x): src/index.spec.ts#L2
Replace `generateJSONPatch,·pathInfo` with `·generateJSONPatch,·pathInfo·`
build (16.x): src/index.spec.ts#L3
Replace `applyPatch,·deepClone` with `·applyPatch,·deepClone·`
build (16.x): src/index.spec.ts#L4
Replace `assert,·expect` with `·assert,·expect·`
build (16.x): src/index.spec.ts#L21
Replace `a:·'a',·b:·'b',·c:·'c'` with `·a:·'a',·b:·'b',·c:·'c'·`
build (16.x): src/index.spec.ts#L22
Replace `a:·3,·b:·2,·c:·1` with `·a:·3,·b:·2,·c:·1·`
build (16.x): src/index.spec.ts#L23
Replace `a:·true,·b:·'b',·c:·12` with `·a:·true,·b:·'b',·c:·12·`
build (16.x): src/index.spec.ts#L50
Replace `op:·'add',·path:·'/3',·value:·4` with `·op:·'add',·path:·'/3',·value:·4·`
build (16.x): src/index.spec.ts#L54
Replace `a:·'a',·b:·'b'` with `·a:·'a',·b:·'b'·`
build (16.x): src/index.spec.ts#L55
Replace `a:·'a',·b:·'b',·c:·'c'` with `·a:·'a',·b:·'b',·c:·'c'·`
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/