Skip to content

Commit 1c3d9ff

Browse files
dependabot[bot]Github changeset workflow
authored andcommitted
build(deps-dev): bump @testing-library/react
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.2.0 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@v16.2.0...v16.3.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ab4b0a commit 1c3d9ff

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@philips-software/backstage-plugin-github-actions-marketplace': patch
3+
---
4+
5+
Updated dependency `@testing-library/react` to `^16.3.0`.

workspaces/github-marketplace/plugins/github-actions-marketplace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@backstage/test-utils": "backstage:^",
5757
"@testing-library/dom": "^10.4.0",
5858
"@testing-library/jest-dom": "^6.6.3",
59-
"@testing-library/react": "^16.0.1",
59+
"@testing-library/react": "^16.3.0",
6060
"@testing-library/user-event": "^14.6.1",
6161
"@types/jest": "*",
6262
"@types/node": "*",

workspaces/github-marketplace/yarn.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5058,7 +5058,7 @@ __metadata:
50585058
"@material-ui/icons": "npm:^4.11.3"
50595059
"@testing-library/dom": "npm:^10.4.0"
50605060
"@testing-library/jest-dom": "npm:^6.6.3"
5061-
"@testing-library/react": "npm:^16.0.1"
5061+
"@testing-library/react": "npm:^16.3.0"
50625062
"@testing-library/user-event": "npm:^14.6.1"
50635063
"@types/jest": "npm:*"
50645064
"@types/node": "npm:*"
@@ -6161,7 +6161,7 @@ __metadata:
61616161
languageName: node
61626162
linkType: hard
61636163

6164-
"@testing-library/react@npm:^16.0.0, @testing-library/react@npm:^16.0.1":
6164+
"@testing-library/react@npm:^16.0.0":
61656165
version: 16.2.0
61666166
resolution: "@testing-library/react@npm:16.2.0"
61676167
dependencies:
@@ -6181,6 +6181,26 @@ __metadata:
61816181
languageName: node
61826182
linkType: hard
61836183

6184+
"@testing-library/react@npm:^16.3.0":
6185+
version: 16.3.0
6186+
resolution: "@testing-library/react@npm:16.3.0"
6187+
dependencies:
6188+
"@babel/runtime": "npm:^7.12.5"
6189+
peerDependencies:
6190+
"@testing-library/dom": ^10.0.0
6191+
"@types/react": ^18.0.0 || ^19.0.0
6192+
"@types/react-dom": ^18.0.0 || ^19.0.0
6193+
react: ^18.0.0 || ^19.0.0
6194+
react-dom: ^18.0.0 || ^19.0.0
6195+
peerDependenciesMeta:
6196+
"@types/react":
6197+
optional: true
6198+
"@types/react-dom":
6199+
optional: true
6200+
checksum: 10/0ee9e31dd0d2396a924682d0e61a4ecc6bfab8eaff23dbf8a72c3c2ce22c116fa578148baeb4de75b968ef99d22e6e6aa0a00dba40286f71184918bb6bb5b06a
6201+
languageName: node
6202+
linkType: hard
6203+
61846204
"@testing-library/user-event@npm:^14.6.1":
61856205
version: 14.6.1
61866206
resolution: "@testing-library/user-event@npm:14.6.1"

0 commit comments

Comments
 (0)