chore: update giget to v2 #826
Annotations
5 errors and 3 warnings
test/loader.test.ts > loader > load fixture config:
test/loader.test.ts#L52
Error: Snapshot `loader > load fixture config 1` mismatched
- Expected
+ Received
{
- "$env": {
- "test": {
- "baseEnvConfig": true,
- },
- },
- "$test": {
- "envConfig": true,
- "extends": [
- "./test.config.dev",
- ],
- },
- "array": [
- "a",
- "b",
- ],
- "baseConfig": true,
- "baseEnvConfig": true,
- "colors": {
- "primary": "user_primary",
- "secondary": "theme_secondary",
- "text": "base_text",
- },
- "configFile": true,
- "defaultConfig": true,
- "devConfig": true,
- "enableDefault": true,
- "envConfig": true,
- "githubLayer": true,
- "npmConfig": true,
+ "defaultConfig": true,
"overridden": true,
"packageJSON": true,
"packageJSON2": true,
"rcFile": true,
"testConfig": true,
- "virtual": true,
}
❯ test/loader.test.ts:52:37
|
test/loader.test.ts > loader > extend from git repo:
test/loader.test.ts#L245
Error: Snapshot `loader > extend from git repo 1` mismatched
- Expected
+ Received
- {
- "$test": {
- "envConfig": true,
- "extends": [
- "./test.config.dev",
- ],
- },
- "array": [
- "a",
- ],
- "colors": {
- "primary": "user_primary",
- },
- "configFile": true,
- "devConfig": true,
- "enableDefault": true,
- "envConfig": true,
- "githubLayer": true,
- "npmConfig": true,
- "overridden": false,
- "theme": "./theme",
- }
+ {}
❯ test/loader.test.ts:245:37
|
test/loader.test.ts > loader > omit$Keys:
test/loader.test.ts#L300
TypeError: Cannot read properties of undefined (reading 'config')
❯ test/loader.test.ts:300:36
|
test/update.test.ts > update config file > update existing in .config folder:
test/update.test.ts#L60
AssertionError: expected 'D:\a\c12\c12\test\.tmp\.config\foobar…' to be 'D:/a/c12/c12/test/.tmp/.config/foobar…' // Object.is equality
Expected: "D:/a/c12/c12/test/.tmp/.config/foobar.ts"
Received: "D:\a\c12\c12\test\.tmp\.config\foobar.ts"
❯ test/update.test.ts:60:28
|
ci (windows-latest)
Process completed with exit code 1.
|
ci (ubuntu-latest)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
ci (ubuntu-latest)
Cache not found for keys: node-cache-Linux-x64-pnpm-1e4b7893000cb87ecb3bb43a2593a6846bc28e3608952820dbe742cbbca96219
|
ci (windows-latest)
Cache not found for keys: node-cache-Windows-x64-pnpm-e429169fb552d396c38ba4b992269a2f0374e86198822561fc8011565384e433
|