Skip to content

Commit 51b98c2

Browse files
Bump CLI to 15.0.1 (#47328)
1 parent bbe5e72 commit 51b98c2

File tree

4 files changed

+98
-75
lines changed

4 files changed

+98
-75
lines changed

packages/react-native-info/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"directory": "packages/react-native-info"
1818
},
1919
"dependencies": {
20-
"@react-native-community/cli-config": "15.0.0-alpha.2",
21-
"@react-native-community/cli-platform-apple": "15.0.0-alpha.2",
22-
"@react-native-community/cli-tools": "15.0.0-alpha.2",
23-
"@react-native-community/cli-types": "15.0.0-alpha.2",
20+
"@react-native-community/cli-config": "15.0.1",
21+
"@react-native-community/cli-platform-apple": "15.0.1",
22+
"@react-native-community/cli-tools": "15.0.1",
23+
"@react-native-community/cli-types": "15.0.1",
2424
"commander": "^12.0.0",
2525
"fs-extra": "^11.2.0",
2626
"yaml": "^2.4.1"

packages/react-native/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async function main() {
204204

205205
const proc = spawn(
206206
'npx',
207-
['@react-native-community/cli', ...process.argv.slice(2)],
207+
['@react-native-community/cli@latest', ...process.argv.slice(2)],
208208
{
209209
stdio: 'inherit',
210210
},

packages/rn-tester/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
}
4343
},
4444
"devDependencies": {
45-
"@react-native-community/cli": "15.0.0-alpha.2",
46-
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
47-
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2"
45+
"@react-native-community/cli": "15.0.1",
46+
"@react-native-community/cli-platform-android": "15.0.1",
47+
"@react-native-community/cli-platform-ios": "15.0.1"
4848
}
4949
}

yarn.lock

Lines changed: 90 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,20 @@
11341134
"@babel/parser" "^7.25.0"
11351135
"@babel/types" "^7.25.0"
11361136

1137-
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4":
1137+
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
1138+
version "7.25.6"
1139+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
1140+
integrity sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==
1141+
dependencies:
1142+
"@babel/code-frame" "^7.24.7"
1143+
"@babel/generator" "^7.25.6"
1144+
"@babel/parser" "^7.25.6"
1145+
"@babel/template" "^7.25.0"
1146+
"@babel/types" "^7.25.6"
1147+
debug "^4.3.1"
1148+
globals "^11.1.0"
1149+
1150+
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4":
11381151
version "7.25.6"
11391152
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
11401153
integrity sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==
@@ -1758,45 +1771,55 @@
17581771
optionalDependencies:
17591772
npmlog "2 || ^3.1.0 || ^4.0.0"
17601773

1761-
"@react-native-community/[email protected]":
1762-
version "15.0.0-alpha.2"
1763-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-15.0.0-alpha.2.tgz#c6598086cd1432deaa2bed82f6d2833feb112091"
1764-
integrity sha512-QNq5lZpoxGHIneKBB1S8hSpvgFYGST7CP1GWrgrmOaIieNFsh2oWhTePzGyxUgxr0i0qzolmWwuwqqyIPMUSyQ==
1774+
"@react-native-community/[email protected]":
1775+
version "15.0.1"
1776+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-15.0.1.tgz#80ce09ffe0d62bb265447007f24dc8dcbf8fe7d3"
1777+
integrity sha512-flGTfT005UZvW2LAXVowZ/7ri22oiiZE4pPgMvc8klRxO5uofKIRuohgiHybHtiCo/HNqIz45JmZJvuFrhc4Ow==
1778+
dependencies:
1779+
"@react-native-community/cli-tools" "15.0.1"
1780+
chalk "^4.1.2"
1781+
execa "^5.0.0"
1782+
fast-glob "^3.3.2"
1783+
1784+
"@react-native-community/[email protected]":
1785+
version "15.0.1"
1786+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config-apple/-/cli-config-apple-15.0.1.tgz#2d845599eada1b479df6716a25dc871c3d202f38"
1787+
integrity sha512-GEHUx4NRp9W9or6vygn0TgNeFkcJdNjrtko0vQEJAS4gJdWqP/9LqqwJNlUfaW5jHBN7TKALAMlfRmI12Op3sg==
17651788
dependencies:
1766-
"@react-native-community/cli-tools" "15.0.0-alpha.2"
1789+
"@react-native-community/cli-tools" "15.0.1"
17671790
chalk "^4.1.2"
17681791
execa "^5.0.0"
17691792
fast-glob "^3.3.2"
17701793

