Skip to content

Commit c153ca1

Browse files
committed
chore: remove utility-types dependency
1 parent 393f497 commit c153ca1

File tree

3 files changed

+30
-12
lines changed

3 files changed

+30
-12
lines changed

packages/core/fs/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
"@parcel/watcher-watchman-js": "2.13.3",
6464
"graceful-fs": "^4.2.4",
6565
"ncp": "^2.0.0",
66-
"nullthrows": "^1.1.1",
67-
"utility-types": "^3.10.0"
66+
"nullthrows": "^1.1.1"
6867
},
6968
"peerDependencies": {
7069
"@parcel/core": "^2.13.3"

packages/core/types-internal/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"dependencies": {
1919
"@parcel/diagnostic": "2.13.3",
2020
"@parcel/feature-flags": "2.13.3",
21-
"@parcel/source-map": "^2.1.1",
22-
"utility-types": "^3.10.0"
21+
"@parcel/source-map": "^2.1.1"
2322
}
2423
}

yarn.lock

+28-8
Original file line numberDiff line numberDiff line change
@@ -13669,7 +13669,7 @@ string-natural-compare@^3.0.1:
1366913669
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1367013670
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1367113671

13672-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13672+
"string-width-cjs@npm:string-width@^4.2.0":
1367313673
version "4.2.3"
1367413674
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1367513675
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -13695,6 +13695,15 @@ string-width@^1.0.1, string-width@^1.0.2:
1369513695
is-fullwidth-code-point "^2.0.0"
1369613696
strip-ansi "^4.0.0"
1369713697

13698+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13699+
version "4.2.3"
13700+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13701+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
13702+
dependencies:
13703+
emoji-regex "^8.0.0"
13704+
is-fullwidth-code-point "^3.0.0"
13705+
strip-ansi "^6.0.1"
13706+
1369813707
string-width@^5.0.1, string-width@^5.1.2:
1369913708
version "5.1.2"
1370013709
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -13795,7 +13804,7 @@ stringify-object@^3.3.0:
1379513804
is-obj "^1.0.1"
1379613805
is-regexp "^1.0.0"
1379713806

13798-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13807+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1379913808
version "6.0.1"
1380013809
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1380113810
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -13816,6 +13825,13 @@ strip-ansi@^4.0.0:
1381613825
dependencies:
1381713826
ansi-regex "^3.0.0"
1381813827

13828+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13829+
version "6.0.1"
13830+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13831+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13832+
dependencies:
13833+
ansi-regex "^5.0.1"
13834+
1381913835
strip-ansi@^7.0.1:
1382013836
version "7.1.0"
1382113837
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -14891,11 +14907,6 @@ util@^0.12.3, util@^0.12.5:
1489114907
is-typed-array "^1.1.3"
1489214908
which-typed-array "^1.1.2"
1489314909

14894-
utility-types@^3.10.0:
14895-
version "3.11.0"
14896-
resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.11.0.tgz#607c40edb4f258915e901ea7995607fdf319424c"
14897-
integrity sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==
14898-
1489914910
1490014911
version "1.0.1"
1490114912
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
@@ -15337,7 +15348,7 @@ [email protected]:
1533715348
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.0.tgz#a8e038b4c94569596852de7a8ea4228eefdeb37b"
1533815349
integrity sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==
1533915350

15340-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
15351+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1534115352
version "7.0.0"
1534215353
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1534315354
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15363,6 +15374,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1536315374
string-width "^4.1.0"
1536415375
strip-ansi "^6.0.0"
1536515376

15377+
wrap-ansi@^7.0.0:
15378+
version "7.0.0"
15379+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15380+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15381+
dependencies:
15382+
ansi-styles "^4.0.0"
15383+
string-width "^4.1.0"
15384+
strip-ansi "^6.0.0"
15385+
1536615386
wrap-ansi@^8.1.0:
1536715387
version "8.1.0"
1536815388
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)