From 552679e87a178872debc845dfcaaeaa0f3adf915 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:06:18 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v9 (#85) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`^7.6.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/cypress/7.6.0/9.0.0) | [![age](https://badges.renovateapi.com/packages/npm/cypress/9.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/cypress/9.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/cypress/9.0.0/compatibility-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/cypress/9.0.0/confidence-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
cypress-io/cypress ### [`v9.0.0`](https://togithub.com/cypress-io/cypress/releases/v9.0.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v8.7.0...v9.0.0) *Released 11/10/2021* **Breaking Changes:** - The `nodeVersion` configuration option now defaults to `system`. The behavior of the `system` option has changed to always use the Node.js binary/version that launched Cypress. If Cypress was not launched via the terminal, Cypress will use the `bundled` Node.js version. This could change the behavior of code within your `pluginsFile` since it may be run in your `system` Node.js version. Addresses [#​18684](https://togithub.com/cypress-io/cypress/issues/18684). - Windows 32-bit is no longer supported in Cypress. Addresses [#​17962](https://togithub.com/cypress-io/cypress/issues/17962). - An error will now be thrown if an invalid value is passed to `Cypress.config`. Previously invalid values were ignored and could cause unexpected behavior. Addresses [#​18589](https://togithub.com/cypress-io/cypress/pull/18589). - `cy.contains()` no longer yields the `` element when it matches the content of `