Skip to content

Commit 4b39a9e

Browse files
committed
Bump fmt to 12.1.0 to fix Xcode 26.4
Follow-up to - #47033 - #50431 Resolve: #55601
1 parent 3a2d5a2 commit 4b39a9e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

packages/react-native/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ yoga-proguard-annotations = "1.19.0"
4444
boost="1_83_0"
4545
doubleconversion="1.1.6"
4646
fastFloat="8.0.0"
47-
fmt="11.0.2"
47+
fmt="12.1.0"
4848
folly="2024.11.18.00"
4949
glog="0.3.5"
5050
gflags="2.2.0"

packages/react-native/third-party-podspecs/RCT-Folly.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |spec|
2525
spec.dependency "DoubleConversion"
2626
spec.dependency "glog"
2727
spec.dependency "fast_float", "8.0.0"
28-
spec.dependency "fmt", "11.0.2"
28+
spec.dependency "fmt", "12.1.0"
2929
spec.compiler_flags = '-Wno-documentation -faligned-new'
3030
spec.source_files = 'folly/String.cpp',
3131
'folly/Conv.cpp',

packages/react-native/third-party-podspecs/fmt.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ fmt_git_url = fmt_config[:git]
88

99
Pod::Spec.new do |spec|
1010
spec.name = "fmt"
11-
spec.version = "11.0.2"
11+
spec.version = "12.1.0"
1212
spec.license = { :type => "MIT" }
1313
spec.homepage = "https://github.com/fmtlib/fmt"
1414
spec.summary = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
1515
spec.authors = "The fmt contributors"
1616
spec.source = {
1717
:git => fmt_git_url,
18-
:tag => "11.0.2"
18+
:tag => "12.1.0"
1919
}
2020
spec.pod_target_xcconfig = {
2121
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),

packages/rn-tester/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- DoubleConversion (1.1.6)
44
- fast_float (8.0.0)
55
- FBLazyVector (1000.0.0)
6-
- fmt (11.0.2)
6+
- fmt (12.1.0)
77
- glog (0.3.5)
88
- hermes-engine (1000.0.0):
99
- hermes-engine/cdp (= 1000.0.0)
@@ -77,20 +77,20 @@ PODS:
7777
- boost
7878
- DoubleConversion
7979
- fast_float (= 8.0.0)
80-
- fmt (= 11.0.2)
80+
- fmt (= 12.1.0)
8181
- glog
8282
- RCT-Folly/Default (= 2024.11.18.00)
8383
- RCT-Folly/Default (2024.11.18.00):
8484
- boost
8585
- DoubleConversion
8686
- fast_float (= 8.0.0)
87-
- fmt (= 11.0.2)
87+
- fmt (= 12.1.0)
8888
- glog
8989
- RCT-Folly/Fabric (2024.11.18.00):
9090
- boost
9191
- DoubleConversion
9292
- fast_float (= 8.0.0)
93-
- fmt (= 11.0.2)
93+
- fmt (= 12.1.0)
9494
- glog
9595
- RCTDeprecation (1000.0.0)
9696
- RCTRequired (1000.0.0)
@@ -2679,7 +2679,7 @@ SPEC CHECKSUMS:
26792679
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
26802680
fast_float: b32c788ed9c6a8c584d114d0047beda9664e7cc6
26812681
FBLazyVector: d3c2dd739a63c1a124e775df075dc7c517a719cb
2682-
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
2682+
fmt: 530618a01105dae0fa3a2f27c81ae11fa8f67eac
26832683
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
26842684
hermes-engine: 5a9adf9081befbac6b81bc0c81522430a7eb7da1
26852685
MyNativeView: 26b517931cc8bfc7b602c410572b323348185461

scripts/releases/ios-prebuild/configuration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ const dependencies /*: $ReadOnlyArray<Dependency> */ = [
8080
},
8181
{
8282
name: 'fmt',
83-
version: '11.0.2',
83+
version: '12.1.0',
8484
url: new URL(
85-
'https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz',
85+
'https://github.com/fmtlib/fmt/archive/refs/tags/12.1.0.tar.gz',
8686
),
8787
files: {
8888
sources: ['src/format.cc', 'include/fmt/*.h'],

0 commit comments

Comments
 (0)