This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
chore(deps): update dependency cypress to v9.4.1 #237
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.2.1
->9.4.1
Release Notes
cypress-io/cypress
v9.4.1
Compare Source
Released 1/31/2022
Bugfixes:
line endings in the public NPM package prevented some users from running
Cypress. Fixes #19986.
v9.4.0
Compare 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.
mimeType
property so you can explicitly set the mime type onfiles using the
mimeType
property. Addressed in#19751.
TypedArray
instance or a
Cypress.Buffer
instance, 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
--spec
CLI parameter for glob patterns containing a range. Fixes#19783.
--openssl-legacy-provider
flag 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
,submit
orreset
. Fixes #19541.v9.3.1
Compare Source
Released 1/19/2022
Bugfixes:
#19747.
v9.3.0
Compare Source
Released 1/18/2022
Features:
.selectFile()
, to select a file or files in anHTML5 input element or simulate dragging a file or files into the browser. The
API is similar to
cypress-file-upload
and we have provided amigration guide
for previous users of that plugin. For more details, see
our blog post.
Fixes #19524 and
#170.
Buffer
polyfill, asCypress.Buffer
,to enable working with binary data. Addressed in
#19524.
CYPRESS_DOWNLOAD_PATH_TEMPLATE
environment variable which can beset to a string template for building the download URL for the Cypress binary.
This environment variable is useful for users who are downloading the Cypress
binary from a proxy that is not one-to-one with the Cypress's default download
url. More information can be found in the
Install Binary
documentation. Fixes
#15697.
Bugfixes:
--spec
CLI parameter was not working properly whenpassing multiple glob patterns that are separated by commas. Fixes
#16102.
CYPRESS_VERIFY_TIMEOUT
environment variable wasread so it can set in a project's
package.json
or it's.npmrc
. Fixes#19559.
Dependency Updates:
graceful-fs
from4.2.0
to4.2.9
. This upgrade resolves issuesobserved with using graceful-fs v4.2.0 with resolve v1.21+. Addressed in
#19676 and resolves
#19610.
graceful-fs
breaks Cypress's compatibility withYarn 2. We have observed errors with Yarn 2.4.2 with
graceful-fs
4.2.9.Before this change, Cypress had minimal Yarn 2 support (see
#6377). Between Yarn 3
fixing multiple bugs and the migration path from Yarn 2 to Yarn 3 being
minimal, we felt the best step forward was to support and recommend Yarn 3
over Yarn 2.
electron
from15.2.0
to15.3.4
. Addressed in#19351.
Configuration
📅 Schedule: "after 9pm every weekday,before 5pm every weekday" in timezone Europe/Madrid.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.