Skip to content

Commit 7d5b2f8

Browse files
authored
[eslint-plugin] upgrade dependency @typescript-eslint/* to ~5.27.0 (Azure#22123)
1 parent c991bf4 commit 7d5b2f8

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/tools/eslint-plugin-azure-sdk/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@
5959
},
6060
"prettier": "./prettier.json",
6161
"peerDependencies": {
62-
"@typescript-eslint/eslint-plugin": "~5.22.0",
63-
"@typescript-eslint/parser": "~5.22.0",
62+
"@typescript-eslint/eslint-plugin": "~5.27.0",
63+
"@typescript-eslint/parser": "~5.27.0",
6464
"eslint": "^8.0.0",
6565
"eslint-plugin-import": "^2.22.1",
6666
"eslint-plugin-no-only-tests": "^2.4.0",
6767
"eslint-plugin-promise": "^6.0.0",
6868
"eslint-plugin-tsdoc": "^0.2.10"
6969
},
7070
"dependencies": {
71-
"@typescript-eslint/typescript-estree": "~5.22.0",
71+
"@typescript-eslint/typescript-estree": "~5.27.0",
7272
"@types/eslint": "~8.4.0",
7373
"@types/estree": "~0.0.46",
7474
"eslint-config-prettier": "^8.0.0",
@@ -83,9 +83,9 @@
8383
"@types/json-schema": "^7.0.6",
8484
"@types/mocha": "^7.0.2",
8585
"@types/node": "^12.0.0",
86-
"@typescript-eslint/eslint-plugin": "~5.22.0",
87-
"@typescript-eslint/experimental-utils": "~5.22.0",
88-
"@typescript-eslint/parser": "~5.22.0",
86+
"@typescript-eslint/eslint-plugin": "~5.27.0",
87+
"@typescript-eslint/experimental-utils": "~5.27.0",
88+
"@typescript-eslint/parser": "~5.27.0",
8989
"chai": "^4.2.0",
9090
"eslint": "^8.0.0",
9191
"mocha": "^7.1.1",

0 commit comments

Comments
 (0)