This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
chore(deps): update dependency cypress to v12 - autoclosed #277
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
->^12.0.0
Release Notes
cypress-io/cypress (cypress)
v12.17.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-17-1
v12.17.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-17-0
v12.16.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-16-0
v12.15.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-15-0
v12.14.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-14-0
v12.13.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-13-0
v12.12.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-12-0
v12.11.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-11-0
v12.10.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-10-0
v12.9.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-9-0
v12.8.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-8-1
v12.8.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12.8.0
v12.7.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12.7.0
v12.6.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12.6.0
v12.5.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-5-1
v12.5.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-5-0
v12.4.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-4-1
v12.4.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-4-0
v12.3.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-3-0
v12.2.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-2-0
v12.1.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-1-0
v12.0.2
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-0-2
v12.0.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-0-1
v12.0.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#12-0-0
v11.2.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#11-2-0
v11.1.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#11-1-0
v11.0.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#11-0-1
v11.0.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#11-0-0
v10.11.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-11-0
v10.10.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-10-0
v10.9.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-9-0
v10.8.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-8-0
v10.7.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-7-0
v10.6.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-6-0
v10.5.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-5-0
v10.4.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-4-0
v10.3.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1
v10.3.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0
v10.2.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-2-0
v10.1.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-1-0
v10.0.3
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-0-3
v10.0.2
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-0-2
v10.0.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-0-1
v10.0.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#10-0-0
v9.7.0
Compare Source
Released 5/23/2022
Features:
Addressed in #21418.
Deprecations:
Cypress.Cookies.preserveOnce()
andCypress.Cookies.defaults()
CypressAPIs have been deprecated. In a future release, support for
Cypress.Cookies.preserveOnce()
andCypress.Cookies.defaults()
will beremoved. Consider using the experimental
cy.session()
command instead to cache and restorecookies and other sessions details between tests. Fixed
#21333.
Bugfixes:
cy.contains()
command to correctlyerror and retry if the provided regex pattern begins with an equal sign and a
match was not initially found. Previously the command would incorrectly fail
with a syntax error. Fixed
#21108.
cy.session()
command log grouping and validation verbiage.This change provides better insights to logs associated with the command.
Fixed #21377.
eventemitter2
third-party type definitions fromcy
andCypress
that were unintentionally exposed. Fixed
#20556.
Dependency Updates:
16.5.0
to16.13.2
. Addressed in#21418.
cypress run
and whenselecting Electron browser in
cypress open
from94.0.4606.81
to100.0.4896.75
. Addressed in#21418.
electron
dependency from15.5.1
to18.0.4
. Addressed in#21418.
v9.6.1
: 9.6.1Compare Source
Released 5/9/2022
Bugfixes:
Fixed #19793.
body in the command log. Fixed
#21361.
cy.contains()
and.should('contain', ...)
to handle finding text thatcontains backslash characters. Fixed
#19116
.type('{enter}')
to support sending the Enterkeystroke to submit buttons that are not rendered within a form html element,
but are associated with a form via the
form
attribute. Fixed#21163.
cy.session()
such that re-running tests in open modewill now correctly recreate a session. Before this change, an error was thrown
indicating the saved
setup
function was not a function because it wasserialized. Fixed
#17805.
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, Automerge - 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 Mend Renovate. View repository job log here.