Skip to content

Commit

Permalink
Merge pull request #357 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 Dec 19, 2024
2 parents 3d539a2 + 3da6a40 commit 8313d95
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 70 deletions.
5 changes: 5 additions & 0 deletions .changeset/dependencies-GH-357.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)
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@stylistic/eslint-plugin-ts": "2.12.1",
"@typescript-eslint/utils": "8.18.0",
"@typescript-eslint/utils": "8.18.1",
"astro-eslint-parser": "1.1.0",
"astrojs-compiler-sync": "1.0.1",
"eslint": "9.17.0",
Expand All @@ -51,9 +51,9 @@
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-tailwindcss": "3.17.5",
"globals": "15.13.0",
"globals": "15.14.0",
"pkg-dir": "8.0.0",
"typescript-eslint": "8.18.0",
"typescript-eslint": "8.18.1",
"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": "[email protected].0",
"parser": "[email protected].1",
"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/[email protected].0",
"@typescript-eslint:@typescript-eslint/[email protected].1",
"@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/[email protected].0",
"parser": "typescript-eslint/[email protected].1",
"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/[email protected].0",
"@typescript-eslint:@typescript-eslint/[email protected].1",
"@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/[email protected].0",
"parser": "typescript-eslint/[email protected].1",
"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/[email protected].0",
"@typescript-eslint:@typescript-eslint/[email protected].1",
"@stylistic/ts",
],
"processor": undefined,
Expand Down
128 changes: 67 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8313d95

Please sign in to comment.