Skip to content

Commit 57d1bd9

Browse files
authored
[eslint-plugin] set package version back to 3.0.0 (#30090)
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
1 parent 0934dfb commit 57d1bd9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint-plugin-markdown": "^5.0.0"
1616
},
1717
"dependencies": {
18-
"@azure/eslint-plugin-azure-sdk": "^3.1.0",
18+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
1919
"@eslint/compat": "^1.0.1",
2020
"@eslint/js": "~9.2.0",
2121
"@typescript-eslint/typescript-estree": "~7.10.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/eslint-plugin-azure-sdk",
3-
"version": "3.1.0",
3+
"version": "3.0.0",
44
"description": "An ESLint plugin enforcing design guidelines for the JavaScript/TypeScript Azure SDK",
55
"sdk-type": "utility",
66
"private": true,

sdk/cosmosdb/cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"devDependencies": {
9898
"@azure/dev-tool": "^1.0.0",
99-
"@azure/eslint-plugin-azure-sdk": "^3.1.0",
99+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
100100
"@azure/identity": "^4.0.1",
101101
"@azure/logger": "^1.0.0",
102102
"@microsoft/api-extractor": "^7.31.1",

sdk/identity/identity-broker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@azure/core-client": "^1.7.0",
6969
"@azure/core-util": "^1.6.0",
7070
"@azure/dev-tool": "^1.0.0",
71-
"@azure/eslint-plugin-azure-sdk": "^3.1.0",
71+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
7272
"@azure/logger": "^1.0.4",
7373
"@azure-tools/test-utils": "^1.0.1",
7474
"@azure-tools/test-recorder": "^3.0.0",

0 commit comments

Comments
 (0)