This repository was archived by the owner on Dec 5, 2025. It is now read-only.
[skip netlify] Update dependency cypress to ^9.5.0 #2365
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.4.1->^9.5.0Release Notes
cypress-io/cypress
v9.5.0Compare Source
Released 2/15/2022
Features:
to improve readability and provide meaningful stack traces. Addressed in
#20124.
cy.request()log message to hide the origin when it matched thebrowser 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.
ShadowRootandDocumentelements as HTMLelements. Previously these would be logged as enumerated objects, which were
difficult to evaluate. Addressed in
#20049.
nodepath in the run header. Addressed in#20120.
Bugfixes:
.selectFile()could have thewrong
Fileprototype. Fixes#20003.
.select()to only dispatch thechangeandinputevents when theselected option is not the currently selected option. This change aligns
.select()with the browser. Fixes#19494.
.type(' ')to align with the W3C standards where a click eventshould be dispatched when the Space key is pressed and the current focus is on
a state-changing element with type
button,image,submitorreset.Fixes #20067.
Configuration
📅 Schedule: "after 10pm every weekday,before 6am every weekday,every weekend" in timezone Europe/Berlin.
🚦 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.