Skip to content

Commit

Permalink
Updates @typescript-eslint/parser to 6.1.0 (#52848)
Browse files Browse the repository at this point in the history
### What?
Updates the `@typescript-eslint/parser` dependency of `eslint-config-next` to the latest release `6.1.0`. 

### Why?
This is blocking NextJS developers from updating their own dependency on `@typescript-eslint/eslint-plugin`, which in turn requires `@typescript-eslint/[email protected]`

### How?
Updated the package.json and ran `pnpm install`. I'm assuming that CI will catch any issues with the update (I know this could be deemed as a bit lazy, so apologies for that. It's all I have time to do at the moment).
  • Loading branch information
ky1ejs authored Jul 25, 2023
1 parent f89987f commit d0cbf35
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 82 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@next/eslint-plugin-next": "13.4.13-canary.2",
"@rushstack/eslint-patch": "^1.1.3",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
Expand Down
Loading

0 comments on commit d0cbf35

Please sign in to comment.