Skip to content

Commit

Permalink
Merge pull request #369 from VirtualLiveLab/renovate/eslint-config-es…
Browse files Browse the repository at this point in the history
…lint

fix(deps): update eslint (eslint-config)
  • Loading branch information
sushichan044 authored Jan 14, 2025
2 parents d63d330 + 65b6a5a commit f91ea1f
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 190 deletions.
5 changes: 5 additions & 0 deletions .changeset/dependencies-GH-369.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@virtual-live-lab/eslint-config": patch
---

fix(deps): update eslint (eslint-config)
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@eslint/compat": "1.2.5",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@stylistic/eslint-plugin-ts": "2.12.1",
"@typescript-eslint/utils": "8.19.1",
"@stylistic/eslint-plugin-ts": "2.13.0",
"@typescript-eslint/utils": "8.20.0",
"astro-eslint-parser": "1.1.0",
"astrojs-compiler-sync": "1.0.1",
"eslint": "9.18.0",
Expand All @@ -47,13 +47,13 @@
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-perfectionist": "4.6.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-react-refresh": "0.4.18",
"eslint-plugin-tailwindcss": "3.17.5",
"globals": "15.14.0",
"pkg-dir": "8.0.0",
"typescript-eslint": "8.19.1",
"typescript-eslint": "8.20.0",
"typescript-eslint-parser-for-extra-files": "0.7.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config/test/__snapshots__/snapshot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"extraFileExtensions": {
"0": ".astro",
},
"parser": "typescript-eslint-parser-for-extra-files@8.19.1",
"parser": "typescript-eslint-parser-for-extra-files@8.20.0",
"project": true,
"projectService": false,
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
Expand All @@ -1165,7 +1165,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.19.1",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.20.0",
"@stylistic/ts",
"astro:[email protected]",
"jsx-a11y:[email protected]",
Expand Down Expand Up @@ -4689,7 +4689,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"visualViewport": false,
"window": false,
},
"parser": "typescript-eslint/parser@8.19.1",
"parser": "typescript-eslint/parser@8.20.0",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
Expand All @@ -4713,7 +4713,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.19.1",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.20.0",
"@stylistic/ts",
"react",
"react-hooks",
Expand Down Expand Up @@ -6134,7 +6134,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"language": "@/js",
"languageOptions": {
"ecmaVersion": 2025,
"parser": "typescript-eslint/parser@8.19.1",
"parser": "typescript-eslint/parser@8.20.0",
"parserOptions": {
"projectService": {
"allowDefaultProject": {
Expand All @@ -6154,7 +6154,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.19.1",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.20.0",
"@stylistic/ts",
],
"processor": undefined,
Expand Down
Loading

0 comments on commit f91ea1f

Please sign in to comment.