Skip to content

Commit d768a5c

Browse files
fix(deps): update dependency eslint-scope to v8 (#459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 00d988f commit d768a5c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: .changeset/serious-timers-call.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": major
3+
---
4+
5+
fix(deps): update dependency eslint-scope to v8

Diff for: explorer-v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@fontsource/fira-mono": "^5.1.0",
1616
"@typescript-eslint/parser": "^8.16.0",
1717
"eslint": "^9.16.0",
18-
"eslint-scope": "^7.2.2",
18+
"eslint-scope": "^8.0.0",
1919
"esquery": "^1.6.0",
2020
"pako": "^2.1.0",
2121
"svelte": "^5.2.12",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
}
5656
},
5757
"dependencies": {
58-
"eslint-scope": "^7.2.2",
58+
"eslint-scope": "^8.0.0",
5959
"eslint-visitor-keys": "^3.4.3",
6060
"espree": "^9.6.1",
6161
"postcss": "^8.4.39",

0 commit comments

Comments
 (0)