build(deps-dev): bump cypress from 3.7.0 to 3.8.0
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps cypress from 3.7.0 to 3.8.0.
Release notes
Sourced from cypress's releases.
3.8.0
Released 12/12/2019
Features:
- Chrome can now be run in headless mode by using
cypress run --headless --browser chrome. Addresses #832.- Cypress now accepts a
--tagargument to be used to identify separate runs. Any tags assigned will be shown on the run in the Cypress Dashboard. Addresses #2561.- The commands
.its()and.invoke()now accept anoptionsobject to allow changing logging options. Addresses #1450.- Cypress will now attempt to use the
unzipbinary duringcypress installbefore trying the slower, Node.js-based unzipping method. Addresses #3803.- Upgraded Electron to 7.1.4. This bumps the internal Node version to 12.8.1 and the internal Chromium version to 78.0.3904.113.
Bugfixes:
- We fixed a regression in 3.5.0 where Cypress would crash on Windows when trying to pass a url through
--configor--envcommand line flags. Fixes #5466.- We fixed a regression in 3.5.0 where a supplied
Cookieheader during "cy.visit()visit orcy.request()would be overwritten by theCookieheader generated from the browser's cookie store. Fixes #5894.- We fixed a regression in 3.5.0 where
cy.getCookie()would incorrectly filter cookies by their domain, leading to unexpected results. Fixes #5656.- We fixed a regression in 3.5.0 where calling
.type({ force: true })on hidden inputs would not type the correct characters. Fixes #5835.- We fixed a regression in 3.5.0 where
.type()was not respecting previous selections if the current value of the input was the same as the key. This also fixed an where.type()would not respect previous selections in non-selectionRange inputs (like email or number inputs). Fixes #5703.- During visibility checks, Cypress now properly evaluates a DOM element transformed by
scale(0)orrotateY(90deg)as not visible. Fixes #723.- Fixed a bug where the specs list in interactive mode would not refresh when files are changed on disk. Fixes #5933.
envconfiguration option displays properly within the settings panel. Previously, setting env options would incorrectly render"undefined"as the value. Fixes #5859.Misc:
- We removed the max viewport size and lowered min viewport size to
0forcy.viewport()Addresses #5871 and #5892.- The Test Runner now shows a non-Chrome logo for browsers passed in via
config.browserthat are not of the Chrome family. It also supports showing the Firefox logo (in preparation for Firefox browser support). Fixes #5745.- We updated the look of some of our icons. Addressed in #5822.
- We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #5643.
cy.requestwill now automatically encode special characters in the request URL, including Unicode. Addresses #5274.- You can pass additional Electron launch command line arguments using environment variable
ELECTRON_EXTRA_LAUNCH_ARGS. Addresses #5807.Dependency Updates:
Commits
-
2e8a40arelease 3.8.0 [skip ci] -
7757252env config settings is displayed correctly (#5879) -
e1a97a1Merge branch 'develop' into issue-5859-env-vars-show-undefined -
5423399improve tests -
fe44330pass additional Electron launch args from env variable (#5891) -
3690eedmake tests pass; for real -
6e9e6abfix desktop gui specs not being watched for file changes (#5934) -
5628fc3Clean up TypeError inrequest.coffee(#5937) -
98320cfmake tests pass -
ffa2acacorrectly await yielding the onConfigChanged callbacks - Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill 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)