Skip to content

Commit c372c97

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 8.17.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.14.1 to 8.17.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 149ee05 commit c372c97

File tree

4 files changed

+194
-128
lines changed

4 files changed

+194
-128
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@types/spdx-correct": "^3.1.3",
127127
"@types/swagger-ui-react": "^4.18.3",
128128
"@typescript-eslint/eslint-plugin": "7.14.1",
129-
"@typescript-eslint/parser": "7.14.1",
129+
"@typescript-eslint/parser": "8.17.0",
130130
"autoprefixer": "^10.4.19",
131131
"checkly": "^4.11.0",
132132
"eslint": "8.57.0",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/react-html-parser": "^2.0.6",
6161
"@types/tryghost__content-api": "^1.3.16",
6262
"@typescript-eslint/eslint-plugin": "7.14.1",
63-
"@typescript-eslint/parser": "7.14.1",
63+
"@typescript-eslint/parser": "8.17.0",
6464
"autoprefixer": "^10.4.19",
6565
"eslint": "8.57.0",
6666
"eslint-config-biome": "1.9.3",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/react": "npm:[email protected]",
4141
"@types/react-dom": "npm:[email protected]",
4242
"@typescript-eslint/eslint-plugin": "7.14.1",
43-
"@typescript-eslint/parser": "7.14.1",
43+
"@typescript-eslint/parser": "8.17.0",
4444
"eslint": "8.57.0",
4545
"eslint-config-biome": "1.9.3",
4646
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",

0 commit comments

Comments
 (0)