Skip to content

Commit 268dba5

Browse files
deps(monorepo): Bump @typescript-eslint/parser from 6.6.0 to 7.16.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.6.0 to 7.16.1. - [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/v7.16.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a349f97 commit 268dba5

4 files changed

Lines changed: 116 additions & 77 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@types/jest": "29.5.12",
107107
"@types/node": "20.14.8",
108108
"@typescript-eslint/eslint-plugin": "7.11.0",
109-
"@typescript-eslint/parser": "7.11.0",
109+
"@typescript-eslint/parser": "7.16.1",
110110
"conventional-changelog-conventionalcommits": "8.0.0",
111111
"esbuild": "0.21.5",
112112
"esbuild-register": "3.5.0",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
],
5858
"peerDependencies": {
5959
"@typescript-eslint/eslint-plugin": "^6.6.0",
60-
"@typescript-eslint/parser": "^6.6.0",
60+
"@typescript-eslint/parser": "^7.16.1",
6161
"eslint-plugin-import": "^2.29.1",
6262
"eslint-plugin-jsx-a11y": "^6.8.0",
6363
"eslint-plugin-node": "^11.1.0",
@@ -76,7 +76,7 @@
7676
"@nx/eslint-plugin": ">=18.3.0",
7777
"@types/eslint": "^8.44.2",
7878
"@typescript-eslint/eslint-plugin": "^6.6.0",
79-
"@typescript-eslint/parser": "^6.6.0",
79+
"@typescript-eslint/parser": "^7.16.1",
8080
"eslint": "^8.48.0",
8181
"eslint-find-rules": "^4.1.0",
8282
"eslint-plugin-import": "^2.29.1",

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"@graphql-eslint/eslint-plugin": "3.20.1",
209209
"@next/eslint-plugin-next": "14.2.4",
210210
"@typescript-eslint/eslint-plugin": "7.12.0",
211-
"@typescript-eslint/parser": "7.11.0",
211+
"@typescript-eslint/parser": "7.16.1",
212212
"eslint-config-prettier": "9.1.0",
213213
"eslint-import-resolver-typescript": "3.6.1",
214214
"eslint-plugin-es-x": "7.6.0",

0 commit comments

Comments
 (0)