Skip to content

Commit eea2687

Browse files
chore(deps): update fs-extra (major) (#32654)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e547dc3 commit eea2687

File tree

24 files changed

+35
-33
lines changed

24 files changed

+35
-33
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/cache-manager": "^2.10.3",
1414
"@types/common-tags": "^1.8.0",
1515
"@types/express": "^4.17.3",
16-
"@types/fs-extra": "^8.1.2",
16+
"@types/fs-extra": "^9.0.12",
1717
"@types/got": "^9.6.11",
1818
"@types/jaeger-client": "^3.18.0",
1919
"@types/jest": "^24.9.1",
@@ -45,7 +45,7 @@
4545
"eslint-plugin-jsx-a11y": "^6.4.1",
4646
"eslint-plugin-prettier": "^3.4.0",
4747
"eslint-plugin-react": "^7.24.0",
48-
"fs-extra": "^8.1.0",
48+
"fs-extra": "^10.0.0",
4949
"glob": "^7.1.7",
5050
"husky": "3.1.0",
5151
"ignore": "^5.1.8",

packages/create-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"enquirer": "^2.3.6",
2727
"eslint": "^7.32.0",
2828
"execa": "^5.1.1",
29-
"fs-extra": "^9.1.0",
29+
"fs-extra": "^10.0.0",
3030
"gatsby-plugin-utils": "^1.14.0-next.0",
3131
"joi": "^17.4.2",
3232
"microbundle": "^0.13.3",

packages/gatsby-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"envinfo": "^7.7.3",
2424
"execa": "^5.1.1",
2525
"fs-exists-cached": "^1.0.0",
26-
"fs-extra": "^8.1.0",
26+
"fs-extra": "^10.0.0",
2727
"gatsby-core-utils": "^2.14.0-next.0",
2828
"gatsby-recipes": "^0.25.0-next.0",
2929
"gatsby-telemetry": "^2.14.0-next.0",

packages/gatsby-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ci-info": "2.0.0",
3434
"configstore": "^5.0.1",
3535
"file-type": "^16.5.3",
36-
"fs-extra": "^8.1.0",
36+
"fs-extra": "^10.0.0",
3737
"node-object-hash": "^2.3.8",
3838
"proper-lockfile": "^4.1.2",
3939
"tmp": "^0.2.1",

packages/gatsby-dev-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"del": "^6.0.0",
1717
"execa": "^5.1.1",
1818
"find-yarn-workspace-root": "^2.0.0",
19-
"fs-extra": "^9.1.0",
19+
"fs-extra": "^10.0.0",
2020
"got": "^10.7.0",
2121
"is-absolute": "^1.0.0",
2222
"lodash": "^4.17.21",

packages/gatsby-legacy-polyfills/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"cpy-cli": "^3.1.1",
3838
"cross-env": "^7.0.3",
3939
"execa": "^5.1.1",
40-
"fs-extra": "^9.1.0",
40+
"fs-extra": "^10.0.0",
4141
"microbundle": "^0.13.3",
4242
"npm-run-all": "^4.1.5",
4343
"object-assign": "^4.1.1",

packages/gatsby-plugin-feed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.14.8",
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.0",
13-
"fs-extra": "^9.1.0",
13+
"fs-extra": "^10.0.0",
1414
"gatsby-plugin-utils": "^1.14.0-next.0",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"

packages/gatsby-plugin-gatsby-cloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
1111
"date-fns": "^2.23.0",
12-
"fs-extra": "^8.1.0",
12+
"fs-extra": "^10.0.0",
1313
"gatsby-core-utils": "^2.14.0-next.0",
1414
"gatsby-telemetry": "^2.14.0-next.0",
1515
"kebab-hash": "^0.1.2",

packages/gatsby-plugin-graphql-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
11-
"fs-extra": "^9.1.0"
11+
"fs-extra": "^10.0.0"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.14.8",

packages/gatsby-plugin-image/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@testing-library/react": "^11.2.7",
4747
"@types/babel__core": "^7.1.12",
4848
"@types/babel__traverse": "^7.11.1",
49-
"@types/fs-extra": "^8.1.2",
49+
"@types/fs-extra": "^9.0.12",
5050
"@types/node": "^14.10.2",
5151
"@types/prop-types": "^15.7.3",
5252
"@types/react": "^16.9.56",
@@ -81,7 +81,7 @@
8181
"camelcase": "^5.3.1",
8282
"chokidar": "^3.5.1",
8383
"common-tags": "^1.8.0",
84-
"fs-extra": "^8.1.0",
84+
"fs-extra": "^10.0.0",
8585
"gatsby-core-utils": "^2.14.0-next.0",
8686
"objectFitPolyfill": "^2.3.0",
8787
"prop-types": "^15.7.2"

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"debug": "^4.3.1",
3636
"escape-string-regexp": "^1.0.5",
3737
"eval": "^0.1.4",
38-
"fs-extra": "^8.1.0",
38+
"fs-extra": "^10.0.0",
3939
"gatsby-core-utils": "^2.14.0-next.0",
4040
"gray-matter": "^4.0.2",
4141
"json5": "^2.1.3",

packages/gatsby-plugin-netlify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@babel/runtime": "^7.14.8",
17-
"fs-extra": "^8.1.0",
17+
"fs-extra": "^10.0.0",
1818
"gatsby-core-utils": "^2.14.0-next.0",
1919
"kebab-hash": "^0.1.2",
2020
"lodash": "^4.17.21",

packages/gatsby-plugin-preload-fonts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/runtime": "^7.14.8",
1515
"chalk": "^4.1.2",
1616
"date-fns": "^2.21.1",
17-
"fs-extra": "^8.1.0",
17+
"fs-extra": "^10.0.0",
1818
"gatsby-core-utils": "^2.14.0-next.0",
1919
"graphql-request": "^1.8.2",
2020
"progress": "^2.0.3",

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"async": "^3.2.0",
1212
"bluebird": "^3.7.2",
1313
"filenamify": "^4.3.0",
14-
"fs-extra": "^9.1.0",
14+
"fs-extra": "^10.0.0",
1515
"gatsby-core-utils": "^2.14.0-next.0",
1616
"gatsby-plugin-utils": "^1.14.0-next.0",
1717
"gatsby-telemetry": "^2.14.0-next.0",

packages/gatsby-recipes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"execa": "^5.1.1",
3131
"express": "^4.17.1",
3232
"express-graphql": "^0.12.0",
33-
"fs-extra": "^8.1.0",
33+
"fs-extra": "^10.0.0",
3434
"gatsby-core-utils": "^2.14.0-next.0",
3535
"gatsby-telemetry": "^2.14.0-next.0",
3636
"glob": "^7.1.6",

packages/gatsby-remark-copy-linked-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
1111
"cheerio": "^1.0.0-rc.10",
12-
"fs-extra": "^8.1.0",
12+
"fs-extra": "^10.0.0",
1313
"is-relative-url": "^3.0.0",
1414
"lodash": "^4.17.21",
1515
"path-is-inside": "^1.0.2",

packages/gatsby-source-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"chalk": "^4.1.2",
1717
"common-tags": "^1.8.0",
1818
"contentful": "^8.4.2",
19-
"fs-extra": "^9.1.0",
19+
"fs-extra": "^10.0.0",
2020
"gatsby-core-utils": "^2.14.0-next.0",
2121
"gatsby-plugin-utils": "^1.14.0-next.0",
2222
"gatsby-source-filesystem": "^3.14.0-next.0",

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"better-queue": "^3.8.10",
1212
"chokidar": "^3.4.3",
1313
"file-type": "^16.0.0",
14-
"fs-extra": "^8.1.0",
14+
"fs-extra": "^10.0.0",
1515
"gatsby-core-utils": "^2.14.0-next.0",
1616
"got": "^9.6.0",
1717
"md5-file": "^5.0.0",

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"fast-json-stable-stringify": "^2.1.0",
2828
"file-type": "^15.0.1",
2929
"filesize": "^6.1.0",
30-
"fs-extra": "^9.1.0",
30+
"fs-extra": "^10.0.0",
3131
"gatsby-core-utils": "^2.14.0-next.0",
3232
"gatsby-image": "^3.10.0",
3333
"gatsby-plugin-catch-links": "^3.14.0-next.0",

packages/gatsby-telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"async-retry-ng": "^2.0.1",
1515
"boxen": "^4.2.0",
1616
"configstore": "^5.0.1",
17-
"fs-extra": "^8.1.0",
17+
"fs-extra": "^10.0.0",
1818
"gatsby-core-utils": "^2.14.0-next.0",
1919
"git-up": "^4.0.5",
2020
"is-docker": "^2.2.1",

packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.14.8",
1111
"bluebird": "^3.7.2",
1212
"common-tags": "^1.8.0",
13-
"fs-extra": "^9.1.0",
13+
"fs-extra": "^10.0.0",
1414
"potrace": "^2.1.8",
1515
"probe-image-size": "^6.0.0",
1616
"semver": "^7.3.5",

packages/gatsby-transformer-sqip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
11-
"fs-extra": "^8.1.0",
11+
"fs-extra": "^10.0.0",
1212
"gatsby-plugin-sharp": "^3.14.0-next.0",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.3.3",

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"file-loader": "^6.2.0",
7474
"find-cache-dir": "^3.3.1",
7575
"fs-exists-cached": "1.0.0",
76-
"fs-extra": "^8.1.0",
76+
"fs-extra": "^10.0.0",
7777
"gatsby-cli": "^3.14.0-next.0",
7878
"gatsby-core-utils": "^2.14.0-next.0",
7979
"gatsby-graphiql-explorer": "^1.14.0-next.0",

yarn.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -4550,13 +4550,6 @@
45504550
resolved "https://registry.yarnpkg.com/@types/format-util/-/format-util-1.0.1.tgz#6fd9a41194776e2f33e2846ae955da8dbc8af4d1"
45514551
integrity sha512-uqU+S8ZeHlEslQgMzD6fpYhZlCqMfWR8MqoIMHy4uEy6VIkFqtZC25GKhl9n7fGmL0BZ51xrB5Ak8Wkb9oKw3A==
45524552

4553-
"@types/fs-extra@^8.1.2":
4554-
version "8.1.2"
4555-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.2.tgz#7125cc2e4bdd9bd2fc83005ffdb1d0ba00cca61f"
4556-
integrity sha512-SvSrYXfWSc7R4eqnOzbQF4TZmfpNSM9FrSWLU3EUnWBuyZqNBOrv1B1JA3byUDPUl9z4Ab3jeZG2eDdySlgNMg==
4557-
dependencies:
4558-
"@types/node" "*"
4559-
45604553
"@types/fs-extra@^9.0.12":
45614554
version "9.0.12"
45624555
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.12.tgz#9b8f27973df8a7a3920e8461517ebf8a7d4fdfaf"
@@ -12062,6 +12055,15 @@ fs-extra@^1.0.0:
1206212055
jsonfile "^2.1.0"
1206312056
klaw "^1.0.0"
1206412057

12058+
fs-extra@^10.0.0:
12059+
version "10.0.0"
12060+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
12061+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
12062+
dependencies:
12063+
graceful-fs "^4.2.0"
12064+
jsonfile "^6.0.1"
12065+
universalify "^2.0.0"
12066+
1206512067
fs-extra@^4.0.2:
1206612068
version "4.0.3"
1206712069
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
@@ -12070,7 +12072,7 @@ fs-extra@^4.0.2:
1207012072
jsonfile "^4.0.0"
1207112073
universalify "^0.1.0"
1207212074

12073-
fs-extra@^9.0.1, fs-extra@^9.1.0:
12075+
fs-extra@^9.0.1:
1207412076
version "9.1.0"
1207512077
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
1207612078
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==

0 commit comments

Comments
 (0)