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 v7 - autoclosed #157

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/cypress ^5.0.1 -> ^7.0.0 age adoption passing confidence

Release Notes

kentcdodds/cypress-testing-library ### [`v7.0.6`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v7.0.6) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v7.0.5...v7.0.6) ##### Bug Fixes - allow cypress@v7 in peer dependency range ([#​182](https://togithub.com/kentcdodds/cypress-testing-library/issues/182)) ([8571177](https://togithub.com/kentcdodds/cypress-testing-library/commit/85711771d023dd48b35d7a456578ac5b378f44cc)) ### [`v7.0.5`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v7.0.5) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v7.0.4...v7.0.5) ##### Bug Fixes - **types:** exclude tsconfig from types folder in publish flow ([d591369](https://togithub.com/kentcdodds/cypress-testing-library/commit/d591369ef631d3e9d8b0b5349847680cd2ecb98e)) ### [`v7.0.4`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v7.0.4) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v7.0.3...v7.0.4) ##### Bug Fixes - Type definitions for findByRole() and findAllByRole() ([#​173](https://togithub.com/kentcdodds/cypress-testing-library/issues/173)) ([6344133](https://togithub.com/kentcdodds/cypress-testing-library/commit/63441335260667804cc6950530e55f6397be3ec9)) ### [`v7.0.3`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v7.0.3) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v7.0.2...v7.0.3) ##### Bug Fixes - **types:** allow all elements ([#​164](https://togithub.com/kentcdodds/cypress-testing-library/issues/164)) ([7c8c9c8](https://togithub.com/kentcdodds/cypress-testing-library/commit/7c8c9c82013400a3fe0c677ea400763f525df251)) ### [`v7.0.2`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v7.0.2) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v7.0.1...v7.0.2) ##### Bug Fixes - allow cypress@6 in peer dependencies ([#​165](https://togithub.com/kentcdodds/cypress-testing-library/issues/165)) ([65f95d1](https://togithub.com/kentcdodds/cypress-testing-library/commit/65f95d13cac90ece7968f6bcc1d4fa1ba8666ade)) ### [`v7.0.1`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v7.0.1) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v7.0.0...v7.0.1) ##### Bug Fixes - **ts:** configureCypressTestingLibrary typings ([#​156](https://togithub.com/kentcdodds/cypress-testing-library/issues/156)) ([85a8049](https://togithub.com/kentcdodds/cypress-testing-library/commit/85a80492c28dec2b4bbf271a766b5d70107d3ac4)) ### [`v7.0.0`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v7.0.0) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v6.0.1...v7.0.0) ##### Bug Fixes - remove deprecated queries ([#​152](https://togithub.com/kentcdodds/cypress-testing-library/issues/152)) ([848bdc0](https://togithub.com/kentcdodds/cypress-testing-library/commit/848bdc014b1ec6f3601831fb04edfef8d3e9d2a3)) ##### Features - **TS:** move types from DefinitelyTyped ([#​148](https://togithub.com/kentcdodds/cypress-testing-library/issues/148)) ([058daff](https://togithub.com/kentcdodds/cypress-testing-library/commit/058daff38a6cee84d588c5b295247deeb02c474f)) ##### BREAKING CHANGES - `get` and `query` queries (which have been deprecated) have now been removed. Use `find` queries only. - **TS:** TypeScript type definitions have been brought into this module and no longer needs to be referenced from DefinitelyTyped ### [`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() ``` ### [`v5.3.1`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v5.3.1) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v5.3.0...v5.3.1) ##### Bug Fixes - add deprecation warning to query\* ([#​125](https://togithub.com/kentcdodds/cypress-testing-library/issues/125)) ([ab34b09](https://togithub.com/kentcdodds/cypress-testing-library/commit/ab34b09c5bb7938ff15e2f3f0d2460419a94acac)), closes [#​117](https://togithub.com/kentcdodds/cypress-testing-library/issues/117) ### [`v5.3.0`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v5.3.0) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v5.2.1...v5.3.0) ##### Features - allowed cypress v4 as a valid peer ([#​119](https://togithub.com/kentcdodds/cypress-testing-library/issues/119)) ([e052ece](https://togithub.com/kentcdodds/cypress-testing-library/commit/e052ecee58219a2f1e8515c44e375529309edc64)), closes [#​118](https://togithub.com/kentcdodds/cypress-testing-library/issues/118) ### [`v5.2.1`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v5.2.1) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v5.2.0...v5.2.1) ##### Bug Fixes - set previous subject to be optional ([#​115](https://togithub.com/kentcdodds/cypress-testing-library/issues/115)) ([93e6d5c](https://togithub.com/kentcdodds/cypress-testing-library/commit/93e6d5cef365799271a9ec66ecc2b0a65496e75e)), closes [testing-library/cypress-testing-library#​114](https://togithub.com/testing-library/cypress-testing-library/issues/114) ### [`v5.2.0`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v5.2.0) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v5.1.2...v5.2.0) ##### Features - add more helpful debugging information to queries ([#​108](https://togithub.com/kentcdodds/cypress-testing-library/issues/108)) ([547389d](https://togithub.com/kentcdodds/cypress-testing-library/commit/547389d8605b699687546567914a4598da5a0797)), closes [#​103](https://togithub.com/kentcdodds/cypress-testing-library/issues/103) [#​103](https://togithub.com/kentcdodds/cypress-testing-library/issues/103) [#​83](https://togithub.com/kentcdodds/cypress-testing-library/issues/83) [#​103](https://togithub.com/kentcdodds/cypress-testing-library/issues/103) [#​103](https://togithub.com/kentcdodds/cypress-testing-library/issues/103) [#​109](https://togithub.com/kentcdodds/cypress-testing-library/issues/109) [#​100](https://togithub.com/kentcdodds/cypress-testing-library/issues/100) [#​103](https://togithub.com/kentcdodds/cypress-testing-library/issues/103) [#​109](https://togithub.com/kentcdodds/cypress-testing-library/issues/109) [#​110](https://togithub.com/kentcdodds/cypress-testing-library/issues/110) ### [`v5.1.2`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v5.1.2) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v5.1.1...v5.1.2) ##### Reverts - feat: support running commands against the previous subject. ([#​100](https://togithub.com/kentcdodds/cypress-testing-library/issues/100)) ([0b73b69](https://togithub.com/kentcdodds/cypress-testing-library/commit/0b73b692e754424411387caf847b4ce23762713a)) ### [`v5.1.1`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v5.1.1) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v5.1.0...v5.1.1) ##### Bug Fixes - remove extra command log message for get\* queries ([#​106](https://togithub.com/kentcdodds/cypress-testing-library/issues/106)) ([2f62901](https://togithub.com/kentcdodds/cypress-testing-library/commit/2f62901691f92964373a64c3eb0362922ad8a0bd)), closes [#​103](https://togithub.com/kentcdodds/cypress-testing-library/issues/103) ### [`v5.1.0`](https://togithub.com/kentcdodds/cypress-testing-library/releases/v5.1.0) [Compare Source](https://togithub.com/kentcdodds/cypress-testing-library/compare/v5.0.2...v5.1.0) ##### Features - support running commands against the previous subject. ([#​100](https://togithub.com/kentcdodds/cypress-testing-library/issues/100)) ([e32c8e4](https://togithub.com/kentcdodds/cypress-testing-library/commit/e32c8e4d95dc7da88341b2886d4c9dc0bcea645e))

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.



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

codeclimate[bot] commented 4 years ago

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

View more on Code Climate.