Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fmt version to 10.1.0 #12411

Merged
merged 2 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "update fmt to 10.1.0",
"packageName": "react-native-windows",
"email": "email not defined",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions vnext/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<FollyVersion>2023.10.16.00</FollyVersion>
<FollyCommitHash>3da4d3ccc4ea69bc10800754816e339d912736bd</FollyCommitHash>
<!-- 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. -->
<FmtVersion>8.0.0</FmtVersion>
<FmtCommitHash>9e8b86fd2d9806672cc73133d21780dd182bfd24</FmtCommitHash>
<FmtVersion>10.1.0</FmtVersion>
<FmtCommitHash>ca2e3685b160617d3d95fcd9e789c4e06ca88</FmtCommitHash>
<!-- Commit hash for https://github.com/microsoft/node-api-jsi code. -->
<NodeApiJsiCommitHash>53b897b03c1c7e57c3372acc6234447a44e150d6</NodeApiJsiCommitHash>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions vnext/PropertySheets/Warnings.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
C4309 - truncation of constant value
C4324 - structure was padded due to __declspec(align())
C5205 - delete of an abstract class that has a non-virtual destructor results in undefined behavior
C4996 - use of stdext::checked_array_iterator which has been marked as deprecated
-->
<ExtraWarningsToDisable>4068;4100;4101;4127;4189;4290;4309;4324;5205;4251;4996;$(DisableSpecificWarnings)</ExtraWarningsToDisable>
<ExtraWarningsToDisable>4068;4100;4101;4127;4189;4290;4309;4324;5205;4251;$(DisableSpecificWarnings)</ExtraWarningsToDisable>
</PropertyGroup>

<ItemDefinitionGroup>
Expand Down
2 changes: 1 addition & 1 deletion vnext/fmt/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/fmtlib/fmt",
"CommitHash": "9e8b86fd2d9806672cc73133d21780dd182bfd24"
"CommitHash": "ca2e3685b160617d3d95fcd9e789c4e06ca88"
}
},
"DevelopmentDependency": false
Expand Down