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

7668 Коммитов

Автор SHA1 Сообщение Дата
React-Native-Windows Bot f0f27a60fa applying package updates ***NO_CI*** 2023-08-31 05:13:20 +00:00
Andrew Coates 003dc5b1ab
[Fabric] Remove runtime classes in CompositionSwitcher (#12090) 2023-08-30 13:36:30 -07:00
dependabot[bot] 4b52eb7098
📦 Bump @types/jest from 29.5.3 to 29.5.4 (#12088)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.3 to 29.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 09:10:17 -07:00
dependabot[bot] 4391b547c8
📦 Bump node-fetch from 2.6.12 to 2.7.0 (#12091)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.12 to 2.7.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.12...v2.7.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 09:10:00 -07:00
React-Native-Windows Bot 9bba037ded applying package updates ***NO_CI*** 2023-08-30 05:12:57 +00:00
Eric Rozell 97a386c3f9
Fix bug when blur command received on node without XamlRoot (#12051)
## Description

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

### Why
We are seeing crashes on quit when the blur command is called roughly around the same time that the React instance is being shut down. It's likely because the result of tryGetXamlRoot is null.

### What
This change falls back on the GetFocusedElement() overload without any parameters if the XamlRoot is null, as supplying a null parameter will result in a NPE.

## Testing
It's a tricky race condition to repro, but I did validate that passing a null XamlRoot value to `FocusManager::GetFocusedElement(XamlRoot)` will throw an exception.

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

Fix for NPE when blur command is received while React instance is shutting down.
2023-08-29 10:15:44 -07:00
dependabot[bot] 8cc5e9de25
📦 Bump @jest/environment from 29.6.2 to 29.6.4 (#12089)
Bumps [@jest/environment](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment) from 29.6.2 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest-environment)

---
updated-dependencies:
- dependency-name: "@jest/environment"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 09:56:22 -07:00
Tatiana Kapos 3e17aa8438
[Fabric] Fix textinput crashing when app is minimized (#12059)
* fix crash

* Change files

* simplify math

* add check to DrawText

* remove comment
2023-08-29 08:21:11 -07:00
React-Native-Windows Bot 61ea6de486 applying package updates ***NO_CI*** 2023-08-29 05:13:38 +00:00
Yajur Grover ae282e6dd9
Integrate RN Nightly Build 7/28 (#11970)
* resolved merge conflicts and build errors

* Change files

* change file and formatting

* updated snapshot

* edited tester list

* updated snapshots

* updated lockfile

* fixed syntax error

* Revert "updated snapshots"

This reverts commit 19bfa39016.

* resolved linting errors

* Update to use newly renamed `@react-native/babel-preset` and `@react-native/metro-babel-transformer`

* fix changefiles

* ran universal unit tests

* Switch to ensure usage of @react-native/metro-config

* Workaround for null coalesing operator issue

---------

Co-authored-by: Yajur Grover <yajurgrover@microsoft.com>
Co-authored-by: TatianaKapos <tatianakapos@microsoft.com>
Co-authored-by: Jon Thysell <jthysell@microsoft.com>
2023-08-28 17:56:59 -07:00
dependabot[bot] 09995c807d
📦 Bump jest from 29.6.2 to 29.6.4 (#12068)
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.2 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chiara Mooney <34109996+chiaramooney@users.noreply.github.com>
2023-08-28 11:06:11 -07:00
dependabot[bot] 2a0adf96f1
📦 Bump @babel/runtime from 7.22.10 to 7.22.11 (#12085)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 11:05:35 -07:00
Chris Glein 2f7e8f31d2
Implements backgroundColor for Fabric's TextInput (#12079)
* Render background color on Text
Applies a fill rect to the composition visual
Fixes #11763

* Change files

* Protect color conversions from empty values

* Apply scale factor to fill rect

* Remove unneded ViewProps alias

* Render background color on Text
Applies a fill rect to the composition visual
Fixes #11763

* Change files

* Protect color conversions from empty values

* Apply scale factor to fill rect

* Remove unneded ViewProps alias

* Use isColorMeaningful
2023-08-28 10:33:17 -07:00
React-Native-Windows Bot 9364315e16 applying package updates ***NO_CI*** 2023-08-26 05:15:06 +00:00
Andrew Coates 076a8b84f9
[Win32] Remove flow usage from saveAssetPlugin codeflow (#12080)
* Remove flow usage from saveAssetPlugin codeflow

* Change files
2023-08-25 15:28:27 -07:00
Chiara Mooney c0b68f37d6
Add VisitAllPages Test to E2E Test App on Fabric (#12052)
* Add VisitAllPages Test

* Fix: Hold Tests Until Metro Loads Bundle

* Fix: Disable API Tests

* Migrate to Release

* Alter Path

* Adjust Commands

* Test Single Case

* Fire Warning if WebDriverIO loses focus

* Adjuist

* Add API

* Fix File

* Add Additional Workaround

* Add Backspace

* Remove Border Example

* Remove Unneeded Workaround

* Remove Faulty Test

* Disable API

* Fix Lint
2023-08-25 15:27:08 -07:00
dependabot[bot] 50912ea677
📦 Bump @rnx-kit/metro-serializer from 1.0.11 to 1.0.12 (#12067)
Bumps [@rnx-kit/metro-serializer](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-serializer) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/metro-serializer/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/metro-serializer@1.0.12/packages/metro-serializer)

---
updated-dependencies:
- dependency-name: "@rnx-kit/metro-serializer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-25 12:00:35 -07:00
React-Native-Windows Bot 85d28de767 applying package updates ***NO_CI*** 2023-08-25 05:14:39 +00:00
Jon Thysell 8fec9dd58a
Prevent Desktop.IntegrationTests from hanging forever (#12072)
## Description

While trying to integrate the latest RN code (see PR #11970) the `RNTesterIntegrationTests` in `React.Windows.Desktop.IntegrationTests` kept hanging and timing out.

The root issue (TBD) was a `JSError` being thrown by Chakra when the test bundle (ex. `DummyTest`) was loaded from Metro. However the bundle was loaded asynchronously, which caused that error to be swallowed and never reported. Furthermore, not knowing that the bundle load had failed, the test continued onward and attempted to start loading the app with `AppRegistry.runApplication()` (which also failed silently) and finally proceeded to wait indefinitely for the JS component to render and fire the `TestModule.markTestPassed(true)`.

To address this, this PR changes the tests to set a reasonable 30s timeout for waiting for the app to "render" (it usually completes in 2-3s).

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

### Why

To better detect failures in `RNTesterIntegrationTests`.

### What

Changes the tests to set a reasonable 30s timeout for waiting for the app to "render" (it usually completes in 2-3s).

## Screenshots
N/A

## Testing
Re-ran the tests and verified if the bundle load fails the test fails.

## Changelog
Should this change be included in the release notes: No
2023-08-24 22:21:10 +00:00
React-Native-Windows Bot ddfefcee00 applying package updates ***NO_CI*** 2023-08-24 05:14:50 +00:00
Krystal Kramer e6f6f3abf5
Add aria-required and aria-multiselectable to accessibilityState on win32 (#12046)
* add missing a11yState props on win32

* Change files

* fix missing a11yState props for other components

* minor fix

* add aria- equivalent props

* edit change file comment

* Add win32 comment tags

* lint fix

* fix lint errors

* add aria- props to textprops

* remove unneeded props
2023-08-23 15:45:14 -04:00
Yajur Grover 36ebba6682
[Fabric] Add accessibilityHint support to UIA tree (#12058)
* added accessibilityHint support

* Change files

* formatting fix

---------

Co-authored-by: Yajur Grover <yajurgrover@microsoft.com>
2023-08-23 12:43:54 -07:00
dependabot[bot] 152d9d869b
📦 Bump @types/lodash from 4.14.196 to 4.14.197 (#12023)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.196 to 4.14.197.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 11:53:54 -07:00
dependabot[bot] d6e9bcfa47
📦 Bump @rnx-kit/metro-config from 1.3.7 to 1.3.8 (#12044)
Bumps [@rnx-kit/metro-config](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-config) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/metro-config/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/metro-config@1.3.8/packages/metro-config)

---
updated-dependencies:
- dependency-name: "@rnx-kit/metro-config"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 11:53:36 -07:00
dependabot[bot] 18512d9c74
📦 Bump @react-native-community/cli-types (#12045)
Bumps [@react-native-community/cli-types](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-types) from 12.0.0-alpha.6 to 12.0.0-alpha.11.
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-types/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v12.0.0-alpha.11/packages/cli-types)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli-types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 11:53:21 -07:00
React-Native-Windows Bot f0bdbc44be applying package updates ***NO_CI*** 2023-08-23 05:13:05 +00:00
Yajur Grover 418de1335e
Revert "[Fabric] Add accessibilityHint support to UIA tree" (#12057)
* Revert "[Fabric] Add accessibilityHint support to UIA tree (#12036)"

This reverts commit 149778f894.

* Change files

---------

Co-authored-by: Yajur Grover <yajurgrover@microsoft.com>
2023-08-22 16:40:57 -07:00
Jon Thysell 5fd67d7ce5
Point Desktop.IntegrationTests::HttpResourceIntegrationTests to a non-rate limited API (#12056)
## Description

There are three tests in `Desktop.Integration`'s `HttpResourceIntegrationTests` which verify that requests against a server that requires a `User-Agent` will succeed with the header present and fail when it's missing.

To do this we're using a standard unauthenticated GitHub API endpoint.

However, we can also hit rate limiting on this endpoint, causing the tests to fail. This PR improves the stability of those tests by instead hitting an API with the same Header requirement, but without rate limiting.

### Type of Change

- Bug fix (non-breaking change which fixes an issue)

### Why

Stop good PRs from failing due to rate limiting causing tests to fail sporadically.

### What

Instead of hitting random GitHub API endpoints (and getting caught in unauthenticated rate limiting), instead change to calling the `/rate_limit` API, which has no rate limit itself.

## Screenshots
N/A

## Testing

Ran integration tests.

## Changelog
Should this change be included in the release notes: No
2023-08-22 14:00:59 -07:00
Chris Glein c030b7ca61
Fabric Text components use their text value as the accessibility name by default (#12039)
Fabric Text components use their text value as the accessibility name by default
* Components can provide a default accessible name
* Text component falls back to the content if accessibleLabel isn't set
* Update accessibilityRole logic to match style
2023-08-22 12:57:47 -07:00
Jon Thysell 0cff913057
Update e2e-test-app to RNX v0.0.76 (#12054)
This PR updates e2e-test-app to use `react-native-xaml@^0.0.76`.
2023-08-22 19:43:38 +00:00
Yajur Grover 149778f894
[Fabric] Add accessibilityHint support to UIA tree (#12036)
* added accessibilityHint support

* Change files

* updated repo

* fixed formatting

---------

Co-authored-by: Yajur Grover <yajurgrover@microsoft.com>
2023-08-22 11:10:49 -07:00
Chiara Mooney 2ed6c53334
Enable AutomationClient for E2E Testing on Fabric (#12037)
* Enable App Launch and Close in Testing

* Save State

* Save State

* Save State

* Add Package Provider

* Save State

* Save State: Working AutomationClient

* Code Cleanup

* Format

* Format

* Fix Build

* Update CI

* Fix Path
2023-08-21 09:51:45 -07:00
Chiara Mooney 7e83afdebf
Enable AutomationClient for E2E Testing on Fabric (#12037)
* Enable App Launch and Close in Testing

* Save State

* Save State

* Save State

* Add Package Provider

* Save State

* Save State: Working AutomationClient

* Code Cleanup

* Format

* Format

* Fix Build

* Update CI

* Fix Path
2023-08-21 09:51:25 -07:00
dependabot[bot] 2ff641e210
📦 Bump react-devtools-core from 4.27.8 to 4.28.0 (#12022)
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.27.8 to 4.28.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core)

---
updated-dependencies:
- dependency-name: react-devtools-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 08:50:34 -07:00
React-Native-Windows Bot 93258f71a4 applying package updates ***NO_CI*** 2023-08-17 05:15:34 +00:00
Zihan Chen (MSFT) 1ae6b0cdf1
Fix codegenConfig.windows.separateDataTypes default value (#12032)
* Fix codegenConfig.windows.separateDataTypes default value

* Change files
2023-08-16 23:31:58 +00:00
Tatiana Kapos a8aa86022e
[Fabric] Add placeholder text and textcolor (#12018)
* implement placeholder text for fabric

* Change files

* redraw if empty

* format

* feedback

* format

* use m_needsRedraw instead
2023-08-16 09:33:10 -07:00
dependabot[bot] 3c39f2541f
📦 Bump lage from 2.7.5 to 2.7.6 (#12015)
Bumps [lage](https://github.com/microsoft/lage) from 2.7.5 to 2.7.6.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.7.5...lage_v2.7.6)

---
updated-dependencies:
- dependency-name: lage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 16:08:30 -07:00
dependabot[bot] 4fa089641f
📦 Bump @babel/eslint-parser from 7.22.9 to 7.22.10 (#12016)
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 09:01:15 -07:00
React-Native-Windows Bot 98119f17cb applying package updates ***NO_CI*** 2023-08-15 05:14:11 +00:00
Zihan Chen (MSFT) 690d70c1c4
Generate types and spec in two files for turbo module (#11990)
* Add `allInOne` to `createNM2Generator`

* Add `allInOne` to @rnw/cli and @rnw/codegen

* ...

* ...

* ...

* Update sample-apps

* Change files

* Fix code review comment

* Remove `allInOne` option and make it always happen

* Update generated files

* Update #include

* Fix build break

* Suppress clang-format on some include order
2023-08-14 21:55:06 +00:00
dependabot[bot] 8fc4cf7d92
📦 Bump resolve from 1.22.3 to 1.22.4 (#11997)
Bumps [resolve](https://github.com/browserify/resolve) from 1.22.3 to 1.22.4.
- [Commits](https://github.com/browserify/resolve/compare/v1.22.3...v1.22.4)

---
updated-dependencies:
- dependency-name: resolve
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 18:16:02 +00:00
dependabot[bot] ea6fcdd48f
📦 Bump @babel/preset-env from 7.22.5 to 7.22.10 (#12003)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.5 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 10:32:05 -07:00
React-Native-Windows Bot 6f032f9cb2 applying package updates ***NO_CI*** 2023-08-12 05:12:39 +00:00
Jon Thysell 9917e3b45f
Enable NuGet restore lock files for all projects (#12002)
## Description

This PR specifies that all projects should set the msbuild property `RestorePackagesWithLockFile` to `true` by default, not just the C# ones.

This way we can ensure that PR/CI will build reliably because every locked version should be available in the react-native-public ADO feed. Changes to NuGet dependencies in PRs should now explicilty fail if the new package version is not in the ADO feed, and therefore require us to manually approve the addition to the feed (as required by compliance).

Closes #11998

### Type of Change
- Bug fix (non-breaking change which fixes an issue)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)

### Why

This way we can ensure that PR/CI will build reliably because every locked version should be available in the react-native-public ADO feed. Changes to NuGet dependencies in PRs should now explicilty fail if the new package version is not in the ADO feed, and therefore require us to manually approve the addition to the feed (as required by compliance).

Closes #11998

### What
This PR specifies that all projects should set the msbuild property `RestorePackagesWithLockFile` to `true` by default, not just the C# ones.

## Screenshots
N/A

## Testing
N/A

## Changelog
Should this change be included in the release notes: no
2023-08-11 15:58:36 -07:00
dependabot[bot] e77634423a
📦 Bump @babel/runtime from 7.22.6 to 7.22.10 (#12007)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.6 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-11 15:56:06 -07:00
dependabot[bot] 1563b1b200
📦 Bump jest from 29.6.1 to 29.6.2 (#11995)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.6.1 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-11 05:56:39 +00:00
React-Native-Windows Bot 6183bbf241 applying package updates ***NO_CI*** 2023-08-11 05:13:38 +00:00
Andrew Coates ecd0ad7987
[Win32] Reduce usage of long paths in assets which can cause long path issues (#11839)
* Add saveAssetPlugin to fix long path assets

* Change files

* comment

* add back compat

* fix

* turn off win32 assetPlugin for now

* fix

* fix

* fix

* Change files

* fix
2023-08-10 15:55:49 -07:00
React-Native-Windows Bot 3d85c58036 applying package updates ***NO_CI*** 2023-08-10 17:55:47 +00:00