Bump /desktop again

Summary:
New round of releases and PRs came up, so bumping again.

Very selective Metro update as some dependencies don't play well together. A bunch of other dependencies use ESM and fail at various stages of the build or runtime process.

Reviewed By: mweststrate

Differential Revision: D34688830

fbshipit-source-id: 2ff5c46c253b814140f634a986ba0d246e9b0945
This commit is contained in:
Pascal Hartig
2022-03-08 03:02:11 -08:00
committed by Facebook GitHub Bot
parent 9d390d0864
commit 6d05e6c226
6 changed files with 54 additions and 55 deletions

View File

@@ -19,7 +19,7 @@
"flipper-ui-core": "0.0.0", "flipper-ui-core": "0.0.0",
"fs-extra": "^10.0.1", "fs-extra": "^10.0.1",
"invariant": "^2.2.2", "invariant": "^2.2.2",
"metro-runtime": "^0.68.0", "metro-runtime": "^0.69.0",
"pretty-format": "^27.5.0" "pretty-format": "^27.5.0"
}, },
"optionalDependencies": {}, "optionalDependencies": {},

View File

@@ -40,11 +40,11 @@
"tmp": "^0.2.1", "tmp": "^0.2.1",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"which": "^2.0.2", "which": "^2.0.2",
"ws": "^8.4.2", "ws": "^8.5.0",
"xdg-basedir": "^4.0.0" "xdg-basedir": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/archiver": "^5.1.1", "@types/archiver": "^5.3.1",
"@types/invariant": "^2.2.35", "@types/invariant": "^2.2.35",
"@types/memorystream": "^0.3.0", "@types/memorystream": "^0.3.0",
"@types/node": "^15.12.5", "@types/node": "^15.12.5",
@@ -52,9 +52,9 @@
"@types/rsocket-core": "^0.0.7", "@types/rsocket-core": "^0.0.7",
"@types/rsocket-tcp-server": "^0.0.2", "@types/rsocket-tcp-server": "^0.0.2",
"@types/split2": "^3.2.1", "@types/split2": "^3.2.1",
"@types/tmp": "^0.2.2", "@types/tmp": "^0.2.3",
"@types/which": "^2.0.1", "@types/which": "^2.0.1",
"@types/ws": "^8.2.2", "@types/ws": "^8.5.2",
"memorystream": "^0.3.1", "memorystream": "^0.3.1",
"tmp": "^0.2.1" "tmp": "^0.2.1"
}, },

View File

@@ -11,11 +11,11 @@
"bugs": "https://github.com/facebook/flipper/issues", "bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"invariant": "^2.2.4",
"eventemitter3": "^4.0.7", "eventemitter3": "^4.0.7",
"flipper-common": "0.0.0", "flipper-common": "0.0.0",
"flipper-ui-core": "0.0.0", "flipper-ui-core": "0.0.0",
"metro-runtime": "^0.68.0", "invariant": "^2.2.4",
"metro-runtime": "^0.69.0",
"pretty-format": "^27.5.0", "pretty-format": "^27.5.0",
"react-refresh": "^0.10.0", "react-refresh": "^0.10.0",
"socket.io-client": "^4.4.1" "socket.io-client": "^4.4.1"

View File

@@ -13,9 +13,9 @@
"flipper-plugin-lib": "0.0.0", "flipper-plugin-lib": "0.0.0",
"fs-extra": "^10.0.1", "fs-extra": "^10.0.1",
"metro": "^0.66.2", "metro": "^0.66.2",
"metro-cache": "^0.67.0", "metro-cache": "^0.69.0",
"metro-minify-terser": "^0.66.2", "metro-minify-terser": "^0.66.2",
"npm-packlist": "^3.0.0" "npm-packlist": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",

View File

@@ -10,7 +10,7 @@
"mac-ca": "^1.0.6", "mac-ca": "^1.0.6",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"ws": "^8.4.2", "ws": "^8.5.0",
"xdg-basedir": "^4.0.0", "xdg-basedir": "^4.0.0",
"yargs": "^16.2.0" "yargs": "^16.2.0"
}, },

View File

