build(deps-dev): bump cypress from 4.2.0 to 4.11.0
Created by: Tirokk
Authored by dependabot-preview[bot] Closed
Bumps cypress from 4.2.0 to 4.11.0.
Release notes
Sourced from cypress's releases.
4.11.0
Released 7/21/2020
Features:
- You can now pass an
ensureScrollability: false
option to.scrollTo()
to skip checking whether the element is scrollable. Addresses #1924.cy.clock()
now accepts Dates as well as a Number for now. Fixes #7786.Bugfixes:
- Running multiple specs within Firefox during
cypress run
on Windows will no longer fail trying to make a connection to the browser. Fixes #6392.- Cypress will no longer throw a
Cannot read property 'isAttached' of undefined
error duringcypress run
on Firefox versions >= 75. Fixes #6813.- Fixed an issue where Cypress tests in Chromium-family browsers could randomly fail with the error "WebSocket is already in CLOSING or CLOSED state." Fixes #7180.
- Taking a screenshot of an element that changes height upon scroll will no longer throw an
invalid for option "size"
error. Fixes #6099.- Setting
viewportHeight
orviewportWidth
from within the test configuration now properly changes the viewport size for the duration of the suite or test.- Setting deep objects and arrays on
config
within thepluginsFile
now sets the values correctly. Fixes #7959.- The progress bar for
cy.wait()
now reflects the correctrequestTimeout
andresponseTimeout
of the command. Fixes #7881.- The command's progress bar will not longer restart when its parent test is collapsed in the Command Log. Fixes #7912.
- Key value pairs sent to
ELECTRON_EXTRA_LAUNCH_ARGS
askey=value
will now be properly read in. Fixes #7994.- Stubbed responses responding with an empty string to
cy.route()
now correctly display as 'xhr stub' in the Test Runner's Command Log. Fixes #8018.- Quickly reclicking the "Run All Tests" button in the Test Runners' Command Log will no longer throw errors about undefined properties and the tests will no longer hang. Fixes #7968.
Misc:
- The error messages thrown from
pluginsFile
andsupportFile
now mention that.ts
extensions are supported. Addresses #7940.- The style when focusing on tests in the Command Log has been updated. Addresses #7855.
Dependency Updates:
- Upgraded
@benmalka/foxdriver
from0.4.0
to0.4.1
. Addressed in #8040.- Upgraded
firefox-profile
from1.3.1
to2.0.0
. Addressed in #8000.- Upgraded
fix-path
from2.1.0
to3.0.0
. Addressed in #8028.- Upgraded
human-interval
from0.1.6
to1.0.0
. Addressed in #8031.- Upgraded
lodash
from4.17.15
to4.17.19
. Addressed in #7954.- Upgraded
plist
from2.1.0
to3.0.1
. Addressed in #8045.- Upgraded
proxy-from-env
from1.0.0
to1.1.0
. Addressed in #7900.- Upgraded
resolve
from1.13.1
to1.17.0
. Addressed in #7989.- Upgraded
systeminformation
from4.21.1
to4.26.9
. Addressed in #7975.- Upgraded
uuid
from3.3.2
to8.2.0
. Addressed in #7976, #8002, and #8011.4.10.0
Released 7/7/2020
Features:
- You can open a
before
,beforeEach
,after
, andafterEach
hook definition in your IDE from the Test Runner's Command Log by clicking the Open in IDE button. Addresses #7793.before
,beforeEach
,after
, andafterEach
hook definitions now display separately in the Test Runner's Command Log when defined in separate hook definitions. Addresses #7779.- You can now open a spec file directly from the Tests tab in the Test Runner by clicking the Open in IDE button. Addresses #7713
Bugfixes:
Commits
-
7cbb5d2
release 4.11.0 [skip ci] -
4a3c5f1
chore(deps): update dependency pretty-ms to version .x🌟 (#8049) -
d734db0
chore(deps): update dependency rc-collapse to version .x🌟 (#8047) -
7663c13
fix(deps): update dependency plist to version .x🌟 (#8045) -
0b38902
circle: add option to wait-on a server to boot when running example projects -
f9cf321
fix: add a few checks to prevent crashes during fast test re-runs (#7984) -
844bc51
Upgrade @benmalka/foxdriver to 0.4.1 (#8040) -
c7bafec
Check that response is null or undefined when showing as 'stubbed' instead of... -
54a420c
Remove unused dep 'run-sequence' (#8035) -
adff08c
fix(deps): update dependency human-interval to version .x🌟 (#8031) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by chrisbreiding, a new releaser for cypress since your current version.
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
.
Dependabot commands and options
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 squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor 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:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)