chore(deps): bump zod from 3.25.76 to 4.2.1 in /mcp-server #91
dev.yml
on: push
install-dependencies
8s
lint-check
15s
prettier-check
10s
type-check
14s
unit-test-check
12s
circular-check
14s
build-check
10s
security-check
10s
Annotations
13 errors
|
security-check
Process completed with exit code 1.
|
|
build-check
Process completed with exit code 2.
|
|
build-check
Expected 2-3 arguments, but got 1.
|
|
build-check
Expected 2-3 arguments, but got 1.
|
|
build-check
Expected 2-3 arguments, but got 1.
|
|
build-check
Expected 2-3 arguments, but got 1.
|
|
type-check
Process completed with exit code 2.
|
|
type-check
Expected 2-3 arguments, but got 1.
|
|
type-check
Expected 2-3 arguments, but got 1.
|
|
type-check
Expected 2-3 arguments, but got 1.
|
|
type-check
Expected 2-3 arguments, but got 1.
|
|
unit-test-check
Process completed with exit code 1.
|
|
src/config/config.schema.spec.ts > CodingBuddyConfigSchema > validateConfig > should accept config with deep optional fields:
mcp-server/src/config/config.schema.spec.ts#L114
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/config/config.schema.spec.ts:114:30
|