Граф коммитов

7855 Коммитов

Автор SHA1 Сообщение Дата
Jon Thysell ac43674eda Fix escaping arguments for PowerShell tasks (#13918) ***NO_CI***
## Description

Fixing error blocking PRs due to surprise ADO policy change:

```
Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backtick (`). More information is available here: https://aka.ms/ado/75787
```

### Type of Change
_Erase all that don't apply._
- Bug fix (non-breaking change which fixes an issue)

### Why
Unblock pipelines.

### What
Fixed argument escaping.

## Screenshots
N/A

## Testing
N/A

## Changelog
Should this change be included in the release notes: _no_
2024-10-03 10:56:31 -07:00
Jon Thysell 4e968a448c
[0.73] Bump serve-static to resolve Component Governance alerts (#13868)
## Description

Bumps the version of `serve-static` and `send` to address CVE-2024-43799 and CVE-2024-43800.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
Resolve Component Governance security alerts.

### What
Bumped yarn.lock versions

## Screenshots
N/A

## Testing
N/A

## Changelog
Should this change be included in the release notes: _no_
2024-09-13 14:36:57 -07:00
React-Native-Windows Bot fb925e65b6 applying package updates ***NO_CI*** 2024-09-09 21:08:15 +00:00
Vladimir Morozov 38be74aa26
[0.73] C++ 20: Fix `Explicit template specialization cannot have a storage class` (#12328) (#13681)
* C++ 20: Fix `Explicit template specialization cannot have a storage class` (#12328)

* C++ 20: Fix "Explicit template specialization cannot have a storage class"

Fixes "[Explicit template specialization cannot have a storage class](https://stackoverflow.com/questions/29041775/explicit-template-specialization-cannot-have-a-storage-class-member-method-spe)" in C++ 20 by moving a function outside of a struct.

* Change files

* Update change file type
2024-09-09 10:18:38 -07:00
React-Native-Windows Bot b35c4ca111 applying package updates ***NO_CI*** 2024-08-17 01:38:34 +00:00
Vladimir Morozov d0adfc66ff
[0.73] Update V8, Hermes, JSI for Node-API versions (#13581)
* Update V8, Hermes, JSI for Node-API versions

* Change files
2024-08-16 16:18:43 -07:00
Jon Thysell 536e01307e
[0.73] Bump minimum VS version to 17.11.0 (#13584)
This PR backports #13455 to 0.73.

## Description

This PR bumps the minimum version of VS that RNW expects to 17.11.0.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
To make sure users don't use the regressed builds of VS 2022.

Resolves #13339
Resolves #13374

### What
Bumped VS version checks for `run-windows` and `rnw-dependencies.ps1`. Updated ADO image to reflect updated images are no longer locked to VS v17.9.4.

## Screenshots
N/A

## Testing
`run-windows` now works with 17.11.0.

## Changelog
Should this change be included in the release notes: _yes_

Require Visual Studio 2022 >= v17.11.0
2024-08-16 20:41:51 +00:00
Marlene Cota 7a76cd326f
[0.73] Backport CodeQL fix (#13564)
* CodeQL fix

* Change files
2024-08-13 00:52:26 +00:00
React-Native-Windows Bot 901c0f1409 applying package updates ***NO_CI*** 2024-08-05 15:15:11 +00:00
Julio César Rocha df1cd77bba
[0.73] Upgrade to boost 1.83 (#13529)
* Upgrade to boost 1.83 (#13511)

* Upgrade to boost 1.83

* Change files

* Remove change file

* Change files
2024-08-02 14:31:58 -07:00
Andrew Coates a8f109514d
[0.73] [Win32] export YGConfigSetErrata (#13520)
* [Win32] export _YGConfigSetErrata

* Change files
2024-08-01 08:03:39 -07:00
React-Native-Windows Bot 9a0cfa1703 applying package updates ***NO_CI*** 2024-07-29 15:13:22 +00:00
Julio César Rocha ed947f1ba0
[0.73] Don't override Hermes platform for ARM64EC #13490 (#13496)
* Don't override Hermes platform for ARM64EC (#13490)

* Don't override Hermes platform for ARM64EC

* Change files

* Upgrade Hermes to 0.1.23

* Update packages.lock

* Change files
2024-07-26 14:43:45 -07:00
Julio César Rocha dd2cca9ba1
Fix Desktop NuGet slices for ARM64EC publish (#13484)
Co-authored-by: Jon Thysell <jthysell@microsoft.com>
2024-07-22 21:39:16 -07:00
React-Native-Windows Bot 56abde3c02 applying package updates ***NO_CI*** 2024-07-22 15:12:54 +00:00
Julio César Rocha 0c34c3ba4d
[0.73] Port Desktop DLL to ARM64EC (#13478)
* Upgrade Desktop solution/projects to Win SDK 10.0.22621.0 (#13326)

* /t:Vars - Log SolutionName

* Remove OpenSSL from Desktop LIB and DLL

* Port Desktop DLL to ARM64EC (#13320)

* Upgrade WinSDK version for C/C++ projects
Older SDK versions do not contain softintrin.h
See http://www.emulators.com/docs/abc_arm64ec_explained.htm

* Make V8Platform x64 for ARM64EC

* Override HermesPlatform for ARM64EC

* Override WinAppSDK platforms for ARM64EC

* Skip React.Windows.IntegrationTests on ARM64EC

* Add ARM64EC to StripAdditionalPlatformsFromNuspec.ps1

---------

Co-authored-by: Jon Thysell <jthysell@microsoft.com>
2024-07-19 17:20:20 -07:00
Julio César Rocha be4fbd8d8b
[0.73] Upgrade Desktop solution/projects to Win SDK 10.0.22621.0 (#13474)
* /t:Vars - Log SolutionName

* Upgrade Desktop solution/projects to Win SDK 10.0.22621.0
2024-07-19 14:42:28 -07:00
Jon Thysell 182fd0cdd5
[0.73] SFI: Upgrade to EsrpCodeSigning@5 ***NO_CI*** 2024-07-15 09:08:21 -07:00
Jon Thysell 2bb90c2894
Remove errant change file ***NO_CI*** 2024-07-15 09:06:19 -07:00
React-Native-Windows Bot 31a275fc25 applying package updates ***NO_CI*** 2024-07-01 15:14:52 +00:00
Jon Thysell 238e5cac6f
Update react-native-platform-override-77ef9896-f6ff-43b2-a7ba-be92a933e696.json 2024-06-26 13:54:23 -07:00
Jon Thysell 0ca6cbba5e
Update @react-native-windows-codegen-1f9c7692-6656-4302-87c2-33734127b271.json 2024-06-26 13:54:10 -07:00
Jon Thysell 584d28c5c9
[0.73] SFI: Component Governance fixes 6/19/24 (#13395)
This PR backports #13367 to 0.73.

## Description

This PR addresses Component Governance alerts for 6/19/24.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
Resolve Component Governance alerts.

### What
Updated versions of `braces` (via updating `globby`), `ws` (via resolution), `ip` (via updating `@react-native-community/cli-doctor` and `socks`), and `tar`. Had to use a resolution for `ws` because I wasn't able to bump `webdriverio` because it doesn't work with WinAppDriver, see https://github.com/microsoft/WinAppDriver/issues/1543.

## Screenshots
N/A

## Testing
Verified e2e-test-app still works

## Changelog
Should this change be included in the release notes: no
2024-06-26 20:24:40 +00:00
React-Native-Windows Bot 73eeba2c02 applying package updates ***NO_CI*** 2024-05-29 18:11:55 +00:00
Vladimir Morozov 7cb8495427
[0.73] Use Turbo Modules for Desktop instead of CxxModules (#13265)
* Enable Timer TurboModule

* Change files

* Fix formatting

* Reduce scope of the PR

* Add useTurboModulesOnly check for new TurboModules
2024-05-28 22:36:30 -07:00
React-Native-Windows Bot cf46c7e0fe applying package updates ***NO_CI*** 2024-05-23 15:40:05 +00:00
Andrew Coates 0e1b8e1d5f
fix (#13267) 2024-05-23 08:24:52 -07:00
Vladimir Morozov 6894e200b6
[0.73] Fix yarn build with latest Node.js versions (#13254)
* Fix yarn build with latest Node.js versions

* Revert changes in scripts
2024-05-21 13:45:04 -07:00
Tatiana Kapos 4c08164bf0
[0.73] Integrate 0.73.8 (#13242)
* integrate 73.8

* Change files
2024-05-20 12:58:16 -07:00
React-Native-Windows Bot 8ccaccad3a applying package updates ***NO_CI*** 2024-05-15 20:50:53 +00:00
Krystal Kramer 239531987a
[0.73] Add support for announceForAccessibilityWithOptions (#13230)
* [Win32] Add support for announceForAccessibilityWithOptions  (#12237)

* initial commit

* add NativeAccessibilityInfoWin32.js

* update example

* Change files

* add override and .d.ts file

* add another override

* add comma

* extend options type instead of redefine

* try [prop-missing] to fix lint error

* fix comment in RNTesterList.win32

* try ignoring AccessibilityInfo.js in .flowconfig

* Revert flowconfig version

* Lint script runs succesfully locally

---------

Co-authored-by: Krystal Kramer <krsiler@microsoft.com>

* update change type to patch

---------

Co-authored-by: Lawrence Win <dehunter456@gmail.com>
2024-05-14 12:46:52 -04:00
React-Native-Windows Bot eb65816d4d applying package updates ***NO_CI*** 2024-05-13 15:15:55 +00:00
Vladimir Morozov a1b2139eec
[0.73] Change Hermes package version to 0.1.21 (#13207) (#13210)
* Change Hermes package version to 0.1.21

* Change files

* Shared.vcxitems.filters changes
2024-05-09 13:54:29 -07:00
React-Native-Windows Bot cbe6b52f57 applying package updates ***NO_CI*** 2024-05-06 15:14:46 +00:00
Andrew Coates 9193b07740
[0.73] [NetUI] Fix issue using Paper UI manager with newer turbomodule (#13009)
* PaperUIManager running as turbomodule fix

* Change files
2024-04-29 13:21:52 -07:00
React-Native-Windows Bot 27e2a62b9a applying package updates ***NO_CI*** 2024-04-26 22:42:41 +00:00
Tatiana Kapos f8a684071f
[0.73] Promote 73 to legacy (#12993)
* Promote 0.73 to legacy

* Change files
2024-04-26 15:27:28 -07:00
Tatiana Kapos 60ce9bcdd9
backport Disable node-tests job for now #12945 (#12987) 2024-04-25 17:44:36 -07:00
Andrew Coates 8991de33a4
[0.73] Rework EventPhase type to avoid using TS enum (#12909)
* Rework EventPhase type to avoid using TS enum

* Change files
2024-04-23 13:39:37 -07:00
React-Native-Windows Bot f674ba329d applying package updates ***NO_CI*** 2024-03-18 15:15:56 +00:00
Andrew Coates 1a56053a4c
[0.73] [Win32] TextProps from rn-win32 should include win32 properties (#12836)
* TextProps from rn-win32 should include win32 properties

* Change files
2024-03-14 17:51:39 -07:00
Julio César Rocha dad540175f
[0.73] Make HTTP origin value an instance member (#12827)
* Make HTTP origin value an instance member (#12821)

* Make origin an instance member

* Change files

* Remove s_origin

* Remove redundant namespace

* Remove change file

* Change files

* Empty commit
2024-03-14 05:15:41 +00:00
Andrew Coates e0cd40b5f2
[0.73] Update react-native 0.73.4 -> 0.73.6 (#12832)
* Update react-native 0.73.4 -> 0.73.6

* Change files
2024-03-13 20:33:35 -07:00
React-Native-Windows Bot f41eb1dfcb applying package updates ***NO_CI*** 2024-03-11 15:15:29 +00:00
Yajur-Grover f0a17a652b
[0.73] Add disabled property to props being passed into Pressable component (#12811)
* backport disabled prop change

* Change files
2024-03-08 12:20:54 -08:00
Julio César Rocha eec60fa46d
[0.73] Omit trailing slash in Origin header (#12793)
* Omit trailing slash in Origin header

* Change files
2024-03-04 16:03:39 -08:00
React-Native-Windows Bot 9d939cfd1d applying package updates ***NO_CI*** 2024-03-01 20:52:20 +00:00
Andrew Coates 531c3b28f3
[0.73] [NetUI] Export getRuntimeExecutor for internal usage (#12788)
* Export getRuntimeExecutor for internal usage

* Change files
2024-03-01 20:36:27 +00:00
React-Native-Windows Bot 7529717895 applying package updates ***NO_CI*** 2024-02-19 16:17:22 +00:00
Vladimir Morozov 5c050b043c
[0.73] Fix UIScheduler deadlock on shutdown (#12737)
* Fix UIScheduler deadlock on shutdown

* Change files
2024-02-15 14:36:14 -08:00