Skip to content

Commit d7d4359

Browse files
authored
build: Remove unnecessary yarn resolutions (#11603)
We don't actually need them anymore, as we've updated stuff I guess. This also finally fixes the problem that yarn always seemed to do some work even with the lockfile "up to date".
1 parent dc5aafc commit d7d4359

File tree

2 files changed

+97
-11
lines changed

2 files changed

+97
-11
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,7 @@
136136
"vitest": "^0.29.2",
137137
"yalc": "^1.0.0-pre.53"
138138
},
139-
"resolutions": {
140-
"wrap-ansi": "7.0.0",
141-
"string-width": "4.1.0",
142-
"**/terser/source-map": "0.7.4"
143-
},
139+
"resolutions": {},
144140
"version": "0.0.0",
145141
"name": "sentry-javascript",
146142
"prettier": {

yarn.lock

Lines changed: 96 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8463,7 +8463,7 @@ ansi-styles@^2.2.1:
84638463
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
84648464
integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
84658465

8466-
ansi-styles@^3.0.0, ansi-styles@^3.2.1:
8466+
ansi-styles@^3.0.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1:
84678467
version "3.2.1"
84688468
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
84698469
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -8482,7 +8482,7 @@ ansi-styles@^5.0.0:
84828482
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
84838483
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
84848484

8485-
ansi-styles@^6.0.0:
8485+
ansi-styles@^6.0.0, ansi-styles@^6.1.0:
84868486
version "6.2.1"
84878487
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
84888488
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
@@ -13234,6 +13234,11 @@ duplexify@^4.0.0, duplexify@^4.1.1:
1323413234
readable-stream "^3.1.1"
1323513235
stream-shift "^1.0.0"
1323613236

13237+
eastasianwidth@^0.2.0:
13238+
version "0.2.0"
13239+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
13240+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
13241+
1323713242
ecdsa-sig-formatter@1.0.11, ecdsa-sig-formatter@^1.0.11:
1323813243
version "1.0.11"
1323913244
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
@@ -13980,11 +13985,26 @@ emittery@^0.8.1:
1398013985
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860"
1398113986
integrity sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==
1398213987

13988+
emoji-regex@^10.2.1:
13989+
version "10.3.0"
13990+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23"
13991+
integrity sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==
13992+
13993+
emoji-regex@^7.0.1:
13994+
version "7.0.3"
13995+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
13996+
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
13997+
1398313998
emoji-regex@^8.0.0:
1398413999
version "8.0.0"
1398514000
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
1398614001
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
1398714002

14003+
emoji-regex@^9.2.2:
14004+
version "9.2.2"
14005+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
14006+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
14007+
1398814008
emojis-list@^3.0.0:
1398914009
version "3.0.0"
1399014010
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
@@ -18148,6 +18168,11 @@ is-finite@^1.0.0:
1814818168
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3"
1814918169
integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==
1815018170

18171+
is-fullwidth-code-point@^2.0.0:
18172+
version "2.0.0"
18173+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
18174+
integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==
18175+
1815118176
is-fullwidth-code-point@^3.0.0:
1815218177
version "3.0.0"
1815318178
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
@@ -27625,7 +27650,8 @@ string-template@~0.2.1:
2762527650
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
2762627651
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
2762727652

27628-
"string-width-cjs@npm:string-width@^4.2.0":
27653+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
27654+
name string-width-cjs
2762927655
version "4.2.3"
2763027656
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2763127657
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -27634,7 +27660,15 @@ string-template@~0.2.1:
2763427660
is-fullwidth-code-point "^3.0.0"
2763527661
strip-ansi "^6.0.1"
2763627662

27637-
string-width@4.1.0, "string-width@^1.0.2 || 2", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^2.1.0, string-width@^3.0.0, string-width@^3.1.0, string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3, string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2, string-width@^6.1.0:
27663+
"string-width@^1.0.2 || 2", string-width@^2.1.0:
27664+
version "2.1.1"
27665+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
27666+
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
27667+
dependencies:
27668+
is-fullwidth-code-point "^2.0.0"
27669+
strip-ansi "^4.0.0"
27670+
27671+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0:
2763827672
version "4.1.0"
2763927673
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.1.0.tgz#ba846d1daa97c3c596155308063e075ed1c99aff"
2764027674
integrity sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==
@@ -27643,6 +27677,33 @@ string-width@4.1.0, "string-width@^1.0.2 || 2", "string-width@^1.0.2 || 2 || 3 |
2764327677
is-fullwidth-code-point "^3.0.0"
2764427678
strip-ansi "^5.2.0"
2764527679

27680+
string-width@^3.0.0, string-width@^3.1.0:
27681+
version "3.1.0"
27682+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
27683+
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
27684+
dependencies:
27685+
emoji-regex "^7.0.1"
27686+
is-fullwidth-code-point "^2.0.0"
27687+
strip-ansi "^5.1.0"
27688+
27689+
string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2:
27690+
version "5.1.2"
27691+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
27692+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
27693+
dependencies:
27694+
eastasianwidth "^0.2.0"
27695+
emoji-regex "^9.2.2"
27696+
strip-ansi "^7.0.1"
27697+
27698+
string-width@^6.1.0:
27699+
version "6.1.0"
27700+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-6.1.0.tgz#96488d6ed23f9ad5d82d13522af9e4c4c3fd7518"
27701+
integrity sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==
27702+
dependencies:
27703+
eastasianwidth "^0.2.0"
27704+
emoji-regex "^10.2.1"
27705+
strip-ansi "^7.0.1"
27706+
2764627707
string.prototype.matchall@^4.0.5, string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.8:
2764727708
version "4.0.8"
2764827709
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
@@ -27721,6 +27782,7 @@ stringify-object@^3.2.1:
2772127782
is-regexp "^1.0.0"
2772227783

2772327784
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
27785+
name strip-ansi-cjs
2772427786
version "6.0.1"
2772527787
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2772627788
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -27741,7 +27803,7 @@ strip-ansi@^4.0.0:
2774127803
dependencies:
2774227804
ansi-regex "^3.0.0"
2774327805

27744-
strip-ansi@^5.1.0, strip-ansi@^5.2.0:
27806+
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2774527807
version "5.2.0"
2774627808
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
2774727809
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
@@ -30436,7 +30498,8 @@ workerpool@^6.4.0:
3043630498
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.4.0.tgz#f8d5cfb45fde32fa3b7af72ad617c3369567a462"
3043730499
integrity sha512-i3KR1mQMNwY2wx20ozq2EjISGtQWDIfV56We+yGJ5yDs8jTwQiLLaqHlkBHITlCuJnYlVRmXegxFxZg7gqI++A==
3043830500

30439-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@7.0.0, wrap-ansi@^5.1.0, wrap-ansi@^6.0.1, wrap-ansi@^6.2.0, wrap-ansi@^7.0.0, wrap-ansi@^8.1.0:
30501+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
30502+
name wrap-ansi-cjs
3044030503
version "7.0.0"
3044130504
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3044230505
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -30445,6 +30508,33 @@ workerpool@^6.4.0:
3044530508
string-width "^4.1.0"
3044630509
strip-ansi "^6.0.0"
3044730510

30511+
wrap-ansi@^5.1.0:
30512+
version "5.1.0"
30513+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
30514+
integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
30515+
dependencies:
30516+
ansi-styles "^3.2.0"
30517+
string-width "^3.0.0"
30518+
strip-ansi "^5.0.0"
30519+
30520+
wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
30521+
version "6.2.0"
30522+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
30523+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
30524+
dependencies:
30525+
ansi-styles "^4.0.0"
30526+
string-width "^4.1.0"
30527+
strip-ansi "^6.0.0"
30528+
30529+
wrap-ansi@^8.1.0:
30530+
version "8.1.0"
30531+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
30532+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
30533+
dependencies:
30534+
ansi-styles "^6.1.0"
30535+
string-width "^5.0.1"
30536+
strip-ansi "^7.0.1"
30537+
3044830538
wrappy@1:
3044930539
version "1.0.2"
3045030540
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)