Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/jest-dom to v6.4.5 (#…
Browse files Browse the repository at this point in the history
…10588)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom)
| [`6.4.2` ->
`6.4.5`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.4.2/6.4.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/6.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fjest-dom/6.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fjest-dom/6.4.2/6.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fjest-dom/6.4.2/6.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>testing-library/jest-dom
(@&#8203;testing-library/jest-dom)</summary>

###
[`v6.4.5`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.4.5)

[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.4.4...v6.4.5)

##### Bug Fixes

- add js suffix to isEqualWith import
([#&#8203;599](https://togithub.com/testing-library/jest-dom/issues/599))
([e8c8b13](https://togithub.com/testing-library/jest-dom/commit/e8c8b13c6de2a0ccffaa6539809c8c11f141beca))

###
[`v6.4.4`](https://togithub.com/testing-library/jest-dom/compare/v6.4.3...f03a582827453de6fac4510dcf4fa3148c7ed68a)

[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.4.3...v6.4.4)

###
[`v6.4.3`](https://togithub.com/testing-library/jest-dom/compare/v6.4.2...20aca338d09062a2a71f6dd4e0daad65b26f6210)

[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v6.4.2...v6.4.3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 49380e6 commit e937a9a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@faker-js/faker": "8.4.1",
"@npmcli/arborist": "7.4.0",
"@playwright/test": "1.42.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/babel__generator": "7.6.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.1",
"msw": "1.3.3",
"tsx": "4.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/cli": "7.24.1",
"@babel/core": "^7.22.20",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/pascalcase": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@redwoodjs/project-config": "workspace:*",
"@redwoodjs/router": "workspace:*",
"@redwoodjs/web": "workspace:*",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/aws-lambda": "8.10.137",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/runtime": "7.24.1",
"@rollup/plugin-babel": "6.0.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8282,7 +8282,7 @@ __metadata:
resolution: "@redwoodjs/auth@workspace:packages/auth"
dependencies:
"@redwoodjs/framework-tools": "workspace:*"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/jest-dom": "npm:6.4.5"
"@testing-library/react": "npm:14.3.1"
core-js: "npm:3.36.1"
msw: "npm:1.3.3"
Expand Down Expand Up @@ -8656,7 +8656,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.1"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/jest-dom": "npm:6.4.5"
"@testing-library/react": "npm:14.3.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/pascalcase": "npm:1.0.3"
Expand Down Expand Up @@ -9084,7 +9084,7 @@ __metadata:
"@redwoodjs/project-config": "workspace:*"
"@redwoodjs/router": "workspace:*"
"@redwoodjs/web": "workspace:*"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/jest-dom": "npm:6.4.5"
"@testing-library/react": "npm:14.3.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/aws-lambda": "npm:8.10.137"
Expand Down Expand Up @@ -9203,7 +9203,7 @@ __metadata:
"@babel/runtime-corejs3": "npm:7.24.1"
"@redwoodjs/auth": "workspace:*"
"@rollup/plugin-babel": "npm:6.0.4"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/jest-dom": "npm:6.4.5"
"@testing-library/react": "npm:14.3.1"
"@types/react": "npm:^18.2.55"
"@types/react-dom": "npm:^18.2.19"
Expand Down Expand Up @@ -10760,17 +10760,17 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.4.2":
version: 6.4.2
resolution: "@testing-library/jest-dom@npm:6.4.2"
"@testing-library/jest-dom@npm:6.4.5":
version: 6.4.5
resolution: "@testing-library/jest-dom@npm:6.4.5"
dependencies:
"@adobe/css-tools": "npm:^4.3.2"
"@babel/runtime": "npm:^7.9.2"
aria-query: "npm:^5.0.0"
chalk: "npm:^3.0.0"
css.escape: "npm:^1.5.1"
dom-accessibility-api: "npm:^0.6.3"
lodash: "npm:^4.17.15"
lodash: "npm:^4.17.21"
redent: "npm:^3.0.0"
peerDependencies:
"@jest/globals": ">= 28"
Expand All @@ -10789,7 +10789,7 @@ __metadata:
optional: true
vitest:
optional: true
checksum: 10c0/e7eba527b34ce30cde94424d2ec685bdfed51daaafb7df9b68b51aec6052e99a50c8bfe654612dacdf857a1eb81d68cf294fc89de558ee3a992bf7a6019fffcc
checksum: 10c0/4cfdd44e2abab2b9d399c47cbfe686729bb65160d7df0f9e2329aaaea7702f6e852a9eefb29b468f00c1e5a5274b684f8cac76959d33299dfa909ba007ea191d
languageName: node
linkType: hard

Expand Down Expand Up @@ -28652,7 +28652,7 @@ __metadata:
"@faker-js/faker": "npm:8.4.1"
"@npmcli/arborist": "npm:7.4.0"
"@playwright/test": "npm:1.42.1"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/jest-dom": "npm:6.4.5"
"@testing-library/react": "npm:14.3.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/babel__generator": "npm:7.6.8"
Expand Down

0 comments on commit e937a9a

Please sign in to comment.