@@ -2469,10 +2469,10 @@
dependencies: dependencies:
"@types/node-fetch" "*" "@types/node-fetch" "*"
"@types/archiver@^5.1.1": "@types/archiver@^5.3.1":
version "5.1.1" version "5.3.1"
resolved "https://registry.yarnpkg.com/@types/archiver/-/archiver-5.1.1.tgz#d6d7610de4386b293abd5c1cb1875e0a4f4e1c30" resolved "https://registry.yarnpkg.com/@types/archiver/-/archiver-5.3.1.tgz#02991e940a03dd1a32678fead4b4ca03d0e387ca"
integrity sha512-heuaCk0YH5m274NOLSi66H1zX6GtZoMsdE6TYFcpFFjBjg0FoU4i4/M/a/kNlgNg26Xk3g364mNOYe1JaiEPOQ== integrity sha512-wKYZaSXaDvTZuInAWjCeGG7BEAgTWG2zZW0/f7IYFcoHB2X2d9lkVFnrOlXl3W6NrvO6Ml3FLLu8Uksyymcpnw==
dependencies: dependencies:
"@types/glob" "*" "@types/glob" "*"
@@ -3018,10 +3018,10 @@
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/tmp@^0.2.2": "@types/tmp@^0.2.3":
version "0.2.2" version "0.2.3"
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.2.tgz#424537a3b91828cb26aaf697f21ae3cd1b69f7e7" resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.3.tgz#908bfb113419fd6a42273674c00994d40902c165"
integrity sha512-MhSa0yylXtVMsyT8qFpHA1DLHj4DvQGH5ntxrhHSh8PxUVNi35Wk+P5hVgqbO2qZqOotqr9jaoPRL+iRjWYm/A== integrity sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3": "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
version "2.0.3" version "2.0.3"
@@ -3048,10 +3048,10 @@
resolved "https://registry.yarnpkg.com/@types/which/-/which-2.0.1.tgz#27ecd67f915b7c3d6ba552135bb1eecd66e63501" resolved "https://registry.yarnpkg.com/@types/which/-/which-2.0.1.tgz#27ecd67f915b7c3d6ba552135bb1eecd66e63501"
integrity sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ== integrity sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==
"@types/ws@^8.2.2": "@types/ws@^8.5.2":
version "8.2.2" version "8.5.2"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.2.tgz#7c5be4decb19500ae6b3d563043cd407bf366c21" resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.2.tgz#77e0c2e360e9579da930ffcfa53c5975ea3bdd26"
integrity sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg== integrity sha512-VXI82ykONr5tacHEojnErTQk+KQSoYbW1NB6iz6wUwrNd+BqfkfggQNoNdCqhJSzbNumShPERbM+Pc5zpfhlbw==
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
@@ -8922,13 +8922,12 @@ metro-cache@0.66.2:
mkdirp "^0.5.1" mkdirp "^0.5.1"
rimraf "^2.5.4" rimraf "^2.5.4"
metro-cache@^0.67.0: metro-cache@^0.69.0:
version "0.67.0" version "0.69.0"
resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.67.0.tgz#928db5742542719677468c4d22ea29b71c7ec8fc" resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.69.0.tgz#9b31e33b11e1a5a91d82a9895710ab49301c33e4"
integrity sha512-IY5dXiR76L75b2ue/mv+9vW8g5hdQJU6YEe81lj6gTSoUrhcONT0rzY+Gh5QOS2Kk6z9utZQMvd9PRKL9/635A== integrity sha512-KVAxeJ2T3T+PiaOJZdH5To9q0YoZxOaIJgTDDvtnaAlMnw5yax1RIQymiZ2Qfo3gawdr0a5ZfJtCqkG+JS8+4Q==
dependencies: dependencies:
metro-core "0.67.0" metro-core "0.69.0"
mkdirp "^0.5.1"
rimraf "^2.5.4" rimraf "^2.5.4"
metro-config@0.66.2: metro-config@0.66.2:
@@ -8952,14 +8951,14 @@ metro-core@0.66.2:
lodash.throttle "^4.1.1" lodash.throttle "^4.1.1"
metro-resolver "0.66.2" metro-resolver "0.66.2"
metro-core@0.67.0: metro-core@0.69.0:
version "0.67.0" version "0.69.0"
resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.67.0.tgz#75066e11b4df220992abf9cd6200279dd87876c8" resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.69.0.tgz#139674f7f4f299ebd35668f010d05ad40f0a3580"
integrity sha512-TOa/ShE1bUq83fGNfV6rFwyfZ288M8ydmWN3g9C2OW8emOHLhJslYD/SIU4DhDkP/99yaJluIALdZ2g0+pCrvQ== integrity sha512-VzZwL+xm0QbH8XecsKoJkj7FKt3na843flHqFcOXg0OHpcmYKgOJeXfHBYz/GwpX5PVMByjd55Mx2AU3ufx+xw==
dependencies: dependencies:
jest-haste-map "^27.3.1" jest-haste-map "^27.3.1"
lodash.throttle "^4.1.1" lodash.throttle "^4.1.1"
metro-resolver "0.67.0" metro-resolver "0.69.0"
metro-hermes-compiler@0.66.2: metro-hermes-compiler@0.66.2:
version "0.66.2" version "0.66.2"
@@ -9043,10 +9042,10 @@ metro-resolver@0.66.2:
dependencies: dependencies:
absolute-path "^0.0.0" absolute-path "^0.0.0"
metro-resolver@0.67.0: metro-resolver@0.69.0:
version "0.67.0" version "0.69.0"
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.67.0.tgz#8143c716f77e468d1d42eca805243706eb349959" resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.69.0.tgz#d1d2147e6771f952f27b1bf5f645dc6b4ca12de0"
integrity sha512-d2KS/zAyOA/z/q4/ff41rAp+1txF4H6qItwpsls/RHStV2j6PqgRHUzq/3ga+VIeoUJntYJ8nGW3+3qSrhFlig== integrity sha512-vORFDli6dLPygXMnf0x2Pg4Wj3Uyye88Gw0H31/dmkRF/oyz8MwS7SXb3xBwVMpkbdpVz0VRPBrPyR8nY8EV5g==
dependencies: dependencies:
absolute-path "^0.0.0" absolute-path "^0.0.0"
@@ -9055,10 +9054,10 @@ metro-runtime@0.66.2:
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.66.2.tgz#3409ee957b949b6c7b72ef6ed2b9af9a4f4a910e" resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.66.2.tgz#3409ee957b949b6c7b72ef6ed2b9af9a4f4a910e"
integrity sha512-vFhKBk2ot9FS4b+2v0OTa/guCF/QDAOJubY0CNg7PzCS5+w4y3IvZIcPX4SSS1t8pYEZBLvtdtTDarlDl81xmg== integrity sha512-vFhKBk2ot9FS4b+2v0OTa/guCF/QDAOJubY0CNg7PzCS5+w4y3IvZIcPX4SSS1t8pYEZBLvtdtTDarlDl81xmg==
metro-runtime@^0.68.0: metro-runtime@^0.69.0:
version "0.68.0" version "0.69.0"
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.68.0.tgz#58cc80de8d615bf783e0446ad2830b724ccc0001" resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.69.0.tgz#cfddafbb8f3e194b3e2eb917ed851d0ee10d8e04"
integrity sha512-FDtecsblgru4ObES1EHIyyBCTYTHxxY3olv+4V/OtSfaD4AJVnqyVeSG865tz5fYnrJ4pk4jYj7vn8x16WJQdA== integrity sha512-m4qnrNIU5r/mYKiMJwfsUpJ8Q3oZa+bp0bpQHYxt5KvXETiFTEO3iF5ZsebLDII0SbEY+vIzGVXZFlA4p7XX9A==
metro-source-map@0.66.2: metro-source-map@0.66.2:
version "0.66.2" version "0.66.2"
@@ -9518,10 +9517,10 @@ npm-api@^1.0.1:
node-fetch "^2.6.0" node-fetch "^2.6.0"
paged-request "^2.0.1" paged-request "^2.0.1"
npm-bundled@^1.1.1: npm-bundled@^1.1.2:
version "1.1.1" version "1.1.2"
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.1.tgz#1edd570865a94cdb1bc8220775e29466c9fb234b" resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.2.tgz#944c78789bd739035b70baa2ca5cc32b8d860bc1"
integrity sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA== integrity sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==
dependencies: dependencies:
npm-normalize-package-bin "^1.0.1" npm-normalize-package-bin "^1.0.1"
@@ -9538,14 +9537,14 @@ npm-normalize-package-bin@^1.0.1:
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==
npm-packlist@^3.0.0: npm-packlist@^4.0.0:
version "3.0.0" version "4.0.0"
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-3.0.0.tgz#0370df5cfc2fcc8f79b8f42b37798dd9ee32c2a9" resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-4.0.0.tgz#ba54713f8ee2ad919a6dc9f1b9ec7aa291466703"
integrity sha512-L/cbzmutAwII5glUcf2DBRNY/d0TFd4e/FnaZigJV6JD85RHZXJFGwCndjMWiiViiWSsWt3tiOLpI3ByTnIdFQ== integrity sha512-gL6XC/iw9YSmqArmZOGSkyy+yIZf2f7uH0p4Vmxef/irn73vd9/rDkCtvm+a9rh/QK2xGYfCAMOghM06ymzC0A==
dependencies: dependencies:
glob "^7.1.6" glob "^7.2.0"
ignore-walk "^4.0.1" ignore-walk "^4.0.1"
npm-bundled "^1.1.1" npm-bundled "^1.1.2"
npm-normalize-package-bin "^1.0.1" npm-normalize-package-bin "^1.0.1"
npm-run-path@^2.0.0: npm-run-path@^2.0.0:
@@ -12950,10 +12949,10 @@ ws@^7.4.5:
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.6.tgz#e59fc509fb15ddfb65487ee9765c5a51dec5fe7b" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.6.tgz#e59fc509fb15ddfb65487ee9765c5a51dec5fe7b"
integrity sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA== integrity sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==
ws@^8.4.2: ws@^8.5.0:
version "8.4.2" version "8.5.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.2.tgz#18e749868d8439f2268368829042894b6907aa0b" resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
integrity sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA== integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
ws@~8.2.3: ws@~8.2.3:
version "8.2.3" version "8.2.3"