Skip to content

Commit 20ca4a7

Browse files
authored
Merge pull request #2436 from oasisprotocol/renovate/test-dependencies
Update test dependencies
2 parents a55be4c + 8fee9ce commit 20ca4a7

3 files changed

Lines changed: 24 additions & 32 deletions

File tree

.changelog/2436.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
},
7272
"devDependencies": {
7373
"@tailwindcss/vite": "^4.2.2",
74-
"@testing-library/dom": "^10.4.0",
75-
"@testing-library/jest-dom": "^6.6.3",
74+
"@testing-library/dom": "^10.4.1",
75+
"@testing-library/jest-dom": "^6.9.1",
7676
"@testing-library/react": "^16.3.0",
77-
"@testing-library/user-event": "14.5.2",
77+
"@testing-library/user-event": "14.6.1",
7878
"@types/js-yaml": "^4.0.9",
7979
"@types/node": "20.17.24",
8080
"@types/node-fetch": "2.6.12",

yarn.lock

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,31 +2565,30 @@
25652565
"@tanstack/query-core" "4.36.1"
25662566
use-sync-external-store "^1.2.0"
25672567

2568-
"@testing-library/dom@^10.4.0":
2569-
version "10.4.0"
2570-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8"
2571-
integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==
2568+
"@testing-library/dom@^10.4.1":
2569+
version "10.4.1"
2570+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.1.tgz#d444f8a889e9a46e9a3b4f3b88e0fcb3efb6cf95"
2571+
integrity sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==
25722572
dependencies:
25732573
"@babel/code-frame" "^7.10.4"
25742574
"@babel/runtime" "^7.12.5"
25752575
"@types/aria-query" "^5.0.1"
25762576
aria-query "5.3.0"
2577-
chalk "^4.1.0"
25782577
dom-accessibility-api "^0.5.9"
25792578
lz-string "^1.5.0"
2579+
picocolors "1.1.1"
25802580
pretty-format "^27.0.2"
25812581

2582-
"@testing-library/jest-dom@^6.6.3":
2583-
version "6.6.3"
2584-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
2585-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
2582+
"@testing-library/jest-dom@^6.9.1":
2583+
version "6.9.1"
2584+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz#7613a04e146dd2976d24ddf019730d57a89d56c2"
2585+
integrity sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==
25862586
dependencies:
25872587
"@adobe/css-tools" "^4.4.0"
25882588
aria-query "^5.0.0"
2589-
chalk "^3.0.0"
25902589
css.escape "^1.5.1"
25912590
dom-accessibility-api "^0.6.3"
2592-
lodash "^4.17.21"
2591+
picocolors "^1.1.1"
25932592
redent "^3.0.0"
25942593

25952594
"@testing-library/react@^16.3.0":
@@ -2599,10 +2598,10 @@
25992598
dependencies:
26002599
"@babel/runtime" "^7.12.5"
26012600

2602-
"@testing-library/user-event@14.5.2":
2603-
version "14.5.2"
2604-
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.2.tgz#db7257d727c891905947bd1c1a99da20e03c2ebd"
2605-
integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==
2601+
"@testing-library/user-event@14.6.1":
2602+
version "14.6.1"
2603+
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.1.tgz#13e09a32d7a8b7060fe38304788ebf4197cd2149"
2604+
integrity sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==
26062605

26072606
"@tybys/wasm-util@^0.10.1":
26082607
version "0.10.1"
@@ -3459,15 +3458,7 @@ chalk@^2.4.2:
34593458
escape-string-regexp "^1.0.5"
34603459
supports-color "^5.3.0"
34613460

3462-
chalk@^3.0.0:
3463-
version "3.0.0"
3464-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3465-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3466-
dependencies:
3467-
ansi-styles "^4.1.0"
3468-
supports-color "^7.1.0"
3469-
3470-
chalk@^4.0.0, chalk@^4.1.0:
3461+
chalk@^4.0.0:
34713462
version "4.1.2"
34723463
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
34733464
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -6549,16 +6540,16 @@ performance-now@^2.1.0:
65496540
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
65506541
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
65516542

6543+
picocolors@1.1.1, picocolors@^1.1.1:
6544+
version "1.1.1"
6545+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
6546+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
6547+
65526548
picocolors@^1.0.0:
65536549
version "1.0.0"
65546550
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
65556551
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
65566552

6557-
picocolors@^1.1.1:
6558-
version "1.1.1"
6559-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
6560-
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
6561-
65626553
picomatch@^2.3.1:
65636554
version "2.3.1"
65646555
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)