Skip to content

Commit

Permalink
Merge pull request #339 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 9, 2024
2 parents e658ac7 + 530bb3e commit 5cdd488
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 113 deletions.
5 changes: 5 additions & 0 deletions .changeset/dependencies-GH-339.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)
16 changes: 8 additions & 8 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
},
"dependencies": {
"@astrojs/compiler": "2.10.3",
"@eslint/compat": "1.2.3",
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.16.0",
"@stylistic/eslint-plugin-ts": "2.11.0",
"@typescript-eslint/utils": "8.16.0",
"@stylistic/eslint-plugin-ts": "2.12.0",
"@typescript-eslint/utils": "8.17.0",
"astro-eslint-parser": "1.1.0",
"astrojs-compiler-sync": "1.0.1",
"eslint": "9.16.0",
"eslint-config-flat-gitignore": "0.3.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-perfectionist": "4.1.2",
"eslint-plugin-perfectionist": "4.2.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-tailwindcss": "3.17.5",
"globals": "15.12.0",
"globals": "15.13.0",
"pkg-dir": "8.0.0",
"typescript-eslint": "8.16.0",
"typescript-eslint": "8.17.0",
"typescript-eslint-parser-for-extra-files": "0.7.0"
},
"devDependencies": {
Expand Down
20 changes: 14 additions & 6 deletions packages/eslint-config/test/__snapshots__/snapshot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"CSSKeywordValue": false,
"CSSLayerBlockRule": false,
"CSSLayerStatementRule": false,
"CSSMarginRule": false,
"CSSMathClamp": false,
"CSSMathInvert": false,
"CSSMathMax": false,
Expand Down Expand Up @@ -868,12 +869,15 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"XRDOMOverlayState": false,
"XRDepthInformation": false,
"XRFrame": false,
"XRHand": false,
"XRHitTestResult": false,
"XRHitTestSource": false,
"XRInputSource": false,
"XRInputSourceArray": false,
"XRInputSourceEvent": false,
"XRInputSourcesChangeEvent": false,
"XRJointPose": false,
"XRJointSpace": false,
"XRLayer": false,
"XRLightEstimate": false,
"XRLightProbe": false,
Expand Down Expand Up @@ -1148,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.16.0",
"parser": "typescript-eslint-parser-for-extra-files@8.17.0",
"project": true,
"projectService": false,
"tsconfigRootDir": "/home/runner/work/js-config/js-config",
Expand All @@ -1161,7 +1165,7 @@ exports[`Test ESLint config with snapshot > astro preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.16.0",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.17.0",
"@stylistic/ts",
"astro:[email protected]",
"jsx-a11y:[email protected]",
Expand Down Expand Up @@ -3631,6 +3635,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"CSSKeywordValue": false,
"CSSLayerBlockRule": false,
"CSSLayerStatementRule": false,
"CSSMarginRule": false,
"CSSMathClamp": false,
"CSSMathInvert": false,
"CSSMathMax": false,
Expand Down Expand Up @@ -4415,12 +4420,15 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"XRDOMOverlayState": false,
"XRDepthInformation": false,
"XRFrame": false,
"XRHand": false,
"XRHitTestResult": false,
"XRHitTestSource": false,
"XRInputSource": false,
"XRInputSourceArray": false,
"XRInputSourceEvent": false,
"XRInputSourcesChangeEvent": false,
"XRJointPose": false,
"XRJointSpace": false,
"XRLayer": false,
"XRLightEstimate": false,
"XRLightProbe": false,
Expand Down Expand Up @@ -4681,7 +4689,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"visualViewport": false,
"window": false,
},
"parser": "typescript-eslint/parser@8.16.0",
"parser": "typescript-eslint/parser@8.17.0",
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
Expand All @@ -4705,7 +4713,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`]
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.16.0",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.17.0",
"@stylistic/ts",
"react",
"react-hooks",
Expand Down Expand Up @@ -6126,7 +6134,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"language": "@/js",
"languageOptions": {
"ecmaVersion": 2025,
"parser": "typescript-eslint/parser@8.16.0",
"parser": "typescript-eslint/parser@8.17.0",
"parserOptions": {
"projectService": {
"allowDefaultProject": {
Expand All @@ -6146,7 +6154,7 @@ exports[`Test ESLint config with snapshot > ts preset > matches snapshot 1`] = `
"plugins": [
"@",
"perfectionist:perfectionist",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.16.0",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.17.0",
"@stylistic/ts",
],
"processor": undefined,
Expand Down
Loading

0 comments on commit 5cdd488

Please sign in to comment.