build(deps-dev): bump cypress from 3.8.1 to 3.8.2
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps cypress from 3.8.1 to 3.8.2.
Release notes
Sourced from cypress's releases.
3.8.2
Released 01/10/2020
Bugfixes:
- We fixed a regression in 3.8.0 on Linux when
unzip
is not installed where the progress ofcypress install
would show up to 200%. Fixes #5967- Child elements of an element that uses both
transform
andheight
orwidth
are now properly seen as visible during visiblity checks. Addresses #5974.- We now properly check backface visibility when the parents of a target element have the CSS style
transform-style: preserve-3d
. Fixes #5682.- DOM elements with a width or height of 0 and
overflow: hidden
are now properly calculated as invisible during visibility checks. Fixes #6093.- We fixed a regression in 3.7.0 where using
.type()
on number inputs to type non-number characters would not type the correct value. Fixes #6055.Misc:
- Messages from
cy.log()
are now truncated at 50 lines the Command Log instead of the 1 line. Addresses #5625.- We now capture GitLab CI's
CI_JOB_NAME
environment variable. Addressed in #6111.- Types for event emitters
removeListener
andremoveAllListeners
have been added toCypress
andcy
. Addresses #5228.- Types for the
runUrl
property returned fromcypress.run()
has been added. Addresses #6087.- We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #5947 and #6075.
Dependency Updates:
Commits
-
e89b6f5
release 3.8.2 [skip ci] -
51d6d7c
Revert "Switch to using more official browser brand icons (#599… (#6141) -
d204d32
Switch to using more official browser brand icons (#5991) -
a76b3b6
fix(commands.type): Fix the .type command on an input of type n… (#6121) -
957d76a
should() chaining (#6128) -
ab7cc5f
Truncate cy.log() in Command Log to 50 lines instead of 1 (#5630) -
7875966
More decaff for issue 678 (#6075) -
a5877ce
decaffeinate: Run post-processing cleanups on assertions.coffee and 6 other f... -
d51691c
decaffeinate: Convert assertions.coffee and 6 other files to JS -
81b834c
decaffeinate: Rename assertions.coffee and 6 other files from .coffee to .js - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by bkucera, 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)