Skip to content

Commit

Permalink
feat(observable): upgrade @testing-library/react to v15.0.7 (#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
odinr authored May 27, 2024
1 parent 1681940 commit 72f48ec
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 117 deletions.
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

0 comments on commit 72f48ec

Please sign in to comment.