Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency cypress to v13 #2049

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress 9.6.1 -> 13.1.0 age adoption passing confidence

Release Notes

cypress-io/cypress (cypress)

v13.1.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-1-0

v13.0.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-0-0

v12.17.4

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-4

v12.17.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-3

v12.17.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-2

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

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:

  • The Electron version and shipped Chromium browser version has been updated.
    Addressed in #​21418.

Deprecations:

  • The Cypress.Cookies.preserveOnce() and Cypress.Cookies.defaults() Cypress
    APIs have been deprecated. In a future release, support for
    Cypress.Cookies.preserveOnce() and Cypress.Cookies.defaults() will be
    removed. Consider using the experimental
    cy.session() command instead to cache and restore
    cookies and other sessions details between tests. Fixed
    #​21333.

Bugfixes:

  • Updated the cy.contains() command to correctly
    error 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.
  • Corrected the cy.session() command log grouping and validation verbiage.
    This change provides better insights to logs associated with the command.
    Fixed #​21377.
  • Removed eventemitter2 third-party type definitions from cy and Cypress
    that were unintentionally exposed. Fixed
    #​20556.

Dependency Updates:

  • Upgraded the bundled node version shipped with Cypress from 16.5.0 to
    16.13.2. Addressed in
    #​21418.
  • Upgraded the Chromium browser version used during cypress run and when
    selecting Electron browser in cypress open from 94.0.4606.81 to
    100.0.4896.75. Addressed in
    #​21418.
  • Upgraded electron dependency from 15.5.1 to 18.0.4. Addressed in
    #​21418.

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@algolia-bot algolia-bot deleted the branch chore/renovateBaseBranch September 8, 2023 14:01
@algolia-bot algolia-bot closed this Sep 8, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 8, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 13.x releases. But if you manually upgrade to 13.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/cypress-13.x branch September 8, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant