forked from shipshapecode/shepherd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cypress, fix cancel test (shipshapecode#1351)
- Loading branch information
1 parent
728eafd
commit 7671ad6
Showing
4 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1666,6 +1666,11 @@ | |
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.12.tgz#9c1d8ffb8084e8936603a6122a7649e40e68e04b" | ||
integrity sha512-/sjzehvjkkpvLpYtN6/2dv5kg41otMGuHQUt9T2aiAuIfleCQRQHXXzF1eAw/qkZTj5Kcf4JSTf7EIizHocy6Q== | ||
|
||
"@types/[email protected]": | ||
version "12.12.50" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.50.tgz#e9b2e85fafc15f2a8aa8fdd41091b983da5fd6ee" | ||
integrity sha512-5ImO01Fb8YsEOYpV+aeyGYztcYcjGsBvN4D7G5r1ef2cuQOpymjWNQi5V0rKHE6PC2ru3HkoUr/Br2/8GUA84w== | ||
|
||
"@types/normalize-package-data@^2.4.0": | ||
version "2.4.0" | ||
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" | ||
|
@@ -3562,14 +3567,15 @@ cypress-plugin-tab@^1.0.5: | |
dependencies: | ||
ally.js "^1.4.1" | ||
|
||
cypress@^5.6.0: | ||
version "5.6.0" | ||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.6.0.tgz#6781755c3ddfd644ce3179fcd7389176c0c82280" | ||
integrity sha512-cs5vG3E2JLldAc16+5yQxaVRLLqMVya5RlrfPWkC72S5xrlHFdw7ovxPb61s4wYweROKTyH01WQc2PFzwwVvyQ== | ||
cypress@^6.5.0: | ||
version "6.6.0" | ||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.6.0.tgz#659c64cdb06e51b6be18fdac39d8f192deb54fa0" | ||
integrity sha512-+Xx3Zn653LJHUsCb9h1Keql2jlazbr1ROmbY6DFJMmXKLgXP4ez9cE403W93JNGRbZK0Tng3R/oP8mvd9XAPVg== | ||
dependencies: | ||
"@cypress/listr-verbose-renderer" "^0.4.1" | ||
"@cypress/request" "^2.88.5" | ||
"@cypress/xvfb" "^1.2.4" | ||
"@types/node" "12.12.50" | ||
"@types/sinonjs__fake-timers" "^6.0.1" | ||
"@types/sizzle" "^2.3.2" | ||
arch "^2.1.2" | ||
|
@@ -3581,7 +3587,8 @@ cypress@^5.6.0: | |
cli-table3 "~0.6.0" | ||
commander "^5.1.0" | ||
common-tags "^1.8.0" | ||
debug "^4.1.1" | ||
dayjs "^1.9.3" | ||
debug "4.3.2" | ||
eventemitter2 "^6.4.2" | ||
execa "^4.0.2" | ||
executable "^4.1.1" | ||
|
@@ -3595,10 +3602,10 @@ cypress@^5.6.0: | |
lodash "^4.17.19" | ||
log-symbols "^4.0.0" | ||
minimist "^1.2.5" | ||
moment "^2.27.0" | ||
moment "^2.29.1" | ||
ospath "^1.2.2" | ||
pretty-bytes "^5.4.1" | ||
ramda "~0.26.1" | ||
ramda "~0.27.1" | ||
request-progress "^3.0.0" | ||
supports-color "^7.2.0" | ||
tmp "~0.2.1" | ||
|
@@ -3627,13 +3634,25 @@ date-fns@^1.27.2: | |
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" | ||
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== | ||
|
||
dayjs@^1.9.3: | ||
version "1.10.4" | ||
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2" | ||
integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw== | ||
|
||
debug@4, [email protected], debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: | ||
version "4.3.1" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" | ||
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== | ||
dependencies: | ||
ms "2.1.2" | ||
|
||
[email protected]: | ||
version "4.3.2" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b" | ||
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== | ||
dependencies: | ||
ms "2.1.2" | ||
|
||
debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: | ||
version "2.6.9" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" | ||
|
@@ -7327,11 +7346,16 @@ [email protected], mkdirp@^1.0.3, mkdirp@^1.0.4: | |
dependencies: | ||
minimist "^1.2.5" | ||
|
||
[email protected], moment@^2.27.0: | ||
[email protected]: | ||
version "2.27.0" | ||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" | ||
integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ== | ||
|
||
moment@^2.29.1: | ||
version "2.29.1" | ||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" | ||
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== | ||
|
||
move-concurrently@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" | ||
|
@@ -8910,10 +8934,10 @@ quick-lru@^5.1.1: | |
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" | ||
integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== | ||
|
||
ramda@~0.26.1: | ||
version "0.26.1" | ||
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06" | ||
integrity sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ== | ||
ramda@~0.27.1: | ||
version "0.27.1" | ||
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9" | ||
integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw== | ||
|
||
rc@^1.2.8: | ||
version "1.2.8" | ||
|