Skip to content

Commit 53fdfb7

Browse files
dependabot[bot]Kocal
authored andcommitted
build(deps-dev): bump cypress from 3.1.1 to 3.1.2 (#144)
Bumps [cypress](https://github.com/cypress-io/cypress) from 3.1.1 to 3.1.2. <details> <summary>Release notes</summary> *Sourced from [cypress's releases](https://github.com/cypress-io/cypress/releases).* > ## 3.1.2 > *Released 11/18/2018* > > **Bugfixes:** > > - Fixed a regression caused in `3.1.1` where we attempted to set a property on an invalid cookie sent from a server. Fixes [#2724](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2724). > - Fixed Cypress not correctly aborting long running connections (such as server sent events) on proxied requests. Fixes [#2612](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2612). > - Fixed bug where tests were failing due to assertions causing Cypress to accidentally iterate through cross origin iframes. If you were seeing "random" cross origin errors, this likely fixes those issues. Fixes [#2784](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2784). > - Fixed incorrectly setting `charCode` and `keyCode` when using [.type()](https://on.cypress.io/type) on a few different special characters such as `{`. Fixes [#2105](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2105). > - Fixed another regression in `3.1.1` where passing `undefined` to a `setTimeout` caused Cypress to error. Fixes [#2719](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2719). > - Fixed a bug in node core where Cypress would not show up in `Windows` for users on `node >= 11`. Fixes [#2667](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2667). > - Fixed a bug with trashing assets in linux that caused recursive `.Trash` files to show up. We now have opted to actually `rm -rf` the files in linux because trashing is too inconsistent between linux distros. Fixes [#2742](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2742). > > **Misc** > > - Added type definitions for `Cypress.moment()`. Fixes [#2746](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2746). > - We now display better error messages in the CLI when runs exceed billing limits. Fixes [#1689](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1689). > > **Dependency Updates** > > - Removed `progress` [#2733](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2733). </details> <details> <summary>Commits</summary> - [`d6fb2dc`](cypress-io/cypress@d6fb2dc) release 3.1.2 [skip ci] - [`e31b356`](cypress-io/cypress@e31b356) ensure aborted requests are propagated forward ([#2802](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2802)) - [`ad26755`](cypress-io/cypress@ad26755) prevent cross origin errors ([#2787](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2787)) - [`7640eeb`](cypress-io/cypress@7640eeb) Add strong typed definition for Cypress.moment(). ([#2746](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2746)) - [`d4845d8`](cypress-io/cypress@d4845d8) do not set url on invalid cookies ([#2788](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2788)) - [`aee8917`](cypress-io/cypress@aee8917) Update charCode, which, and keyCode in key events ([#2774](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2774)) - [`e17fc3d`](cypress-io/cypress@e17fc3d) release 3.1.1 [skip ci] - [`9edc8b9`](cypress-io/cypress@9edc8b9) don't ask to commit package.json version - [`54ce93b`](cypress-io/cypress@54ce93b) Issue 21316 windows node11 ([#2699](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2699)) (fixes [#2667](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2667)) - [`18af4fe`](cypress-io/cypress@18af4fe) Allow setTimeout to be called with undefined ([#2753](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2753)) - Additional commits viewable in [compare view](cypress-io/cypress@v3.1.1...v3.1.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=3.1.1&new-version=3.1.2)](https://dependabot.com/compatibility-score.html?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=3.1.1&new-version=3.1.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
1 parent 6c7cfef commit 53fdfb7

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,6 +2036,11 @@ compare-func@^1.3.1:
20362036
array-ify "^1.0.0"
20372037
dot-prop "^3.0.0"
20382038

2039+
compare-versions@3.4.0:
2040+
version "3.4.0"
2041+
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.4.0.tgz#e0747df5c9cb7f054d6d3dc3e1dbc444f9e92b26"
2042+
integrity sha512-tK69D7oNXXqUW3ZNo/z7NXTEz22TCF0pTE+YF9cxvaAM9XnkLo1fV621xCLrRR6aevJlKxExkss0vWqUCUpqdg==
2043+
20392044
compare-versions@^3.1.0:
20402045
version "3.3.0"
20412046
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.3.0.tgz#af93ea705a96943f622ab309578b9b90586f39c3"
@@ -2266,9 +2271,9 @@ cyclist@~0.2.2:
22662271
integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=
22672272

22682273
cypress@^3.0.3:
2269-
version "3.1.1"
2270-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.1.1.tgz#ba5da8c1afb8a4d9a4951d5353095d6feeb346d9"
2271-
integrity sha512-0i5xd+UrYPlRF8uCcJcVwGeez8uxj4oXGIjg5a6GKtko2YRybOTNCABtFi6SEXUM4khqf+Qt3cVpo67R8ym3iA==
2274+
version "3.1.2"
2275+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.1.2.tgz#d1adbb48afecad54a84adf25f30536b400aa0f18"
2276+
integrity sha512-anII950IRqmpQcxlo9te3vTcrl4keuGJaWlBQ5hbAb77D2YrcDv7Iux1FvX1vy/ZzzTdMaiiOts5sa8h63iP0g==
22722277
dependencies:
22732278
"@cypress/listr-verbose-renderer" "0.4.1"
22742279
"@cypress/xvfb" "1.2.3"
@@ -2288,6 +2293,7 @@ cypress@^3.0.3:
22882293
check-more-types "2.24.0"
22892294
commander "2.11.0"
22902295
common-tags "1.4.0"
2296+
compare-versions "3.4.0"
22912297
debug "3.1.0"
22922298
execa "0.10.0"
22932299
executable "4.1.1"
@@ -2302,7 +2308,7 @@ cypress@^3.0.3:
23022308
lodash "4.17.10"
23032309
log-symbols "2.2.0"
23042310
minimist "1.2.0"
2305-
progress "1.1.8"
2311+
moment "2.22.2"
23062312
ramda "0.24.1"
23072313
request "2.87.0"
23082314
request-progress "0.3.1"
@@ -5726,6 +5732,11 @@ modify-values@^1.0.0:
57265732
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
57275733
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
57285734

5735+
moment@2.22.2:
5736+
version "2.22.2"
5737+
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"
5738+
integrity sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=
5739+
57295740
move-concurrently@^1.0.1:
57305741
version "1.0.1"
57315742
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
@@ -6753,11 +6764,6 @@ process-nextick-args@~2.0.0:
67536764
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
67546765
integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==
67556766

6756-
progress@1.1.8:
6757-
version "1.1.8"
6758-
resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be"
6759-
integrity sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=
6760-
67616767
progress@^2.0.0:
67626768
version "2.0.0"
67636769
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f"

0 commit comments

Comments
 (0)