Skip to content

Commit 7aeccb5

Browse files
[core] Update @testing-library/react and @testing-library/dom packages (#42349)
1 parent 1f86f90 commit 7aeccb5

File tree

5 files changed

+49
-22
lines changed

5 files changed

+49
-22
lines changed

packages/mui-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@mui-internal/test-utils": "workspace:^",
5353
"@mui/internal-babel-macros": "workspace:^",
5454
"@mui/types": "workspace:^",
55-
"@testing-library/react": "^14.3.1",
55+
"@testing-library/react": "^15.0.7",
5656
"@testing-library/user-event": "^14.5.2",
5757
"@types/chai": "^4.3.16",
5858
"@types/prop-types": "^15.7.12",

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@mui-internal/test-utils": "workspace:^",
5858
"@mui/internal-babel-macros": "workspace:^",
5959
"@popperjs/core": "^2.11.8",
60-
"@testing-library/dom": "^9.3.4",
60+
"@testing-library/dom": "^10.1.0",
6161
"@testing-library/user-event": "^14.5.2",
6262
"@types/chai": "^4.3.16",
6363
"@types/prop-types": "^15.7.12",

packages/test-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@emotion/cache": "^11.11.0",
2626
"@emotion/react": "^11.11.4",
2727
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
28-
"@testing-library/dom": "^9.3.4",
29-
"@testing-library/react": "^14.3.1",
28+
"@testing-library/dom": "^10.1.0",
29+
"@testing-library/react": "^15.0.7",
3030
"chai": "^4.4.1",
3131
"chai-dom": "^1.12.0",
3232
"dom-accessibility-api": "^0.6.3",

pnpm-lock.yaml

+41-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

+4
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
"groupName": "@definitelytyped tools",
107107
"matchPackagePatterns": ["@definitelytyped/*"]
108108
},
109+
{
110+
"groupName": "Testing libraries",
111+
"matchPackagePatterns": ["@testing-library/*"]
112+
},
109113
{
110114
"groupName": "envinfo tests",
111115
"matchPaths": ["packages/mui-envinfo/test/package.json"],

0 commit comments

Comments
 (0)