Skip to content

Update github/codeql-action digest to 8214744 #130

Update github/codeql-action digest to 8214744

Update github/codeql-action digest to 8214744 #130

Triggered via push September 14, 2024 07:58
Status Failure
Total duration 25s
Artifacts

test.yml

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

Annotations

26 errors
source/configs/all.unit.test.ts > all > should match the snapshot: source/configs/all.unit.test.ts#L6
Error: Snapshot `all > should match the snapshot 1` mismatched - Expected + Received @@ -204,11 +204,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -955,11 +955,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4578,10 +4578,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6485,14 +6486,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/all.unit.test.ts:6:17
source/configs/all.unit.test.ts > all > should include the js all config: source/configs/all.unit.test.ts#L14
Error: Snapshot `all > should include the js all config 1` mismatched - Expected + Received @@ -1,11 +1,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4375,10 +4375,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6282,14 +6283,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/all.unit.test.ts:14:20
source/configs/recommended.unit.test.ts > recommended > should match the snapshot: source/configs/recommended.unit.test.ts#L6
Error: Snapshot `recommended > should match the snapshot 1` mismatched - Expected + Received @@ -68,11 +68,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -819,11 +819,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4442,10 +4442,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6349,14 +6350,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/recommended.unit.test.ts:6:25
source/configs/recommended.unit.test.ts > recommended > should include the js recommended config: source/configs/recommended.unit.test.ts#L14
Error: Snapshot `recommended > should include the js recommended config 1` mismatched - Expected + Received @@ -1,11 +1,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4375,10 +4375,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6282,14 +6283,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/recommended.unit.test.ts:14:28
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.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -819,11 +819,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4442,10 +4442,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6349,14 +6350,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ 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.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4375,10 +4375,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6282,14 +6283,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/strict.unit.test.ts:14:23
test on ubuntu-latest node@20
Process completed with exit code 1.
test on ubuntu-latest node@22
The job was canceled because "_20_ubuntu-latest" failed.
source/configs/all.unit.test.ts > all > should match the snapshot: source/configs/all.unit.test.ts#L6
Error: Snapshot `all > should match the snapshot 1` mismatched - Expected + Received @@ -204,11 +204,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -955,11 +955,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4578,10 +4578,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6485,14 +6486,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/all.unit.test.ts:6:17
source/configs/all.unit.test.ts > all > should include the js all config: source/configs/all.unit.test.ts#L14
Error: Snapshot `all > should include the js all config 1` mismatched - Expected + Received @@ -1,11 +1,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4375,10 +4375,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6282,14 +6283,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/all.unit.test.ts:14:20
source/configs/recommended.unit.test.ts > recommended > should match the snapshot: source/configs/recommended.unit.test.ts#L6
Error: Snapshot `recommended > should match the snapshot 1` mismatched - Expected + Received @@ -68,11 +68,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -819,11 +819,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4442,10 +4442,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6349,14 +6350,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/recommended.unit.test.ts:6:25
source/configs/recommended.unit.test.ts > recommended > should include the js recommended config: source/configs/recommended.unit.test.ts#L14
Error: Snapshot `recommended > should include the js recommended config 1` mismatched - Expected + Received @@ -1,11 +1,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4375,10 +4375,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6282,14 +6283,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/recommended.unit.test.ts:14:28
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.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -819,11 +819,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4442,10 +4442,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6349,14 +6350,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ 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.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4375,10 +4375,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6282,14 +6283,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/strict.unit.test.ts:14:23
test on ubuntu-latest node@22
Process completed with exit code 1.
source/configs/all.unit.test.ts > all > should match the snapshot: source/configs/all.unit.test.ts#L6
Error: Snapshot `all > should match the snapshot 1` mismatched - Expected + Received @@ -204,11 +204,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -955,11 +955,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4578,10 +4578,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6485,14 +6486,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/all.unit.test.ts:6:17
source/configs/all.unit.test.ts > all > should include the js all config: source/configs/all.unit.test.ts#L14
Error: Snapshot `all > should include the js all config 1` mismatched - Expected + Received @@ -1,11 +1,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4375,10 +4375,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6282,14 +6283,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/all.unit.test.ts:14:20
source/configs/recommended.unit.test.ts > recommended > should match the snapshot: source/configs/recommended.unit.test.ts#L6
Error: Snapshot `recommended > should match the snapshot 1` mismatched - Expected + Received @@ -68,11 +68,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -819,11 +819,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4442,10 +4442,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6349,14 +6350,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/recommended.unit.test.ts:6:25
source/configs/recommended.unit.test.ts > recommended > should include the js recommended config: source/configs/recommended.unit.test.ts#L14
Error: Snapshot `recommended > should include the js recommended config 1` mismatched - Expected + Received @@ -1,11 +1,11 @@ { "languageOptions": { "parser": { "meta": { "name": "typescript-eslint/parser", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4375,10 +4375,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6282,14 +6283,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/recommended.unit.test.ts:14:28
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.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -819,11 +819,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4442,10 +4442,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6349,14 +6350,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ 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.3.1-alpha.11", + "version": "8.5.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -752,11 +752,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.3.1-alpha.11", + "version": "8.5.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -4375,10 +4375,11 @@ "url": "https://typescript-eslint.io/rules/no-duplicate-type-constituents", }, "fixable": "code", "messages": { "duplicate": "{{type}} type constituent is duplicated with {{previous}}.", + "unnecessary": "Explicit undefined is unnecessary on an optional parameter.", }, "schema": [ { "additionalProperties": false, "properties": { @@ -6282,14 +6283,14 @@ "recommended": "recommended", "requiresTypeChecking": true, "url": "https://typescript-eslint.io/rules/no-unsafe-argument", }, "messages": { - "unsafeArgument": "Unsafe argument of type `{{sender}}` assigned to a parameter of type `{{receiver}}`.", - "unsafeArraySpread": "Unsafe spread of an `any` array type.", - "unsafeSpread": "Unsafe spread of an `any` type.", - "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is of type `{{sender}}` and is assigned to a parameter of type `{{receiver}}`.", + "unsafeArgument": "Unsafe argument of type {{sender}} assigned to a parameter of type {{receiver}}.", + "unsafeArraySpread": "Unsafe spread of an {{sender}} array type.", + "unsafeSpread": "Unsafe spread of an {{sender}} type.", + "unsafeTupleSpread": "Unsafe spread of a tuple type. The argument is {{sender}} and is assigned to a parameter of type {{receiver}}.", }, "schema": [], "type": "problem", }, }, ❯ source/configs/strict.unit.test.ts:14:23
collect coverage
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.
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.