Skip to content
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

Bump @testing-library/dom to ^10.1.0 #41989

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/dom ^9.3.4 -> ^10.1.0 age adoption passing confidence

Release Notes

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

v10.1.0

Compare Source

Features

v10.0.0

Compare Source

Bug Fixes
  • use defineProperty on the error object instead of setting the message directly (#​1268) (3580f25), closes #​1259
Features
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of aria-query changes various roles. Check out the changed tests in 2c57055 to get an overview about what changed.

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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 these updates again.


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

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

@renovate renovate bot added the dependencies Update of dependencies label Apr 21, 2024
@mui-bot
Copy link

mui-bot commented Apr 21, 2024

Netlify deploy preview

https://deploy-preview-41989--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against de4d497

@renovate renovate bot force-pushed the renovate/testing-library-dom-10.x branch from 40dd28d to 0134a37 Compare April 22, 2024 10:22
@ZeeshanTamboli
Copy link
Member

Tests using @testing-library/user-event fail here because it now relies on @testing-library/dom v10, while @testing-library/react v14 still uses v9 of @testing-library/dom. This mismatch results in test failures due to multiple versions of the DOM testing library. Updating @testing-library/react to v15, which aligns with DTL v10, will resolve this issue, ensuring only one version of DTL (v10) is used and allowing these tests to pass.

@renovate renovate bot force-pushed the renovate/testing-library-dom-10.x branch from 0134a37 to b6c7784 Compare April 29, 2024 09:06
@renovate renovate bot changed the title Bump @testing-library/dom to ^10.0.0 Bump @testing-library/dom to ^10.1.0 Apr 29, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 9, 2024
@renovate renovate bot force-pushed the renovate/testing-library-dom-10.x branch from b6c7784 to de4d497 Compare May 9, 2024 07:10
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants