Skip to content

Update all non-major dependencies #240

Update all non-major dependencies

Update all non-major dependencies #240

Triggered via push November 4, 2024 04:10
Status Failure
Total duration 29s
Artifacts

test.yml

on: push
collect coverage
19s
collect coverage
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors
source/configs/strict.unit.test.ts > strict > should match the snapshot: source/configs/strict.unit.test.ts#L6
Error: Snapshot `strict > should match the snapshot 1` mismatched - Expected + Received @@ -68,11 +68,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.11.0", + "version": "8.12.2", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -819,11 +819,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.12.2", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -7230,13 +7230,13 @@ "url": "https://typescript-eslint.io/rules/prefer-nullish-coalescing", }, "hasSuggestions": true, "messages": { "noStrictNullCheck": "This rule requires the `strictNullChecks` compiler option to be turned on to function correctly.", - "preferNullishOverOr": "Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.", - "preferNullishOverTernary": "Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read.", - "suggestNullish": "Fix to nullish coalescing operator (`??`).", + "preferNullishOverOr": "Prefer using nullish coalescing operator (`??{{ equals }}`) instead of a logical {{ description }} (`||{{ equals }}`), as it is a safer operator.", + "preferNullishOverTernary": "Prefer using nullish coalescing operator (`??{{ equals }}`) instead of a ternary expression, as it is simpler to read.", + "suggestNullish": "Fix to nullish coalescing operator (`??{{ equals }}`).", }, "schema": [ { "additionalProperties": false, "properties": { @@ -8317,10 +8317,11 @@ "switch-exhaustiveness-check": { "create": [Function], "defaultOptions": [ { "allowDefaultCaseForExhaustiveSwitch": true, + "considerDefaultExhaustiveForUnions": false, "requireDefaultForNonUnion": false, }, ], "meta": { "docs": { @@ -8338,10 +8339,14 @@ { "additionalProperties": false, "properties": { "allowDefaultCaseForExhaustiveSwitch": { "description": "If 'true', allow 'default' cases on switch statements with exhaustive cases.", + "type": "boolean", + }, + "considerDefaultExhaustiveForUnions": { + "description": "If 'true', the 'default' clause is used to determine whether the switch statement is exhaustive for union type", "type": "boolean", }, "requireDefaultForNonUnion": { "description": "If 'true', require a 'default' clause for switches on non-union types.", "type": "boolean", ❯ source/configs/strict.unit.test.ts:6:20
source/configs/strict.unit.test.ts > strict > should include the js all config: source/configs/strict.unit.test.ts#L14
Error: Snapshot `strict > should include the js all config 1` mismatched - Expected + Received @@ -1,11 +1,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.11.0", + "version": "8.12.2", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.12.2", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -7163,13 +7163,13 @@ "url": "https://typescript-eslint.io/rules/prefer-nullish-coalescing", }, "hasSuggestions": true, "messages": { "noStrictNullCheck": "This rule requires the `strictNullChecks` compiler option to be turned on to function correctly.", - "preferNullishOverOr": "Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.", - "preferNullishOverTernary": "Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read.", - "suggestNullish": "Fix to nullish coalescing operator (`??`).", + "preferNullishOverOr": "Prefer using nullish coalescing operator (`??{{ equals }}`) instead of a logical {{ description }} (`||{{ equals }}`), as it is a safer operator.", + "preferNullishOverTernary": "Prefer using nullish coalescing operator (`??{{ equals }}`) instead of a ternary expression, as it is simpler to read.", + "suggestNullish": "Fix to nullish coalescing operator (`??{{ equals }}`).", }, "schema": [ { "additionalProperties": false, "properties": { @@ -8250,10 +8250,11 @@ "switch-exhaustiveness-check": { "create": [Function], "defaultOptions": [ { "allowDefaultCaseForExhaustiveSwitch": true, + "considerDefaultExhaustiveForUnions": false, "requireDefaultForNonUnion": false, }, ], "meta": { "docs": { @@ -8271,10 +8272,14 @@ { "additionalProperties": false, "properties": { "allowDefaultCaseForExhaustiveSwitch": { "description": "If 'true', allow 'default' cases on switch statements with exhaustive cases.", + "type": "boolean", + }, + "considerDefaultExhaustiveForUnions": { + "description": "If 'true', the 'default' clause is used to determine whether the switch statement is exhaustive for union type", "type": "boolean", }, "requireDefaultForNonUnion": { "description": "If 'true', require a 'default' clause for switches on non-union types.", "type": "boolean", ❯ source/configs/strict.unit.test.ts:14:23
test on ubuntu-latest node@20
Process completed with exit code 1.
test on windows-latest node@20
The job was canceled because "_20_ubuntu-latest" failed.
test on windows-latest node@20
The operation was canceled.
test on windows-latest node@22
The job was canceled because "_20_ubuntu-latest" failed.
test on windows-latest node@22
The operation was canceled.
test on ubuntu-latest node@22
The job was canceled because "_20_ubuntu-latest" failed.
test on ubuntu-latest node@22
The operation was canceled.
source/configs/strict.unit.test.ts > strict > should match the snapshot: source/configs/strict.unit.test.ts#L6
Error: Snapshot `strict > should match the snapshot 1` mismatched - Expected + Received @@ -68,11 +68,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.11.0", + "version": "8.12.2", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -819,11 +819,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.12.2", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -7230,13 +7230,13 @@ "url": "https://typescript-eslint.io/rules/prefer-nullish-coalescing", }, "hasSuggestions": true, "messages": { "noStrictNullCheck": "This rule requires the `strictNullChecks` compiler option to be turned on to function correctly.", - "preferNullishOverOr": "Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.", - "preferNullishOverTernary": "Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read.", - "suggestNullish": "Fix to nullish coalescing operator (`??`).", + "preferNullishOverOr": "Prefer using nullish coalescing operator (`??{{ equals }}`) instead of a logical {{ description }} (`||{{ equals }}`), as it is a safer operator.", + "preferNullishOverTernary": "Prefer using nullish coalescing operator (`??{{ equals }}`) instead of a ternary expression, as it is simpler to read.", + "suggestNullish": "Fix to nullish coalescing operator (`??{{ equals }}`).", }, "schema": [ { "additionalProperties": false, "properties": { @@ -8317,10 +8317,11 @@ "switch-exhaustiveness-check": { "create": [Function], "defaultOptions": [ { "allowDefaultCaseForExhaustiveSwitch": true, + "considerDefaultExhaustiveForUnions": false, "requireDefaultForNonUnion": false, }, ], "meta": { "docs": { @@ -8338,10 +8339,14 @@ { "additionalProperties": false, "properties": { "allowDefaultCaseForExhaustiveSwitch": { "description": "If 'true', allow 'default' cases on switch statements with exhaustive cases.", + "type": "boolean", + }, + "considerDefaultExhaustiveForUnions": { + "description": "If 'true', the 'default' clause is used to determine whether the switch statement is exhaustive for union type", "type": "boolean", }, "requireDefaultForNonUnion": { "description": "If 'true', require a 'default' clause for switches on non-union types.", "type": "boolean", ❯ source/configs/strict.unit.test.ts:6:20
source/configs/strict.unit.test.ts > strict > should include the js all config: source/configs/strict.unit.test.ts#L14
Error: Snapshot `strict > should include the js all config 1` mismatched - Expected + Received @@ -1,11 +1,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.11.0", + "version": "8.12.2", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.12.2", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -7163,13 +7163,13 @@ "url": "https://typescript-eslint.io/rules/prefer-nullish-coalescing", }, "hasSuggestions": true, "messages": { "noStrictNullCheck": "This rule requires the `strictNullChecks` compiler option to be turned on to function correctly.", - "preferNullishOverOr": "Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.", - "preferNullishOverTernary": "Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read.", - "suggestNullish": "Fix to nullish coalescing operator (`??`).", + "preferNullishOverOr": "Prefer using nullish coalescing operator (`??{{ equals }}`) instead of a logical {{ description }} (`||{{ equals }}`), as it is a safer operator.", + "preferNullishOverTernary": "Prefer using nullish coalescing operator (`??{{ equals }}`) instead of a ternary expression, as it is simpler to read.", + "suggestNullish": "Fix to nullish coalescing operator (`??{{ equals }}`).", }, "schema": [ { "additionalProperties": false, "properties": { @@ -8250,10 +8250,11 @@ "switch-exhaustiveness-check": { "create": [Function], "defaultOptions": [ { "allowDefaultCaseForExhaustiveSwitch": true, + "considerDefaultExhaustiveForUnions": false, "requireDefaultForNonUnion": false, }, ], "meta": { "docs": { @@ -8271,10 +8272,14 @@ { "additionalProperties": false, "properties": { "allowDefaultCaseForExhaustiveSwitch": { "description": "If 'true', allow 'default' cases on switch statements with exhaustive cases.", + "type": "boolean", + }, + "considerDefaultExhaustiveForUnions": { + "description": "If 'true', the 'default' clause is used to determine whether the switch statement is exhaustive for union type", "type": "boolean", }, "requireDefaultForNonUnion": { "description": "If 'true', require a 'default' clause for switches on non-union types.", "type": "boolean", ❯ source/configs/strict.unit.test.ts:14:23
collect coverage
Process completed with exit code 1.