Skip to content

Commit

Permalink
[EngSys] upgrade dev dependency @eslint/js to ^9.9.0 (#30901)
Browse files Browse the repository at this point in the history
to be consistent with `eslint` version.

Also removed the eslint plugin helper. It was added to help
vscode-eslint
extension to resolve plugin packages. With flat config it is no longer
needed.
  • Loading branch information
jeremymeng authored Aug 26, 2024
1 parent a8a48e1 commit bf2a1f7
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 125 deletions.
97 changes: 30 additions & 67 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/tools/dev-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"yaml": "^2.3.4"
},
"devDependencies": {
"@eslint/js": "~9.2.0",
"@eslint/js": "^9.9.0",
"@microsoft/api-extractor": "^7.42.3",
"@types/archiver": "^6.0.2",
"@types/decompress": "^4.2.7",
Expand Down
50 changes: 0 additions & 50 deletions common/tools/eslint-plugin-azure-sdk-helper/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion common/tools/eslint-plugin-azure-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@eslint/compat": "^1.0.1",
"@eslint/js": "~9.2.0",
"@eslint/js": "^9.9.0",
"@typescript-eslint/typescript-estree": "~8.2.0",
"@types/eslint": "^9.6.0",
"@types/estree": "~1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion common/tools/vite-plugin-browser-test-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tslib": "^2.2.0"
},
"devDependencies": {
"@eslint/js": "~9.2.0",
"@eslint/js": "^9.9.0",
"@types/node": "^18.0.0",
"eslint": "^9.9.0",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit bf2a1f7

Please sign in to comment.