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

feat(observable): upgrade @testing-library/react to v15.0.7 #2204

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .changeset/three-snakes-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@equinor/fusion-observable': patch
---

Updated `@testing-library/react` dev dependency from `^14.2.0` to `^15.0.0`.

This is a patch bump because it only updates a dev dependency, which does not affect the public API or functionality of the `@equinor/fusion-framework-observable` package. Consumers of this package do not need to make any changes.

The `@testing-library/react` library is used internally for unit testing React components. Updating to the latest version ensures we have the latest testing utilities and improvements.

Highlights from the `@testing-library/react` v15.0.0 changelog:

- Minimum supported Node.js version is 18.0
- New version of `@testing-library/dom` changes various roles. Check out the [changed types](https://github.com/testing-library/dom-testing-library/releases/tag/v10.0.0) if you are using `ByRole` queries.
2 changes: 1 addition & 1 deletion packages/utils/observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/react": "^14.2.0",
"@testing-library/react": "^15.0.7",
"@types/node": "^20.11.14",
"@types/react": "^18.2.50",
"@types/uuid": "^9.0.8",
Expand Down
Loading
Loading