Skip to content

Commit 2181908

Browse files
authored
Merge pull request #496 from VirtualLiveLab/renovate/eslint
fix(deps): update eslint
2 parents 4c725de + da8b82b commit 2181908

4 files changed

Lines changed: 106 additions & 101 deletions

File tree

.changeset/dependencies-GH-496.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@virtual-live-lab/eslint-config": patch
3+
---
4+
5+
fix(deps): update eslint

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"eslint": "^8.57.0 || ^9.0.0"
3434
},
3535
"dependencies": {
36-
"@astrojs/compiler": "2.12.0",
37-
"@eslint/compat": "1.2.9",
36+
"@astrojs/compiler": "2.12.2",
37+
"@eslint/compat": "1.3.0",
3838
"@eslint/eslintrc": "3.3.1",
3939
"@eslint/js": "9.28.0",
4040
"@stylistic/eslint-plugin-ts": "4.4.1",
41-
"@typescript-eslint/utils": "8.33.1",
41+
"@typescript-eslint/utils": "8.34.0",
4242
"astro-eslint-parser": "1.2.2",
4343
"astrojs-compiler-sync": "1.1.1",
4444
"eslint-config-flat-gitignore": "2.1.0",
@@ -52,7 +52,7 @@
5252
"eslint-plugin-tailwindcss": "3.18.0",
5353
"globals": "16.2.0",
5454
"pkg-dir": "8.0.0",
55-
"typescript-eslint": "8.33.1",
55+
"typescript-eslint": "8.34.0",
5656
"typescript-eslint-parser-for-extra-files": "0.9.0"
5757
},
5858
"devDependencies": {

packages/eslint-config/test/__snapshots__/snapshot.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11521152
"extraFileExtensions": {
11531153
"0": ".astro",
11541154
},
1155-
"parser": "typescript-eslint-parser-for-extra-files@8.33.1",
1155+
"parser": "typescript-eslint-parser-for-extra-files@8.34.0",
11561156
"project": true,
11571157
"projectService": false,
11581158
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
@@ -1165,7 +1165,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11651165
"plugins": [
11661166
"@",
11671167
"perfectionist:eslint-plugin-perfectionist@4.14.0",
1168-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.33.1",
1168+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.34.0",
11691169
"@stylistic/ts",
11701170
"astro:eslint-plugin-astro@1.3.1",
11711171
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
@@ -5795,7 +5795,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
57955795
"when": false,
57965796
"window": false,
57975797
},
5798-
"parser": "typescript-eslint/parser@8.33.1",
5798+
"parser": "typescript-eslint/parser@8.34.0",
57995799
"parserOptions": {
58005800
"ecmaFeatures": {
58015801
"jsx": true,
@@ -5819,7 +5819,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
58195819
"plugins": [
58205820
"@",
58215821
"perfectionist:eslint-plugin-perfectionist@4.14.0",
5822-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.33.1",
5822+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.34.0",
58235823
"@stylistic/ts",
58245824
"react",
58255825
"react-hooks:eslint-plugin-react-hooks",
@@ -7538,7 +7538,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
75387538
"language": "@/js",
75397539
"languageOptions": {
75407540
"ecmaVersion": 2025,
7541-
"parser": "typescript-eslint/parser@8.33.1",
7541+
"parser": "typescript-eslint/parser@8.34.0",
75427542
"parserOptions": {
75437543
"projectService": {
75447544
"allowDefaultProject": {
@@ -7558,7 +7558,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
75587558
"plugins": [
75597559
"@",
75607560
"perfectionist:eslint-plugin-perfectionist@4.14.0",
7561-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.33.1",
7561+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.34.0",
75627562
"@stylistic/ts",
75637563
],
75647564
"processor": undefined,

0 commit comments

Comments
 (0)