-
-
Notifications
You must be signed in to change notification settings - Fork 0
deps: bump @testing-library/react from 14.3.1 to 16.3.0 #2
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
deps: bump @testing-library/react from 14.3.1 to 16.3.0 #2
Conversation
JayNightmare
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update when compt is above 50%
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the @testing-library/react dependency from v14.x to v16.3.0 to pick up the latest features, fixes, and peer-dependency changes introduced since v16.0.0.
- Bumped
@testing-library/reactindevDependencies - Requires handling of new peer dependencies introduced in v16.0.0
Comments suppressed due to low confidence (1)
package.json:25
- The PR title indicates bumping from v14.3.1, but the current entry is v14.1.2. Please verify the installed version before upgrading to avoid unintentional skips or mismatches.
"@testing-library/react": "^14.1.2",
| "devDependencies": { | ||
| "@testing-library/jest-dom": "^6.1.5", | ||
| "@testing-library/react": "^14.1.2", | ||
| "@testing-library/react": "^16.3.0", |
Copilot
AI
Jun 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React Testing Library v16.x moved @testing-library/dom and @types/react-dom to peer dependencies. Add them explicitly to devDependencies to satisfy peer requirements and avoid build/test failures.
|
@dependabot merge |
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 16.3.0. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v14.3.1...v16.3.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
5c123b5 to
6af30ae
Compare
Bumps @testing-library/react from 14.3.1 to 16.3.0.
Release notes
Sourced from
@testing-library/react's releases.... (truncated)
Commits
9fc6a75feat: add bernardobelchior as a contributor for code, and doc (#1391)8782f3bAddreactStrictModeas an option torender(#1390)65bc994test: Run with relevant React stable types (#1352)c3e3d90test: Use React 19 by default (#1377)9618c51feat: Add support for React error handlers (#1354)eab6e67[ci] Codecov fix follow-up7134e5d[ci] Fix codecov action (#1376)85ac253feat: Add support for React 19 (#1367)3dcd8a9fix: Add support for exactOptionalPropertyTypes in TypeScript (#1351)7a28fa9Fix React Canary and Experimental tests (#1353)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @JayNightmare.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)