mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore(deps): update dependency @testing-library/jest-dom to v6.6.2 (#8534)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom)
| [`6.6.1` ->
`6.6.2`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.6.1/6.6.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fjest-dom/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fjest-dom/6.6.1/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fjest-dom/6.6.1/6.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>testing-library/jest-dom
(@​testing-library/jest-dom)</summary>
###
[`v6.6.2`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.6.2)
[Compare
Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2)
##### Bug Fixes
- remove recursive type reference in vitest types
([#​636](https://redirect.github.com/testing-library/jest-dom/issues/636))
([4468378](4468378fb4
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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 this update
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/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
256c75a8a6
commit
0a3d306f94
@ -47,7 +47,7 @@
|
||||
"@mui/x-date-pickers": "^7.0.0",
|
||||
"@tanstack/react-table": "^8.10.7",
|
||||
"@testing-library/dom": "10.4.0",
|
||||
"@testing-library/jest-dom": "6.6.1",
|
||||
"@testing-library/jest-dom": "6.6.2",
|
||||
"@testing-library/react": "16.0.1",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"@types/css-mediaquery": "^0.1.4",
|
||||
|
@ -2652,9 +2652,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@testing-library/jest-dom@npm:6.6.1":
|
||||
version: 6.6.1
|
||||
resolution: "@testing-library/jest-dom@npm:6.6.1"
|
||||
"@testing-library/jest-dom@npm:6.6.2":
|
||||
version: 6.6.2
|
||||
resolution: "@testing-library/jest-dom@npm:6.6.2"
|
||||
dependencies:
|
||||
"@adobe/css-tools": "npm:^4.4.0"
|
||||
aria-query: "npm:^5.0.0"
|
||||
@ -2663,7 +2663,7 @@ __metadata:
|
||||
dom-accessibility-api: "npm:^0.6.3"
|
||||
lodash: "npm:^4.17.21"
|
||||
redent: "npm:^3.0.0"
|
||||
checksum: 10c0/f04aca30cd4fc3fdeafb712e2d536c190761c229628b69b6b8f70816bb7efc4ceb12b4c5799c3647286b31c8c8f15fc6edfa6f75f69a7064c8b7ebdf53bc8159
|
||||
checksum: 10c0/1c51390f97063ce8b06a7267534aac0d6ac9b1f27042a0ae43ca52d886b32c9d2b0ff85e62e7cfeb7e1f089ef03c4d75fda4f2b7b1f08afb4bdb09a5d56566d9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9921,7 +9921,7 @@ __metadata:
|
||||
"@mui/x-date-pickers": "npm:^7.0.0"
|
||||
"@tanstack/react-table": "npm:^8.10.7"
|
||||
"@testing-library/dom": "npm:10.4.0"
|
||||
"@testing-library/jest-dom": "npm:6.6.1"
|
||||
"@testing-library/jest-dom": "npm:6.6.2"
|
||||
"@testing-library/react": "npm:16.0.1"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
"@types/css-mediaquery": "npm:^0.1.4"
|
||||
|
Loading…
Reference in New Issue
Block a user