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

8754 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 726745352e
📦 Bump lage from 2.11.13 to 2.11.15 (#14127)
Bumps [lage](https://github.com/microsoft/lage) from 2.11.13 to 2.11.15.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.11.13...lage_v2.11.15)

---
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>
2024-11-21 21:33:06 +00:00
dependabot[bot] dd893de375
📦 Bump lage from 2.11.12 to 2.11.13 (#14123)
Bumps [lage](https://github.com/microsoft/lage) from 2.11.12 to 2.11.13.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.11.12...lage_v2.11.13)

---
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>
2024-11-19 22:13:15 +00:00
dependabot[bot] c5f562b334
📦 Bump cross-spawn from 6.0.5 to 6.0.6 (#14120)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 12:40:28 -08:00
React-Native-Windows Bot c72115efc3 applying package updates ***NO_CI*** 2024-11-19 06:29:48 +00:00
Tatiana Kapos 83ac05d14f
[Fabric] Fix Modal position, disable input to parent hwnd, and add onShow event (#14109)
* default to Modal opening in middle of app

* add onShow event

* Change files

* disable input to parent hwnd

* fix changefile
2024-11-18 10:16:37 -08:00
React-Native-Windows Bot ef3d7e9a4a applying package updates ***NO_CI*** 2024-11-15 06:22:30 +00:00
Yajur Grover 9576b188ef
Integrate RN Nightly 10/15 (#14107)
* test integrate 10/15

* Change files

* fix usage of text in tester

* add issue to comment

* fix linting and snapshots

* fix linting

* fix linting
2024-11-14 15:31:16 -08:00
React-Native-Windows Bot 2d36fbbd20 applying package updates ***NO_CI*** 2024-11-14 06:23:00 +00:00
Yajur Grover 47d59da1d2
Bump .NET Target version in Microsoft.ReactNative.Test.Website.csproj (#14108)
* bump dotnet target version

* Change files
2024-11-13 10:48:14 -08:00
React-Native-Windows Bot 938daf0678 applying package updates ***NO_CI*** 2024-11-13 06:21:48 +00:00
Andrew Coates b8d22a9592
Fix focus visuals being obscured by adjacent views (#14093)
* Fix focus visuals being obscured by adjacent views

* Change files

* update snapshots

* Fix uimplemented view

* review feedback

---------

Co-authored-by: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com>
2024-11-12 11:42:06 -08:00
dependabot[bot] d2a0003fbf
📦 Bump @types/node-fetch from 2.6.11 to 2.6.12 (#14104)
Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.6.11 to 2.6.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)

---
updated-dependencies:
- dependency-name: "@types/node-fetch"
  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>
2024-11-12 09:14:03 -08:00
React-Native-Windows Bot f97557b6b0 applying package updates ***NO_CI*** 2024-11-12 06:28:00 +00:00
dependabot[bot] 61c3fd4058
📦 Bump lage from 2.11.10 to 2.11.12 (#14101)
Bumps [lage](https://github.com/microsoft/lage) from 2.11.10 to 2.11.12.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.11.10...lage_v2.11.12)

---
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>
2024-11-11 21:21:28 +00:00
Alex Noble a900eedcb9
Adding quotes around codegen tool executeable path and response file … (#14100)
## Description
Currently if you run CodeGen / react-native run-windows it will fail If you have a space in your user directory. I.e. in my case my directory was C:\Users\Alex Noble. The space in between Alex and Noble would trick CodeGen executable into thinking it was another parameter. Apologies if this is the wrong way to tackle this issue, new to the react-native-windows project and this is how I solved it on my machine.

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

### Why
Motivation for this change was to allow users who have a space in their user directory to be able to build a c# project.

Resolves [Add Relevant Issue Here]

### What
Added quotes around the directories used in the CodeGen Exec

## Screenshots
![image](https://github.com/user-attachments/assets/85ca987e-3ae5-4a18-990c-9beabed742db)

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

Fixed issue with managed codegen target failing when run from path with spaces
2024-11-11 19:35:12 +00:00
Jon Thysell b675cbcf10
Update CONTRIBUTING.md with better `yarn change` steps 2024-11-11 09:57:42 -08:00
React-Native-Windows Bot cd4ff1b4b9 applying package updates ***NO_CI*** 2024-11-08 06:20:39 +00:00
dependabot[bot] 0c68a5bac7
📦 Bump beachball from 2.48.0 to 2.49.0 (#14094)
Bumps [beachball](https://github.com/microsoft/beachball) from 2.48.0 to 2.49.0.
- [Changelog](https://github.com/microsoft/beachball/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v2.48.0...beachball_v2.49.0)

---
updated-dependencies:
- dependency-name: beachball
  dependency-type: direct:development
  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>
2024-11-08 00:13:45 +00:00
Jon Thysell 6faf5685d4
Add RnwNewArch property and RNW_NEW_ARCH constants when building projects for the new architecture (#14042)
## Description

This PR adds a `RnwNewArch` MSBuild property and `RNW_NEW_ARCH` build-time constant / pre-processor directive for use by external (module) devs. This PR also updates `@react-native-windows/codegen` to use the directive when appropriate, and also applies those changes to `sample-custom-component`.

The expectation is that external devs now use these new properties and directives instead of the previously exposed `UseFabric`, `UseHermes` and/or `UseWinUI3` props. All logic expecting external developers to manually set those props has been removed and replaced with more robust checking that keys off `RnwNewArch` and throws warnings or errors if the other props aren't set correctly.

In addition, this PR adds further checks to make sure external projects load the WindowsSDK props sheet, followed by the appropriate RNW props and then the RNW targets. Failure to load these import properly would always risk putting the project in a broken state, now we at least tell people what they're missing.

Note: Old arch devs will still be able to toggle `UseHermes`.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- This change requires a documentation update

### Why
We don't want end-users to have access to conditionally build their code for the new or old architectures, without having to use/replicate the current complicated un-scoped directives we use internally.

Closes #13929 

### What
See above.

## Screenshots
N/A

## Testing
Verified the flag exists and builds for the sample-custom-component. Also verified that new projects build properly.

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

Add RnwNewArch property and RNW_NEW_ARCH constants when building projects for the new architecture
2024-11-07 12:04:12 -08:00
Daniel Ayala c1e4952348
[Telemetry] Enable data uploading (#14039)
* Set instrumentation key

* Change files

* Nit: Minor lint fix
2024-11-07 11:38:20 -08:00
React-Native-Windows Bot 0d30250c03 applying package updates ***NO_CI*** 2024-11-07 06:24:20 +00:00
Andrew Coates 84761b7215
TextInput caret becomes visible on non-focused TextInputs on resize (#14091)
* TextInput caret becomes visible on non-focused TextInputs on resize

* Change files

---------

Co-authored-by: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com>
2024-11-07 05:06:47 +00:00
Yajur Grover 346ba4e17e
Integrate 10/10 (#13996)
* Integrate 10/10

* Change files

* update shared.vcxitems

* fix yarn.lock

* fix conflicts

* fixed typo

* fixed lint and format

* fix position of include

* fix typo

* fix bad merge

* fix yarn.lock

* fix imports

* update snapshots

* update lockfile

* fix linting

* linting

* add assets-dest option

* fix assets-dest options

* fix typo

* fix linting

* fix linting

* try updating snapshots

* fix accessible default value and revert snapshot change

* update snapshots

* address feedback
2024-11-06 13:37:12 -08:00
dependabot[bot] cc046c93fb
📦 Bump @types/node from 18.19.63 to 18.19.64 (#14073)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.63 to 18.19.64.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  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>
2024-11-06 19:45:19 +00:00
dependabot[bot] 6404d1c598
📦 Bump beachball from 2.47.1 to 2.48.0 (#14083)
Bumps [beachball](https://github.com/microsoft/beachball) from 2.47.1 to 2.48.0.
- [Changelog](https://github.com/microsoft/beachball/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v2.47.1...beachball_v2.48.0)

---
updated-dependencies:
- dependency-name: beachball
  dependency-type: direct:development
  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>
2024-11-06 19:39:10 +00:00
Andrew Coates f22d85a077
Export MS.RN.Color ctor in Office dll (#14082)
* Export MS.RN.Color ctor in Office dll

* Change files

* Implement TxScreenToClient and TxClientToScreen

* format

---------

Co-authored-by: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com>
2024-11-06 10:43:21 -08:00
React-Native-Windows Bot 2026bfb918 applying package updates ***NO_CI*** 2024-11-06 06:26:32 +00:00
Jon Thysell 845aad2404
Update to Microsoft.NETCore.UniversalWindowsPlatform 6.2.14 (#14084)
## Description

This PR upgrades the minimum version of `Microsoft.NETCore.UniversalWindowsPlatform` to 6.2.14 for UWP C# projects.

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

### Why
This is long over-due as the latest (and probably last) version of this package hasn't changed in over two years. There's no reason for us to build against an older version. Just as importantly, this brings in a newer version of the .NetNative toolchain, which seems to resolve issues around C# builds hanging at the .NetNative step.

Resolves #14055
Resolves #9194
Resolves #4869

### What
Updated the minimum version of `Microsoft.NETCore.UniversalWindowsPlatform` to 6.2.14 for UWP C# projects. Added new entries to the props that enable C++ apps to consume C# modules to see the latest versions of .NetNative.

## Screenshots
N/A

## Testing
Verified E2Etests build and run.

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

Update to Microsoft.NETCore.UniversalWindowsPlatform 6.2.14
2024-11-05 13:46:24 -08:00
React-Native-Windows Bot b696ac8a26 applying package updates ***NO_CI*** 2024-11-05 06:27:18 +00:00
Jon Thysell 914b6b7261
Add timeout to JS bundle creation in release builds (#14063)
## Description

This PR sets a timeout for the bundle command (`npx react-native bundle`) that happens during release builds with `run-windows`. This is because sometimes Metro can hang indefinitely even after it's done, causing the command to not exit, and otherwise hold up a good build from finishing.

The new timeout defaults to 5m (a new app takes ~40s to bundle) but this variable can easily be modified by defining `BundleCommandTimeoutMs` MSBuild property.

For our new project tests, setting the timeout to 1m, so that, in theory, if the bundle actually finished at 40s, then timing out won't block the remainder of the build.

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

### Why
See above.

May help fix some of the times we've seen hanging with #14055.

### What
See above.

## Screenshots
N/A

## Testing
Verified build continues after the timeout has hit.

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

Add timeout to JS bundle creation in release builds
2024-11-04 13:51:15 -08:00
Jon Thysell 3191a4a5ab
Fix UseHermes to mean UseHermes (#14071)
## Description

Fix CI to correctly enable/disable hermes.

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

### Why
Accurate testing.

### What
Fixed the task that set the UseHermes experimental prop.

## Screenshots
N/A

## Testing
Verified UseHermes set to true now.

## Changelog
Should this change be included in the release notes: _no_
2024-11-04 13:14:13 -08:00
Jon Thysell 068a72b465
Update macos-tests to macos-latest images to unblock CI (#14074)
## Description

Updates our macOS testing in CI to the macos-latest VM image.

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

### Why
To unblock CI.

### What
See above.

## Screenshots
N/A

## Testing
Verified tests pass.

## Changelog
Should this change be included in the release notes: _no_
2024-11-04 12:10:12 -08:00
React-Native-Windows Bot 50c37c5363 applying package updates ***NO_CI*** 2024-11-03 05:28:16 +00:00
Andrew Coates 59443c8e34
Fix issue with prop cloning with custom native props (#14061)
* Fix issue with prop cloning with custom native props

* format

* prettier

* Change files

---------

Co-authored-by: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com>
2024-11-02 08:28:21 -07:00
React-Native-Windows Bot 9da7ddb7d0 applying package updates ***NO_CI*** 2024-11-02 05:28:16 +00:00
Chiara Mooney db9324004c
Support accessibilityState 'checked' (#13962)
* Implement accessibilityState checked

* Change files

* Add Testing

* Format and Update Snapshots

* Adjust Guardrails

* Merge

* Format

* Format

* Lint

* Change files

* Fix Merge Error
2024-11-01 15:19:24 -07:00
JesseCol 032b7f40e4
Update some packages*.json files after the WinAppSDK udpate (#14056)
* Update some packages*.json files after the WinAppSDK udpate

* Found and ran the NuGetRestoreForceEvaluateAllSolutions.ps1 script

* Change files
2024-11-01 13:53:27 -07:00
Tatiana Kapos 15e5afbf41
[Fabric] Get Modal to host RN components in new hwnd (#13500)
* save state

* add example

* build but blank page still :(

* clean up comments

* visuals show up in new hwnd!

* clean up code

* better naming and unfork Modal examples

* testing save state

* Make the RN island a Modal member var

* Failed attempt at skipping root view in CEH, leaving it for learning purposes

* you can click on UI!

* clean up code

* Change files

* save state

* remove hardcoded rootTag

* add width/height to example

* add test

* revert simple.tsx

* remove test

* update snapshot

* feedback part 1: make Modal a RootComponentView

* feedback part2: simplify MountChildren

* fix deleting modal

* feedback round2

* remove comment

* remove imports

* feedback part 3

* fix overrides

* add simple layout - still has issues with padding/flex

* feedback part4

* lint

* update overrides

* Change files

* feedback

---------

Co-authored-by: Daniel Ayala <14967941+danielayala94@users.noreply.github.com>
2024-11-01 13:43:19 -07:00
Sam Walker dc70ca2393
Fixing text components not rendering a border with Paper (#14054)
## Description
Text components rendered in Paper need to have check if the style they are rendering contains border style props. This bug occurs when the passed in style is an array. From what I can tell, this bug has existed for a long time, possibly forever.

[4 Years Ago](946ba7fd7c) This PR fixed borders not rendering for text, but did not address text components with an array of styles.
[3 Years Ago](ee4d83d9a2 (diff-5beb08e50a61de475cd20c6e68588ac3a5cd687a971883167fe75fc97a0dbdea)) This PR changes naming, but not the logic.

This PR switches the style that is checked for border props from the one that is passed in to the one that is flattened.

This is the type of JSX that is broken. The text does not render a border.
```tsx
<Text style={[{ borderColor: "red", borderWidth: 3 }]}>{"hello world"}</Text>
```

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

### Why
This reenables borders for Paper text components.

### What
Swapped a variable in text.window.js that is used to check for border style props.

## Screenshots
Add any relevant screen captures here from before or after your changes. 

## Testing
Local tests.

## Changelog
Fixing text components not rendering a border with Paper

---------

Co-authored-by: Sam Walker <sawalker@microsoft.com>
Co-authored-by: Jon Thysell <thysell@gmail.com>
2024-11-01 18:09:09 +00:00
dependabot[bot] adf0516dd9
📦 Bump @types/node from 18.19.59 to 18.19.63 (#14058)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.59 to 18.19.63.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  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>
2024-11-01 18:04:37 +00:00
dependabot[bot] d451bf6d60
📦 Bump lage from 2.11.9 to 2.11.10 (#14062)
Bumps [lage](https://github.com/microsoft/lage) from 2.11.9 to 2.11.10.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.11.9...lage_v2.11.10)

---
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>
2024-11-01 10:37:58 -07:00
React-Native-Windows Bot 74e26b5b6c applying package updates ***NO_CI*** 2024-11-01 05:22:38 +00:00
dependabot[bot] bf8b91d1e5
📦 Bump @microsoft/1ds-post-js from 4.3.3 to 4.3.4 (#14053)
Bumps [@microsoft/1ds-post-js](https://github.com/microsoft/ApplicationInsights-JS) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](https://github.com/microsoft/ApplicationInsights-JS/commits)

---
updated-dependencies:
- dependency-name: "@microsoft/1ds-post-js"
  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>
2024-10-31 21:06:57 +00:00
dependabot[bot] 70b03a9e6d
📦 Bump @types/react from 18.3.11 to 18.3.12 (#14050)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.11 to 18.3.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  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>
2024-10-31 19:28:47 +00:00
dependabot[bot] f03b7d356c
📦 Bump @types/lodash from 4.17.12 to 4.17.13 (#14049)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.12 to 4.17.13.
- [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>
Co-authored-by: Tatiana Kapos <tatianakapos@microsoft.com>
2024-10-31 19:28:33 +00:00
Jon Thysell a9afb5fdda
Update RNW CLI to preserve and re-use `init-windows` arguments (#13988)
## Description

This PR updates the RNW CLI to preserve and re-use the arguments passed to `init-windows` when the project was created.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- This change requires a documentation update

### Why
The RNW CLI should be smart enough to change its command's behaviors based on the template used by the project.

Closes #13927 
Closes #13926 
Closes #13937 
Closes #13174 

### What

As per #13927:
1. The `init-windows` command will now stamp the `template`, `name`, and `namespace` arguments to the project's `package.json` file as follows:
    ```json
    {
      "react-native-windows": {
        "init-windows": {
          "name": "testcli",
          "namespace": "testcli",
          "template": "cpp-app",
        },
      },
    }
    ```
2. The `config` command (and therefore all other CLI commands) will now contain the contents of this new `react-native-windows` section in a new `rnwConfig` property.

Then, as per #13937:
1. The `init-windows` command will now use the previously saved arguments if they're available (and not otherwise overwritten by passed-in arguments)
2. If the template arg is missing (as it will be for all previously created projects) the `config` command will try to determine which template was used and inject it

Additionally, as per #13926:
1. The `autolink-windows` command will now use the template information to use the correct files when autolinking

Bonus, as per #13174:
1. The `autolink-windows` command will now include both the CPP and H file (the H file wasn't being regenerated before)

## Screenshots
N/A

## Testing
Verified new projects contain the new information.

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

Update RNW CLI to preserve and re-use `init-windows` arguments
2024-10-31 10:03:41 -07:00
React-Native-Windows Bot 46d8c0a5bd applying package updates ***NO_CI*** 2024-10-31 05:28:14 +00:00
dependabot[bot] 80af847598
📦 Bump the babel group across 1 directory with 7 updates (#14046)
Bumps the babel group with 4 updates in the / directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).


Updates `@babel/core` from 7.25.9 to 7.26.0
- [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.26.0/packages/babel-core)

Updates `@babel/generator` from 7.25.9 to 7.26.2
- [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.26.2/packages/babel-generator)

Updates `@babel/preset-env` from 7.25.9 to 7.26.0
- [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.26.0/packages/babel-preset-env)

Updates `@babel/preset-typescript` from 7.25.9 to 7.26.0
- [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.26.0/packages/babel-preset-typescript)

Updates `@babel/runtime` from 7.25.9 to 7.26.0
- [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.26.0/packages/babel-runtime)

Updates `@babel/parser` from 7.25.9 to 7.26.2
- [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.26.2/packages/babel-parser)

Updates `@babel/types` from 7.25.9 to 7.26.0
- [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.26.0/packages/babel-types)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: babel
- dependency-name: "@babel/generator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: babel
- dependency-name: "@babel/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel
- dependency-name: "@babel/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 01:36:02 +00:00
dependabot[bot] a8283764dc
📦 Bump lage from 2.11.7 to 2.11.9 (#14023)
Bumps [lage](https://github.com/microsoft/lage) from 2.11.7 to 2.11.9.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.11.7...lage_v2.11.9)

---
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>
Co-authored-by: Tatiana Kapos <tatianakapos@microsoft.com>
2024-10-31 00:11:15 +00:00
Marlene Cota acf30e84d8
Change CLI CI timeouts to 40min (#14045) 2024-10-31 00:11:00 +00:00