Skip to content

Commit

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

This PR contains the following updates:

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

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v6.5.0`](https://github.com/testing-library/jest-dom/compare/v6.4.8...62f0e3a43262b945bbf6bdd9bf231bf3e4ac7778)

[Compare
Source](https://github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0)

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 3174348 commit 73acecb
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@faker-js/faker": "8.4.1",
"@npmcli/arborist": "7.5.4",
"@playwright/test": "1.47.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@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 @@ -93,7 +93,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
"@redwoodjs/framework-tools": "workspace:*",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "14.3.1",
"concurrently": "8.2.2",
"msw": "1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@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/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@redwoodjs/framework-tools": "workspace:*",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"concurrently": "8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@redwoodjs/project-config": "workspace:*",
"@redwoodjs/router": "workspace:*",
"@redwoodjs/web": "workspace:*",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/aws-lambda": "8.10.145",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"@redwoodjs/framework-tools": "workspace:*",
"@redwoodjs/internal": "workspace:*",
"@rollup/plugin-babel": "6.0.4",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "14.3.1",
"@types/apollo-upload-client": "^18",
"@types/react": "^18.2.55",
Expand Down
23 changes: 11 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:7.25.0, @babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.18.9, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.9.2":
"@babel/runtime@npm:7.25.0, @babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.18.9, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.4":
version: 7.25.0
resolution: "@babel/runtime@npm:7.25.0"
dependencies:
Expand Down Expand Up @@ -7808,7 +7808,7 @@ __metadata:
dependencies:
"@arethetypeswrong/cli": "npm:0.15.4"
"@redwoodjs/framework-tools": "workspace:*"
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:14.3.1"
concurrently: "npm:8.2.2"
core-js: "npm:3.38.0"
Expand Down Expand Up @@ -8191,7 +8191,7 @@ __metadata:
dependencies:
"@redwoodjs/framework-tools": "workspace:*"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/jest-dom": "npm:6.5.0"
"@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 @@ -8567,7 +8567,7 @@ __metadata:
"@redwoodjs/auth": "workspace:*"
"@redwoodjs/framework-tools": "workspace:*"
"@redwoodjs/server-store": "workspace:*"
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/jest-dom": "npm:6.5.0"
"@types/react": "npm:^18.2.55"
"@types/react-dom": "npm:^18.2.19"
concurrently: "npm:8.2.2"
Expand Down Expand Up @@ -8694,7 +8694,7 @@ __metadata:
"@redwoodjs/project-config": "workspace:*"
"@redwoodjs/router": "workspace:*"
"@redwoodjs/web": "workspace:*"
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:14.3.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/aws-lambda": "npm:8.10.145"
Expand Down Expand Up @@ -8834,7 +8834,7 @@ __metadata:
"@redwoodjs/internal": "workspace:*"
"@redwoodjs/server-store": "workspace:*"
"@rollup/plugin-babel": "npm:6.0.4"
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:14.3.1"
"@types/apollo-upload-client": "npm:^18"
"@types/react": "npm:^18.2.55"
Expand Down Expand Up @@ -10294,19 +10294,18 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.4.8":
version: 6.4.8
resolution: "@testing-library/jest-dom@npm:6.4.8"
"@testing-library/jest-dom@npm:6.5.0":
version: 6.5.0
resolution: "@testing-library/jest-dom@npm:6.5.0"
dependencies:
"@adobe/css-tools": "npm:^4.4.0"
"@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.21"
redent: "npm:^3.0.0"
checksum: 10c0/8eececcac1ec7728c038b9d9eabfc8b8dcf4dc1e997c959450bff16d946e3344275862b84bfe0e1d1beb3817368e782464816aca47ab5c94f0ebf66db71df55d
checksum: 10c0/fd5936a547f04608d8de15a7de3ae26516f21023f8f45169b10c8c8847015fd20ec259b7309f08aa1031bcbc37c6e5e6f532d1bb85ef8f91bad654193ec66a4c
languageName: node
linkType: hard

Expand Down Expand Up @@ -26664,7 +26663,7 @@ __metadata:
"@faker-js/faker": "npm:8.4.1"
"@npmcli/arborist": "npm:7.5.4"
"@playwright/test": "npm:1.47.0"
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/jest-dom": "npm:6.5.0"
"@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 73acecb

Please sign in to comment.