Skip to content

Commit b162ee5

Browse files
Update @testing-library (main) (#230346)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@testing-library/dom](https://redirect.github.com/testing-library/dom-testing-library) | devDependencies | patch | [`^10.4.0` -> `^10.4.1`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/10.4.0/10.4.1) | | [@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom) | devDependencies | patch | [`^6.6.3` -> `^6.6.4`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.6.3/6.6.4) | --- ### Release Notes <details> <summary>testing-library/dom-testing-library (@&#8203;testing-library/dom)</summary> ### [`v10.4.1`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.4.1) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.4.0...v10.4.1) ##### Bug Fixes - **deps:** replace chalk with picocolors ([#&#8203;1341](https://redirect.github.com/testing-library/dom-testing-library/issues/1341)) ([225a3e4](https://redirect.github.com/testing-library/dom-testing-library/commit/225a3e4cfaa8f8046989d51b9051df507354b644)) </details> <details> <summary>testing-library/jest-dom (@&#8203;testing-library/jest-dom)</summary> ### [`v6.6.4`](https://redirect.github.com/testing-library/jest-dom/releases/tag/v6.6.4) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.3...v6.6.4) ##### Performance Improvements - replace chalk with picocolors ([#&#8203;659](https://redirect.github.com/testing-library/jest-dom/issues/659)) ([707e647](https://redirect.github.com/testing-library/jest-dom/commit/707e6471ae33fa2a25fab7e87be721218b5b9339)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://elastic.slack.com/archives/C07AMD4CNUR) if that's undesired. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Brad White <[email protected]>
1 parent 3095ceb commit b162ee5

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,8 +1685,8 @@
16851685
"@storybook/test": "^8.6.3",
16861686
"@storybook/theming": "^8.6.3",
16871687
"@storybook/types": "^8.6.3",
1688-
"@testing-library/dom": "^10.4.0",
1689-
"@testing-library/jest-dom": "^6.6.3",
1688+
"@testing-library/dom": "^10.4.1",
1689+
"@testing-library/jest-dom": "^6.6.4",
16901690
"@testing-library/react": "^16.3.0",
16911691
"@testing-library/react-hooks": "^8.0.1",
16921692
"@testing-library/user-event": "^14.6.1",

yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11985,7 +11985,7 @@
1198511985
resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.1.4.tgz#86e04e677cd6c05fa230dd15ac223fa72d1d7090"
1198611986
integrity sha512-kIhULpw9TrGYnHp/8VfdcneIcxKnLixmADtukQRtJUmsVlMg0niMkwV0xZmi8hqa57xqilIHjWFA0GKvEjVU5g==
1198711987

11988-
"@testing-library/[email protected]", "@testing-library/dom@^10.4.0":
11988+
"@testing-library/[email protected]":
1198911989
version "10.4.0"
1199011990
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8"
1199111991
integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==
@@ -11999,6 +11999,20 @@
1199911999
lz-string "^1.5.0"
1200012000
pretty-format "^27.0.2"
1200112001

12002+
"@testing-library/dom@^10.4.1":
12003+
version "10.4.1"
12004+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.1.tgz#d444f8a889e9a46e9a3b4f3b88e0fcb3efb6cf95"
12005+
integrity sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==
12006+
dependencies:
12007+
"@babel/code-frame" "^7.10.4"
12008+
"@babel/runtime" "^7.12.5"
12009+
"@types/aria-query" "^5.0.1"
12010+
aria-query "5.3.0"
12011+
dom-accessibility-api "^0.5.9"
12012+
lz-string "^1.5.0"
12013+
picocolors "1.1.1"
12014+
pretty-format "^27.0.2"
12015+
1200212016
"@testing-library/[email protected]":
1200312017
version "6.5.0"
1200412018
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz#50484da3f80fb222a853479f618a9ce5c47bfe54"
@@ -12012,17 +12026,17 @@
1201212026
lodash "^4.17.21"
1201312027
redent "^3.0.0"
1201412028

12015-
"@testing-library/jest-dom@^6.6.3":
12016-
version "6.6.3"
12017-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
12018-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
12029+
"@testing-library/jest-dom@^6.6.4":
12030+
version "6.6.4"
12031+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c"
12032+
integrity sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==
1201912033
dependencies:
1202012034
"@adobe/css-tools" "^4.4.0"
1202112035
aria-query "^5.0.0"
12022-
chalk "^3.0.0"
1202312036
css.escape "^1.5.1"
1202412037
dom-accessibility-api "^0.6.3"
1202512038
lodash "^4.17.21"
12039+
picocolors "^1.1.1"
1202612040
redent "^3.0.0"
1202712041

1202812042
"@testing-library/react-hooks@^8.0.1":
@@ -27127,7 +27141,7 @@ pg-types@^4.0.1:
2712727141
postgres-interval "^3.0.0"
2712827142
postgres-range "^1.1.1"
2712927143

27130-
picocolors@^1.0.0, picocolors@^1.1.1:
27144+
picocolors@1.1.1, picocolors@^1.0.0, picocolors@^1.1.1:
2713127145
version "1.1.1"
2713227146
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
2713327147
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

0 commit comments

Comments
 (0)