Skip to content

Update all non-major dependencies #354

Update all non-major dependencies

Update all non-major dependencies #354

Triggered via push January 13, 2025 00:47
Status Failure
Total duration 25s
Artifacts

test.yml

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

Annotations

14 errors and 2 warnings
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.19.0", + "version": "8.19.1", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -826,11 +826,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.19.0", + "version": "8.19.1", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -8280,11 +8280,10 @@ "in-try-catch", ], "meta": { "docs": { "description": "Enforce consistent awaiting of returned promises", - "extendsBaseRule": "no-return-await", "recommended": { "strict": [ "error-handling-correctness-only", ], }, @@ -8441,11 +8440,10 @@ "docs": { "description": "Disallow certain types in boolean expressions", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/strict-boolean-expressions", }, - "fixable": "code", "hasSuggestions": true, "messages": { "conditionErrorAny": "Unexpected any value in conditional. An explicit comparison or type conversion is required.", "conditionErrorNullableBoolean": "Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly.", "conditionErrorNullableEnum": "Unexpected nullable enum value in conditional. Please handle the nullish/zero/NaN cases explicitly.", @@ -8456,10 +8454,12 @@ "conditionErrorNumber": "Unexpected number value in conditional. An explicit zero/NaN check is required.", "conditionErrorObject": "Unexpected object value in conditional. The condition is always true.", "conditionErrorOther": "Unexpected value in conditional. A boolean expression is required.", "conditionErrorString": "Unexpected string value in conditional. An explicit empty string check is required.", "conditionFixCastBoolean": "Explicitly convert value to a boolean (`Boolean(value)`)", + "conditionFixCompareArrayLengthNonzero": "Change condition to check array's length (`value.length > 0`)", + "conditionFixCompareArrayLengthZero": "Change condition to check array's length (`value.length === 0`)", "conditionFixCompareEmptyString": "Change condition to check for empty string (`value !== ""`)", "conditionFixCompareFalse": "Change condition to check if false (`value === false`)", "conditionFixCompareNaN": "Change condition to check for NaN (`!Number.isNaN(value)`)", "conditionFixCompareNullish": "Change condition to check for null/undefined (`value != null`)", "conditionFixCompareStringLength": "Change condition to check string's length (`value.length !== 0`)", ❯ 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.19.0", + "version": "8.19.1", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -759,11 +759,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.19.0", + "version": "8.19.1", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -8213,11 +8213,10 @@ "in-try-catch", ], "meta": { "docs": { "description": "Enforce consistent awaiting of returned promises", - "extendsBaseRule": "no-return-await", "recommended": { "strict": [ "error-handling-correctness-only", ], }, @@ -8374,11 +8373,10 @@ "docs": { "description": "Disallow certain types in boolean expressions", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/strict-boolean-expressions", }, - "fixable": "code", "hasSuggestions": true, "messages": { "conditionErrorAny": "Unexpected any value in conditional. An explicit comparison or type conversion is required.", "conditionErrorNullableBoolean": "Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly.", "conditionErrorNullableEnum": "Unexpected nullable enum value in conditional. Please handle the nullish/zero/NaN cases explicitly.", @@ -8389,10 +8387,12 @@ "conditionErrorNumber": "Unexpected number value in conditional. An explicit zero/NaN check is required.", "conditionErrorObject": "Unexpected object value in conditional. The condition is always true.", "conditionErrorOther": "Unexpected value in conditional. A boolean expression is required.", "conditionErrorString": "Unexpected string value in conditional. An explicit empty string check is required.", "conditionFixCastBoolean": "Explicitly convert value to a boolean (`Boolean(value)`)", + "conditionFixCompareArrayLengthNonzero": "Change condition to check array's length (`value.length > 0`)", + "conditionFixCompareArrayLengthZero": "Change condition to check array's length (`value.length === 0`)", "conditionFixCompareEmptyString": "Change condition to check for empty string (`value !== ""`)", "conditionFixCompareFalse": "Change condition to check if false (`value === false`)", "conditionFixCompareNaN": "Change condition to check for NaN (`!Number.isNaN(value)`)", "conditionFixCompareNullish": "Change condition to check for null/undefined (`value != null`)", "conditionFixCompareStringLength": "Change condition to check string's length (`value.length !== 0`)", ❯ 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 ubuntu-latest node@22
The job was canceled because "_20_ubuntu-latest" failed.
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.19.0", + "version": "8.19.1", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -826,11 +826,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.19.0", + "version": "8.19.1", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -8280,11 +8280,10 @@ "in-try-catch", ], "meta": { "docs": { "description": "Enforce consistent awaiting of returned promises", - "extendsBaseRule": "no-return-await", "recommended": { "strict": [ "error-handling-correctness-only", ], }, @@ -8441,11 +8440,10 @@ "docs": { "description": "Disallow certain types in boolean expressions", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/strict-boolean-expressions", }, - "fixable": "code", "hasSuggestions": true, "messages": { "conditionErrorAny": "Unexpected any value in conditional. An explicit comparison or type conversion is required.", "conditionErrorNullableBoolean": "Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly.", "conditionErrorNullableEnum": "Unexpected nullable enum value in conditional. Please handle the nullish/zero/NaN cases explicitly.", @@ -8456,10 +8454,12 @@ "conditionErrorNumber": "Unexpected number value in conditional. An explicit zero/NaN check is required.", "conditionErrorObject": "Unexpected object value in conditional. The condition is always true.", "conditionErrorOther": "Unexpected value in conditional. A boolean expression is required.", "conditionErrorString": "Unexpected string value in conditional. An explicit empty string check is required.", "conditionFixCastBoolean": "Explicitly convert value to a boolean (`Boolean(value)`)", + "conditionFixCompareArrayLengthNonzero": "Change condition to check array's length (`value.length > 0`)", + "conditionFixCompareArrayLengthZero": "Change condition to check array's length (`value.length === 0`)", "conditionFixCompareEmptyString": "Change condition to check for empty string (`value !== ""`)", "conditionFixCompareFalse": "Change condition to check if false (`value === false`)", "conditionFixCompareNaN": "Change condition to check for NaN (`!Number.isNaN(value)`)", "conditionFixCompareNullish": "Change condition to check for null/undefined (`value != null`)", "conditionFixCompareStringLength": "Change condition to check string's length (`value.length !== 0`)", ❯ 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.19.0", + "version": "8.19.1", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -759,11 +759,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.19.0", + "version": "8.19.1", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -8213,11 +8213,10 @@ "in-try-catch", ], "meta": { "docs": { "description": "Enforce consistent awaiting of returned promises", - "extendsBaseRule": "no-return-await", "recommended": { "strict": [ "error-handling-correctness-only", ], }, @@ -8374,11 +8373,10 @@ "docs": { "description": "Disallow certain types in boolean expressions", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/strict-boolean-expressions", }, - "fixable": "code", "hasSuggestions": true, "messages": { "conditionErrorAny": "Unexpected any value in conditional. An explicit comparison or type conversion is required.", "conditionErrorNullableBoolean": "Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly.", "conditionErrorNullableEnum": "Unexpected nullable enum value in conditional. Please handle the nullish/zero/NaN cases explicitly.", @@ -8389,10 +8387,12 @@ "conditionErrorNumber": "Unexpected number value in conditional. An explicit zero/NaN check is required.", "conditionErrorObject": "Unexpected object value in conditional. The condition is always true.", "conditionErrorOther": "Unexpected value in conditional. A boolean expression is required.", "conditionErrorString": "Unexpected string value in conditional. An explicit empty string check is required.", "conditionFixCastBoolean": "Explicitly convert value to a boolean (`Boolean(value)`)", + "conditionFixCompareArrayLengthNonzero": "Change condition to check array's length (`value.length > 0`)", + "conditionFixCompareArrayLengthZero": "Change condition to check array's length (`value.length === 0`)", "conditionFixCompareEmptyString": "Change condition to check for empty string (`value !== ""`)", "conditionFixCompareFalse": "Change condition to check if false (`value === false`)", "conditionFixCompareNaN": "Change condition to check for NaN (`!Number.isNaN(value)`)", "conditionFixCompareNullish": "Change condition to check for null/undefined (`value != null`)", "conditionFixCompareStringLength": "Change condition to check string's length (`value.length !== 0`)", ❯ source/configs/strict.unit.test.ts:14:23
test on ubuntu-latest node@22
Process completed with exit code 1.
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.
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.19.0", + "version": "8.19.1", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -826,11 +826,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.19.0", + "version": "8.19.1", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -8280,11 +8280,10 @@ "in-try-catch", ], "meta": { "docs": { "description": "Enforce consistent awaiting of returned promises", - "extendsBaseRule": "no-return-await", "recommended": { "strict": [ "error-handling-correctness-only", ], }, @@ -8441,11 +8440,10 @@ "docs": { "description": "Disallow certain types in boolean expressions", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/strict-boolean-expressions", }, - "fixable": "code", "hasSuggestions": true, "messages": { "conditionErrorAny": "Unexpected any value in conditional. An explicit comparison or type conversion is required.", "conditionErrorNullableBoolean": "Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly.", "conditionErrorNullableEnum": "Unexpected nullable enum value in conditional. Please handle the nullish/zero/NaN cases explicitly.", @@ -8456,10 +8454,12 @@ "conditionErrorNumber": "Unexpected number value in conditional. An explicit zero/NaN check is required.", "conditionErrorObject": "Unexpected object value in conditional. The condition is always true.", "conditionErrorOther": "Unexpected value in conditional. A boolean expression is required.", "conditionErrorString": "Unexpected string value in conditional. An explicit empty string check is required.", "conditionFixCastBoolean": "Explicitly convert value to a boolean (`Boolean(value)`)", + "conditionFixCompareArrayLengthNonzero": "Change condition to check array's length (`value.length > 0`)", + "conditionFixCompareArrayLengthZero": "Change condition to check array's length (`value.length === 0`)", "conditionFixCompareEmptyString": "Change condition to check for empty string (`value !== ""`)", "conditionFixCompareFalse": "Change condition to check if false (`value === false`)", "conditionFixCompareNaN": "Change condition to check for NaN (`!Number.isNaN(value)`)", "conditionFixCompareNullish": "Change condition to check for null/undefined (`value != null`)", "conditionFixCompareStringLength": "Change condition to check string's length (`value.length !== 0`)", ❯ 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.19.0", + "version": "8.19.1", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -759,11 +759,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.19.0", + "version": "8.19.1", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -8213,11 +8213,10 @@ "in-try-catch", ], "meta": { "docs": { "description": "Enforce consistent awaiting of returned promises", - "extendsBaseRule": "no-return-await", "recommended": { "strict": [ "error-handling-correctness-only", ], }, @@ -8374,11 +8373,10 @@ "docs": { "description": "Disallow certain types in boolean expressions", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/strict-boolean-expressions", }, - "fixable": "code", "hasSuggestions": true, "messages": { "conditionErrorAny": "Unexpected any value in conditional. An explicit comparison or type conversion is required.", "conditionErrorNullableBoolean": "Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly.", "conditionErrorNullableEnum": "Unexpected nullable enum value in conditional. Please handle the nullish/zero/NaN cases explicitly.", @@ -8389,10 +8387,12 @@ "conditionErrorNumber": "Unexpected number value in conditional. An explicit zero/NaN check is required.", "conditionErrorObject": "Unexpected object value in conditional. The condition is always true.", "conditionErrorOther": "Unexpected value in conditional. A boolean expression is required.", "conditionErrorString": "Unexpected string value in conditional. An explicit empty string check is required.", "conditionFixCastBoolean": "Explicitly convert value to a boolean (`Boolean(value)`)", + "conditionFixCompareArrayLengthNonzero": "Change condition to check array's length (`value.length > 0`)", + "conditionFixCompareArrayLengthZero": "Change condition to check array's length (`value.length === 0`)", "conditionFixCompareEmptyString": "Change condition to check for empty string (`value !== ""`)", "conditionFixCompareFalse": "Change condition to check if false (`value === false`)", "conditionFixCompareNaN": "Change condition to check for NaN (`!Number.isNaN(value)`)", "conditionFixCompareNullish": "Change condition to check for null/undefined (`value != null`)", "conditionFixCompareStringLength": "Change condition to check string's length (`value.length !== 0`)", ❯ source/configs/strict.unit.test.ts:14:23
collect coverage
Process completed with exit code 1.
test on ubuntu-latest node@20
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
collect coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636