bahmutov / local-cypress

Use Cypress without global objects
https://glebbahmutov.com/blog/local-cypress/
33 stars 3 forks source link

chore(deps): update dependency cypress to v9 #46

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress 8.7.0 -> 9.0.0 age adoption passing 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 ` Githubissues.
  • Githubissues is a development platform for aggregating issues.