This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Update dependency cypress to v9.5.0 #277
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.0
Release Notes
cypress-io/cypress
v9.5.0
Compare 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.
ShadowRoot
andDocument
elements as HTMLelements. Previously these would be logged as enumerated objects, which were
difficult to evaluate. Addressed in
#20049.
node
path in the run header. Addressed in#20120.
Bugfixes:
.selectFile()
could have thewrong
File
prototype. Fixes#20003.
.select()
to only dispatch thechange
andinput
events 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
,submit
orreset
.Fixes #20067.
Configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 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.