Skip to content

Commit da7b481

Browse files
fix(deps): update eslint-patch to v8.57.2 (#615)
* fix(deps): update eslint-patch to v8.57.2 * chore(deps): changeset for dependency update * chore: update snapshot (github-actions) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: robo-miku[bot] <185786754+robo-miku[bot]@users.noreply.github.com>
1 parent 418e6d2 commit da7b481

4 files changed

Lines changed: 100 additions & 95 deletions

File tree

.changeset/dependencies-GH-615.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-patch to v8.57.2

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@eslint/config-helpers": "0.5.3",
4040
"@eslint/eslintrc": "3.3.5",
4141
"@eslint/js": "10.0.1",
42-
"@typescript-eslint/utils": "8.57.1",
42+
"@typescript-eslint/utils": "8.57.2",
4343
"astro-eslint-parser": "1.3.0",
4444
"astrojs-compiler-sync": "1.1.1",
4545
"defu": "6.1.4",
@@ -55,7 +55,7 @@
5555
"eslint-plugin-tailwindcss": "3.18.2",
5656
"globals": "17.4.0",
5757
"package-directory": "8.2.0",
58-
"typescript-eslint": "8.57.1",
58+
"typescript-eslint": "8.57.2",
5959
"typescript-eslint-parser-for-extra-files": "0.9.0"
6060
},
6161
"devDependencies": {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
11931193
"extraFileExtensions": {
11941194
"0": ".astro",
11951195
},
1196-
"parser": "typescript-eslint-parser-for-extra-files@8.57.1",
1196+
"parser": "typescript-eslint-parser-for-extra-files@8.57.2",
11971197
"project": true,
11981198
"projectService": false,
11991199
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
@@ -1206,7 +1206,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
12061206
"plugins": [
12071207
"@",
12081208
"perfectionist:eslint-plugin-perfectionist@5.7.0",
1209-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.1",
1209+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.2",
12101210
"astro:eslint-plugin-astro@1.6.0",
12111211
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
12121212
],
@@ -5922,7 +5922,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
59225922
"when": false,
59235923
"window": false,
59245924
},
5925-
"parser": "typescript-eslint/parser@8.57.1",
5925+
"parser": "typescript-eslint/parser@8.57.2",
59265926
"parserOptions": {
59275927
"ecmaFeatures": {
59285928
"jsx": true,
@@ -5946,7 +5946,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
59465946
"plugins": [
59475947
"@",
59485948
"perfectionist:eslint-plugin-perfectionist@5.7.0",
5949-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.1",
5949+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.2",
59505950
"react",
59515951
"react-you-might-not-need-an-effect:react-you-might-not-need-an-effect",
59525952
"react-refresh",
@@ -7699,7 +7699,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
76997699
"language": "@/js",
77007700
"languageOptions": {
77017701
"ecmaVersion": 2026,
7702-
"parser": "typescript-eslint/parser@8.57.1",
7702+
"parser": "typescript-eslint/parser@8.57.2",
77037703
"parserOptions": {
77047704
"projectService": {
77057705
"allowDefaultProject": {
@@ -7719,7 +7719,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
77197719
"plugins": [
77207720
"@",
77217721
"perfectionist:eslint-plugin-perfectionist@5.7.0",
7722-
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.1",
7722+
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.57.2",
77237723
],
77247724
"processor": undefined,
77257725
"rules": {

0 commit comments

Comments
 (0)