build(deps-dev): bump cypress from 3.5.0 to 3.6.0
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps cypress from 3.5.0 to 3.6.0.
Release notes
Sourced from cypress's releases.
3.6.0
Released 10/31/2019
Features:
testFiles
now also accepts an Array of glob patterns when specifying what test files to load in configuration. Addresses #5401.Bugfixes:
- We fixed a regression in 3.5.0 where the maximum size of an HTTP header or body in a stubbed
cy.route()
was limited to 8kb causing requests to fail with a 431 HTTP error. Fixes #5431.- We fixed a bug where certain types of uncaught errors originating from the application under test would not route through the
uncaught:exception
handler, and thus could not caught and ignored. These errors will also now correctly indicate that they came from application code. Fixes #987.- We fixed a regression in 3.5.0 that would throw an error during
cypress verify
when running as a non-root user on a non-Windows machine. We now always set the--no-sandbox
flag when verifying in Electron, even when running as a non-root user. Fixes #5434.- We fixed a regression in 3.5.0 where sometimes cookies were not set on the correct URL during a redirect inside of a
cy.visit()
orcy.request()
. Fixes #5432.- We fixed a regression in 3.5.0 causing environment variables containing unicode values to be incorrectly resolved when read via
Cypress.env()
. Fixes #5435.- We fixed a regression in 3.5.0 that prevented use of
.click()
or.type()
inside of an iframe element. Fixes #5449. Fixes #5435.- We now throw the proper error message when an element cannot be interacted with due to being covered by an element with
position:fixed
. Fixes #5430.- We fixed a regression in 3.5.0 that caused some
click
events to not be sent to the correct elements during.click()
. Fixes #5459.- We updated
.type()
to properly respect focus selection changes during typing. Fixes #5456.- We fixed a regression in 3.5.0 that caused selected text to be overwritten while typing a modifer key during
.type()
. Fixes #5439.- We now send all the proper events during
.type()
to input elements with typedate
,time
, anddatetime-local
so that it now behaves as it did prior to 3.5.0. Fixes #5476.- We now properly render iframe placeholder content when previewing DOM snapshots. Fixes #5295.
Misc:
- We no longer log the default option
{multiple: true}
in the Command Log or the console duringcy.dblclick()
. Addresses #5406.- The text color of inactive tabs within the Cypress Chrome browser has been set to white for better readability. Addresses #1661.
Dependency Updates
Commits
-
82ffca9
release 3.6.0 [skip ci] -
b3e40b0
allow list of search patterns in testFiles config option (#5402) -
93093fb
fix(deps): update dependency graceful-fs to version 4.2.3🌟 (#5497) -
c5b323a
set color of inactive tabs to white (#5503) -
93446a2
Fixes flaky test in rerun_spec.coffee. (#5546) -
232c004
capture AUT uncaught errors and properly route them to uncaught… (#5249) -
249db45
Use websockets to stub large XHR response bodies instead of hea… (#5525) -
e405d8a
3.5.0 - send keyboard events for single value change inputs (#5498) -
91a4477
replace handlebars with squirrelly (#5521) -
3182f62
fix iframe placeholder html (#5296) - 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 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)