Skip to content

Update all non-major dependencies #242

Update all non-major dependencies

Update all non-major dependencies #242

Triggered via push November 4, 2024 20:12
Status Failure
Total duration 36s
Artifacts

test.yml

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

Annotations

14 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.13.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -317,10 +317,11 @@ "*.cts", ], "rules": { "constructor-super": "off", "getter-return": "off", + "no-class-assign": "off", "no-const-assign": "off", "no-dupe-args": "off", "no-dupe-class-members": "off", "no-dupe-keys": "off", "no-func-assign": "off", @@ -819,11 +820,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.13.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -6862,10 +6863,11 @@ }, "only-throw-error": { "create": [Function], "defaultOptions": [ { + "allow": [], "allowThrowingAny": true, "allowThrowingUnknown": true, }, ], "meta": { @@ -6882,10 +6884,121 @@ }, "schema": [ { "additionalProperties": false, "properties": { + "allow": { + "description": "Type specifiers that can be thrown.", + "items": { + "oneOf": [ + { + "type": "string", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "file", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", + }, + { + "items": { + "type": "string", + }, + "minItems": 1, + "type": "array", + "uniqueItems": true, + }, + ], + }, + "path": { + "type": "string", + }, + }, + "required": [ + "from", + "name", + ], + "type": "object", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "lib", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", +
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.13.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -250,10 +250,11 @@ "*.cts", ], "rules": { "constructor-super": "off", "getter-return": "off", + "no-class-assign": "off", "no-const-assign": "off", "no-dupe-args": "off", "no-dupe-class-members": "off", "no-dupe-keys": "off", "no-func-assign": "off", @@ -752,11 +753,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.13.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -6795,10 +6796,11 @@ }, "only-throw-error": { "create": [Function], "defaultOptions": [ { + "allow": [], "allowThrowingAny": true, "allowThrowingUnknown": true, }, ], "meta": { @@ -6815,10 +6817,121 @@ }, "schema": [ { "additionalProperties": false, "properties": { + "allow": { + "description": "Type specifiers that can be thrown.", + "items": { + "oneOf": [ + { + "type": "string", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "file", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", + }, + { + "items": { + "type": "string", + }, + "minItems": 1, + "type": "array", + "uniqueItems": true, + }, + ], + }, + "path": { + "type": "string", + }, + }, + "required": [ + "from", + "name", + ], + "type": "object", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "lib", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", + }, + { + "items": { + "type": "string", +
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.
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.13.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -317,10 +317,11 @@ "*.cts", ], "rules": { "constructor-super": "off", "getter-return": "off", + "no-class-assign": "off", "no-const-assign": "off", "no-dupe-args": "off", "no-dupe-class-members": "off", "no-dupe-keys": "off", "no-func-assign": "off", @@ -819,11 +820,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.13.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -6862,10 +6863,11 @@ }, "only-throw-error": { "create": [Function], "defaultOptions": [ { + "allow": [], "allowThrowingAny": true, "allowThrowingUnknown": true, }, ], "meta": { @@ -6882,10 +6884,121 @@ }, "schema": [ { "additionalProperties": false, "properties": { + "allow": { + "description": "Type specifiers that can be thrown.", + "items": { + "oneOf": [ + { + "type": "string", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "file", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", + }, + { + "items": { + "type": "string", + }, + "minItems": 1, + "type": "array", + "uniqueItems": true, + }, + ], + }, + "path": { + "type": "string", + }, + }, + "required": [ + "from", + "name", + ], + "type": "object", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "lib", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", +
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.13.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -250,10 +250,11 @@ "*.cts", ], "rules": { "constructor-super": "off", "getter-return": "off", + "no-class-assign": "off", "no-const-assign": "off", "no-dupe-args": "off", "no-dupe-class-members": "off", "no-dupe-keys": "off", "no-func-assign": "off", @@ -752,11 +753,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.13.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -6795,10 +6796,11 @@ }, "only-throw-error": { "create": [Function], "defaultOptions": [ { + "allow": [], "allowThrowingAny": true, "allowThrowingUnknown": true, }, ], "meta": { @@ -6815,10 +6817,121 @@ }, "schema": [ { "additionalProperties": false, "properties": { + "allow": { + "description": "Type specifiers that can be thrown.", + "items": { + "oneOf": [ + { + "type": "string", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "file", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", + }, + { + "items": { + "type": "string", + }, + "minItems": 1, + "type": "array", + "uniqueItems": true, + }, + ], + }, + "path": { + "type": "string", + }, + }, + "required": [ + "from", + "name", + ], + "type": "object", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "lib", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", + }, + { + "items": { + "type": "string", +
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.13.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -317,10 +317,11 @@ "*.cts", ], "rules": { "constructor-super": "off", "getter-return": "off", + "no-class-assign": "off", "no-const-assign": "off", "no-dupe-args": "off", "no-dupe-class-members": "off", "no-dupe-keys": "off", "no-func-assign": "off", @@ -819,11 +820,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.13.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -6862,10 +6863,11 @@ }, "only-throw-error": { "create": [Function], "defaultOptions": [ { + "allow": [], "allowThrowingAny": true, "allowThrowingUnknown": true, }, ], "meta": { @@ -6882,10 +6884,121 @@ }, "schema": [ { "additionalProperties": false, "properties": { + "allow": { + "description": "Type specifiers that can be thrown.", + "items": { + "oneOf": [ + { + "type": "string", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "file", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", + }, + { + "items": { + "type": "string", + }, + "minItems": 1, + "type": "array", + "uniqueItems": true, + }, + ], + }, + "path": { + "type": "string", + }, + }, + "required": [ + "from", + "name", + ], + "type": "object", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "lib", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", +
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.13.0", }, "parseForESLint": [Function], }, "sourceType": "module", }, @@ -250,10 +250,11 @@ "*.cts", ], "rules": { "constructor-super": "off", "getter-return": "off", + "no-class-assign": "off", "no-const-assign": "off", "no-dupe-args": "off", "no-dupe-class-members": "off", "no-dupe-keys": "off", "no-func-assign": "off", @@ -752,11 +753,11 @@ }, }, }, "meta": { "name": "@typescript-eslint/eslint-plugin", - "version": "8.11.0", + "version": "8.13.0", }, "rules": { "adjacent-overload-signatures": { "create": [Function], "defaultOptions": [], @@ -6795,10 +6796,11 @@ }, "only-throw-error": { "create": [Function], "defaultOptions": [ { + "allow": [], "allowThrowingAny": true, "allowThrowingUnknown": true, }, ], "meta": { @@ -6815,10 +6817,121 @@ }, "schema": [ { "additionalProperties": false, "properties": { + "allow": { + "description": "Type specifiers that can be thrown.", + "items": { + "oneOf": [ + { + "type": "string", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "file", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", + }, + { + "items": { + "type": "string", + }, + "minItems": 1, + "type": "array", + "uniqueItems": true, + }, + ], + }, + "path": { + "type": "string", + }, + }, + "required": [ + "from", + "name", + ], + "type": "object", + }, + { + "additionalProperties": false, + "properties": { + "from": { + "enum": [ + "lib", + ], + "type": "string", + }, + "name": { + "oneOf": [ + { + "type": "string", + }, + { + "items": { + "type": "string", +
collect coverage
Process completed with exit code 1.