Bump cypress from 7.0.1 to 9.5.1
Created by: dependabot[bot]
Bumps cypress from 7.0.1 to 9.5.1.
Release notes
Sourced from cypress's releases.
9.5.1
Released 2/28/2022
Bugfixes:
- Added a
ready
event to the Plugins process to ensure all plugins have successfully started before the configuration is loaded and the tests start. Fixed in #19792.
- This fixes an issue where the plugin is never executed and leaves Cypress stuck in the initialization phase, where the user can only view the loading spinner.
- This enables support for node's experimental
--loader
flag for plugins.- Made a change to the DNS lookup to improve test performances and reliability on MacOS machines that leverage the VMWare CBCloud SaaS solution. Before this change, random test failures were observed, as well as hanging tests and initially pending HTTP and HTTPS responses. Fixed in #20062.
- Fixed a regression in 9.5.0 where ANSI colors were not removed from the
cy.fixtures()
error code frame. Fixes #20208.- Fixed a regression in 9.5.0 where the test config override errors were formatted incorrectly. Fixes #20208.
- Fixed an issue where Cypress would throw an error when reporting or wrapping errors with booleans or numbers. Fixes #19561.
Dependency Updates:
- Upgraded
url-parse
dependency from1.5.2
to1.5.6
to avoid authorization bypass through user-controlled key to address this NVD security vulnerability. Addressed in #20270.9.5.0
Released 2/15/2022
Features:
- Enhancements were made to the error experience in both run mode and open mode to improve readability and provide meaningful stack traces. Addressed in #20124.
- Updated the
cy.request()
log message to hide the origin when it matched the browser origin to make debugging easier. This reduces the length of the log message that could be partially hidden if a long url is requested. Addressed in #20009.- Updates were made to log the
ShadowRoot
andDocument
elements as HTML elements. Previously these would be logged as enumerated objects, which were difficult to evaluate. Addressed in #20049.
... (truncated)
Commits
-
e0bd6ac
fix: error regression - strip ansi colors out of cy.fixture() error message (... -
ffd3627
test: migrate module_api to system tests (#20265) -
995798c
chore: remove pkg/driver //@ts-nocheck
final (#20169) -
95700ae
chore: fix "cannot find module" in clone-repo-and-checkout-release-branch (#2... -
3d50292
Merge pull request #20191 from sainthkh/issue-19541-part3 -
8e420b6
chore: Update Chrome (beta) to 99.0.4844.45 (#20234) -
27e3dc3
chore: fix CI cache state for darwin (#20339) -
6ea3a8c
chore: fixing m1 installation issues for m1 macs (#20345) -
3f84b7e
fix: revert "fix: treat form-data bodies as binary" (#20343) -
05f9ad1
chore: fix net stubbing flake (#20297) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by emilyrohrbough, 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)