Lock file maintenance #334
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
@@ -1189,11 +1189,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"treatUndefinedAsUnspecified": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -5131,11 +5130,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"capIsConstructor": {
- "default": true,
"type": "boolean",
},
},
"type": "object",
},
@@ -6566,23 +6564,19 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"allowShortCircuit": {
- "default": false,
"type": "boolean",
},
"allowTaggedTemplates": {
- "default": false,
"type": "boolean",
},
"allowTernary": {
- "default": false,
"type": "boolean",
},
"enforceForJSX": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -6761,13 +6755,14 @@
"description": "Disallow unnecessary constructors",
"extendsBaseRule": true,
"recommended": "strict",
"url": "https://typescript-eslint.io/rules/no-useless-constructor",
},
- "hasSuggestions": undefined,
+ "hasSuggestions": true,
"messages": {
"noUselessConstructor": "Useless constructor.",
+ "removeConstructor": "Remove the constructor.",
},
"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
@@ -1122,11 +1122,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"treatUndefinedAsUnspecified": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -5064,11 +5063,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"capIsConstructor": {
- "default": true,
"type": "boolean",
},
},
"type": "object",
},
@@ -6499,23 +6497,19 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"allowShortCircuit": {
- "default": false,
"type": "boolean",
},
"allowTaggedTemplates": {
- "default": false,
"type": "boolean",
},
"allowTernary": {
- "default": false,
"type": "boolean",
},
"enforceForJSX": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -6694,13 +6688,14 @@
"description": "Disallow unnecessary constructors",
"extendsBaseRule": true,
"recommended": "strict",
"url": "https://typescript-eslint.io/rules/no-useless-constructor",
},
- "hasSuggestions": undefined,
+ "hasSuggestions": true,
"messages": {
"noUselessConstructor": "Useless constructor.",
+ "removeConstructor": "Remove the constructor.",
},
"schema": [],
"type": "problem",
},
},
❯ source/configs/strict.unit.test.ts:14:23
|
test on ubuntu-latest node@22
Process completed with exit code 1.
|
test on ubuntu-latest node@20
The job was canceled because "_22_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
@@ -1189,11 +1189,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"treatUndefinedAsUnspecified": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -5131,11 +5130,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"capIsConstructor": {
- "default": true,
"type": "boolean",
},
},
"type": "object",
},
@@ -6566,23 +6564,19 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"allowShortCircuit": {
- "default": false,
"type": "boolean",
},
"allowTaggedTemplates": {
- "default": false,
"type": "boolean",
},
"allowTernary": {
- "default": false,
"type": "boolean",
},
"enforceForJSX": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -6761,13 +6755,14 @@
"description": "Disallow unnecessary constructors",
"extendsBaseRule": true,
"recommended": "strict",
"url": "https://typescript-eslint.io/rules/no-useless-constructor",
},
- "hasSuggestions": undefined,
+ "hasSuggestions": true,
"messages": {
"noUselessConstructor": "Useless constructor.",
+ "removeConstructor": "Remove the constructor.",
},
"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
@@ -1122,11 +1122,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"treatUndefinedAsUnspecified": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -5064,11 +5063,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"capIsConstructor": {
- "default": true,
"type": "boolean",
},
},
"type": "object",
},
@@ -6499,23 +6497,19 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"allowShortCircuit": {
- "default": false,
"type": "boolean",
},
"allowTaggedTemplates": {
- "default": false,
"type": "boolean",
},
"allowTernary": {
- "default": false,
"type": "boolean",
},
"enforceForJSX": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -6694,13 +6688,14 @@
"description": "Disallow unnecessary constructors",
"extendsBaseRule": true,
"recommended": "strict",
"url": "https://typescript-eslint.io/rules/no-useless-constructor",
},
- "hasSuggestions": undefined,
+ "hasSuggestions": true,
"messages": {
"noUselessConstructor": "Useless constructor.",
+ "removeConstructor": "Remove the constructor.",
},
"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 windows-latest node@22
The job was canceled because "_22_ubuntu-latest" failed.
|
test on windows-latest node@22
The operation was canceled.
|
test on windows-latest node@20
The job was canceled because "_22_ubuntu-latest" failed.
|
test on windows-latest node@20
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
@@ -1189,11 +1189,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"treatUndefinedAsUnspecified": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -5131,11 +5130,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"capIsConstructor": {
- "default": true,
"type": "boolean",
},
},
"type": "object",
},
@@ -6566,23 +6564,19 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"allowShortCircuit": {
- "default": false,
"type": "boolean",
},
"allowTaggedTemplates": {
- "default": false,
"type": "boolean",
},
"allowTernary": {
- "default": false,
"type": "boolean",
},
"enforceForJSX": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -6761,13 +6755,14 @@
"description": "Disallow unnecessary constructors",
"extendsBaseRule": true,
"recommended": "strict",
"url": "https://typescript-eslint.io/rules/no-useless-constructor",
},
- "hasSuggestions": undefined,
+ "hasSuggestions": true,
"messages": {
"noUselessConstructor": "Useless constructor.",
+ "removeConstructor": "Remove the constructor.",
},
"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
@@ -1122,11 +1122,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"treatUndefinedAsUnspecified": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -5064,11 +5063,10 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"capIsConstructor": {
- "default": true,
"type": "boolean",
},
},
"type": "object",
},
@@ -6499,23 +6497,19 @@
"schema": [
{
"additionalProperties": false,
"properties": {
"allowShortCircuit": {
- "default": false,
"type": "boolean",
},
"allowTaggedTemplates": {
- "default": false,
"type": "boolean",
},
"allowTernary": {
- "default": false,
"type": "boolean",
},
"enforceForJSX": {
- "default": false,
"type": "boolean",
},
},
"type": "object",
},
@@ -6694,13 +6688,14 @@
"description": "Disallow unnecessary constructors",
"extendsBaseRule": true,
"recommended": "strict",
"url": "https://typescript-eslint.io/rules/no-useless-constructor",
},
- "hasSuggestions": undefined,
+ "hasSuggestions": true,
"messages": {
"noUselessConstructor": "Useless constructor.",
+ "removeConstructor": "Remove the constructor.",
},
"schema": [],
"type": "problem",
},
},
❯ source/configs/strict.unit.test.ts:14:23
|
collect coverage
Process completed with exit code 1.
|
test on ubuntu-latest node@22
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
|