Skip to content

Commit fd14ec9

Browse files
robhoganmeta-codesync[bot]
authored andcommitted
Add unit tests for rewriteRequestUrl
Summary: Add comprehensive Jest unit tests for the `rewriteRequestUrl` - Transform profile handling - Setting and defaulting profiles based on app ID - Resolver options defaults handling - Applying and preserving resolver options - Pathname rewriting for server root migration - Testing the real rewritePathnameForServerRootMigration implementation with xplat/js, arvr/js, and socialvr paths - Lazy bundling - Setting lazy based on dev value for bundle/map/assets paths - Source map visibility assertion - Setting resolver.assertResolutionVisible for .map files - URL formatting - Preserving query parameters and handling edge cases - Combined scenarios - Testing all features together Reviewed By: vzaidman Differential Revision: D90984745 fbshipit-source-id: 597c90c63b0c6d05428c52339c4cbd2a9af6f057
1 parent d020ec5 commit fd14ec9

2 files changed

Lines changed: 88 additions & 96 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-config-prettier": "^8.5.0",
2424
"eslint-plugin-babel": "^5.3.1",
2525
"eslint-plugin-ft-flow": "^2.0.1",
26-
"eslint-plugin-import": "^2.26.0",
26+
"eslint-plugin-import": "^2.32.0",
2727
"eslint-plugin-jest": "^29.0.1",
2828
"eslint-plugin-jsx-a11y": "^6.6.0",
2929
"eslint-plugin-lint": "^1.0.0",

yarn.lock

Lines changed: 87 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,11 @@
12591259
hermes-parser "0.25.1"
12601260
nullthrows "^1.1.1"
12611261

1262+
"@rtsao/scc@^1.1.0":
1263+
version "1.1.0"
1264+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1265+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1266+
12621267
"@sinclair/typebox@^0.24.1":
12631268
version "0.24.41"
12641269
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.41.tgz#45470b8bae32a28f1e0501066d0bacbd8b772804"
@@ -1747,7 +1752,7 @@ array-includes@^3.1.1:
17471752
es-abstract "^1.17.0"
17481753
is-string "^1.0.5"
17491754

1750-
array-includes@^3.1.4, array-includes@^3.1.5:
1755+
array-includes@^3.1.5:
17511756
version "3.1.5"
17521757
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
17531758
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
@@ -1758,7 +1763,7 @@ array-includes@^3.1.4, array-includes@^3.1.5:
17581763
get-intrinsic "^1.1.1"
17591764
is-string "^1.0.7"
17601765

1761-
array-includes@^3.1.8:
1766+
array-includes@^3.1.8, array-includes@^3.1.9:
17621767
version "3.1.9"
17631768
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
17641769
integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
@@ -1784,15 +1789,28 @@ array.prototype.findlast@^1.2.5:
17841789
es-object-atoms "^1.0.0"
17851790
es-shim-unscopables "^1.0.2"
17861791

1787-
array.prototype.flat@^1.2.5:
1788-
version "1.3.0"
1789-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b"
1790-
integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==
1792+
array.prototype.findlastindex@^1.2.6:
1793+
version "1.2.6"
1794+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
1795+
integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
17911796
dependencies:
1792-
call-bind "^1.0.2"
1793-
define-properties "^1.1.3"
1794-
es-abstract "^1.19.2"
1795-
es-shim-unscopables "^1.0.0"
1797+
call-bind "^1.0.8"
1798+
call-bound "^1.0.4"
1799+
define-properties "^1.2.1"
1800+
es-abstract "^1.23.9"
1801+
es-errors "^1.3.0"
1802+
es-object-atoms "^1.1.1"
1803+
es-shim-unscopables "^1.1.0"
1804+
1805+
array.prototype.flat@^1.3.3:
1806+
version "1.3.3"
1807+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
1808+
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
1809+
dependencies:
1810+
call-bind "^1.0.8"
1811+
define-properties "^1.2.1"
1812+
es-abstract "^1.23.5"
1813+
es-shim-unscopables "^1.0.2"
17961814

17971815
array.prototype.flatmap@^1.3.3:
17981816
version "1.3.3"
@@ -2295,7 +2313,7 @@ data-view-byte-offset@^1.0.1:
22952313
es-errors "^1.3.0"
22962314
is-data-view "^1.0.1"
22972315

2298-
debug@2.6.9, debug@^2.6.9:
2316+
debug@2.6.9:
22992317
version "2.6.9"
23002318
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
23012319
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -2565,7 +2583,7 @@ es-abstract@^1.18.0-next.0, es-abstract@^1.18.0-next.1:
25652583
string.prototype.trimend "^1.0.1"
25662584
string.prototype.trimstart "^1.0.1"
25672585

