chore(deps): update dependency cypress to v10 #2015

Merged
konrad merged 2 commits from renovate/cypress-10.x into main 2022-06-08 18:18:35 +00:00
Member

This PR contains the following updates:

Package Type Update Change
cypress devDependencies major 9.6.1 -> 10.0.3

Release Notes

cypress-io/cypress

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: 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cypress](https://github.com/cypress-io/cypress) | devDependencies | major | [`9.6.1` -> `10.0.3`](https://renovatebot.com/diffs/npm/cypress/9.6.1/10.0.3) | --- ### Release Notes <details> <summary>cypress-io/cypress</summary> ### [`v10.0.3`](https://github.com/cypress-io/cypress/releases/v10.0.3) [Compare Source](https://github.com/cypress-io/cypress/compare/v10.0.2...v10.0.3) Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;10-0-3 ### [`v10.0.2`](https://github.com/cypress-io/cypress/releases/v10.0.2) [Compare Source](https://github.com/cypress-io/cypress/compare/v10.0.1...v10.0.2) Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;10-0-2 ### [`v10.0.1`](https://github.com/cypress-io/cypress/releases/v10.0.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v10.0.0...v10.0.1) Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;10-0-1 ### [`v10.0.0`](https://github.com/cypress-io/cypress/releases/v10.0.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v9.7.0...v10.0.0) Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;10-0-0 ### [`v9.7.0`](https://github.com/cypress-io/cypress/releases/v9.7.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v9.6.1...v9.7.0) *Released 5/23/2022* **Features:** - The Electron version and shipped Chromium browser version has been updated. Addressed in [#&#8203;21418](https://github.com/cypress-io/cypress/pull/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()`](https://docs.cypress.io/api/commands/session) command instead to cache and restore cookies and other sessions details between tests. Fixed [#&#8203;21333](https://github.com/cypress-io/cypress/issues/21333). **Bugfixes:** - Updated the [`cy.contains()`](https://docs.cypress.io/api/commands/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 [#&#8203;21108](https://github.com/cypress-io/cypress/issues/21108). - Corrected the `cy.session()` command log grouping and validation verbiage. This change provides better insights to logs associated with the command. Fixed [#&#8203;21377](https://github.com/cypress-io/cypress/issues/21377). - Removed `eventemitter2` third-party type definitions from `cy` and `Cypress` that were unintentionally exposed. Fixed [#&#8203;20556](https://github.com/cypress-io/cypress/issues/20556). **Dependency Updates:** - Upgraded the bundled node version shipped with Cypress from `16.5.0` to `16.13.2`. Addressed in [#&#8203;21418](https://github.com/cypress-io/cypress/pull/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 [#&#8203;21418](https://github.com/cypress-io/cypress/pull/21418). - Upgraded `electron` dependency from `15.5.1` to `18.0.4`. Addressed in [#&#8203;21418](https://github.com/cypress-io/cypress/pull/21418). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-06-01 16:03:04 +00:00
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2015-renovate-cypress-10-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2015-renovate-cypress-10-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
renovate force-pushed renovate/cypress-10.x from 455415d58d to 9d12a01ed9 2022-06-02 02:02:44 +00:00 Compare
renovate force-pushed renovate/cypress-10.x from 9d12a01ed9 to 8702c4d948 2022-06-03 00:03:04 +00:00 Compare
renovate force-pushed renovate/cypress-10.x from 8702c4d948 to 4cbd0ab62e 2022-06-06 21:02:49 +00:00 Compare
renovate force-pushed renovate/cypress-10.x from 4cbd0ab62e to ecb85b21bc 2022-06-08 06:02:44 +00:00 Compare
konrad added 1 commit 2022-06-08 18:06:13 +00:00
continuous-integration/drone/pr Build is passing Details
d1902ac69f
chore: migrate to cypress 10
konrad merged commit 0f4e6fa3f2 into main 2022-06-08 18:18:35 +00:00
konrad deleted branch renovate/cypress-10.x 2022-06-08 18:18:35 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.