Skip to content

Commit 8ca3f11

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored and
Convex, Inc.
committed
Update dependency @testing-library/react to ~16.3.0 (#37731)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@testing-library/react](https://redirect.github.com/testing-library/react-testing-library) | devDependencies | minor | [`~16.2.0` -> `~16.3.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/16.2.0/16.3.0) | --- ### Release Notes <details> <summary>testing-library/react-testing-library (@&#8203;testing-library/react)</summary> ### [`v16.3.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.3.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.2.0...v16.3.0) ##### Features - add bernardobelchior as a contributor for code, and doc ([#&#8203;1391](https://redirect.github.com/testing-library/react-testing-library/issues/1391)) ([9fc6a75](https://redirect.github.com/testing-library/react-testing-library/commit/9fc6a75d74bb8e03a48d3339efde4dd83cd5328b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). GitOrigin-RevId: 4fc7227bbdafd634ea756e2995968e59d53045ce
1 parent 925ab32 commit 8ca3f11

File tree

7 files changed

+73
-112
lines changed

7 files changed

+73
-112
lines changed

npm-packages/@convex-dev/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@storybook/react": "^7.6.16",
3838
"@testing-library/dom": "~10.4.0",
3939
"@testing-library/jest-dom": "~6.6.0",
40-
"@testing-library/react": "~16.2.0",
40+
"@testing-library/react": "~16.3.0",
4141
"@testing-library/user-event": "~14.6.0",
4242
"@types/jest": "^27.0.0",
4343
"@types/node": "^18.17.0",

npm-packages/common/config/rush/pnpm-lock.yaml

Lines changed: 67 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
33
"preferredVersionsHash": "a61b386e423d46db4e8b0b295fc5800d5535160e",
4-
"packageJsonInjectedDependenciesHash": "151c2eaef570510e333655a2c291a8ba7d8f0997"
4+
"packageJsonInjectedDependenciesHash": "1d6d722f5cd342fa4bf74b8f42fcaf7da807fe3e"
55
}

npm-packages/convex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"@sentry/node": "^7.23.0",
272272
"@sentry/tracing": "^7.23.0",
273273
"@swc/core": "1.10.4",
274-
"@testing-library/react": "~16.2.0",
274+
"@testing-library/react": "~16.3.0",
275275
"@types/adm-zip": "^0.5.7",
276276
"@types/deep-equal": "1.0.4",
277277
"@types/detect-port": "~1.3.5",

npm-packages/dashboard-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@tailwindcss/forms": "^0.5.6",
7373
"@testing-library/dom": "~10.4.0",
7474
"@testing-library/jest-dom": "~6.6.0",
75-
"@testing-library/react": "~16.2.0",
75+
"@testing-library/react": "~16.3.0",
7676
"@testing-library/user-event": "~14.6.0",
7777
"@types/jest": "^27.0.0",
7878
"@types/lodash": "~4.17.0",

npm-packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@storybook/types": "^7.6.16",
7878
"@tailwindcss/forms": "^0.5.6",
7979
"@testing-library/jest-dom": "~6.6.0",
80-
"@testing-library/react": "~16.2.0",
80+
"@testing-library/react": "~16.3.0",
8181
"@testing-library/user-event": "~14.6.0",
8282
"@types/jest": "^27.0.0",
8383
"@types/lodash": "~4.17.0",

npm-packages/js-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@babel/preset-env": "^7.27.1",
1818
"@jest/types": "^29.6.0",
19-
"@testing-library/react": "~16.2.0",
19+
"@testing-library/react": "~16.3.0",
2020
"@types/jest": "^27.0.0",
2121
"@types/node": "^18.17.0",
2222
"@types/node-fetch": "^2.6.1",

0 commit comments

Comments
 (0)