Skip to content

Commit 6489a61

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored andcommitted
Update dependency @testing-library/jest-dom to ~6.8.0 (#41447)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom) | devDependencies | minor | [`~6.6.0` -> `~6.8.0`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.6.4/6.8.0) | `6.9.1` (+1) | --- ### Release Notes <details> <summary>testing-library/jest-dom (@&#8203;testing-library/jest-dom)</summary> ### [`v6.8.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.8.0) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.7.0...v6.8.0) ##### Features - add toBePartiallyPressed matcher ([#&#8203;203](https://redirect.github.com/testing-library/jest-dom/issues/203)) ([#&#8203;692](https://redirect.github.com/testing-library/jest-dom/issues/692)) ([779b712](https://redirect.github.com/testing-library/jest-dom/commit/779b7125d39fe49e8b674f078c4692c1becdc8b4)) ### [`v6.7.0`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.7.0) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.4...v6.7.0) ##### Features - add toBePressed matcher ([#&#8203;203](https://redirect.github.com/testing-library/jest-dom/issues/203)) ([#&#8203;658](https://redirect.github.com/testing-library/jest-dom/issues/658)) ([cfdf8ae](https://redirect.github.com/testing-library/jest-dom/commit/cfdf8ae3701ddb4fc26f481a842366f1b0823594)) </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: f150272a432311166be24c8e0cf7c671ec1e7ea1
1 parent 2b3046a commit 6489a61

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@jest/types": "^29.6.0",
3838
"@testing-library/dom": "~10.4.0",
39-
"@testing-library/jest-dom": "~6.6.0",
39+
"@testing-library/jest-dom": "~6.8.0",
4040
"@testing-library/react": "~16.3.0",
4141
"@testing-library/user-event": "~14.6.0",
4242
"@types/jest": "^27.0.0",

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

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm-packages/dashboard-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@tailwindcss/forms": "^0.5.10",
7272
"@tailwindcss/postcss": "^4.1.11",
7373
"@testing-library/dom": "~10.4.0",
74-
"@testing-library/jest-dom": "~6.6.0",
74+
"@testing-library/jest-dom": "~6.8.0",
7575
"@testing-library/react": "~16.3.0",
7676
"@testing-library/user-event": "~14.6.0",
7777
"@types/jest": "^27.0.0",

npm-packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@storybook/nextjs": "^9.1.2",
7272
"@tailwindcss/forms": "^0.5.10",
7373
"@tailwindcss/postcss": "^4.1.11",
74-
"@testing-library/jest-dom": "~6.6.0",
74+
"@testing-library/jest-dom": "~6.8.0",
7575
"@testing-library/react": "~16.3.0",
7676
"@testing-library/user-event": "~14.6.0",
7777
"@types/jest": "^27.0.0",

0 commit comments

Comments
 (0)