Skip to content

chore(deps): update devdependencies (major) (major) #1041

chore(deps): update devdependencies (major) (major)

chore(deps): update devdependencies (major) (major) #1041

Triggered via pull request June 24, 2024 19:34
Status Failure
Total duration 45s
Artifacts

pr.yml

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

Annotations

23 errors and 4 warnings
eslint
Process completed with exit code 1.
prettier
Process completed with exit code 1.
tests/match/data-match.spec.ts > .<tag> (Tag Matcher) > after a tag matcher > cannot match the same tag again: tests/match/data-match.spec.ts#L28
Error: Snapshot `.<tag> (Tag Matcher) > after a tag matcher > cannot match the same tag again 1` mismatched - Expected + Received - "A has already been matched on." + [Error: A has already been matched on.] ❯ tests/match/data-match.spec.ts:28:41
tests/match/data-match.spec.ts > .<tag> (Data Matcher) > after a tag matcher > cannot define a Data matcher for the same tag because the tag matcher is more general: tests/match/data-match.spec.ts#L51
Error: Snapshot `.<tag> (Data Matcher) > after a tag matcher > cannot define a Data matcher for the same tag because the tag matcher is more general 1` mismatched - Expected + Received - "Cannot define this data matcher: - {\"m\":\"\"} - for A because it will never match because it comes after matching on A generally." + [Error: Cannot define this data matcher: + {"m":""} + for A because it will never match because it comes after matching on A generally.] ❯ tests/match/data-match.spec.ts:51:51
tests/match/data-match.spec.ts > .done > throws an error if matchers somehow do not match: tests/match/data-match.spec.ts#L214
Error: Snapshot `.done > throws an error if matchers somehow do not match 1` mismatched - Expected + Received - "No matcher matched on the given data. This should be impossible. Are you sure the runtime is not different than the static types? Please report a bug at https://jasonkuhrt/alge. The given data was: - {\"bad\":true}" + [Error: No matcher matched on the given data. This should be impossible. Are you sure the runtime is not different than the static types? Please report a bug at https://jasonkuhrt/alge. The given data was: + {"bad":true}] ❯ tests/match/data-match.spec.ts:214:7
tests/match/tag-match.spec.ts > .<tag> (Tag Matcher) > after a tag matcher > cannot match the same tag again: tests/match/tag-match.spec.ts#L66
Error: Snapshot `.<tag> (Tag Matcher) > after a tag matcher > cannot match the same tag again 1` mismatched - Expected + Received - "A has already been matched on." + [Error: A has already been matched on.] ❯ tests/match/tag-match.spec.ts:66:40
tests/match/tag-match.spec.ts > .done > throws an error if matchers somehow do not match: tests/match/tag-match.spec.ts#L181
Error: Snapshot `.done > throws an error if matchers somehow do not match 1` mismatched - Expected + Received - "No matcher matched on the given data. This should be impossible. Are you sure the runtime is not different than the static types? Please report a bug at https://jasonkuhrt/alge. The given data was: - \"bad\"" + [Error: No matcher matched on the given data. This should be impossible. Are you sure the runtime is not different than the static types? Please report a bug at https://jasonkuhrt/alge. The given data was: + "bad"] ❯ tests/match/tag-match.spec.ts:181:7
tests/data/other/errors.spec.ts > errors > call .done() without any records: tests/data/other/errors.spec.ts#L12
Error: Snapshot `errors > call .done() without any records 1` mismatched - Expected + Received - "Alge User Mistake: No records defined for ADT `AB` but `.done()` was called. You can only call `.done()` after your ADT has at least one record defined (via `.record()`)." + [Error: Alge User Mistake: No records defined for ADT `AB` but `.done()` was called. You can only call `.done()` after your ADT has at least one record defined (via `.record()`).] ❯ tests/data/other/errors.spec.ts:12:18
tests/record/constructor/defaults.spec.ts > cannot be used before schema: tests/record/constructor/defaults.spec.ts#L16
Error: Snapshot `cannot be used before schema 1` mismatched - Expected + Received - "No schema defined." + [Error: No schema defined.] ❯ tests/record/constructor/defaults.spec.ts:16:49
tests/record/constructor/defaults.spec.ts > cannot be used twice: tests/record/constructor/defaults.spec.ts#L26
Error: Snapshot `cannot be used twice 1` mismatched - Expected + Received - "Defaults already defined." + [Error: Defaults already defined.] ❯ tests/record/constructor/defaults.spec.ts:26:5
tests/record/other/update.spec.ts > updates triggers validate etc.: tests/record/other/update.spec.ts#L21
Error: Snapshot `updates triggers validate etc. 1` mismatched - Expected + Received - "[ + [ZodError: [ { - \"validation\": \"regex\", - \"code\": \"invalid_string\", - \"message\": \"Invalid\", - \"path\": [ - \"m\" + "validation": "regex", + "code": "invalid_string", + "message": "Invalid", + "path": [ + "m" ] } - ]" + ]] ❯ tests/record/other/update.spec.ts:21:47
test (ubuntu-latest, 18.x)
Process completed with exit code 1.
test (ubuntu-latest, 16.x)
The job was canceled because "ubuntu-latest_18_x" failed.
tests/match/data-match.spec.ts > .<tag> (Tag Matcher) > after a tag matcher > cannot match the same tag again: tests/match/data-match.spec.ts#L28
Error: Snapshot `.<tag> (Tag Matcher) > after a tag matcher > cannot match the same tag again 1` mismatched - Expected + Received - "A has already been matched on." + [Error: A has already been matched on.] ❯ tests/match/data-match.spec.ts:28:41
tests/match/data-match.spec.ts > .<tag> (Data Matcher) > after a tag matcher > cannot define a Data matcher for the same tag because the tag matcher is more general: tests/match/data-match.spec.ts#L51
Error: Snapshot `.<tag> (Data Matcher) > after a tag matcher > cannot define a Data matcher for the same tag because the tag matcher is more general 1` mismatched - Expected + Received - "Cannot define this data matcher: - {\"m\":\"\"} - for A because it will never match because it comes after matching on A generally." + [Error: Cannot define this data matcher: + {"m":""} + for A because it will never match because it comes after matching on A generally.] ❯ tests/match/data-match.spec.ts:51:51
tests/match/data-match.spec.ts > .done > throws an error if matchers somehow do not match: tests/match/data-match.spec.ts#L214
Error: Snapshot `.done > throws an error if matchers somehow do not match 1` mismatched - Expected + Received - "No matcher matched on the given data. This should be impossible. Are you sure the runtime is not different than the static types? Please report a bug at https://jasonkuhrt/alge. The given data was: - {\"bad\":true}" + [Error: No matcher matched on the given data. This should be impossible. Are you sure the runtime is not different than the static types? Please report a bug at https://jasonkuhrt/alge. The given data was: + {"bad":true}] ❯ tests/match/data-match.spec.ts:214:7
tests/match/tag-match.spec.ts > .<tag> (Tag Matcher) > after a tag matcher > cannot match the same tag again: tests/match/tag-match.spec.ts#L66
Error: Snapshot `.<tag> (Tag Matcher) > after a tag matcher > cannot match the same tag again 1` mismatched - Expected + Received - "A has already been matched on." + [Error: A has already been matched on.] ❯ tests/match/tag-match.spec.ts:66:40
tests/match/tag-match.spec.ts > .done > throws an error if matchers somehow do not match: tests/match/tag-match.spec.ts#L181
Error: Snapshot `.done > throws an error if matchers somehow do not match 1` mismatched - Expected + Received - "No matcher matched on the given data. This should be impossible. Are you sure the runtime is not different than the static types? Please report a bug at https://jasonkuhrt/alge. The given data was: - \"bad\"" + [Error: No matcher matched on the given data. This should be impossible. Are you sure the runtime is not different than the static types? Please report a bug at https://jasonkuhrt/alge. The given data was: + "bad"] ❯ tests/match/tag-match.spec.ts:181:7
tests/data/other/errors.spec.ts > errors > call .done() without any records: tests/data/other/errors.spec.ts#L12
Error: Snapshot `errors > call .done() without any records 1` mismatched - Expected + Received - "Alge User Mistake: No records defined for ADT `AB` but `.done()` was called. You can only call `.done()` after your ADT has at least one record defined (via `.record()`)." + [Error: Alge User Mistake: No records defined for ADT `AB` but `.done()` was called. You can only call `.done()` after your ADT has at least one record defined (via `.record()`).] ❯ tests/data/other/errors.spec.ts:12:18
tests/record/constructor/defaults.spec.ts > cannot be used before schema: tests/record/constructor/defaults.spec.ts#L16
Error: Snapshot `cannot be used before schema 1` mismatched - Expected + Received - "No schema defined." + [Error: No schema defined.] ❯ tests/record/constructor/defaults.spec.ts:16:49
tests/record/constructor/defaults.spec.ts > cannot be used twice: tests/record/constructor/defaults.spec.ts#L26
Error: Snapshot `cannot be used twice 1` mismatched - Expected + Received - "Defaults already defined." + [Error: Defaults already defined.] ❯ tests/record/constructor/defaults.spec.ts:26:5
tests/record/other/update.spec.ts > updates triggers validate etc.: tests/record/other/update.spec.ts#L21
Error: Snapshot `updates triggers validate etc. 1` mismatched - Expected + Received - "[ + [ZodError: [ { - \"validation\": \"regex\", - \"code\": \"invalid_string\", - \"message\": \"Invalid\", - \"path\": [ - \"m\" + "validation": "regex", + "code": "invalid_string", + "message": "Invalid", + "path": [ + "m" ] } - ]" + ]] ❯ tests/record/other/update.spec.ts:21:47
test (ubuntu-latest, 16.x)
The operation was canceled.
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
prettier
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (ubuntu-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.