From 75ecfcfaba6eb44b405e56bf57974ee2a5c85d6e Mon Sep 17 00:00:00 2001 From: Tim Griesser Date: Fri, 11 Feb 2022 17:06:02 -0500 Subject: [PATCH] fix: use github.com qualified path to deal with yarn cache bug (#20158) --- package.json | 4 ++-- packages/example/package.json | 2 +- packages/server/package.json | 8 ++++---- yarn.lock | 28 ++++++++++++++-------------- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 89de2a848a40..2931a00e43c7 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "inquirer-confirm": "2.0.3", "jest": "24.9.0", "js-codemod": "cpojer/js-codemod", - "jscodemods": "cypress-io/jscodemods#01b546e", + "jscodemods": "https://github.com/cypress-io/jscodemods.git#01b546e", "jscodeshift": "0.7.0", "konfig": "0.2.1", "lazy-ass": "1.6.0", @@ -187,7 +187,7 @@ "lint-staged": "11.1.2", "listr2": "3.8.3", "lodash": "^4.17.21", - "make-empty-github-commit": "cypress-io/make-empty-github-commit#4a592aedb776ba2f4cc88979055315a53eec42ee", + "make-empty-github-commit": "https://github.com/cypress-io/make-empty-github-commit.git#4a592aedb776ba2f4cc88979055315a53eec42ee", "minimist": "1.2.5", "mocha": "3.5.3", "mocha-banner": "1.1.2", diff --git a/packages/example/package.json b/packages/example/package.json index d87ce1546444..ab6183e2c188 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -28,7 +28,7 @@ "devDependencies": { "chai": "3.5.0", "cross-env": "6.0.3", - "cypress-example-kitchensink": "cypress-io/cypress-example-kitchensink#8bd82de1729999cc0c1a6cb5dc2c9dd7ec2d2f0b", + "cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#8bd82de1729999cc0c1a6cb5dc2c9dd7ec2d2f0b", "gulp": "4.0.2", "gulp-clean": "0.4.0", "gulp-gh-pages": "0.6.0-6", diff --git a/packages/server/package.json b/packages/server/package.json index 1f78f96bf288..b183c5fc3407 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -69,7 +69,7 @@ "getos": "3.2.1", "glob": "7.1.3", "graceful-fs": "4.2.9", - "http-proxy": "cypress-io/node-http-proxy#9322b4b69b34f13a6f3874e660a35df3305179c6", + "http-proxy": "https://github.com/cypress-io/node-http-proxy.git#9322b4b69b34f13a6f3874e660a35df3305179c6", "human-interval": "1.0.0", "image-size": "0.8.3", "is-fork-pr": "2.5.0", @@ -82,7 +82,7 @@ "lockfile": "1.0.4", "lodash": "^4.17.21", "log-symbols": "2.2.0", - "marionette-client": "cypress-io/marionette-client#2cddf7d791cca7be5191d7fe103d58be7283957d", + "marionette-client": "https://github.com/cypress-io/marionette-client.git#2cddf7d791cca7be5191d7fe103d58be7283957d", "md5": "2.3.0", "mime": "2.4.4", "mime-db": "1.45.0", @@ -93,7 +93,7 @@ "mocha-teamcity-reporter": "3.0.0", "morgan": "1.9.1", "node-machine-id": "1.1.12", - "opn": "cypress-io/opn#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5", + "opn": "https://github.com/cypress-io/opn.git#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5", "ospath": "1.2.2", "p-defer": "^3.0.0", "p-queue": "6.1.0", @@ -194,7 +194,7 @@ "tslint": "^6.1.3", "webpack": "^4.44.2", "ws": "5.2.3", - "xvfb": "cypress-io/node-xvfb#22e3783c31d81ebe64d8c0df491ea00cdc74726a", + "xvfb": "https://github.com/cypress-io/node-xvfb.git#22e3783c31d81ebe64d8c0df491ea00cdc74726a", "xvfb-maybe": "0.2.1" }, "files": [ diff --git a/yarn.lock b/yarn.lock index 767b167dab04..b4fad51ddfd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17544,9 +17544,9 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= -cypress-example-kitchensink@cypress-io/cypress-example-kitchensink#8bd82de1729999cc0c1a6cb5dc2c9dd7ec2d2f0b: +"cypress-example-kitchensink@https://github.com/cypress-io/cypress-example-kitchensink.git#8bd82de1729999cc0c1a6cb5dc2c9dd7ec2d2f0b": version "0.0.0-development" - resolved "https://codeload.github.com/cypress-io/cypress-example-kitchensink/tar.gz/8bd82de1729999cc0c1a6cb5dc2c9dd7ec2d2f0b" + resolved "https://github.com/cypress-io/cypress-example-kitchensink.git#8bd82de1729999cc0c1a6cb5dc2c9dd7ec2d2f0b" dependencies: npm-run-all "^4.1.2" serve "11.3.0" @@ -23926,9 +23926,9 @@ http-proxy@^1.17.0, http-proxy@^1.18.0, http-proxy@^1.18.1: follow-redirects "^1.0.0" requires-port "^1.0.0" -http-proxy@cypress-io/node-http-proxy#9322b4b69b34f13a6f3874e660a35df3305179c6: +"http-proxy@https://github.com/cypress-io/node-http-proxy.git#9322b4b69b34f13a6f3874e660a35df3305179c6": version "1.18.0" - resolved "https://codeload.github.com/cypress-io/node-http-proxy/tar.gz/9322b4b69b34f13a6f3874e660a35df3305179c6" + resolved "https://github.com/cypress-io/node-http-proxy.git#9322b4b69b34f13a6f3874e660a35df3305179c6" dependencies: eventemitter3 "^4.0.0" follow-redirects "^1.0.0" @@ -26540,9 +26540,9 @@ jsbn@~0.1.0: resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= -jscodemods@cypress-io/jscodemods#01b546e: +"jscodemods@https://github.com/cypress-io/jscodemods.git#01b546e": version "0.0.0" - resolved "https://codeload.github.com/cypress-io/jscodemods/tar.gz/01b546e627b7a6ffccd10579081d023d67394df8" + resolved "https://github.com/cypress-io/jscodemods.git#01b546e627b7a6ffccd10579081d023d67394df8" jscodeshift@0.3.20: version "0.3.20" @@ -28572,9 +28572,9 @@ make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: dependencies: semver "^6.0.0" -make-empty-github-commit@cypress-io/make-empty-github-commit#4a592aedb776ba2f4cc88979055315a53eec42ee: +"make-empty-github-commit@https://github.com/cypress-io/make-empty-github-commit.git#4a592aedb776ba2f4cc88979055315a53eec42ee": version "0.0.0-development" - resolved "https://codeload.github.com/cypress-io/make-empty-github-commit/tar.gz/4a592aedb776ba2f4cc88979055315a53eec42ee" + resolved "https://github.com/cypress-io/make-empty-github-commit.git#4a592aedb776ba2f4cc88979055315a53eec42ee" dependencies: "@octokit/rest" "18.10.0" debug "3.1.0" @@ -28709,9 +28709,9 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marionette-client@cypress-io/marionette-client#2cddf7d791cca7be5191d7fe103d58be7283957d: +"marionette-client@https://github.com/cypress-io/marionette-client.git#2cddf7d791cca7be5191d7fe103d58be7283957d": version "1.9.5" - resolved "https://codeload.github.com/cypress-io/marionette-client/tar.gz/2cddf7d791cca7be5191d7fe103d58be7283957d" + resolved "https://github.com/cypress-io/marionette-client.git#2cddf7d791cca7be5191d7fe103d58be7283957d" dependencies: debug "^4.0.1" find-port "1.0.1" @@ -31505,9 +31505,9 @@ opn@^5.1.0, opn@^5.5.0: dependencies: is-wsl "^1.1.0" -opn@cypress-io/opn#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5: +"opn@https://github.com/cypress-io/opn.git#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5": version "4.0.1" - resolved "https://codeload.github.com/cypress-io/opn/tar.gz/2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5" + resolved "https://github.com/cypress-io/opn.git#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5" dependencies: object-assign "^4.0.1" pinkie-promise "^2.0.0" @@ -44186,9 +44186,9 @@ xvfb-maybe@0.2.1: debug "^2.2.0" which "^1.2.4" -xvfb@cypress-io/node-xvfb#22e3783c31d81ebe64d8c0df491ea00cdc74726a: +"xvfb@https://github.com/cypress-io/node-xvfb.git#22e3783c31d81ebe64d8c0df491ea00cdc74726a": version "0.3.0" - resolved "https://codeload.github.com/cypress-io/node-xvfb/tar.gz/22e3783c31d81ebe64d8c0df491ea00cdc74726a" + resolved "https://github.com/cypress-io/node-xvfb.git#22e3783c31d81ebe64d8c0df491ea00cdc74726a" y18n@^3.2.0, y18n@^3.2.1: version "3.2.2"