From 208871f951ad00d156ee02710b0b0b2ed2ea5fd3 Mon Sep 17 00:00:00 2001 From: Marlene Cota Date: Thu, 16 Nov 2023 09:52:28 -0800 Subject: [PATCH] [0.71] Update fmt version to 10.1.0 This PR backports #12411 to 0.71. * update fmt to 10.1.0 * Change files --- .vscode/settings.json | 2 +- ...ative-windows-f607455e-1870-4fd5-81f5-94717effb241.json | 7 +++++++ vnext/Directory.Build.props | 4 ++-- vnext/PropertySheets/Warnings.props | 2 +- vnext/fmt/cgmanifest.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 change/react-native-windows-f607455e-1870-4fd5-81f5-94717effb241.json diff --git a/.vscode/settings.json b/.vscode/settings.json index 0a40f9961ad..def38a1797a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } } diff --git a/change/react-native-windows-f607455e-1870-4fd5-81f5-94717effb241.json b/change/react-native-windows-f607455e-1870-4fd5-81f5-94717effb241.json new file mode 100644 index 00000000000..7c4a59e0874 --- /dev/null +++ b/change/react-native-windows-f607455e-1870-4fd5-81f5-94717effb241.json @@ -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" +} diff --git a/vnext/Directory.Build.props b/vnext/Directory.Build.props index fc4c72b53da..491387a0477 100644 --- a/vnext/Directory.Build.props +++ b/vnext/Directory.Build.props @@ -19,8 +19,8 @@ 2022.11.28.00 6ed36117cdc4831f3a3951e013ae76b405e88e15 - 8.0.0 - 9e8b86fd2d9806672cc73133d21780dd182bfd24 + 10.1.0 + ca2e3685b160617d3d95fcd9e789c4e06ca88 53b897b03c1c7e57c3372acc6234447a44e150d6 diff --git a/vnext/PropertySheets/Warnings.props b/vnext/PropertySheets/Warnings.props index e41bfa45b75..640a6a3ae7f 100644 --- a/vnext/PropertySheets/Warnings.props +++ b/vnext/PropertySheets/Warnings.props @@ -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 --> - 4068;4100;4101;4127;4189;4290;4309;4324;5205;$(DisableSpecificWarnings) + 4068;4100;4101;4127;4189;4290;4309;4324;5205;4251;$(DisableSpecificWarnings) diff --git a/vnext/fmt/cgmanifest.json b/vnext/fmt/cgmanifest.json index 8934ed79575..589095951a0 100644 --- a/vnext/fmt/cgmanifest.json +++ b/vnext/fmt/cgmanifest.json @@ -6,7 +6,7 @@ "Type": "git", "Git": { "RepositoryUrl": "https://github.com/fmtlib/fmt", - "CommitHash": "9e8b86fd2d9806672cc73133d21780dd182bfd24" + "CommitHash": "ca2e3685b160617d3d95fcd9e789c4e06ca88" } }, "DevelopmentDependency": false