Skip to content

Commit

Permalink
chore(deps): update fs-extra (major) (#32654)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Aug 30, 2021
1 parent e547dc3 commit eea2687
Show file tree
Hide file tree
Showing 24 changed files with 35 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-gatsby-cloud/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-graphql-config/package.json
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-image/package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preload-fonts/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-recipes/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sqip/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Expand Up @@ -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",
Expand Down
18 changes: 10 additions & 8 deletions yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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==
Expand Down

0 comments on commit eea2687

Please sign in to comment.