Skip to content

Commit af71ca5

Browse files
authored
Upgrade fs-extra and @types/fs-extra (Azure#19881)
Packages impacted by this PR: - @azure-tools/testing-recorder-new - @azure/dev-tool - generate-doc Issues associated with this PR: - Resolves Azure#19161 - Resolves Azure#19183
1 parent 47f5def commit af71ca5

File tree

4 files changed

+35
-8
lines changed

4 files changed

+35
-8
lines changed

common/config/rush/pnpm-lock.yaml

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

common/tools/dev-tool/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"concurrently": "^6.3.0",
4444
"chalk": "~4.1.1",
4545
"dotenv": "^8.2.0",
46-
"fs-extra": "^8.1.0",
46+
"fs-extra": "^10.0.0",
4747
"minimist": "~1.2.5",
4848
"prettier": "^2.4.1",
4949
"ts-node": "^10.0.0",
@@ -59,7 +59,7 @@
5959
"@types/concurrently": "^6.3.0",
6060
"@types/chai": "^4.1.6",
6161
"@types/chai-as-promised": "^7.1.0",
62-
"@types/fs-extra": "^8.0.0",
62+
"@types/fs-extra": "^9.0.13",
6363
"@types/minimist": "~1.2.0",
6464
"@types/mocha": "^7.0.2",
6565
"@types/node": "^12.0.0",

eng/tools/generate-doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"fs-extra": "^8.1.0",
12+
"fs-extra": "^10.0.0",
1313
"js-yaml": "^3.13.1",
1414
"nunjucks": "^3.2.0",
1515
"typedoc": "0.18.0",

sdk/test-utils/testing-recorder-new/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"@azure/storage-queue": "^12.6.0",
6767
"@azure/dev-tool": "^1.0.0",
6868
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
69-
"@types/fs-extra": "^8.0.0",
7069
"@types/chai": "^4.1.6",
7170
"@types/md5": "^2.2.0",
7271
"@types/mocha": "^7.0.2",

0 commit comments

Comments
 (0)