Skip to content

Commit 36ab093

Browse files
Bump @react-native-community/cli-platform-ios in /fixture/react-native
Bumps [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) from 15.0.1 to 18.0.0. - [Release notes](https://github.com/react-native-community/cli/releases) - [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/CHANGELOG.md) - [Commits](https://github.com/react-native-community/cli/commits/v18.0.0/packages/cli-platform-ios) --- updated-dependencies: - dependency-name: "@react-native-community/cli-platform-ios" dependency-version: 18.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c42df26 commit 36ab093

File tree

2 files changed

+65
-29
lines changed

2 files changed

+65
-29
lines changed

fixture/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/runtime": "^7.25.0",
3333
"@react-native-community/cli": "^15.1.3",
3434
"@react-native-community/cli-platform-android": "15.0.1",
35-
"@react-native-community/cli-platform-ios": "15.0.1",
35+
"@react-native-community/cli-platform-ios": "18.0.0",
3636
"@react-native/babel-preset": "0.76.5",
3737
"@react-native/eslint-config": "0.76.5",
3838
"@react-native/metro-config": "0.76.5",

fixture/react-native/yarn.lock

Lines changed: 64 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,16 +1931,6 @@
19311931
fast-glob "^3.3.2"
19321932
fast-xml-parser "^4.4.1"
19331933

1934-
"@react-native-community/[email protected]":
1935-
version "15.0.1"
1936-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config-apple/-/cli-config-apple-15.0.1.tgz#2d845599eada1b479df6716a25dc871c3d202f38"
1937-
integrity sha512-GEHUx4NRp9W9or6vygn0TgNeFkcJdNjrtko0vQEJAS4gJdWqP/9LqqwJNlUfaW5jHBN7TKALAMlfRmI12Op3sg==
1938-
dependencies:
1939-
"@react-native-community/cli-tools" "15.0.1"
1940-
chalk "^4.1.2"
1941-
execa "^5.0.0"
1942-
fast-glob "^3.3.2"
1943-
19441934
"@react-native-community/[email protected]":
19451935
version "15.1.3"
19461936
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config-apple/-/cli-config-apple-15.1.3.tgz#fa9aab320d6f8fa3319fef9304e442dd11884d58"
@@ -1951,6 +1941,16 @@
19511941
execa "^5.0.0"
19521942
fast-glob "^3.3.2"
19531943

1944+
"@react-native-community/[email protected]":
1945+
version "18.0.0"
1946+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config-apple/-/cli-config-apple-18.0.0.tgz#ab7ea261e51e3ebe0bacce93bfa010fadd3e2ac2"
1947+
integrity sha512-6edjTt3mlNMFBuB/Xd6u0O7GEkhJiKvQgmcoBH18FsNy5cpiHDwQsG8EWM5cHeINp1gMK845qq9fFsTko6gqyQ==
1948+
dependencies:
1949+
"@react-native-community/cli-tools" "18.0.0"
1950+
chalk "^4.1.2"
1951+
execa "^5.0.0"
1952+
fast-glob "^3.3.2"
1953+
19541954
"@react-native-community/[email protected]":
19551955
version "15.1.3"
19561956
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-15.1.3.tgz#bdc12e63ff72963319a527acb313978b37d106c1"
@@ -2015,17 +2015,6 @@
20152015
execa "^5.0.0"
20162016
logkitty "^0.7.1"
20172017

2018-
"@react-native-community/[email protected]":
2019-
version "15.0.1"
2020-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-15.0.1.tgz#af3c9bc910c96e823a488c21e7d68a9b4a07c8d1"
2021-
integrity sha512-iQj1Dt2fr/Q7X2CQhyhWnece3eLDCark1osfiwpViksOfTH2WdpNS3lIwlFcIKhsieFU7YYwbNuFqQ3tF9Dlvw==
2022-
dependencies:
2023-
"@react-native-community/cli-config-apple" "15.0.1"
2024-
"@react-native-community/cli-tools" "15.0.1"
2025-
chalk "^4.1.2"
2026-
execa "^5.0.0"
2027-
fast-xml-parser "^4.4.1"
2028-
20292018
"@react-native-community/[email protected]":
20302019
version "15.1.3"
20312020
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-15.1.3.tgz#e8cd6d7edad60ee21e38d9c338332645a05d05e3"
@@ -2037,12 +2026,16 @@
20372026
execa "^5.0.0"
20382027
fast-xml-parser "^4.4.1"
20392028

2040-
"@react-native-community/cli-platform-ios@15.0.1":
2041-
version "15.0.1"
2042-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-15.0.1.tgz#a1cb78c3d43b9c2bbb411a074ef11364f2a94bbf"
2043-
integrity sha512-6pKzXEIgGL20eE1uOn8iSsNBlMzO1LG+pQOk+7mvD172EPhKm/lRzUVDX5gO/2jvsGoNw6VUW0JX1FI2firwqA==
2029+
"@react-native-community/cli-platform-apple@18.0.0":
2030+
version "18.0.0"
2031+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-18.0.0.tgz#044b5a57ec81960f5bdbcf44f18f2fe7931fa5f7"
2032+
integrity sha512-zD18gdP5Wr8BSLJ79xtHuPYcg2Vi/nL+WsGsPm7TZjzR5ZU2WbY/tZ+qTGVTQYhQaah+92sU+Dam7gStMrF/fA==
20442033
dependencies:
2045-
"@react-native-community/cli-platform-apple" "15.0.1"
2034+
"@react-native-community/cli-config-apple" "18.0.0"
2035+
"@react-native-community/cli-tools" "18.0.0"
2036+
chalk "^4.1.2"
2037+
execa "^5.0.0"
2038+
fast-xml-parser "^4.4.1"
20462039

20472040
"@react-native-community/[email protected]":
20482041
version "15.1.3"
@@ -2051,6 +2044,13 @@
20512044
dependencies:
20522045
"@react-native-community/cli-platform-apple" "15.1.3"
20532046

2047+
"@react-native-community/[email protected]":
2048+
version "18.0.0"
2049+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-18.0.0.tgz#75ccaddf974d5e3ca65a9d7ace0b4cafe7df4a44"
2050+
integrity sha512-05Nvkkre/4Gao1TYqyP1wGet8td1dAH0CLJKqLNl9Te6ihnrQ8/8OhjIna5xw0iEFr9An8VdLfaPu1Dgv2qAnQ==
2051+
dependencies:
2052+
"@react-native-community/cli-platform-apple" "18.0.0"
2053+
20542054
"@react-native-community/[email protected]":
20552055
version "15.1.3"
20562056
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-15.1.3.tgz#a0da5d36680802f699f6ddea4873048fb57dfa19"
@@ -2100,6 +2100,22 @@
21002100
shell-quote "^1.7.3"
21012101
sudo-prompt "^9.0.0"
21022102

2103+
"@react-native-community/[email protected]":
2104+
version "18.0.0"
2105+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-18.0.0.tgz#742330d3315bc78f1e57c03969231252f6584a29"
2106+
integrity sha512-oR6FcDEcSDYos79vZy4+Tj8jgAE0Xf5HEiRXMJFGISYLRx7tvslSaK8SodUOW9TZe2bCZOb5QSvj8zeMpORmxg==
2107+
dependencies:
2108+
"@vscode/sudo-prompt" "^9.0.0"
2109+
appdirsjs "^1.2.4"
2110+
chalk "^4.1.2"
2111+
execa "^5.0.0"
2112+
find-up "^5.0.0"
2113+
launch-editor "^2.9.1"
2114+
mime "^2.4.1"
2115+
ora "^5.4.1"
2116+
prompts "^2.4.2"
2117+
semver "^7.5.2"
2118+
21032119
"@react-native-community/[email protected]":
21042120
version "15.1.3"
21052121
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-15.1.3.tgz#1e6d6cd24e2eba974031fc7553f214b653b1f1b4"
@@ -2359,8 +2375,10 @@
23592375
warn-once "^0.1.0"
23602376

23612377
"@shopify/flash-list@link:../..":
2362-
version "0.0.0"
2363-
uid ""
2378+
version "1.8.0"
2379+
dependencies:
2380+
recyclerlistview "4.2.3"
2381+
tslib "2.8.1"
23642382

23652383
"@sideway/address@^4.1.3":
23662384
version "4.1.3"
@@ -2672,6 +2690,11 @@
26722690
"@typescript-eslint/types" "7.18.0"
26732691
eslint-visitor-keys "^3.4.3"
26742692

2693+
"@vscode/sudo-prompt@^9.0.0":
2694+
version "9.3.1"
2695+
resolved "https://registry.yarnpkg.com/@vscode/sudo-prompt/-/sudo-prompt-9.3.1.tgz#c562334bc6647733649fd42afc96c0eea8de3b65"
2696+
integrity sha512-9ORTwwS74VaTn38tNbQhsA5U44zkJfcb0BdTSyyG6frP4e8KMtHuTXYmwefe5dpL8XB1aGSIVTaLjD3BbWb5iA==
2697+
26752698
"@yarnpkg/lockfile@^1.1.0":
26762699
version "1.1.0"
26772700
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -5705,6 +5728,14 @@ kleur@^3.0.3:
57055728
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
57065729
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
57075730

5731+
launch-editor@^2.9.1:
5732+
version "2.10.0"
5733+
resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.10.0.tgz#5ca3edfcb9667df1e8721310f3a40f1127d4bc42"
5734+
integrity sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==
5735+
dependencies:
5736+
picocolors "^1.0.0"
5737+
shell-quote "^1.8.1"
5738+
57085739
leven@^3.1.0:
57095740
version "3.1.0"
57105741
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
@@ -7443,6 +7474,11 @@ shell-quote@^1.6.1, shell-quote@^1.7.2, shell-quote@^1.7.3:
74437474
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
74447475
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
74457476

7477+
shell-quote@^1.8.1:
7478+
version "1.8.2"
7479+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.2.tgz#d2d83e057959d53ec261311e9e9b8f51dcb2934a"
7480+
integrity sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==
7481+
74467482
side-channel-list@^1.0.0:
74477483
version "1.0.0"
74487484
resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz#10cb5984263115d3b7a0e336591e290a830af8ad"

0 commit comments

Comments
 (0)