Skip to content

Commit

Permalink
[eslint-plugin] chore: Upgrade typescript-eslint to 6 || 7 (#6903)
Browse files Browse the repository at this point in the history
Co-authored-by: Phoebe Szmucer <pszmucer@palantir.com>
Co-authored-by: Brandon Cheng <gluxon@users.noreply.github.com>
Co-authored-by: svc-changelog <svc-changelog@palantir.com>
Co-authored-by: ericjeney <ericj@palantir.com>
  • Loading branch information
5 people authored Jul 11, 2024
1 parent 5d92d0e commit 9c3ee38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "SWC_NODE_PROJECT=./tsconfig.test.json mocha --require @swc-node/register,test/setup.ts --watch-extensions ts,tsx 'test/**/*.{ts,tsx}'"
},
"dependencies": {
"@typescript-eslint/utils": "^6.19.1",
"@typescript-eslint/utils": "^6.19.1 || ^7.0.0",
"eslint": "^8.56.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ __metadata:
"@swc/core": "npm:^1.3.105"
"@types/dedent": "npm:~0.7.2"
"@typescript-eslint/rule-tester": "npm:^6.19.1"
"@typescript-eslint/utils": "npm:^6.19.1"
"@typescript-eslint/utils": "npm:^6.19.1 || ^7.0.0"
dedent: "npm:^1.5.1"
eslint: "npm:^8.56.0"
mocha: "npm:^10.2.0"
Expand Down Expand Up @@ -3306,7 +3306,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.19.1, @typescript-eslint/utils@npm:^6.0.0, @typescript-eslint/utils@npm:^6.19.1":
"@typescript-eslint/utils@npm:6.19.1, @typescript-eslint/utils@npm:^6.0.0, @typescript-eslint/utils@npm:^6.19.1 || ^7.0.0":
version: 6.19.1
resolution: "@typescript-eslint/utils@npm:6.19.1"
dependencies:
Expand Down

1 comment on commit 9c3ee38

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[eslint-plugin] chore: Upgrade typescript-eslint to 6 || 7 (#6903)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.