Update all non-major dependencies #119
Annotations
7 errors
Run npm run test:unit:
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
|
Run npm run test:unit:
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
|
Run npm run test:unit:
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
|
Run npm run test:unit:
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
|
Run npm run test:unit:
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
|
Run npm run test:unit:
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
|
Run npm run test:unit
Process completed with exit code 1.
|
Loading