Skip to content
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
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