chore(deps): update all non-major dependencies #450
Annotations
2 errors and 1 warning
test/index.test.ts > std-env > defaults:
test/index.test.ts#L42
AssertionError: expected { env: { TEST: 'true', …(136) }, …(28), …(1) } to match object { platform: Any<String>, …(13) }
(108 matching properties omitted from actual)
- Expected
+ Received
Object {
"hasTTY": Any<Boolean>,
- "hasWindow": false,
+ "hasWindow": true,
"isCI": Any<Boolean>,
"isColorSupported": Any<Boolean>,
"isDebug": false,
"isDevelopment": false,
"isLinux": Any<Boolean>,
"isMacOS": Any<Boolean>,
"isMinimal": true,
"isProduction": false,
"isTest": true,
"isWindows": Any<Boolean>,
"platform": Any<String>,
"provider": Any<String>,
}
❯ test/index.test.ts:42:20
|
autofix
Process completed with exit code 1.
|
autofix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|