From eea26873f386d02f27c1708291da0c56585663eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 17:16:37 +0200 Subject: [PATCH] chore(deps): update fs-extra (major) (#32654) Co-authored-by: Renovate Bot --- package.json | 4 ++-- packages/create-gatsby/package.json | 2 +- packages/gatsby-cli/package.json | 2 +- packages/gatsby-core-utils/package.json | 2 +- packages/gatsby-dev-cli/package.json | 2 +- packages/gatsby-legacy-polyfills/package.json | 2 +- packages/gatsby-plugin-feed/package.json | 2 +- .../gatsby-plugin-gatsby-cloud/package.json | 2 +- .../gatsby-plugin-graphql-config/package.json | 2 +- packages/gatsby-plugin-image/package.json | 4 ++-- packages/gatsby-plugin-mdx/package.json | 2 +- packages/gatsby-plugin-netlify/package.json | 2 +- .../gatsby-plugin-preload-fonts/package.json | 2 +- packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-recipes/package.json | 2 +- .../package.json | 2 +- packages/gatsby-source-contentful/package.json | 2 +- packages/gatsby-source-filesystem/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 2 +- packages/gatsby-telemetry/package.json | 2 +- packages/gatsby-transformer-sharp/package.json | 2 +- packages/gatsby-transformer-sqip/package.json | 2 +- packages/gatsby/package.json | 2 +- yarn.lock | 18 ++++++++++-------- 24 files changed, 35 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index 2ca870eb26cd9..169ea3ccc3882 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/cache-manager": "^2.10.3", "@types/common-tags": "^1.8.0", "@types/express": "^4.17.3", - "@types/fs-extra": "^8.1.2", + "@types/fs-extra": "^9.0.12", "@types/got": "^9.6.11", "@types/jaeger-client": "^3.18.0", "@types/jest": "^24.9.1", @@ -45,7 +45,7 @@ "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "glob": "^7.1.7", "husky": "3.1.0", "ignore": "^5.1.8", diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index a1eb32ed19825..5e7a83b4042a0 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -26,7 +26,7 @@ "enquirer": "^2.3.6", "eslint": "^7.32.0", "execa": "^5.1.1", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-plugin-utils": "^1.14.0-next.0", "joi": "^17.4.2", "microbundle": "^0.13.3", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index db2b8ff6974d6..ecb5260cbe15f 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -23,7 +23,7 @@ "envinfo": "^7.7.3", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "gatsby-recipes": "^0.25.0-next.0", "gatsby-telemetry": "^2.14.0-next.0", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 3b5ff7aa6cfd4..b6645166c1d5e 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -33,7 +33,7 @@ "ci-info": "2.0.0", "configstore": "^5.0.1", "file-type": "^16.5.3", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "node-object-hash": "^2.3.8", "proper-lockfile": "^4.1.2", "tmp": "^0.2.1", diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 440eb9b948b59..21dd8ac3f0af5 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -16,7 +16,7 @@ "del": "^6.0.0", "execa": "^5.1.1", "find-yarn-workspace-root": "^2.0.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "got": "^10.7.0", "is-absolute": "^1.0.0", "lodash": "^4.17.21", diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index 98daea956bf16..9af63021cd675 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -37,7 +37,7 @@ "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", "execa": "^5.1.1", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "microbundle": "^0.13.3", "npm-run-all": "^4.1.5", "object-assign": "^4.1.1", diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 6af861ba5a860..849468a284a2d 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-plugin-utils": "^1.14.0-next.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 2e884c880f01e..06678ac1e277c 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "date-fns": "^2.23.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "gatsby-telemetry": "^2.14.0-next.0", "kebab-hash": "^0.1.2", diff --git a/packages/gatsby-plugin-graphql-config/package.json b/packages/gatsby-plugin-graphql-config/package.json index 678a0be99cfca..45733666d2fea 100644 --- a/packages/gatsby-plugin-graphql-config/package.json +++ b/packages/gatsby-plugin-graphql-config/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.8", - "fs-extra": "^9.1.0" + "fs-extra": "^10.0.0" }, "devDependencies": { "@babel/cli": "^7.14.8", diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index eaeb330864aa4..b9939cfbc39cc 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -46,7 +46,7 @@ "@testing-library/react": "^11.2.7", "@types/babel__core": "^7.1.12", "@types/babel__traverse": "^7.11.1", - "@types/fs-extra": "^8.1.2", + "@types/fs-extra": "^9.0.12", "@types/node": "^14.10.2", "@types/prop-types": "^15.7.3", "@types/react": "^16.9.56", @@ -81,7 +81,7 @@ "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index fcf774e08ae48..046c029448e2c 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -35,7 +35,7 @@ "debug": "^4.3.1", "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 21c6fd780b711..b26dcbde732c6 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -14,7 +14,7 @@ ], "dependencies": { "@babel/runtime": "^7.14.8", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 571cc41f5cfd9..b51fbe55c1aa9 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -14,7 +14,7 @@ "@babel/runtime": "^7.14.8", "chalk": "^4.1.2", "date-fns": "^2.21.1", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 9203a7308ed9f..45e8927e8a89b 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -11,7 +11,7 @@ "async": "^3.2.0", "bluebird": "^3.7.2", "filenamify": "^4.3.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "gatsby-plugin-utils": "^1.14.0-next.0", "gatsby-telemetry": "^2.14.0-next.0", diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index b703322642702..38c63febe1e5a 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -30,7 +30,7 @@ "execa": "^5.1.1", "express": "^4.17.1", "express-graphql": "^0.12.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "gatsby-telemetry": "^2.14.0-next.0", "glob": "^7.1.6", diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 82396b29961ee..d9bca542822c6 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "cheerio": "^1.0.0-rc.10", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "path-is-inside": "^1.0.2", diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 4e3dc466e0400..02482b503da02 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -16,7 +16,7 @@ "chalk": "^4.1.2", "common-tags": "^1.8.0", "contentful": "^8.4.2", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "gatsby-plugin-utils": "^1.14.0-next.0", "gatsby-source-filesystem": "^3.14.0-next.0", diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 215ec45e2aeb5..e14cef6eb5ebe 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -11,7 +11,7 @@ "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "got": "^9.6.0", "md5-file": "^5.0.0", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 7d73ad37944bb..2a12c8d8f3a0d 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -27,7 +27,7 @@ "fast-json-stable-stringify": "^2.1.0", "file-type": "^15.0.1", "filesize": "^6.1.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "gatsby-image": "^3.10.0", "gatsby-plugin-catch-links": "^3.14.0-next.0", diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 660d6f0d7ea5e..a2e1b4af3a452 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -14,7 +14,7 @@ "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-core-utils": "^2.14.0-next.0", "git-up": "^4.0.5", "is-docker": "^2.2.1", diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 4cb3173c13c35..35b8b61617648 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "bluebird": "^3.7.2", "common-tags": "^1.8.0", - "fs-extra": "^9.1.0", + "fs-extra": "^10.0.0", "potrace": "^2.1.8", "probe-image-size": "^6.0.0", "semver": "^7.3.5", diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index d6ab7b2d0ae9c..60df17d24b0c0 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.8", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-plugin-sharp": "^3.14.0-next.0", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index bce16d467412f..6798b89790de9 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -73,7 +73,7 @@ "file-loader": "^6.2.0", "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gatsby-cli": "^3.14.0-next.0", "gatsby-core-utils": "^2.14.0-next.0", "gatsby-graphiql-explorer": "^1.14.0-next.0", diff --git a/yarn.lock b/yarn.lock index 1706f3e9ac55b..079258d449828 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4550,13 +4550,6 @@ resolved "https://registry.yarnpkg.com/@types/format-util/-/format-util-1.0.1.tgz#6fd9a41194776e2f33e2846ae955da8dbc8af4d1" integrity sha512-uqU+S8ZeHlEslQgMzD6fpYhZlCqMfWR8MqoIMHy4uEy6VIkFqtZC25GKhl9n7fGmL0BZ51xrB5Ak8Wkb9oKw3A== -"@types/fs-extra@^8.1.2": - version "8.1.2" - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.2.tgz#7125cc2e4bdd9bd2fc83005ffdb1d0ba00cca61f" - integrity sha512-SvSrYXfWSc7R4eqnOzbQF4TZmfpNSM9FrSWLU3EUnWBuyZqNBOrv1B1JA3byUDPUl9z4Ab3jeZG2eDdySlgNMg== - dependencies: - "@types/node" "*" - "@types/fs-extra@^9.0.12": version "9.0.12" resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.12.tgz#9b8f27973df8a7a3920e8461517ebf8a7d4fdfaf" @@ -12062,6 +12055,15 @@ fs-extra@^1.0.0: jsonfile "^2.1.0" klaw "^1.0.0" +fs-extra@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1" + integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-extra@^4.0.2: version "4.0.3" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94" @@ -12070,7 +12072,7 @@ fs-extra@^4.0.2: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@^9.0.1, fs-extra@^9.1.0: +fs-extra@^9.0.1: version "9.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==