2568-
es-abstract@^1.19.0, es-abstract@^1.19.1:
2586+
es-abstract@^1.19.0:
25692587
version "1.19.1"
25702588
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
25712589
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
@@ -2591,7 +2609,7 @@ es-abstract@^1.19.0, es-abstract@^1.19.1:
25912609
string.prototype.trimstart "^1.0.4"
25922610
unbox-primitive "^1.0.1"
25932611

2594-
es-abstract@^1.19.2, es-abstract@^1.19.5:
2612+
es-abstract@^1.19.5:
25952613
version "1.20.1"
25962614
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
25972615
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
@@ -2669,14 +2687,7 @@ es-set-tostringtag@^2.1.0:
26692687
has-tostringtag "^1.0.2"
26702688
hasown "^2.0.2"
26712689

2672-
es-shim-unscopables@^1.0.0:
2673-
version "1.0.0"
2674-
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
2675-
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
2676-
dependencies:
2677-
has "^1.0.3"
2678-
2679-
es-shim-unscopables@^1.0.2:
2690+
es-shim-unscopables@^1.0.2, es-shim-unscopables@^1.1.0:
26802691
version "1.1.0"
26812692
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
26822693
integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
@@ -2748,21 +2759,21 @@ eslint-config-prettier@^8.5.0:
27482759
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
27492760
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
27502761

2751-
eslint-import-resolver-node@^0.3.6:
2752-
version "0.3.6"
2753-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
2754-
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
2762+
eslint-import-resolver-node@^0.3.9:
2763+
version "0.3.9"
2764+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
2765+
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
27552766
dependencies:
27562767
debug "^3.2.7"
2757-
resolve "^1.20.0"
2768+
is-core-module "^2.13.0"
2769+
resolve "^1.22.4"
27582770

2759-
eslint-module-utils@^2.7.3:
2760-
version "2.7.3"
2761-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
2762-
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
2771+
eslint-module-utils@^2.12.1:
2772+
version "2.12.1"
2773+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
2774+
integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
27632775
dependencies:
27642776
debug "^3.2.7"
2765-
find-up "^2.1.0"
27662777

27672778
eslint-plugin-babel@^5.3.1:
27682779
version "5.3.1"
@@ -2779,24 +2790,30 @@ eslint-plugin-ft-flow@^2.0.1:
27792790
lodash "^4.17.21"
27802791
string-natural-compare "^3.0.1"
27812792

2782-
eslint-plugin-import@^2.26.0:
2783-
version "2.26.0"
2784-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
2785-
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
2793+
eslint-plugin-import@^2.32.0:
2794+
version "2.32.0"
2795+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980"
2796+
integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==
27862797
dependencies:
2787-
array-includes "^3.1.4"
2788-
array.prototype.flat "^1.2.5"
2789-
debug "^2.6.9"
2798+
"@rtsao/scc" "^1.1.0"
2799+
array-includes "^3.1.9"
2800+
array.prototype.findlastindex "^1.2.6"
2801+
array.prototype.flat "^1.3.3"
2802+
array.prototype.flatmap "^1.3.3"
2803+
debug "^3.2.7"
27902804
doctrine "^2.1.0"
2791-
eslint-import-resolver-node "^0.3.6"
2792-
eslint-module-utils "^2.7.3"
2793-
has "^1.0.3"
2794-
is-core-module "^2.8.1"
2805+
eslint-import-resolver-node "^0.3.9"
2806+
eslint-module-utils "^2.12.1"
2807+
hasown "^2.0.2"
2808+
is-core-module "^2.16.1"
27952809
is-glob "^4.0.3"
27962810
minimatch "^3.1.2"
2797-
object.values "^1.1.5"
2798-
resolve "^1.22.0"
2799-
tsconfig-paths "^3.14.1"
2811+
object.fromentries "^2.0.8"
2812+
object.groupby "^1.0.3"
2813+
object.values "^1.2.1"
2814+
semver "^6.3.1"
2815+
string.prototype.trimend "^1.0.9"
2816+
tsconfig-paths "^3.15.0"
28002817

28012818
eslint-plugin-jest@^29.0.1:
28022819
version "29.0.1"
@@ -3119,13 +3136,6 @@ find-cache-dir@^2.0.0:
31193136
make-dir "^2.0.0"
31203137
pkg-dir "^3.0.0"
31213138

3122-
find-up@^2.1.0:
3123-
version "2.1.0"
3124-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
3125-
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
3126-
dependencies:
3127-
locate-path "^2.0.0"
3128-
31293139
find-up@^3.0.0:
31303140
version "3.0.0"
31313141
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -3696,7 +3706,7 @@ is-callable@^1.2.7:
36963706
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
36973707
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
36983708

3699-
is-core-module@^2.13.0:
3709+
is-core-module@^2.13.0, is-core-module@^2.16.1:
37003710
version "2.16.1"
37013711
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
37023712
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
@@ -3710,7 +3720,7 @@ is-core-module@^2.2.0:
37103720
dependencies:
37113721
has "^1.0.3"
37123722

