Skip to content

Commit

Permalink
chore(deps): update dependency fs-extra to v9 馃専 (#19939)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
Co-authored-by: David Munechika <david@cypress.io>
  • Loading branch information
4 people committed Feb 18, 2022
1 parent ad50062 commit 8d28261
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion npm/create-cypress-tests/package.json
Expand Up @@ -23,7 +23,7 @@
"commander": "6.1.0",
"fast-glob": "3.2.7",
"find-up": "5.0.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"inquirer": "7.3.3",
"ora": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion npm/webpack-batteries-included-preprocessor/package.json
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-react": "^7.22.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"graphql": "14.0.0",
"mocha": "^8.1.1",
"react": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion npm/webpack-preprocessor/package.json
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-mocha": "8.1.0",
"fast-glob": "3.1.1",
"find-webpack": "1.5.0",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"mocha": "^7.1.0",
"mockery": "2.1.0",
"proxyquire": "2.1.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -91,7 +91,7 @@
"@types/debug": "4.1.5",
"@types/enzyme-adapter-react-16": "1.0.5",
"@types/execa": "0.9.0",
"@types/fs-extra": "^8.0.1",
"@types/fs-extra": "^9.0.13",
"@types/glob": "7.1.1",
"@types/lodash": "^4.14.168",
"@types/markdown-it": "0.0.9",
Expand Down Expand Up @@ -134,7 +134,7 @@
"execa-wrap": "1.4.0",
"filesize": "4.1.2",
"find-package-json": "1.2.0",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"gift": "0.10.2",
"glob": "7.1.6",
"gulp": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Expand Up @@ -18,7 +18,7 @@
"@cypress/icons": "0.7.0",
"bluebird": "3.5.3",
"debug": "^4.3.2",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"lodash": "^4.17.21",
"minimist": "1.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Expand Up @@ -26,7 +26,7 @@
"coffeescript": "1.12.7",
"cross-env": "6.0.3",
"eol": "0.9.1",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-rename": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/https-proxy/package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"bluebird": "3.5.3",
"debug": "^4.3.2",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"lodash": "^4.17.21",
"node-forge": "1.0.0",
"semaphore": "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/launcher/package.json
Expand Up @@ -15,7 +15,7 @@
"bluebird": "3.5.3",
"debug": "^4.3.2",
"execa": "4.0.0",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"lodash": "^4.17.21",
"plist": "3.0.1",
"semver": "7.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Expand Up @@ -17,7 +17,7 @@
"bluebird": "3.5.3",
"concat-stream": "1.6.2",
"debug": "^4.3.2",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"lodash": "^4.17.21",
"node-forge": "1.0.0",
"proxy-from-env": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/resolve-dist/package.json
Expand Up @@ -13,7 +13,7 @@
"test-watch": "yarn test-unit --watch"
},
"dependencies": {
"fs-extra": "8.1.0"
"fs-extra": "9.1.0"
},
"devDependencies": {
"@packages/ts": "0.0.0-development"
Expand Down
2 changes: 1 addition & 1 deletion packages/rewriter/package.json
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@cypress/request-promise": "4.2.6",
"@types/parse5-html-rewriting-stream": "5.1.1",
"fs-extra": "9.0.0",
"fs-extra": "9.1.0",
"nock": "12.0.3",
"sinon": "9.0.2",
"sinon-chai": "3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Expand Up @@ -17,7 +17,7 @@
"watch": "webpack --watch --progress"
},
"dependencies": {
"fs-extra": "8.1.0"
"fs-extra": "9.1.0"
},
"devDependencies": {
"@cypress/design-system": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -61,7 +61,7 @@
"firefox-profile": "4.0.0",
"fix-path": "3.0.0",
"fluent-ffmpeg": "2.1.2",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"get-port": "5.1.1",
"getos": "3.2.1",
"glob": "7.1.3",
Expand Down
2 changes: 1 addition & 1 deletion system-tests/package.json
Expand Up @@ -48,7 +48,7 @@
"express-session": "1.16.1",
"express-useragent": "1.0.15",
"fluent-ffmpeg": "2.1.2",
"fs-extra": "8.1.0",
"fs-extra": "9.1.0",
"glob": "7.2.0",
"https-proxy-agent": "3.0.1",
"human-interval": "1.0.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Expand Up @@ -7938,7 +7938,7 @@
dependencies:
"@types/node" "*"

"@types/fs-extra@^9.0.11":
"@types/fs-extra@^9.0.11", "@types/fs-extra@^9.0.13":
version "9.0.13"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
Expand Down Expand Up @@ -20104,6 +20104,16 @@ fs-extra@9.0.0:
jsonfile "^6.0.1"
universalify "^1.0.0"

fs-extra@9.1.0, fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0:
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==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
Expand Down Expand Up @@ -20151,16 +20161,6 @@ fs-extra@^6.0.1:
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0:
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==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-minipass@^1.2.5:
version "1.2.7"
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
Expand Down

3 comments on commit 8d28261

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8d28261 Feb 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.1/linux-x64/circle-develop-8d282614990e35c024d935859a8e0bac8cb30069/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8d28261 Feb 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.1/darwin-x64/circle-develop-8d282614990e35c024d935859a8e0bac8cb30069/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8d28261 Feb 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.1/win32-x64/circle-develop-8d282614990e35c024d935859a8e0bac8cb30069/cypress.tgz

Please sign in to comment.