the-mmm-agency / muskoka-district-rentals

https://muskoka-district-rentals.netlify.com
MIT License
0 stars 0 forks source link

Update dependency @testing-library/cypress to v6 - autoclosed #150

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@testing-library/cypress optionalDependencies major ^5.0.1 -> ^6.0.0

Release Notes

kentcdodds/cypress-testing-library ### [`v6.0.1`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v6.0.1) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v6.0.0...v6.0.1) ##### Bug Fixes - **peerDependencies:** add Cypress v5 to peerDeps ([ae925b4](https://togithub.com/kentcdodds/cypress-testing-library/commit/ae925b4f345148de5b7791eabb168dda6df7ae5f)), closes [#​149](https://togithub.com/kentcdodds/cypress-testing-library/issues/149) ### [`v6.0.0`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v6.0.0) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v5.3.1...v6.0.0) ##### BREAKING CHANGES ##### Update DOM Testing Library The latest version of DOM Testing Library has several breaking changes you will want to [review the changelog of DOM Testing Library v7.0.0](https://togithub.com/testing-library/dom-testing-library/releases/tag/v7.0.0) to ensure you are unaffected. ##### Drop Node 8 Node 10 or greater is required. Node 8 is [out of LTS](https://nodejs.org/en/about/releases/) ([6cdcfc2](https://togithub.com/kentcdodds/cypress-testing-library/commit/6cdcfc2a95934dc064a2c4fbd14d168c0c490e97)), closes [#​113](https://togithub.com/kentcdodds/cypress-testing-library/issues/113) ##### Remove `query*` queries. We now throw an error instead. Fixing requires updating all `query*` to `find*` queries. In practice this means replacing `cy.query` with `cy.find`. remove deprecated `query*` queries ([#​130](https://togithub.com/kentcdodds/cypress-testing-library/issues/130)) ([ee75c14](https://togithub.com/kentcdodds/cypress-testing-library/commit/ee75c1495bb3963a3becb5bfe3c05b8e901313de)) ##### Remove fallback that retries chained query that assumes no previous subject. In practice this means starting new chains if no previous subject is required. ```diff cy.findByText('Foo').click() - .findByText('Bar').click() // Element with 'Bar' text is not a child of an element with 'Foo' text + cy.findByText('Bar').click() ```

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit d2d88a56 and detected 0 issues on this pull request.

View more on Code Climate.