react-native-windows 0.73.18 → 0.73.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,7 +94,7 @@
94
94
  </ItemGroup>
95
95
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
96
96
  <ItemGroup>
97
- <PackageReference Include="boost" Version="1.76.0.0" />
97
+ <PackageReference Include="boost" Version="1.83.0.0" />
98
98
  <PackageReference Include="Microsoft.Windows.CppWinRT" Version="$(CppWinRTVersion)" PrivateAssets="all" />
99
99
  </ItemGroup>
100
100
  <ImportGroup Label="ExtensionTargets">
@@ -48,8 +48,8 @@ string EncodeBase64(string_view text) noexcept {
48
48
  std::copy(encode_base64(bytes.cbegin()), encode_base64(bytes.cend()), ostream_iterator<char>(oss));
49
49
 
50
50
  // https://unix.stackexchange.com/questions/631501
51
- auto padLength = (4 - (oss.tellp() % 4)) % 4;
52
- for (auto i = 0; i < padLength; ++i) {
51
+ size_t padLength = (4 - (oss.tellp() % 4)) % 4;
52
+ for (size_t i = 0; i < padLength; ++i) {
53
53
  oss << '=';
54
54
  }
55
55
 
@@ -4,9 +4,9 @@
4
4
  "native,Version=v0.0": {
5
5
  "boost": {
6
6
  "type": "Direct",
7
- "requested": "[1.76.0, )",
8
- "resolved": "1.76.0",
9
- "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA=="
7
+ "requested": "[1.83.0, )",
8
+ "resolved": "1.83.0",
9
+ "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
10
10
  },
11
11
  "Microsoft.Windows.CppWinRT": {
12
12
  "type": "Direct",
@@ -22,7 +22,7 @@
22
22
  <FmtVersion>10.1.0</FmtVersion>
23
23
  <FmtCommitHash>ca2e3685b160617d3d95fcd9e789c4e06ca88</FmtCommitHash>
24
24
  <!-- Commit hash for https://github.com/microsoft/node-api-jsi code. -->
25
- <NodeApiJsiCommitHash>53b897b03c1c7e57c3372acc6234447a44e150d6</NodeApiJsiCommitHash>
25
+ <NodeApiJsiCommitHash>6506206ee0519da5ab688f6725cfa46441fd8650</NodeApiJsiCommitHash>
26
26
  </PropertyGroup>
27
27
 
28
28
  <!--
@@ -325,7 +325,7 @@
325
325
  <TemporaryFollyPatchFiles Include="$(MSBuildThisFileDirectory)\TEMP_UntilFollyUpdate\**\*.*" />
326
326
  </ItemGroup>
327
327
  <ItemGroup>
328
- <PackageReference Include="boost" Version="1.76.0.0" />
328
+ <PackageReference Include="boost" Version="1.83.0.0" />
329
329
  </ItemGroup>
330
330
  <Target Name="Deploy" />
331
331
  <!-- Reenable this task if we need to temporarily replace any folly files for fixes, while we wait for PRs to land in folly -->
@@ -4,9 +4,9 @@
4
4
  "native,Version=v0.0": {
5
5
  "boost": {
6
6
  "type": "Direct",
7
- "requested": "[1.76.0, )",
8
- "resolved": "1.76.0",
9
- "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA=="
7
+ "requested": "[1.83.0, )",
8
+ "resolved": "1.83.0",
9
+ "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
10
10
  },
11
11
  "fmt": {
12
12
  "type": "Project"
@@ -638,7 +638,7 @@
638
638
  </Page>
639
639
  </ItemGroup>
640
640
  <ItemGroup>
641
- <PackageReference Include="boost" Version="1.76.0.0" />
641
+ <PackageReference Include="boost" Version="1.83.0.0" />
642
642
  <PackageReference Include="Microsoft.Windows.CppWinRT" Version="$(CppWinRTVersion)" PrivateAssets="all" />
643
643
  <PackageReference Include="Microsoft.JavaScript.Hermes" Version="$(HermesVersion)" />
644
644
  <PackageReference Include="$(WinUIPackageName)" Version="$(WinUIPackageVersion)" Condition="'$(OverrideWinUIPackage)'!='true'" />
@@ -16,7 +16,7 @@
16
16
  <Bridging_SourcePath Condition="'$(Bridging_SourcePath)' == '' AND '$(ReactNativeDir)' != ''">$(ReactNativeDir)\ReactCommon\react\bridging</Bridging_SourcePath>
17
17
  <Bridging_SourcePath Condition="'$(Bridging_SourcePath)' == '' AND Exists('$(MSBuildThisFileDirectory)ReactCommon\CallbackWrapper.h')">$(MSBuildThisFileDirectory)ReactCommon</Bridging_SourcePath>
18
18
 
19
- <NodeApiJsiCommitHash>53b897b03c1c7e57c3372acc6234447a44e150d6</NodeApiJsiCommitHash>
19
+ <NodeApiJsiCommitHash>6506206ee0519da5ab688f6725cfa46441fd8650</NodeApiJsiCommitHash>
20
20
  <NodeApiJsiLocal Condition="Exists('$(MSBuildThisFileDirectory)NodeApiJsiRuntime.cpp')">true</NodeApiJsiLocal>
21
21
  <NodeApiJsiDir Condition="'$(NodeApiJsiDir)' == '' AND '$(NodeApiJsiLocal)' == 'true'">$(MSBuildThisFileDirectory)</NodeApiJsiDir>
22
22
  <NodeApiJsiDir Condition="'$(NodeApiJsiDir)' == '' AND '$(ReactNativeDir)' != ''">$(ReactNativeDir)\..\..\node_modules\.node-api-jsi\node-api-jsi-$(NodeApiJsiCommitHash)\</NodeApiJsiDir>
@@ -12,7 +12,7 @@
12
12
  <Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.targets" />
13
13
 
14
14
  <ItemGroup>
15
- <PackageReference Include="boost" Version="1.76.0.0" />
15
+ <PackageReference Include="boost" Version="1.83.0.0" />
16
16
  <PackageReference Include="Microsoft.VCRTForwarders.140" Version="1.0.2-rc" />
17
17
  </ItemGroup>
18
18
 
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.73.18</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.73.20</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>73</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>18</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>20</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>ed947f1ba0d5375706d8b95977aa02119f548f64</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>d0adfc66ff62628fb1dcb0d10d49d1bc4112485d</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
@@ -14,7 +14,7 @@
14
14
  <!-- Enabling this will (1) Include hermes glues in the Microsoft.ReactNative binaries AND (2) Make hermes the default engine -->
15
15
  <UseHermes Condition="'$(UseHermes)' == ''">true</UseHermes>
16
16
  <!-- This will be true if (1) the client want to use hermes by setting UseHermes to true OR (2) We are building for UWP where dynamic switching is enabled -->
17
- <HermesVersion Condition="'$(HermesVersion)' == ''">0.1.23</HermesVersion>
17
+ <HermesVersion Condition="'$(HermesVersion)' == ''">0.1.27</HermesVersion>
18
18
  <HermesPackage Condition="'$(HermesPackage)' == '' And Exists('$(PkgMicrosoft_JavaScript_Hermes)')">$(PkgMicrosoft_JavaScript_Hermes)</HermesPackage>
19
19
  <HermesPackage Condition="'$(HermesPackage)' == ''">$(NuGetPackageRoot)\Microsoft.JavaScript.Hermes\$(HermesVersion)</HermesPackage>
20
20
  <EnableHermesInspectorInReleaseFlavor Condition="'$(EnableHermesInspectorInReleaseFlavor)' == ''">false</EnableHermesInspectorInReleaseFlavor>
@@ -24,7 +24,7 @@
24
24
  <EnableDevServerHBCBundles Condition="'$(EnableDevServerHBCBundles)' == ''">false</EnableDevServerHBCBundles>
25
25
 
26
26
  <UseV8 Condition="'$(UseV8)' == ''">false</UseV8>
27
- <V8Version Condition="'$(V8Version)' == ''">0.71.8</V8Version>
27
+ <V8Version Condition="'$(V8Version)' == ''">0.71.18</V8Version>
28
28
  <V8PackageName>ReactNative.V8Jsi.Windows</V8PackageName>
29
29
  <V8PackageName Condition="'$(V8AppPlatform)' != 'win32'">$(V8PackageName).UWP</V8PackageName>
30
30
  <V8Package>$(NuGetPackageRoot)\$(V8PackageName).$(V8Version)</V8Package>
@@ -190,7 +190,7 @@
190
190
  </ProjectReference>
191
191
  </ItemGroup>
192
192
  <ItemGroup>
193
- <PackageReference Include="boost" Version="1.76.0.0" />
193
+ <PackageReference Include="boost" Version="1.83.0.0" />
194
194
  </ItemGroup>
195
195
  <PropertyGroup>
196
196
  <NodeApiJsiZipDir>$(NodeApiJsiDir)..\.node-api-jsi-zip</NodeApiJsiZipDir>
@@ -6,7 +6,7 @@
6
6
  "Type": "git",
7
7
  "Git": {
8
8
  "RepositoryUrl": "https://github.com/microsoft/node-api-jsi",
9
- "CommitHash": "53b897b03c1c7e57c3372acc6234447a44e150d6"
9
+ "CommitHash": "6506206ee0519da5ab688f6725cfa46441fd8650"
10
10
  }
11
11
  },
12
12
  "DevelopmentDependency": false
@@ -4,9 +4,9 @@
4
4
  "native,Version=v0.0": {
5
5
  "boost": {
6
6
  "type": "Direct",
7
- "requested": "[1.76.0, )",
8
- "resolved": "1.76.0",
9
- "contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA=="
7
+ "requested": "[1.83.0, )",
8
+ "resolved": "1.83.0",
9
+ "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
10
10
  },
11
11
  "fmt": {
12
12
  "type": "Project"
@@ -14,8 +14,8 @@
14
14
  "folly": {
15
15
  "type": "Project",
16
16
  "dependencies": {
17
- "boost": "[1.76.0, )",
18
- "fmt": "[1.0.0, )"
17
+ "Fmt": "[1.0.0, )",
18
+ "boost": "[1.83.0, )"
19
19
  }
20
20
  }
21
21
  },
@@ -83,7 +83,7 @@ $vsAll = ($vsComponents + $vsWorkloads);
83
83
  # The minimum VS version to check for
84
84
  # Note: For install to work, whatever min version you specify here must be met by the current package available on choco.
85
85
  # I.E. Do NOT specify a Preview version here because choco doesn't have VS Preview packages.
86
- $vsver = "17.3";
86
+ $vsver = "17.11.0";
87
87
 
88
88
  # The exact .NET SDK version to check for
89
89
  $dotnetver = "6.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.73.18",
3
+ "version": "0.73.20",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@react-native-community/cli": "12.3.6",
27
27
  "@react-native-community/cli-platform-android": "12.3.6",
28
28
  "@react-native-community/cli-platform-ios": "12.3.6",
29
- "@react-native-windows/cli": "0.73.5",
29
+ "@react-native-windows/cli": "0.73.6",
30
30
  "@react-native/assets-registry": "0.73.1",
31
31
  "@react-native/codegen": "0.73.3",
32
32
  "@react-native/community-cli-plugin": "0.73.17",