Skip to content

Commit 63f11aa

Browse files
authored
Update fmt version to 10.1.0 (#12411)
* update fmt to 10.1.0 * Change files
1 parent 3bd050b commit 63f11aa

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "update fmt to 10.1.0",
4+
"packageName": "react-native-windows",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}

vnext/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<FollyVersion>2023.10.16.00</FollyVersion>
2020
<FollyCommitHash>3da4d3ccc4ea69bc10800754816e339d912736bd</FollyCommitHash>
2121
<!-- When bumping the fmt version, be sure to bump the git hash of that version's commit and build fmt.vcxproj (to update its cgmanifest.json) too. -->
22-
<FmtVersion>8.0.0</FmtVersion>
23-
<FmtCommitHash>9e8b86fd2d9806672cc73133d21780dd182bfd24</FmtCommitHash>
22+
<FmtVersion>10.1.0</FmtVersion>
23+
<FmtCommitHash>ca2e3685b160617d3d95fcd9e789c4e06ca88</FmtCommitHash>
2424
<!-- Commit hash for https://github.com/microsoft/node-api-jsi code. -->
2525
<NodeApiJsiCommitHash>53b897b03c1c7e57c3372acc6234447a44e150d6</NodeApiJsiCommitHash>
2626
</PropertyGroup>

vnext/PropertySheets/Warnings.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
C4309 - truncation of constant value
2323
C4324 - structure was padded due to __declspec(align())
2424
C5205 - delete of an abstract class that has a non-virtual destructor results in undefined behavior
25-
C4996 - use of stdext::checked_array_iterator which has been marked as deprecated
2625
-->
27-
<ExtraWarningsToDisable>4068;4100;4101;4127;4189;4290;4309;4324;5205;4251;4996;$(DisableSpecificWarnings)</ExtraWarningsToDisable>
26+
<ExtraWarningsToDisable>4068;4100;4101;4127;4189;4290;4309;4324;5205;4251;$(DisableSpecificWarnings)</ExtraWarningsToDisable>
2827
</PropertyGroup>
2928

3029
<ItemDefinitionGroup>

vnext/fmt/cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Type": "git",
77
"Git": {
88
"RepositoryUrl": "https://github.com/fmtlib/fmt",
9-
"CommitHash": "9e8b86fd2d9806672cc73133d21780dd182bfd24"
9+
"CommitHash": "ca2e3685b160617d3d95fcd9e789c4e06ca88"
1010
}
1111
},
1212
"DevelopmentDependency": false

0 commit comments

Comments
 (0)