fix(deps): update all dependencies #1266
check.yml
on: pull_request
Build
1m 5s
Dist deps prune
51s
Types
1m 7s
Lint
4m 1s
Test
3m 0s
Lint Effect-TS
42s
E2E (Local package CLI)
41s
E2E (Browser command)
2m 52s
E2E (OpenCode)
7m 9s
E2E (Clone cache)
7m 11s
E2E (Login context)
7m 10s
E2E (Runtime volumes + SSH)
7m 38s
E2E (Clone auto-open SSH)
6m 50s
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
tests/shell/config.test.ts > readProjectConfig > rejects generated persisted configs with unsafe sshUser values:
packages/lib/tests/shell/config.test.ts#L56
TypeError: isUnixUserName is not a function
❯ FilterArbitrary.refinement tests/shell/config.test.ts:56:66
❯ FilterArbitrary.refinementOnValue ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:510:15
❯ FilterArbitrary.generate ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:500:13
❯ FrequencyArbitrary.safeGenerateForIndex ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:4186:44
❯ FrequencyArbitrary.generate ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:4124:121
❯ AlwaysShrinkableArbitrary.generate ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:1237:40
❯ TupleArbitrary.generate ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:1066:86
❯ AsyncProperty.generate ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:1182:40
❯ tossNext ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:2278:19
❯ toss ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:2283:54
|
|
tests/shell/config.test.ts > readProjectConfig > generates only invalid persisted sshUser candidates:
packages/lib/tests/shell/config.test.ts#L86
Error: Property failed after 1 tests
{ seed: -2024185896, path: "0:0", endOnFailure: true }
Counterexample: [""]
Shrunk 1 time(s)
Hint: Enable verbose mode in order to have the list of all failing values encountered during the run
❯ buildError ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:2441:16
❯ throwIfFailed ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:2448:8
❯ reportRunDetails ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:2464:14
❯ Proxy.assert ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:2521:7
❯ tests/shell/config.test.ts:86:8
Caused by: Caused by: TypeError: isUnixUserName is not a function
❯ tests/shell/config.test.ts:88:16
❯ Property.predicate ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:1333:99
❯ Property.run ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:1302:24
❯ runIt ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:2484:24
❯ check ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:2516:204
❯ Proxy.assert ../../node_modules/.bun/fast-check@4.8.0/node_modules/fast-check/lib/fast-check.js:2519:14
❯ tests/shell/config.test.ts:86:8
|