3713-
is-core-module@^2.8.1, is-core-module@^2.9.0:
3723+
is-core-module@^2.9.0:
37143724
version "2.9.0"
37153725
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
37163726
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
@@ -4644,7 +4654,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
46444654
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
46454655
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
46464656

4647-
json5@2.2.3, json5@^1.0.1, json5@^2.2.3:
4657+
json5@2.2.3, json5@^1.0.2, json5@^2.2.3:
46484658
version "2.2.3"
46494659
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
46504660
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -4720,14 +4730,6 @@ lines-and-columns@^1.1.6:
47204730
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
47214731
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
47224732

4723-
locate-path@^2.0.0:
4724-
version "2.0.0"
4725-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
4726-
integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
4727-
dependencies:
4728-
p-locate "^2.0.0"
4729-
path-exists "^3.0.0"
4730-
47314733
locate-path@^3.0.0:
47324734
version "3.0.0"
47334735
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
@@ -5060,14 +5062,14 @@ object.fromentries@^2.0.8:
50605062
es-abstract "^1.23.2"
50615063
es-object-atoms "^1.0.0"
50625064

5063-
object.values@^1.1.5:
5064-
version "1.1.5"
5065-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
5066-
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
5065+
object.groupby@^1.0.3:
5066+
version "1.0.3"
5067+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
5068+
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
50675069
dependencies:
5068-
call-bind "^1.0.2"
5069-
define-properties "^1.1.3"
5070-
es-abstract "^1.19.1"
5070+
call-bind "^1.0.7"
5071+
define-properties "^1.2.1"
5072+
es-abstract "^1.23.2"
50715073

50725074
object.values@^1.2.1:
50735075
version "1.2.1"
@@ -5121,13 +5123,6 @@ own-keys@^1.0.1:
51215123
object-keys "^1.1.1"
51225124
safe-push-apply "^1.0.0"
51235125

5124-
p-limit@^1.1.0:
5125-
version "1.3.0"
5126-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
5127-
integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
5128-
dependencies:
5129-
p-try "^1.0.0"
5130-
51315126
p-limit@^2.0.0, p-limit@^2.2.0:
51325127
version "2.3.0"
51335128
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
@@ -5142,13 +5137,6 @@ p-limit@^3.0.2, p-limit@^3.1.0:
51425137
dependencies:
51435138
yocto-queue "^0.1.0"
51445139

5145-
p-locate@^2.0.0:
5146-
version "2.0.0"
5147-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
5148-
integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
5149-
dependencies:
5150-
p-limit "^1.1.0"
5151-
51525140
p-locate@^3.0.0:
51535141
version "3.0.0"
51545142
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -5170,11 +5158,6 @@ p-locate@^5.0.0:
51705158
dependencies:
51715159
p-limit "^3.0.2"
51725160

5173-
p-try@^1.0.0:
5174-
version "1.0.0"
5175-
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
5176-
integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
5177-
51785161
p-try@^2.0.0:
51795162
version "2.2.0"
51805163
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
@@ -5535,7 +5518,7 @@ resolve@^1.14.2:
55355518
is-core-module "^2.2.0"
55365519
path-parse "^1.0.6"
55375520

5538-
resolve@^1.20.0, resolve@^1.22.0:
5521+
resolve@^1.20.0:
55395522
version "1.22.1"
55405523
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
55415524
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
@@ -5544,6 +5527,15 @@ resolve@^1.20.0, resolve@^1.22.0:
55445527
path-parse "^1.0.7"
55455528
supports-preserve-symlinks-flag "^1.0.0"
55465529

5530+
resolve@^1.22.4:
5531+
version "1.22.11"
5532+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.11.tgz#aad857ce1ffb8bfa9b0b1ac29f1156383f68c262"
5533+
integrity sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==
5534+
dependencies:
5535+
is-core-module "^2.16.1"
5536+
path-parse "^1.0.7"
5537+
supports-preserve-symlinks-flag "^1.0.0"
5538+
55475539
resolve@^2.0.0-next.5:
55485540
version "2.0.0-next.5"
55495541
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c"
@@ -6128,13 +6120,13 @@ ts-api-utils@^2.1.0:
61286120
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
61296121
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
61306122

6131-
tsconfig-paths@^3.14.1:
6132-
version "3.14.1"
6133-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
6134-
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
6123+
tsconfig-paths@^3.15.0:
6124+
version "3.15.0"
6125+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
6126+
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
61356127
dependencies:
61366128
"@types/json5" "^0.0.29"
6137-
json5 "^1.0.1"
6129+
json5 "^1.0.2"
61386130
minimist "^1.2.6"
61396131
strip-bom "^3.0.0"
61406132

0 commit comments

Comments
 (0)