Skip to content

Commit

Permalink
[0.71] Update fmt version to 10.1.0 (#13178)
Browse files Browse the repository at this point in the history
This PR backports #12411 to 0.71.

* update fmt to 10.1.0

* Change files

Co-authored-by: Marlene Cota <mcota@microsoft.com>
  • Loading branch information
jonthysell and marlenecota authored May 2, 2024
1 parent 57ac9a4 commit 90e0aa5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"clang-format.executable": "${workspaceRoot}/vnext/node_modules/.bin/clang-format",
"typescript.tsdk": "node_modules\\typescript\\lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "[0.71] update fmt to 10.1.0",
"packageName": "react-native-windows",
"email": "mcota@microsoft.com",
"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>2022.11.28.00</FollyVersion>
<FollyCommitHash>6ed36117cdc4831f3a3951e013ae76b405e88e15</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
2 changes: 1 addition & 1 deletion vnext/PropertySheets/Warnings.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
C4324 - structure was padded due to __declspec(align())
C5205 - delete of an abstract class that has a non-virtual destructor results in undefined behavior
-->
<ExtraWarningsToDisable>4068;4100;4101;4127;4189;4290;4309;4324;5205;$(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

0 comments on commit 90e0aa5

Please sign in to comment.