Skip to content

Commit

Permalink
Merge pull request #305 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 Nov 11, 2024
2 parents 5cd780c + aaef9c0 commit aa65fac
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 95 deletions.
5 changes: 5 additions & 0 deletions .changeset/dependencies-GH-305.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)
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin-ts": "^2.10.1",
"@typescript-eslint/utils": "^8.12.2",
"@typescript-eslint/utils": "^8.13.0",
"astro-eslint-parser": "^1.0.3",
"astrojs-compiler-sync": "^1.0.1",
"eslint": "^9.14.0",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.11.0",
"globals": "^15.12.0",
"pkg-dir": "^8.0.0",
"typescript-eslint": "^8.12.2",
"typescript-eslint": "^8.13.0",
"typescript-eslint-parser-for-extra-files": "^0.7.0"
},
"devDependencies": {
Expand Down
26 changes: 16 additions & 10 deletions packages/eslint-config/test/__snapshots__/snapshot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"CSSMatrixComponent": false,
"CSSMediaRule": false,
"CSSNamespaceRule": false,
"CSSNestedDeclarations": false,
"CSSNumericArray": false,
"CSSNumericValue": false,
"CSSPageDescriptors": false,
Expand Down Expand Up @@ -406,7 +407,6 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"InputEvent": false,
"IntersectionObserver": false,
"IntersectionObserverEntry": false,
"Iterator": false,
"Keyboard": false,
"KeyboardEvent": false,
"KeyboardLayoutMap": false,
Expand Down Expand Up @@ -1148,7 +1148,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"extraFileExtensions": {
"0": ".astro",
},
"parser": "typescript-eslint-parser-for-extra-files@8.12.2",
"parser": "typescript-eslint-parser-for-extra-files@8.13.0",
"project": true,
"projectService": false,
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
Expand All @@ -1161,9 +1161,9 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.12.2",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.13.0",
"@stylistic/ts",
"astro:eslint-plugin-astro@1.3.0",
"astro:eslint-plugin-astro@1.3.1",
"jsx-a11y:eslint-plugin-jsx-a11y@6.10.2",
],
"processor": "astro/client-side-ts",
Expand Down Expand Up @@ -1819,7 +1819,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
2,
],
"no-class-assign": [
2,
0,
],
"no-comma-dangle": [
0,
Expand Down Expand Up @@ -3459,6 +3459,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"CSSMatrixComponent": false,
"CSSMediaRule": false,
"CSSNamespaceRule": false,
"CSSNestedDeclarations": false,
"CSSNumericArray": false,
"CSSNumericValue": false,
"CSSPageDescriptors": false,
Expand Down Expand Up @@ -3770,7 +3771,6 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"InputEvent": false,
"IntersectionObserver": false,
"IntersectionObserverEntry": false,
"Iterator": false,
"Keyboard": false,
"KeyboardEvent": false,
"KeyboardLayoutMap": false,
Expand Down Expand Up @@ -4498,7 +4498,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"visualViewport": false,
"window": false,
},
"parser": "typescript-eslint/parser@8.12.2",
"parser": "typescript-eslint/parser@8.13.0",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
Expand All @@ -4522,7 +4522,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.12.2",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.13.0",
"@stylistic/ts",
"react",
"react-hooks",
Expand Down Expand Up @@ -5214,6 +5214,9 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"no-arrow-condition": [
0,
],
"no-class-assign": [
0,
],
"no-comma-dangle": [
0,
],
Expand Down Expand Up @@ -5871,7 +5874,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"language": "@/js",
"languageOptions": {
"ecmaVersion": "latest",
"parser": "typescript-eslint/parser@8.12.2",
"parser": "typescript-eslint/parser@8.13.0",
"parserOptions": {
"projectService": {
"allowDefaultProject": {
Expand All @@ -5891,7 +5894,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.12.2",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.13.0",
"@stylistic/ts",
],
"processor": undefined,
Expand Down Expand Up @@ -6339,6 +6342,9 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"no-arrow-condition": [
0,
],
"no-class-assign": [
0,
],
"no-comma-dangle": [
0,
],
Expand Down
Loading

0 comments on commit aa65fac

Please sign in to comment.