1771-
"@react-native-community/[email protected].0-alpha.2":
1772-
version "15.0.0-alpha.2"
1773-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-15.0.0-alpha.2.tgz#fe535e9174593041ec0c8e6abbb9cb4127195315"
1774-
integrity sha512-gkmVP7s5sR74HOz2unPsRdNTEmwQyzpeEcB2OI3g35WAyccpYO7OpmpE1PlQ0O9qKdQlQJKbL7fq2DhqswVAdg==
1794+
"@react-native-community/[email protected].1":
1795+
version "15.0.1"
1796+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-15.0.1.tgz#fe44472757ebca4348fe4861ceaf9d4daff26767"
1797+
integrity sha512-SL3/9zIyzQQPKWei0+W1gNHxCPurrxqpODUWnVLoP38DNcvYCGtsRayw/4DsXgprZfBC+FsscNpd3IDJrG59XA==
17751798
dependencies:
1776-
"@react-native-community/cli-tools" "15.0.0-alpha.2"
1799+
"@react-native-community/cli-tools" "15.0.1"
17771800
chalk "^4.1.2"
17781801
cosmiconfig "^9.0.0"
17791802
deepmerge "^4.3.0"
17801803
fast-glob "^3.3.2"
17811804
joi "^17.2.1"
17821805

1783-
"@react-native-community/[email protected].0-alpha.2":
1784-
version "15.0.0-alpha.2"
1785-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-15.0.0-alpha.2.tgz#8ee14142c270c83fb5072050cad4f97e99ec5e5a"
1786-
integrity sha512-odOFpsOgbCc2si2+D16eyeY4h4u3qu12XssRGV8VqvhKLh0khQ/wA6y01/1ghy1sA0Pus1LyBwFEix6X3epXBw==
1806+
"@react-native-community/[email protected].1":
1807+
version "15.0.1"
1808+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-15.0.1.tgz#bed0d7af5ecb05222bdb7d6e74e21326a583bcf1"
1809+
integrity sha512-xkT2TLS8zg5r7Vl9l/2f7JVUoFECnVBS+B5ivrSu2PNZhKkr9lRmJFxC9aVLFb5lIxQQKNDvEyiIDNfP7wjJiA==
17871810
dependencies:
17881811
serve-static "^1.13.1"
17891812

1790-
"@react-native-community/[email protected].0-alpha.2":
1791-
version "15.0.0-alpha.2"
1792-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-15.0.0-alpha.2.tgz#d83c4146111c5f3c2e2468d6cdcb4e76ed0e4e37"
1793-
integrity sha512-kcBwSUMmD0AGP+kvlxTkzGlMLxOqCZIJ6pBbpnTPAhSjYrvYzHNZTTYqeggcACR7mlERot0t6tJvXeGHP1s59g==
1813+
"@react-native-community/[email protected].1":
1814+
version "15.0.1"
1815+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-15.0.1.tgz#63cc42e7302f2bfa3739b29fea57b68d5d68fa03"
1816+
integrity sha512-YCu44lZR3zZxJJYVTqYZFz9cT9KBfbKI4q2MnKOvkamt00XY3usooMqfuwBAdvM/yvpx7M5w8kbM/nPyj4YCvQ==
17941817
dependencies:
1795-
"@react-native-community/cli-config" "15.0.0-alpha.2"
1796-
"@react-native-community/cli-platform-android" "15.0.0-alpha.2"
1797-
"@react-native-community/cli-platform-apple" "15.0.0-alpha.2"
1798-
"@react-native-community/cli-platform-ios" "15.0.0-alpha.2"
1799-
"@react-native-community/cli-tools" "15.0.0-alpha.2"
1818+
"@react-native-community/cli-config" "15.0.1"
1819+
"@react-native-community/cli-platform-android" "15.0.1"
1820+
"@react-native-community/cli-platform-apple" "15.0.1"
1821+
"@react-native-community/cli-platform-ios" "15.0.1"
1822+
"@react-native-community/cli-tools" "15.0.1"
18001823
chalk "^4.1.2"
18011824
command-exists "^1.2.8"
18021825
deepmerge "^4.3.0"
@@ -1809,44 +1832,43 @@
18091832
wcwidth "^1.0.1"
18101833
yaml "^2.2.1"
18111834

1812-
"@react-native-community/[email protected].0-alpha.2":
1813-
version "15.0.0-alpha.2"
1814-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-15.0.0-alpha.2.tgz#479f743086fb3c853d9a8038e26035d25776db7c"
1815-
integrity sha512-cKHbENaYreKCRtF8cSgTX3mn8XeupTVNzF57tWtOq6Prs+9Bd8ZsOylFZEvkyb3wY1S+BFDAXebAGzbL9ZlY3w==
1835+
"@react-native-community/[email protected].1":
1836+
version "15.0.1"
1837+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-15.0.1.tgz#9706fe454d0e2af4680c3ea1937830c93041a35f"
1838+
integrity sha512-QlAMomj6H6TY6pHwjTYMsHDQLP5eLzjAmyW1qb03w/kyS/72elK2bjsklNWJrscFY9TMQLqw7qoAsXf1m5t/dg==
18161839
dependencies:
1817-
"@react-native-community/cli-tools" "15.0.0-alpha.2"
1840+
"@react-native-community/cli-tools" "15.0.1"
18181841
chalk "^4.1.2"
18191842
execa "^5.0.0"
18201843
fast-glob "^3.3.2"
18211844
fast-xml-parser "^4.4.1"
18221845
logkitty "^0.7.1"
18231846

1824-
"@react-native-community/[email protected].0-alpha.2":
1825-
version "15.0.0-alpha.2"
1826-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-15.0.0-alpha.2.tgz#561272ec7bf6cbedf8737cf1b71566b63e9b704b"
1827-
integrity sha512-eXE6KES4mNWQA1c/d+aWQnNsgjD7rdrsMAH4t0xOhXn4XWCw1FF6Y7PjUY8fi784RFIzEYB2xiVMvWQsC6BmAQ==
1847+
"@react-native-community/[email protected].1":
1848+
version "15.0.1"
1849+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-15.0.1.tgz#af3c9bc910c96e823a488c21e7d68a9b4a07c8d1"
1850+
integrity sha512-iQj1Dt2fr/Q7X2CQhyhWnece3eLDCark1osfiwpViksOfTH2WdpNS3lIwlFcIKhsieFU7YYwbNuFqQ3tF9Dlvw==
18281851
dependencies:
1829-
"@react-native-community/cli-tools" "15.0.0-alpha.2"
1852+
"@react-native-community/cli-config-apple" "15.0.1"
1853+
"@react-native-community/cli-tools" "15.0.1"
18301854
chalk "^4.1.2"
18311855
execa "^5.0.0"
1832-
fast-glob "^3.3.2"
18331856
fast-xml-parser "^4.4.1"
1834-
ora "^5.4.1"
18351857

1836-
"@react-native-community/[email protected].0-alpha.2":
1837-
version "15.0.0-alpha.2"
1838-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-15.0.0-alpha.2.tgz#c237e561d60d3aa463d51327b37e6943910f7bb5"
1839-
integrity sha512-7teqYOMf7SnBmUbSeGklDS2lJCpAa1LKzmy/L8vFiayWImUTJHKzkJyZNzhmiLSImcibFYVH7uaD2DWuFNcrOQ==
1858+
"@react-native-community/[email protected].1":
1859+
version "15.0.1"
1860+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-15.0.1.tgz#a1cb78c3d43b9c2bbb411a074ef11364f2a94bbf"
1861+
integrity sha512-6pKzXEIgGL20eE1uOn8iSsNBlMzO1LG+pQOk+7mvD172EPhKm/lRzUVDX5gO/2jvsGoNw6VUW0JX1FI2firwqA==
18401862
dependencies:
1841-
"@react-native-community/cli-platform-apple" "15.0.0-alpha.2"
1863+
"@react-native-community/cli-platform-apple" "15.0.1"
18421864

1843-
"@react-native-community/[email protected].0-alpha.2":
1844-
version "15.0.0-alpha.2"
1845-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-15.0.0-alpha.2.tgz#37dcfe41cc7204e01290c616c9262e5e71f70424"
1846-
integrity sha512-e4bHsl/J006+coMTOpj6i44QPDat/X2s1sc3rqQkFL5vHIduB+Z6IyDI+W9F5uHrJhtQukE5NdajkjcXyjGLVA==
1865+
"@react-native-community/[email protected].1":
1866+
version "15.0.1"
1867+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-15.0.1.tgz#e7975e7638343248835fd379803d557c0ae24d75"
1868+
integrity sha512-f3rb3t1ELLaMSX5/LWO/IykglBIgiP3+pPnyl8GphHnBpf3bdIcp7fHlHLemvHE06YxT2nANRxRPjy1gNskenA==
18471869
dependencies:
1848-
"@react-native-community/cli-debugger-ui" "15.0.0-alpha.2"
1849-
"@react-native-community/cli-tools" "15.0.0-alpha.2"
1870+
"@react-native-community/cli-debugger-ui" "15.0.1"
1871+
"@react-native-community/cli-tools" "15.0.1"
18501872
compression "^1.7.1"
18511873
connect "^3.6.5"
18521874
errorhandler "^1.5.1"
@@ -1855,10 +1877,10 @@
18551877
serve-static "^1.13.1"
18561878
ws "^6.2.3"
18571879

1858-
"@react-native-community/[email protected].0-alpha.2":
1859-
version "15.0.0-alpha.2"
1860-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-15.0.0-alpha.2.tgz#0c02c61a30730814925d6c1e08d43b57ec083f24"
1861-
integrity sha512-XzjIFizlqLtwHqhFJHbYfedFOIebFEt1bdLSsHi2HSiZQlltW8KTwWiHC1VHfoEpePErvP2/jsx/dZtX7wNNSw==
1880+
"@react-native-community/[email protected].1":
1881+
version "15.0.1"
1882+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-15.0.1.tgz#3cc5398da72b5d365eb4a30468ebce2bf37fa591"
1883+
integrity sha512-N79A+u/94roanfmNohVcNGu6Xg+0idh63JHZFLC9OJJuZwTifGMLDfSTHZATpR1J7rebozQ5ClcSUePavErnSg==
18621884
dependencies:
18631885
appdirsjs "^1.2.4"
18641886
chalk "^4.1.2"
@@ -1867,29 +1889,30 @@
18671889
mime "^2.4.1"
18681890
open "^6.2.0"
18691891
ora "^5.4.1"
1892+
prompts "^2.4.2"
18701893
semver "^7.5.2"
18711894
shell-quote "^1.7.3"
18721895
sudo-prompt "^9.0.0"
18731896

1874-
"@react-native-community/[email protected].0-alpha.2":
1875-
version "15.0.0-alpha.2"
1876-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-15.0.0-alpha.2.tgz#12d62c7e928115758bbb7de6ded3d21a57dbb7b9"
1877-
integrity sha512-5gLZKQLG4ejrMEzdBw0KaGcX7jTTpWoGypxqL+8sQ7Pkenklfsr1RJRFxv+hzO/yX9psMFMgZUXluLajWwuvcg==
1897+
"@react-native-community/[email protected].1":
1898+
version "15.0.1"
1899+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-15.0.1.tgz#ebdb5bc76ade44b2820174fdcb2a3a05999686ec"
1900+
integrity sha512-sWiJ62kkGu2mgYni2dsPxOMBzpwTjNsDH1ubY4mqcNEI9Zmzs0vRwwDUEhYqwNGys9+KpBKoZRrT2PAlhO84xA==
18781901
dependencies:
18791902
joi "^17.2.1"
18801903

1881-
"@react-native-community/[email protected].0-alpha.2":
1882-
version "15.0.0-alpha.2"
1883-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-15.0.0-alpha.2.tgz#e465127a176a9eac3f0c1e4a16bd1830627fbbfb"
1884-
integrity sha512-Yf7kupKmEuytelafCNeNug4ZAC0i7GPgKVyXfRhwVtVp5ykXtWcng2bqPa4YRl4fgWgu5JhoOQhVMEV1cUDzAA==
1885-
dependencies:
1886-
"@react-native-community/cli-clean" "15.0.0-alpha.2"
1887-
"@react-native-community/cli-config" "15.0.0-alpha.2"
1888-
"@react-native-community/cli-debugger-ui" "15.0.0-alpha.2"
1889-
"@react-native-community/cli-doctor" "15.0.0-alpha.2"
1890-
"@react-native-community/cli-server-api" "15.0.0-alpha.2"
1891-
"@react-native-community/cli-tools" "15.0.0-alpha.2"
1892-
"@react-native-community/cli-types" "15.0.0-alpha.2"
1904+
"@react-native-community/[email protected].1":
1905+
version "15.0.1"
1906+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-15.0.1.tgz#d703d55cc6540ce3d29fd2fbf3303bea0ffd96f2"
1907+
integrity sha512-xIGPytx2bj5HxFk0c7S25AVuJowHmEFg5LFC9XosKc0TSOjP1r6zGC6OqC/arQV/pNuqmZN2IFnpgJn0Bn+hhQ==
1908+
dependencies:
1909+
"@react-native-community/cli-clean" "15.0.1"
1910+
"@react-native-community/cli-config" "15.0.1"
1911+
"@react-native-community/cli-debugger-ui" "15.0.1"
1912+
"@react-native-community/cli-doctor" "15.0.1"
1913+
"@react-native-community/cli-server-api" "15.0.1"
1914+
"@react-native-community/cli-tools" "15.0.1"
1915+
"@react-native-community/cli-types" "15.0.1"
18931916
chalk "^4.1.2"
18941917
commander "^9.4.1"
18951918
deepmerge "^4.3.0"

0 commit comments

Comments
 (0)