chore(deps): update devdependencies (major) (major) #1114
Triggered via pull request
September 13, 2024 15:57
Status
Failure
Total duration
2m 39s
Artifacts
–
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: ""A has already been matched on.""
Received: "[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:
+ [Error: Cannot define this data matcher:
- {\"m\":\"\"}
+ {"m":""}
- for A because it will never match because it comes after matching on A generally."
+ 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:
+ [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}"
+ {"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: ""A has already been matched on.""
Received: "[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:
+ [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\""
+ "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: ""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()`).""
Received: "[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: ""No schema defined.""
Received: "[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: ""Defaults already defined.""
Received: "[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\",
+ "validation": "regex",
- \"code\": \"invalid_string\",
+ "code": "invalid_string",
- \"message\": \"Invalid\",
+ "message": "Invalid",
- \"path\": [
+ "path": [
- \"m\"
+ "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: ""A has already been matched on.""
Received: "[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:
+ [Error: Cannot define this data matcher:
- {\"m\":\"\"}
+ {"m":""}
- for A because it will never match because it comes after matching on A generally."
+ 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:
+ [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}"
+ {"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: ""A has already been matched on.""
Received: "[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:
+ [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\""
+ "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: ""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()`).""
Received: "[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: ""No schema defined.""
Received: "[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: ""Defaults already defined.""
Received: "[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\",
+ "validation": "regex",
- \"code\": \"invalid_string\",
+ "code": "invalid_string",
- \"message\": \"Invalid\",
+ "message": "Invalid",
- \"path\": [
+ "path": [
- \"m\"
+ "m"
]
}
- ]"
+ ]]
❯ tests/record/other/update.spec.ts:21:47
|
test (ubuntu-latest, 16.x)
The operation was canceled.
|
eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
prettier
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (ubuntu-latest, 18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
types
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|