chore(deps): update devdependencies (major) (major) #1113
Annotations
10 errors and 1 warning
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test
Process completed with exit code 1.
|
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/
|
Loading