Skip to content

Commit 5b16f25

Browse files
deps(monorepo): Bump @typescript-eslint/parser from 7.11.0 to 7.16.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.11.0 to 7.16.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/v7.16.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5727dd commit 5b16f25

4 files changed

Lines changed: 115 additions & 76 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.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"dependencies": {
6868
"@typescript-eslint/eslint-plugin": "6.6.0",
69-
"@typescript-eslint/parser": "6.6.0",
69+
"@typescript-eslint/parser": "7.16.0",
7070
"confusing-browser-globals": "1.0.11",
7171
"eslint-config-prettier": "9.0.0"
7272
},

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.0",
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)