Skip to content

chore(deps): update dependency @testing-library/cypress to v10 #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/cypress 5.3.1 -> 10.0.3 age adoption passing confidence

Release Notes

testing-library/cypress-testing-library (@​testing-library/cypress)

v10.0.3

Compare Source

Bug Fixes
  • deps: update cypress to version 14.0.0 and adjust peer dependencies (#​281) (d77c9df)

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Bug Fixes
BREAKING CHANGES

v9.0.0

Compare Source

chore
BREAKING CHANGES
  • Use addQuery interface, which is only present in Cypress 12+.

v8.0.7

Compare Source

Bug Fixes

v8.0.6

Compare Source

Bug Fixes

v8.0.5

Compare Source

Bug Fixes

v8.0.4

Compare Source

Bug Fixes

v8.0.3

Compare Source

Bug Fixes
  • Add Cypress ^10.0.0 as peer dependency (37ade04)

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes
  • stop ignoring current subject when inside a .within (1af9f2f)

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • Node v10 has been dropped. Use v12 or greater
  • @testing-library/dom has been upgraded to v8. This is unlikely to cause issues for anyone.

v7.0.7

Compare Source

Bug Fixes
  • add cypress v8 to peerDependencies range (f5e6498)

v7.0.6

Compare Source

Bug Fixes

v7.0.5

Compare Source

Bug Fixes
  • types: exclude tsconfig from types folder in publish flow (d591369)

v7.0.4

Compare Source

Bug Fixes
  • Type definitions for findByRole() and findAllByRole() (#​173) (6344133)

v7.0.3

Compare Source

Bug Fixes

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Bug Fixes
Features
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

Compare Source

Bug Fixes
  • peerDependencies: add Cypress v5 to peerDeps (ae925b4), closes #​149

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()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @testing-library/cypress to v10 chore(deps): update dependency @testing-library/cypress to v10 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/major-testing-library-monorepo branch December 8, 2024 18:40
@renovate renovate bot changed the title chore(deps): update dependency @testing-library/cypress to v10 - autoclosed chore(deps): update dependency @testing-library/cypress to v10 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch 2 times, most recently from c585f4a to 07d7d57 Compare December 9, 2024 07:57
| datasource | package                  | from  | to     |
| ---------- | ------------------------ | ----- | ------ |
| npm        | @testing-library/cypress | 5.3.1 | 10.0.3 |
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 07d7d57 to 535f28e Compare January 21, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants