chore(deps): update devdependencies (major) (major) #1000
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
+ Received
- "A has already been matched on."
+ [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:
- {\"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
|
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:
- {\"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
|
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
+ Received
- "A has already been matched on."
+ [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:
- \"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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test:
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
|
Run pnpm test
Process completed with exit code 1.
|
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/.
|
Loading