Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2020

This PR contains the following updates:

Package Type Update Change
@testing-library/cypress devDependencies major 5.3.1 -> 6.0.0

Release Notes

kentcdodds/cypress-testing-library

v6.0.0

Compare Source

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 to ensure you are unaffected.

Drop Node 8

Node 10 or greater is required. Node 8 is out of LTS (6cdcfc2), closes #​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) (ee75c14)

Remove fallback that retries chained query that assumes no previous subject.

In practice this means starting new chains if no previous subject is required.

  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

📅 Schedule: "before 2am" in timezone America/New_York.

🚦 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, check this box

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

@renovate renovate bot changed the title Update dependency @testing-library/cypress to v6 chore(deps): update dependency @testing-library/cypress to v6 Jun 27, 2020
@renovate renovate bot changed the title chore(deps): update dependency @testing-library/cypress to v6 Update dependency @testing-library/cypress to v6 Jul 14, 2020
@renovate renovate bot changed the title Update dependency @testing-library/cypress to v6 chore(deps): update dependency @testing-library/cypress to v6 Jul 21, 2020
@renovate renovate bot changed the title chore(deps): update dependency @testing-library/cypress to v6 Update dependency @testing-library/cypress to v6 Jul 30, 2020
@renovate renovate bot changed the title Update dependency @testing-library/cypress to v6 Update dependency @testing-library/cypress to v6 - autoclosed Aug 6, 2020
@renovate renovate bot closed this Aug 6, 2020
@renovate renovate bot deleted the renovate/testing-library-cypress-6.x branch August 6, 2020 08:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant