Skip to content

chore(deps): update dependency @testing-library/react to v16 #2780

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

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react ^15.0.7 -> ^16.0.0 age adoption passing confidence

Release Notes

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

v16.3.0

Compare Source

v16.2.0

Compare Source

Features

v16.1.0

Compare Source

Features

v16.0.1

Compare Source

Bug Fixes
  • Add support for exactOptionalPropertyTypes in TypeScript (#​1351) (3dcd8a9)

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

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-bot renovate-bot requested a review from a team as a code owner May 18, 2025 16:13
@forking-renovate forking-renovate bot added the changelog:dependencies Update to dependencies label May 18, 2025
@renovate-bot renovate-bot requested review from pavolloffay and removed request for a team May 18, 2025 16:13
Copy link

codecov bot commented May 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.84%. Comparing base (28ca094) to head (7369758).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2780   +/-   ##
=======================================
  Coverage   96.84%   96.84%           
=======================================
  Files         256      256           
  Lines        7951     7951           
  Branches     2079     2079           
=======================================
  Hits         7700     7700           
- Misses        250      251    +1     
+ Partials        1        0    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@yurishkuro yurishkuro added this pull request to the merge queue May 18, 2025
Merged via the queue into jaegertracing:main with commit 5744b6e May 18, 2025
10 checks passed
@renovate-bot renovate-bot deleted the renovate/major-testing-library-monorepo branch May 18, 2025 16:31
vishvamsinh28 pushed a commit to vishvamsinh28/jaeger-ui that referenced this pull request May 19, 2025
…racing#2780)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/react](https://redirect.github.com/testing-library/react-testing-library)
| [`^15.0.7` ->
`^16.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/15.0.7/16.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/16.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/16.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2freact/15.0.7/16.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/15.0.7/16.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>testing-library/react-testing-library
(@&#8203;testing-library/react)</summary>

###
[`v16.3.0`](https://redirect.github.com/testing-library/react-testing-library/compare/v16.2.0...9fc6a75d74bb8e03a48d3339efde4dd83cd5328b)

[Compare
Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.2.0...v16.3.0)

###
[`v16.2.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.2.0)

[Compare
Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.1.0...v16.2.0)

##### Features

- Add support for React error handlers
([#&#8203;1354](https://redirect.github.com/testing-library/react-testing-library/issues/1354))
([9618c51](https://redirect.github.com/testing-library/react-testing-library/commit/9618c5133706ec964f649e60a777cc384db58a3f))

###
[`v16.1.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.1.0)

[Compare
Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.0.1...v16.1.0)

##### Features

- Add support for React 19
([#&#8203;1367](https://redirect.github.com/testing-library/react-testing-library/issues/1367))
([85ac253](https://redirect.github.com/testing-library/react-testing-library/commit/85ac2534a59abd38880011e77da4bb8c716eba84))

###
[`v16.0.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.0.1)

[Compare
Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.0.0...v16.0.1)

##### Bug Fixes

- Add support for exactOptionalPropertyTypes in TypeScript
([#&#8203;1351](https://redirect.github.com/testing-library/react-testing-library/issues/1351))
([3dcd8a9](https://redirect.github.com/testing-library/react-testing-library/commit/3dcd8a9649e25054c0e650d95fca2317b7008576))

###
[`v16.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.0.0)

[Compare
Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.7...v16.0.0)

##### Features

- Move `@testing-library/dom` and `@types/react-dom` to peer
dependencies
([#&#8203;1305](https://redirect.github.com/testing-library/react-testing-library/issues/1305))
([a4744fa](https://redirect.github.com/testing-library/react-testing-library/commit/a4744fa904bf11812c92093226c3805450472636))

##### BREAKING CHANGES

- `@testing-library/dom` was moved to a peer dependency and needs to be
explicitly installed. This reduces the chance of having conflicting
versions of `@testing-library/dom` installed that frequently caused bugs
when used with `@testing-library/user-event`. We will also be able to
allow new versions of `@testing-library/dom` being used without a SemVer
major release of `@testing-library/react` by just widening the peer
dependency.
`@types/react-dom` needs to be installed if you're typechecking files
using `@testing-library/react`.

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/jaeger-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->

Signed-off-by: Mend Renovate <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:dependencies Update to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants