chore(deps): update dependency cypress to v9.4.1 #236
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.3.1->9.4.1Release Notes
cypress-io/cypress
v9.4.1Compare Source
Released 1/31/2022
Bugfixes:
line endings in the public NPM package prevented some users from running
Cypress. Fixes #19986.
v9.4.0Compare Source
Released 1/31/2022
Features
.selectFile()after receiving feedback after itsinitial release in 9.3.0.
files based on their extension to correctly encode file uploads. Addressed
in #19751.
mimeTypeproperty so you can explicitly set the mime type onfiles using the
mimeTypeproperty. Addressed in#19751.
TypedArrayinstance or a
Cypress.Bufferinstance, where previously file contents wereexpected to only be an instance of
Cypress.Buffer. Addressed in#19751.
.selectFile()to retain the fileName of files read from disk towork with aliases. Addressed in
#19803.
Bugfixes:
parse the
--specCLI parameter for glob patterns containing a range. Fixes#19783.
--openssl-legacy-providerflag was not being passed to the plugins' childprocess when the user's system Node version was Node 17+ built with OpenSSL
v3+ which resulted in Cypress crashing when trying to run tests. Fixes
#19712.
cy.type('{enter}')to align with the W3C standards where a clickevent should be dispatched when the Enter key is pressed and the current focus
is on astate-changing element with type
button,image,submitorreset. Fixes #19541.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.