chore(deps): update dependency cypress to v9.5.4 #2144
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.5.3
->9.5.4
Release Notes
cypress-io/cypress
v9.5.4
Compare Source
Released 4/11/2022
Bugfixes:
connect to dbus. These errors are normal and expected, and do not result in
test failures. Because they are always present when running Electron inside
docker containers, it has incorrectly led people to believe it is the
root-cause of an error within their test run. By silencing these errors, it
will improve the debug experience to allow users to focus on meaningful
warning and error messages. Fixed
#19299.
*.enable
events are sent if Cypressbecomes disconnected from the Chrome DevTools Protocol and must re-establish a
connection to ensure all command logs are displayed to the user. This fixes an
issue where some command logs, like download or network events, are missing
once Cypress has disconnected and then reconnected to the Chrome DevTools
Protocol. Fixed #20618.
cy.type('{enter}')
was not sending the Enter key forFirefox
v98+
. This was not an issue with Firefoxv97
and below. Fixed#20562.
patterns provided to the
--spec
CLI parameter was incorrectly splitting thepatterns in unexpected places when it should have split on commas. Fixes
#20794.
cy.root()
to respect thetimeout
option passed to the command.Previously, when the
timeout
option was provided, it was ignored and thedefault timeout was used. Fixed
#19985.
to ensure
installing pre-release versions
of the Cypress binary are within the maximum path length of 260 characters.
Fixed in #20961.
prevented
.pause()
from correctly executing when passing the--headed --no-exit
CLI flags tocypress run
. Fixed#20745.
sometimes throw an expected error on navigation with
cy.back()
andcy.go()
. Fixed #19749and #20539.
any
when the correct type isCookie
. Fixed in#20513.
Cypress.Command.addAll()
Typescript types. Fixed#18886.
cy.session()
where an error was thrownwhen no cookies had been set for the session and the user clicks the session
command log to view additional details in the DevTools console. Fixed in
#20946.
Misc:
cy.session()
command log visuals.Fixed #20433.
Dependency Updates:
ansi-regex
dependency from4.1.0
to4.1.1
to address theCVE-2021-3807 NVD security
vulnerability. Addressed in
#20807.
plist
dependency from3.0.4
to3.0.5
to address theCVE-2022-22912 NVD security
vulnerability. Addressed in
#20808.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.