Bump cypress from 7.0.1 to 9.3.0
Created by: dependabot[bot]
Bumps cypress from 7.0.1 to 9.3.0.
Release notes
Sourced from cypress's releases.
9.3.0
Released 1/18/2022
Features:
- Added a new Cypress command, called
.selectFile()
, to select a file or files in an HTML5 input element or simulate dragging a file or files into the browser. The API is similar tocypress-file-upload
and we have provided a migration guide for previous users of that plugin. For more details, see our blog post. Fixes #19524 and #170.- Exposed the
Buffer
polyfill, asCypress.Buffer
, to enable working with binary data. Addressed in #19524.- Added the
CYPRESS_DOWNLOAD_PATH_TEMPLATE
environment variable which can be set to a string template for building the download URL for the Cypress binary. This environment variable is useful for users who are downloading the Cypress binary from a proxy that is not one-to-one with the Cypress's default download url. More information can be found in the Install Binary documentation. Fixes #15697.Bugfixes:
- Fixed an issue where the
--spec
CLI parameter was not working properly when passing multiple glob patterns that are separated by commas. Fixes #16102.- Fixed an issue with how the
CYPRESS_VERIFY_TIMEOUT
environment variable was read so it can set in a project'spackage.json
or it's.npmrc
. Fixes #19559.Dependency Updates:
- Upgraded
graceful-fs
from4.2.0
to4.2.9
. This upgrade resolves issues observed with using graceful-fs v4.2.0 with resolve v1.21+. Addressed in #19676 and resolves #19610.
- NOTE: This upgrade to
graceful-fs
breaks Cypress's compatibility with Yarn 2. We have observed errors with Yarn 2.4.2 withgraceful-fs
4.2.9. Before this change, Cypress had minimal Yarn 2 support (see #6377). Between Yarn 3 fixing multiple bugs and the migration path from Yarn 2 to Yarn 3 being minimal, we felt the best step forward was to support and recommend Yarn 3 over Yarn 2.- Upgraded
electron
from15.2.0
to15.3.4
. Addressed in #19351.
... (truncated)
Commits
-
5035155
release 9.3.0 [skip ci] -
273b703
fix: CLI filtering --spec when commas in glob pattern (#19557) -
2685f82
feat: env to use path params in download url (#19526) -
3b23887
fix(deps): update dependency graceful-fs to v4.2.9🌟 (#19676) -
3809cd4
feat: cy.selectFile() (#19332) (#19524) -
29f5c64
chore: Update Chrome (beta) to 98.0.4758.54 (#19642) -
d87711e
Merge branch 'master' into develop -
f22e3ca
Fixed Vue README links in Global Components section (#19550) -
576519e
fix: use util.getEnv to handle environment variables set with npm (#19560) -
0382768
chore(deps): update dependency electron to v15.3.4🌟 (#19657) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by tbiethman, 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)