Skip to content

Commit 6a31857

Browse files
Bump eslint from 8.57.0 to 9.17.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.17.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89efc28 commit 6a31857

File tree

5 files changed

+209
-153
lines changed

5 files changed

+209
-153
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@typescript-eslint/parser": "7.14.1",
130130
"autoprefixer": "^10.4.19",
131131
"checkly": "^4.15.0",
132-
"eslint": "8.57.0",
132+
"eslint": "9.17.0",
133133
"eslint-config-biome": "1.9.4",
134134
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
135135
"eslint-plugin-storybook": "^0.11.1",

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/node": "22.10.2",
5050
"@types/react": "19.0.1",
5151
"@types/react-dom": "19.0.2",
52-
"eslint": "8.57.0",
52+
"eslint": "9.17.0",
5353
"eslint-config-next": "15.1.0",
5454
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
5555
"postcss": "8.4.49",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@typescript-eslint/eslint-plugin": "7.14.1",
6363
"@typescript-eslint/parser": "7.14.1",
6464
"autoprefixer": "^10.4.19",
65-
"eslint": "8.57.0",
65+
"eslint": "9.17.0",
6666
"eslint-config-biome": "1.9.4",
6767
"eslint-config-next": "15.1.0",
6868
"eslint-plugin-mdx": "^3.1.5",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/react-dom": "19.0.2",
4242
"@typescript-eslint/eslint-plugin": "7.14.1",
4343
"@typescript-eslint/parser": "7.14.1",
44-
"eslint": "8.57.0",
44+
"eslint": "9.17.0",
4545
"eslint-config-biome": "1.9.4",
4646
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
4747
"knip": "5.40.0",

0 commit comments

Comments
 (0)