Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12ec95f

Browse files
authored
[engsys] upgrade dependency glob to ^8.0.0 (Azure#21905)
- for eslint-plugin-azure-sdk and service-bus - remove unused `glob` dependencies from core-http
1 parent 2526004 commit 12ec95f

File tree

4 files changed

+59
-37
lines changed

4 files changed

+59
-37
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 57 additions & 33 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/eslint": "~7.2.7",
7373
"@types/estree": "~0.0.46",
7474
"eslint-config-prettier": "^7.0.0",
75-
"glob": "^7.1.2",
75+
"glob": "^8.0.0",
7676
"json-schema": "^0.4.0",
7777
"typescript": "~4.2.0",
7878
"tslib": "^2.2.0"

sdk/core/core-http/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
"@opentelemetry/api": "^1.0.1",
140140
"@types/chai": "^4.1.6",
141141
"@types/express": "^4.16.0",
142-
"@types/glob": "^7.1.1",
143142
"@types/mocha": "^7.0.2",
144143
"@types/node": "^12.0.0",
145144
"@types/sinon": "^9.0.4",
@@ -152,7 +151,6 @@
152151
"eslint": "^7.15.0",
153152
"express": "^4.16.3",
154153
"fetch-mock": "^9.10.1",
155-
"glob": "^7.1.2",
156154
"karma": "^6.2.0",
157155
"karma-chai": "^0.1.0",
158156
"karma-chrome-launcher": "^3.0.0",

sdk/servicebus/service-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"downlevel-dts": "^0.8.0",
150150
"eslint": "^7.15.0",
151151
"esm": "^3.2.18",
152-
"glob": "^7.1.2",
152+
"glob": "^8.0.0",
153153
"https-proxy-agent": "^5.0.0",
154154
"karma": "^6.2.0",
155155
"karma-chrome-launcher": "^3.0.0",

0 commit comments

Comments
 (0)