chore(deps): update dependency typescript-eslint to v8.19.0 #851
Annotations
4 errors and 1 warning
Run pnpm run test --coverage:
src/next/blocks/blockESLint.test.ts#L13
Error: Snapshot `blockESLint > without addons or mode 1` mismatched
- Expected
+ Received
@@ -56,11 +56,11 @@
"properties": {
"devDependencies": {
"@eslint/js": "9.17.0",
"@types/node": "22.10.2",
"eslint": "9.17.0",
- "typescript-eslint": "8.18.1",
+ "typescript-eslint": "8.19.0",
},
"scripts": {
"lint": "eslint . --max-warnings 0",
},
},
❯ src/next/blocks/blockESLint.test.ts:13:20
|
Run pnpm run test --coverage:
src/next/blocks/blockESLint.test.ts#L142
Error: Snapshot `blockESLint > migration mode 1` mismatched
- Expected
+ Received
@@ -56,11 +56,11 @@
"properties": {
"devDependencies": {
"@eslint/js": "9.17.0",
"@types/node": "22.10.2",
"eslint": "9.17.0",
- "typescript-eslint": "8.18.1",
+ "typescript-eslint": "8.19.0",
},
"scripts": {
"lint": "eslint . --max-warnings 0",
},
},
❯ src/next/blocks/blockESLint.test.ts:142:20
|
Run pnpm run test --coverage:
src/next/blocks/blockESLint.test.ts#L304
Error: Snapshot `blockESLint > with addons 1` mismatched
- Expected
+ Received
@@ -60,11 +60,11 @@
"@types/eslint-plugin-markdown": "2.0.2",
"@types/node": "22.10.2",
"eslint": "9.17.0",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-regexp": "2.7.0",
- "typescript-eslint": "8.18.1",
+ "typescript-eslint": "8.19.0",
},
"scripts": {
"lint": "eslint . --max-warnings 0",
},
},
❯ src/next/blocks/blockESLint.test.ts:304:20
|
Run pnpm run test --coverage
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading