Skip to content

Commit 7a00623

Browse files
szymonrybczakfacebook-github-bot
authored andcommitted
Update @react-native-community/cli to 14.0.0-alpha.0 (#43415)
Summary: Updates CLI to 14.0.0-alpha.0 ## Changelog: [GENERAL] [CHANGED] - Update `react-native-community/cli` to 14.0.0-alpha.0 Pull Request resolved: #43415 Test Plan: CI Reviewed By: cortinico Differential Revision: D54760054 Pulled By: huntie fbshipit-source-id: c4e29e2122c5de0ff60f9c52bd6f9a86ce0a5560
1 parent 276fdc4 commit 7a00623

File tree

3 files changed

+70
-94
lines changed

3 files changed

+70
-94
lines changed

packages/community-cli-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"dist"
2323
],
2424
"dependencies": {
25-
"@react-native-community/cli-server-api": "13.6.1",
26-
"@react-native-community/cli-tools": "13.6.1",
25+
"@react-native-community/cli-server-api": "14.0.0-alpha.0",
26+
"@react-native-community/cli-tools": "14.0.0-alpha.0",
2727
"@react-native/dev-middleware": "0.75.0-main",
2828
"@react-native/metro-babel-transformer": "0.75.0-main",
2929
"chalk": "^4.0.0",

packages/react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
},
9999
"dependencies": {
100100
"@jest/create-cache-key-function": "^29.6.3",
101-
"@react-native-community/cli": "13.6.1",
102-
"@react-native-community/cli-platform-android": "13.6.1",
103-
"@react-native-community/cli-platform-ios": "13.6.1",
101+
"@react-native-community/cli": "14.0.0-alpha.0",
102+
"@react-native-community/cli-platform-android": "14.0.0-alpha.0",
103+
"@react-native-community/cli-platform-ios": "14.0.0-alpha.0",
104104
"@react-native/assets-registry": "0.75.0-main",
105105
"@react-native/codegen": "0.75.0-main",
106106
"@react-native/community-cli-plugin": "0.75.0-main",

yarn.lock

Lines changed: 65 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,106 +2384,95 @@
23842384
optionalDependencies:
23852385
npmlog "2 || ^3.1.0 || ^4.0.0"
23862386

2387-
"@react-native-community/cli-clean@13.6.1":
2388-
version "13.6.1"
2389-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-13.6.1.tgz#e4dce2aa8ea5a2fbdbfe8074e0c285bf4796d7be"
2390-
integrity sha512-HV0kTegCMbq9INOLUVzPFl/FDjZ2uX6kOa7cFYezkRhgApJo0a/KYTvqwQVlmdHXAjDiWLARGTUPqYQGwIef0A==
2387+
"@react-native-community/cli-clean@14.0.0-alpha.0":
2388+
version "14.0.0-alpha.0"
2389+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-14.0.0-alpha.0.tgz#fc7bfd187c897e5e6431f7122370886bf55dd5a7"
2390+
integrity sha512-sZPH2riywRcbV0wzfbZSGJOLxcsIt1jyB4tKmQUCcJMTd+UFUykqmYRiAw1rqAEIXzh80TVkt5GwNnLduLiyEQ==
23912391
dependencies:
2392-
"@react-native-community/cli-tools" "13.6.1"
2392+
"@react-native-community/cli-tools" "14.0.0-alpha.0"
23932393
chalk "^4.1.2"
23942394
execa "^5.0.0"
23952395
fast-glob "^3.3.2"
23962396

2397-
"@react-native-community/cli-config@13.6.1":
2398-
version "13.6.1"
2399-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-13.6.1.tgz#b1f83fc1572d2500fb9e8d5b1a38ba417acb6eec"
2400-
integrity sha512-ljqwH04RNkwv8Y67TjmJ60qgvAdS2aCCUszaD7ZPXmfqBBxkvLg5QFtja9y+1QuTGPmBuTtC55JqmCHg/UDAsg==
2397+
"@react-native-community/cli-config@14.0.0-alpha.0":
2398+
version "14.0.0-alpha.0"
2399+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-14.0.0-alpha.0.tgz#ad5a7e11b9d43aad7ceb0a2098c7acacd5cc6205"
2400+
integrity sha512-jq/mQkuOoCG+aFlQEnlPAvfWRPDOLNtBoKUQhr3db7Eex3hVlxIKqOkrcgUnDghwOdAhq+Kx2KE5brwI2ETMNw==
24012401
dependencies:
2402-
"@react-native-community/cli-tools" "13.6.1"
2402+
"@react-native-community/cli-tools" "14.0.0-alpha.0"
24032403
chalk "^4.1.2"
24042404
cosmiconfig "^5.1.0"
24052405
deepmerge "^4.3.0"
24062406
fast-glob "^3.3.2"
24072407
joi "^17.2.1"
24082408

2409-
"@react-native-community/cli-debugger-ui@13.6.1":
2410-
version "13.6.1"
2411-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-13.6.1.tgz#7bb56be33d3ee2289bfbab7efa59a16a7554cd1a"
2412-
integrity sha512-3z1io3AsT1NqlJZOlqNFcrzlavBb7R+Vy5Orzruc3m/OIjc4TrGNtyzQmOfCC3peF8J3So3d6dH1a11YYUDfFw==
2409+
"@react-native-community/cli-debugger-ui@14.0.0-alpha.0":
2410+
version "14.0.0-alpha.0"
2411+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-14.0.0-alpha.0.tgz#eb8e59f4d7fc29759f0e4034e96d003cbdc8d03e"
2412+
integrity sha512-L4SOp2ktqpo4rbEK+cE49SpJgAhPj/g1nhSHami0g5kVbZjwEPugHdZlb8jxSeqCoy1kaDOt+nASInvMfg2q4Q==
24132413
dependencies:
24142414
serve-static "^1.13.1"
24152415

2416-
"@react-native-community/cli-doctor@13.6.1":
2417-
version "13.6.1"
2418-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-13.6.1.tgz#64b6e64c13cf8d318fe631ebc84834fa5650adf1"
2419-
integrity sha512-jP5otBbvcItuIy8WJT8UAA0lLB+0kKtCmcfQFmcs0/NlBy04cpTtGp7w2N3F1r2Qy9sdQWGRa20IFZn8eenieQ==
2416+
"@react-native-community/cli-doctor@14.0.0-alpha.0":
2417+
version "14.0.0-alpha.0"
2418+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-14.0.0-alpha.0.tgz#da539b9dddfc55d5d4ba49631fc427f1a265edd9"
2419+
integrity sha512-J7VmjyJlT9N3WryFsqFXriP9Fn7BlHqdkLa8P6TqABXxp7ZD21WrYgCqsDTR3pfBiyAFpOpyrgjO6d0RNu1SSQ==
24202420
dependencies:
2421-
"@react-native-community/cli-config" "13.6.1"
2422-
"@react-native-community/cli-platform-android" "13.6.1"
2423-
"@react-native-community/cli-platform-apple" "13.6.1"
2424-
"@react-native-community/cli-platform-ios" "13.6.1"
2425-
"@react-native-community/cli-tools" "13.6.1"
2421+
"@react-native-community/cli-config" "14.0.0-alpha.0"
2422+
"@react-native-community/cli-platform-android" "14.0.0-alpha.0"
2423+
"@react-native-community/cli-platform-apple" "14.0.0-alpha.0"
2424+
"@react-native-community/cli-platform-ios" "14.0.0-alpha.0"
2425+
"@react-native-community/cli-tools" "14.0.0-alpha.0"
24262426
chalk "^4.1.2"
24272427
command-exists "^1.2.8"
24282428
deepmerge "^4.3.0"
24292429
envinfo "^7.10.0"
24302430
execa "^5.0.0"
2431-
hermes-profile-transformer "^0.0.6"
24322431
node-stream-zip "^1.9.1"
24332432
ora "^5.4.1"
24342433
semver "^7.5.2"
24352434
strip-ansi "^5.2.0"
24362435
wcwidth "^1.0.1"
24372436
yaml "^2.2.1"
24382437

2439-
"@react-native-community/cli-[email protected]":
2440-
version "13.6.1"
2441-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-13.6.1.tgz#2d4de930ffbe30e02150031d33108059d51e7e17"
2442-
integrity sha512-uGzmpg3DCqXiVLArTw6LMCGoGPkdMBKUllnlvgl1Yjne6LL7NPnQ971lMVGqTX9/p3CaW5TcqYYJjnI7sxlVcA==
2438+
"@react-native-community/cli-[email protected]":
2439+
version "14.0.0-alpha.0"
2440+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-14.0.0-alpha.0.tgz#ea3deec43f8cfb8f6fd7e00310e6c8aa255223ab"
2441+
integrity sha512-iin6jxiiFGFoO5yySFI1GPuFJVmPpoXI3+sgSHxpCA6sqSJ7iZilwa0jzDKV4XqWFstmijh2zZJgiJvv9srurw==
24432442
dependencies:
2444-
"@react-native-community/cli-platform-android" "13.6.1"
2445-
"@react-native-community/cli-tools" "13.6.1"
2446-
chalk "^4.1.2"
2447-
hermes-profile-transformer "^0.0.6"
2448-
2449-
"@react-native-community/[email protected]":
2450-
version "13.6.1"
2451-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-13.6.1.tgz#7ddac2b257425de54ea62b6e215c06a9bfc77e53"
2452-
integrity sha512-HkrV8kCbHUdWH2LMEeSsuvl0ULI+JLmBZ2eQNEyyYOT8h+tM90OwaPLRpBFtD+yvp2/DpIKo97yCVJT5cLjBzA==
2453-
dependencies:
2454-
"@react-native-community/cli-tools" "13.6.1"
2443+
"@react-native-community/cli-tools" "14.0.0-alpha.0"
24552444
chalk "^4.1.2"
24562445
execa "^5.0.0"
24572446
fast-glob "^3.3.2"
24582447
fast-xml-parser "^4.2.4"
24592448
logkitty "^0.7.1"
24602449

2461-
"@react-native-community/cli-platform-apple@13.6.1":
2462-
version "13.6.1"
2463-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-13.6.1.tgz#cd0d393e8328f439f453bf90fcfec48b350e2f3a"
2464-
integrity sha512-yv4iPewUwhy3uGg4uJwA03wSV/1bnEnAJNs7CQ0zl7DQZhqrhfJLhzPURtu34sMUN+Wt6S3KaBmny5kHRKTuwA==
2450+
"@react-native-community/cli-platform-apple@14.0.0-alpha.0":
2451+
version "14.0.0-alpha.0"
2452+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-14.0.0-alpha.0.tgz#a96d7bdd3776d711ea8c4027a38c1a7c3e554f48"
2453+
integrity sha512-8uTqmJu9wMRPStftzUUH7y5ZlYqzlkfaS1VDkz40V/ECnDQK24NzgHdm6UHckcydF4PomO4esEJUlBlMUZeK/w==
24652454
dependencies:
2466-
"@react-native-community/cli-tools" "13.6.1"
2455+
"@react-native-community/cli-tools" "14.0.0-alpha.0"
24672456
chalk "^4.1.2"
24682457
execa "^5.0.0"
24692458
fast-glob "^3.3.2"
24702459
fast-xml-parser "^4.0.12"
24712460
ora "^5.4.1"
24722461

2473-
"@react-native-community/cli-platform-ios@13.6.1":
2474-
version "13.6.1"
2475-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-13.6.1.tgz#fa3e3a6494a09538f369709a376f7d6d5c7f5ae5"
2476-
integrity sha512-JwXV9qMpqJWduoEcK3pbAjkOaTqg+o0IzZz/LP7EkFCfJyg5hnDRAUZhP5ffs5/zukZIGHHPY1ZEW8jl5T2j6Q==
2462+
"@react-native-community/cli-platform-ios@14.0.0-alpha.0":
2463+
version "14.0.0-alpha.0"
2464+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-14.0.0-alpha.0.tgz#a4ef1642ef11b5edde5124a547613d6ee10aa78a"
2465+
integrity sha512-m3Eouxh7MvMmiroFdl52dJp6uP5pRasoe1sEvZ0vDzqhENCb36N7lzLlHVAd05FT9/xsC3wQvRElGiJXGhOxwg==
24772466
dependencies:
2478-
"@react-native-community/cli-platform-apple" "13.6.1"
2467+
"@react-native-community/cli-platform-apple" "14.0.0-alpha.0"
24792468

2480-
"@react-native-community/cli-server-api@13.6.1":
2481-
version "13.6.1"
2482-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-13.6.1.tgz#6be357c07339856620b0881f000bfcf72f3af68c"
2483-
integrity sha512-64eC7NuCLenYr237LyJ1H6jf+6L4NA2eXuy+634q0CeIZsAqOe7B5VCJyy2CsWWaeeUbAsC0Oy9/2o2y8/muIw==
2469+
"@react-native-community/cli-server-api@14.0.0-alpha.0":
2470+
version "14.0.0-alpha.0"
2471+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-14.0.0-alpha.0.tgz#3a7faea110ed6ec137052e38991aeff7944a5c9a"
2472+
integrity sha512-LA212P8nfQtLe/EVjCDFeBdzPUSexescisdhHWHlAla/V6+MzhLr+RD2Umrahha0er/Z1Y7pzayy4j/Vhky6xQ==
24842473
dependencies:
2485-
"@react-native-community/cli-debugger-ui" "13.6.1"
2486-
"@react-native-community/cli-tools" "13.6.1"
2474+
"@react-native-community/cli-debugger-ui" "14.0.0-alpha.0"
2475+
"@react-native-community/cli-tools" "14.0.0-alpha.0"
24872476
compression "^1.7.1"
24882477
connect "^3.6.5"
24892478
errorhandler "^1.5.1"
@@ -2492,10 +2481,10 @@
24922481
serve-static "^1.13.1"
24932482
ws "^7.5.1"
24942483

2495-
"@react-native-community/cli-tools@13.6.1":
2496-
version "13.6.1"
2497-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-13.6.1.tgz#f453a3e8ef13d114c05d77dafe411bc2a82f0279"
2498-
integrity sha512-mRJmI5c/Mfi/pESUPjqElv8+t81qfi0pUr1UrIX38nS1o5Ki1D8vC9vAMkPbLaIu2RuhUuzSCfs6zW8AwakUoA==
2484+
"@react-native-community/cli-tools@14.0.0-alpha.0":
2485+
version "14.0.0-alpha.0"
2486+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-14.0.0-alpha.0.tgz#39d223807859d922a991dafc4bedf36c0b21301d"
2487+
integrity sha512-+ypuOKGQnUVWbxZqfflwzSUWLv3tUZBGmrpdSZoNMOtPiR+JyxgtHA9IODwTDYmuFWG+nyRZDBE+eHSk0zutww==
24992488
dependencies:
25002489
appdirsjs "^1.2.4"
25012490
chalk "^4.1.2"
@@ -2509,31 +2498,30 @@
25092498
shell-quote "^1.7.3"
25102499
sudo-prompt "^9.0.0"
25112500

2512-
"@react-native-community/cli-types@13.6.1":
2513-
version "13.6.1"
2514-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-13.6.1.tgz#565e3dec401c86e5abb436f70b3f491d0e8cb919"
2515-
integrity sha512-+ue0eaEnGTKsTpX7F/DVspGDVZz7OgN7uaanaGKJuG9+pJiIgVIXnVu546Ycq8XbWAbZuWR1PL4+SNbf6Ebqqw==
2501+
"@react-native-community/cli-types@14.0.0-alpha.0":
2502+
version "14.0.0-alpha.0"
2503+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-14.0.0-alpha.0.tgz#8877b21e271938750c061bbd7c9447ab961fc52d"
2504+
integrity sha512-1iQ6AgOxGz7oLlLSDOeGPD9ewPAW23OyYjVpv8+rcirZisHzqMT8zwuCtLo4vmAfKad2HB0yL2EjEDN2VFyNCQ==
25162505
dependencies:
25172506
joi "^17.2.1"
25182507

2519-
"@react-native-community/[email protected]":
2520-
version "13.6.1"
2521-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-13.6.1.tgz#38a250422f172559bdbaa8f6f70a75a1cb9a14d2"
2522-
integrity sha512-Q3eA7xw42o8NAkztJvjVZT9WWxtRDnYYoRkv8IEIi9m2ya3p/4ZJBNlsQO6kDjasQTERkAoGQc1CveEHEv2QsA==
2523-
dependencies:
2524-
"@react-native-community/cli-clean" "13.6.1"
2525-
"@react-native-community/cli-config" "13.6.1"
2526-
"@react-native-community/cli-debugger-ui" "13.6.1"
2527-
"@react-native-community/cli-doctor" "13.6.1"
2528-
"@react-native-community/cli-hermes" "13.6.1"
2529-
"@react-native-community/cli-server-api" "13.6.1"
2530-
"@react-native-community/cli-tools" "13.6.1"
2531-
"@react-native-community/cli-types" "13.6.1"
2508+
"@react-native-community/[email protected]":
2509+
version "14.0.0-alpha.0"
2510+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-14.0.0-alpha.0.tgz#f7b93f38043e07cd98ea73ae716425bc192fe4d3"
2511+
integrity sha512-gl0HvvchqgDtjybHrdzkwJP/gcxmO6pTjaCXfMKu1BrGv763ZPtTyWC1hJyZD8e8srMGspuBqed870Rv+rfgbA==
2512+
dependencies:
2513+
"@react-native-community/cli-clean" "14.0.0-alpha.0"
2514+
"@react-native-community/cli-config" "14.0.0-alpha.0"
2515+
"@react-native-community/cli-debugger-ui" "14.0.0-alpha.0"
2516+
"@react-native-community/cli-doctor" "14.0.0-alpha.0"
2517+
"@react-native-community/cli-server-api" "14.0.0-alpha.0"
2518+
"@react-native-community/cli-tools" "14.0.0-alpha.0"
2519+
"@react-native-community/cli-types" "14.0.0-alpha.0"
25322520
chalk "^4.1.2"
25332521
commander "^9.4.1"
25342522
deepmerge "^4.3.0"
25352523
execa "^5.0.0"
2536-
find-up "^4.1.0"
2524+
find-up "^5.0.0"
25372525
fs-extra "^8.1.0"
25382526
graceful-fs "^4.1.3"
25392527
prompts "^2.4.2"
@@ -5582,13 +5570,6 @@ [email protected]:
55825570
dependencies:
55835571
hermes-estree "0.20.1"
55845572

5585-
hermes-profile-transformer@^0.0.6:
5586-
version "0.0.6"
5587-
resolved "https://registry.yarnpkg.com/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz#bd0f5ecceda80dd0ddaae443469ab26fb38fc27b"
5588-
integrity sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==
5589-
dependencies:
5590-
source-map "^0.7.3"
5591-
55925573
55935574
version "0.20.1"
55945575
resolved "https://registry.yarnpkg.com/hermes-transform/-/hermes-transform-0.20.1.tgz#910bd0ea7cc58eca4c0acadb413d779b70dd3803"
@@ -8709,11 +8690,6 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
87098690
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
87108691
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
87118692

8712-
source-map@^0.7.3:
8713-
version "0.7.3"
8714-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
8715-
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
8716-
87178693
spdx-correct@^3.0.0:
87188694
version "3.1.1"
87198695
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"

0 commit comments

Comments
 (0)