From e937a9a154d63945f2ed323a354e9d0457e51ef3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 15:24:53 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v6.4.5 (#10588) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
testing-library/jest-dom (@​testing-library/jest-dom) ### [`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 ([#​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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/auth/package.json | 2 +- packages/forms/package.json | 2 +- packages/testing/package.json | 2 +- packages/web/package.json | 2 +- yarn.lock | 20 ++++++++++---------- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 38ee87b5b74e..13863c423e94 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/auth/package.json b/packages/auth/package.json index 1f3a4a9dbac2..5ebe5cc0afe2 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -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", diff --git a/packages/forms/package.json b/packages/forms/package.json index 5d9b70dd4f7e..f2d18acb3779 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -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", diff --git a/packages/testing/package.json b/packages/testing/package.json index bee384b14d5a..ed21ee9c9a2f 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -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", diff --git a/packages/web/package.json b/packages/web/package.json index 6746fd2e6837..64cdf5565a4c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 27fd581311d8..03386008bf36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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" @@ -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" @@ -10760,9 +10760,9 @@ __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" @@ -10770,7 +10770,7 @@ __metadata: 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" @@ -10789,7 +10789,7 @@ __metadata: optional: true vitest: optional: true - checksum: 10c0/e7eba527b34ce30cde94424d2ec685bdfed51daaafb7df9b68b51aec6052e99a50c8bfe654612dacdf857a1eb81d68cf294fc89de558ee3a992bf7a6019fffcc + checksum: 10c0/4cfdd44e2abab2b9d399c47cbfe686729bb65160d7df0f9e2329aaaea7702f6e852a9eefb29b468f00c1e5a5274b684f8cac76959d33299dfa909ba007ea191d languageName: node linkType: hard @@ -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"