Skip to content

Commit

Permalink
Updates @typescript-eslint/parser to 6.1.0 (vercel#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/parser@6.1.0`

### 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 and Strift committed Jul 27, 2023
1 parent 86c1797 commit 112990b
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
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

0 comments on commit 112990b

Please sign in to comment.