Skip to content

Commit

Permalink
[eslint-plugin] set package version back to 3.0.0 (#30090)
Browse files Browse the repository at this point in the history
to fix broken nightly pipelines where we update `@azure` package
versions to
nightly versions and dependency versions to a range for their nightly
versions.
Versino `^3.0.0` would not get updated because of the following chech in
`set-dev.js` then `rush install` would fail to find matching one and
report error.


https://github.com/Azure/azure-sdk-for-js/blob/9488fe4bd780306e2f00eaa1509eba20982215f4/eng/tools/versioning/set-dev.js#L80
  • Loading branch information
jeremymeng committed Jun 18, 2024
1 parent 0934dfb commit 57d1bd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/tools/eslint-plugin-azure-sdk-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint-plugin-markdown": "^5.0.0"
},
"dependencies": {
"@azure/eslint-plugin-azure-sdk": "^3.1.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@eslint/compat": "^1.0.1",
"@eslint/js": "~9.2.0",
"@typescript-eslint/typescript-estree": "~7.10.0",
Expand Down
2 changes: 1 addition & 1 deletion common/tools/eslint-plugin-azure-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/eslint-plugin-azure-sdk",
"version": "3.1.0",
"version": "3.0.0",
"description": "An ESLint plugin enforcing design guidelines for the JavaScript/TypeScript Azure SDK",
"sdk-type": "utility",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmosdb/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"devDependencies": {
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.1.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^4.0.1",
"@azure/logger": "^1.0.0",
"@microsoft/api-extractor": "^7.31.1",
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@azure/core-client": "^1.7.0",
"@azure/core-util": "^1.6.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.1.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/logger": "^1.0.4",
"@azure-tools/test-utils": "^1.0.1",
"@azure-tools/test-recorder": "^3.0.0",
Expand Down

0 comments on commit 57d1bd9

Please sign in to comment.