Andrew Coates
c86c8d4736
Merge branch 'main' into fixpub
2024-10-10 09:20:41 -07:00
Jon Thysell
61bde52b38
Update to @react-native-community/cli@15.0.0-alpha.2 ( #13951 )
...
## Description
Update our dependencies on `@react-native-community/cli` to the correct `15.0.0-alpha.2`.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
We somehow missed this, and in causes problems when trying to create new apps, as RNW wants the wrong CLI version, which can cause the new Yarn to just give up on adding RNW to a template.
### What
See above.
## Screenshots
N/A
## Testing
Verified new apps work.
## Changelog
Should this change be included in the release notes: _yes_
Update our dependencies on `@react-native-community/cli` to the correct `15.0.0-alpha.2`.
2024-10-09 16:03:05 -07:00
Jon Thysell
d1f46f7a19
Update the `cpp-lib` template project to support importing either paper Uwp or fabric Composition prop/targets ( #13945 )
...
## Description
This PR creates new "entry" prop/target imports for C++ libraries that depend on the `UseFabric` property to conditionally import either the old Uwp props/targets or the new Composition props/targets.
### Type of Change
- New feature (non-breaking change which adds functionality)
### Why
This helps enable module projects to support both paper and fabric with the same build files.
Resolves #13928 .
### What
Added new imports, updated the `cpp-lib` template and existing sample to load them.
## Screenshots
N/A
## Testing
N/A
## Changelog
Should this change be included in the release notes: yes
Update the `cpp-lib` template project to support importing either paper Uwp or fabric Composition prop/targets
2024-10-09 14:08:05 -07:00
React-Native-Windows Bot
92d1964c69
fix
2024-10-09 11:36:24 -07:00
React-Native-Windows Bot
578c551127
fix
2024-10-09 11:35:32 -07:00
React-Native-Windows Bot
40c7764d20
Fix
2024-10-09 11:32:29 -07:00
Chiara Mooney
bba47ee231
[Fabric] Implement IExpandCollapseProvider ( #13892 )
...
* Implement IExpandCollapseProvider
* Change files
* Adjust Example
* Format + Update Snapshots
2024-10-09 10:30:32 -07:00
React-Native-Windows Bot
173b530621
Attempt to fix publish by splitting up the publish jobs
2024-10-08 16:56:26 -07:00
React-Native-Windows Bot
2d69c5379b
Testing publish5
2024-10-08 15:23:12 -07:00
React-Native-Windows Bot
a8b017985c
Testing publish4
2024-10-08 15:22:29 -07:00
React-Native-Windows Bot
aa937d5d76
Testing publish3
2024-10-08 15:11:55 -07:00
Andrew
2ca85f7d2e
Testing publish2
2024-10-08 15:10:24 -07:00
Andrew
632138a353
Testing publish
2024-10-08 15:09:12 -07:00
Andrew
9e5b127ffb
applying package updates ***NO_CI***
2024-10-08 12:26:38 -07:00
Andrew Coates
67a19fee05
Use a legacy native module binding that always returns null in bridgeless mode ( #13905 )
...
* Use a legacy native module binding that always returns null in bridgeless mode
* Change files
* format
2024-10-08 11:11:33 -07:00
dependabot[bot]
a1aeefb170
📦 Bump @types/node from 18.19.54 to 18.19.55 ( #13942 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.19.54 to 18.19.55.
- [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-10-08 07:35:11 -07:00
Jon Thysell
6c14be0953
applying package updates ***NO_CI***
2024-10-07 12:54:30 -07:00
Tatiana Kapos
eb6b345ee2
Integrate RN Nightly 09/21 (1747f57c6) ( #13924 )
...
* integrate 0.77.0-nightly-20240912-c94246970
* integrate 0.77.0-nightly-20240915-afb40e9f2
* 0.77.0-nightly-20240918-bebd6531b
* 0.77.0-nightly-20240921-1747f57c6
* Change files
* fix lockfile
* update tester
* snapshots
2024-10-07 11:49:41 -07:00
Andrew Coates
bc8039e64a
SampleTurboModule only works as a turbomodule, so do not install it when using web debugger ( #13911 )
...
* SampleTurboModule only works as a turbomodule, so do not install it when using web debugger
* Change files
* fix
2024-10-07 08:10:26 -07:00
dependabot[bot]
00cd64a4dc
📦 Bump lage from 2.10.2 to 2.11.0 ( #13933 )
...
Bumps [lage](https://github.com/microsoft/lage ) from 2.10.2 to 2.11.0.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.10.2...lage_v2.11.0 )
---
updated-dependencies:
- dependency-name: lage
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-10-07 08:10:10 -07:00
Jon Thysell
bcb7c90108
Exclude NuGet package lock files from NPM packages ( #13916 )
...
## Description
Removes the `packages.lock.json` and `packages.fabric.lock.json` files from our published NPM packages, as customers who choose to build M.RN themselves don't necessarily choose the same dependencies as us (such as SourceLink).
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
See above.
Resolves #13914
### What
Added filters to the NPM `package.json` files to exclude these lock files.
## Screenshots
N/A
## Testing
Verified with `npm pack` that new packages do not contain these files.
## Changelog
Should this change be included in the release notes: _no_
2024-10-03 14:30:55 -07:00
dependabot[bot]
1eb618b8d2
📦 Bump the babel group with 12 updates ( #13919 )
...
Bumps the babel group with 12 updates:
| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) | `7.25.2` | `7.25.7` |
| [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator ) | `7.25.6` | `7.25.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.25.4` | `7.25.7` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) | `7.24.7` | `7.25.7` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) | `7.25.6` | `7.25.7` |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) | `7.25.6` | `7.25.7` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) | `7.25.6` | `7.25.7` |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types ) | `7.25.6` | `7.25.7` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) | `7.25.1` | `7.25.7` |
| [@babel/plugin-transform-regenerator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-regenerator ) | `7.24.7` | `7.25.7` |
| [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods ) | `7.25.4` | `7.25.7` |
| [@babel/plugin-transform-private-property-in-object](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-property-in-object ) | `7.24.7` | `7.25.7` |
Updates `@babel/core` from 7.25.2 to 7.25.7
- [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.25.7/packages/babel-core )
Updates `@babel/generator` from 7.25.6 to 7.25.7
- [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.25.7/packages/babel-generator )
Updates `@babel/preset-env` from 7.25.4 to 7.25.7
- [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.25.7/packages/babel-preset-env )
Updates `@babel/preset-typescript` from 7.24.7 to 7.25.7
- [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.25.7/packages/babel-preset-typescript )
Updates `@babel/runtime` from 7.25.6 to 7.25.7
- [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.25.7/packages/babel-runtime )
Updates `@babel/parser` from 7.25.6 to 7.25.7
- [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.25.7/packages/babel-parser )
Updates `@babel/traverse` from 7.25.6 to 7.25.7
- [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.25.7/packages/babel-traverse )
Updates `@babel/types` from 7.25.6 to 7.25.7
- [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.25.7/packages/babel-types )
Updates `@babel/eslint-parser` from 7.25.1 to 7.25.7
- [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.25.7/eslint/babel-eslint-parser )
Updates `@babel/plugin-transform-regenerator` from 7.24.7 to 7.25.7
- [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.25.7/packages/babel-plugin-transform-regenerator )
Updates `@babel/plugin-transform-private-methods` from 7.25.4 to 7.25.7
- [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.25.7/packages/babel-plugin-transform-private-methods )
Updates `@babel/plugin-transform-private-property-in-object` from 7.24.7 to 7.25.7
- [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.25.7/packages/babel-plugin-transform-private-property-in-object )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/generator"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
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-patch
dependency-group: babel
- dependency-name: "@babel/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/traverse"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/types"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/plugin-transform-regenerator"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: babel
- dependency-name: "@babel/plugin-transform-private-methods"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/plugin-transform-private-property-in-object"
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-03 21:22:01 +00:00
dependabot[bot]
e24cc06691
📦 Bump @types/lodash from 4.17.9 to 4.17.10 ( #13922 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.17.9 to 4.17.10.
- [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>
2024-10-03 21:09:21 +00:00
dependabot[bot]
ecc2cea56e
📦 Bump @react-native-community/template from 0.75.5 to 0.75.6 ( #13920 )
...
Bumps [@react-native-community/template](https://github.com/react-native-community/template ) from 0.75.5 to 0.75.6.
- [Commits](https://github.com/react-native-community/template/compare/0.75.5...0.75.6 )
---
updated-dependencies:
- dependency-name: "@react-native-community/template"
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-03 20:38:34 +00:00
dependabot[bot]
5cbf37f851
📦 Bump @types/react from 18.3.10 to 18.3.11 ( #13921 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.10 to 18.3.11.
- [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-03 19:11:03 +00:00
dependabot[bot]
9669024f3b
📦 Bump lage from 2.10.0 to 2.10.2 ( #13917 )
...
Bumps [lage](https://github.com/microsoft/lage ) from 2.10.0 to 2.10.2.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.10.0...lage_v2.10.2 )
---
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-10-03 18:57:39 +00:00
Jon Thysell
d70d4a81ef
Fix escaping arguments for PowerShell tasks ( #13918 )
...
## 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:18:30 -07:00
dependabot[bot]
6a9728e1b3
📦 Bump @types/node from 18.19.51 to 18.19.54 ( #13906 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.19.51 to 18.19.54.
- [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-10-02 14:15:08 -07:00
dependabot[bot]
2f45ef80e8
📦 Bump @types/react from 18.3.9 to 18.3.10 ( #13910 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.9 to 18.3.10.
- [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-02 14:14:51 -07:00
Jon Thysell
aef012cbf8
applying package updates ***NO_CI***
2024-09-30 09:33:14 -07:00
Sharath Manchala
ce41d52561
Update cpp-app template to use ReactNativeAppBuilder ( #13875 )
...
## Description
### Why
Simplify the default template code for creating the fabric app
Resolves #12991
### What
Updated the cpp-app template to use ReactNativeAppBuilder
## Changelog
Should this change be included in the release notes: yes
---------
Co-authored-by: Jon Thysell <jthysell@microsoft.com>
2024-09-27 16:21:01 -07:00
Jon Thysell
a29e4889eb
Beachball sync to resolve broken publish issues
2024-09-27 10:26:53 -07:00
dependabot[bot]
ba253ed325
📦 Bump lage from 2.9.0 to 2.10.0 ( #13898 )
...
Bumps [lage](https://github.com/microsoft/lage ) from 2.9.0 to 2.10.0.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.9.0...lage_v2.10.0 )
---
updated-dependencies:
- dependency-name: lage
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-09-26 13:55:24 -07:00
dependabot[bot]
d8e6ef1227
📦 Bump @types/lodash from 4.17.7 to 4.17.9 ( #13900 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.17.7 to 4.17.9.
- [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>
2024-09-26 20:55:13 +00:00
dependabot[bot]
375ecb019e
📦 Bump metro-babel-register from 0.80.11 to 0.80.12 ( #13901 )
...
Bumps [metro-babel-register](https://github.com/facebook/metro ) from 0.80.11 to 0.80.12.
- [Release notes](https://github.com/facebook/metro/releases )
- [Changelog](https://github.com/facebook/metro/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/metro/compare/v0.80.11...v0.80.12 )
---
updated-dependencies:
- dependency-name: metro-babel-register
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-09-26 20:38:39 +00:00
Jon Thysell
b495cf2ef2
applying package updates ***NO_CI***
2024-09-26 10:38:30 -07:00
Jon Thysell
3d1874a6d7
Revert "Bump package versions to fix publish build ( #13902 )"
...
This reverts commit 18783e7887
.
2024-09-26 10:37:30 -07:00
Andrew Coates
18783e7887
Bump package versions to fix publish build ( #13902 )
2024-09-26 08:49:54 -07:00
Andrew Coates
e43ea51ea7
[Fabric] LayoutDirection and FontSizeMultiplier support ( #13866 )
...
* [Fabric] LayoutDirection and FontSizeMultiplier support
* Change files
* Missed a few places not setting LayoutDirection
* fix crash on logbox
* Fix textinput caret
* fix
* RichEdit has to be told its multiline before we can set a multiline string
2024-09-25 16:44:20 -07:00
Yajur Grover
0f4ade8357
Add invoke support for 'link' accessibilityRole ( #13891 )
...
* add invoke support for link
* Change files
2024-09-25 16:06:57 -07:00
dependabot[bot]
90343b0a00
📦 Bump @types/node from 18.19.50 to 18.19.51 ( #13895 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.19.50 to 18.19.51.
- [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>
Co-authored-by: Andrew Coates <30809111+acoates-ms@users.noreply.github.com>
2024-09-25 15:49:59 -07:00
Marlene Cota
ca03cc6d24
RN Integration 9/9 (143f1ad29) ( #13685 )
...
* RN Integration 9/9
* Change files
* RN Integration 9/9
* Change files
* yarn.lock
* linting
* linting v2
* re-add LayoutableShadowNode.cpp
* fix override
* reset linting
* Use hermes-eslint in react-native-windows and rn-win32
* fix
* use hermes-eslint in @react-native-windows/cli
* Change files
* fix dep
* hermes-eslint in @rnw-scripts/metro-dev-config
* remove hermes-eslint from cli and metro-dev-config
* use babel-plugin-syntax-hermes-parser in react-native-windows
* move babel config fix from vnext to @rnw-scripts/babel-react-native-config
* snapshots
* add babel config to intergration-test-app
* disable test:windows calls in CI
* delete unnecessary change file
* indentation
* fix lint and upgrade dep
* Change files
* skip RNTesterIntegrationTests::Dummy test
* comment out rest of tests
---------
Co-authored-by: Andrew <30809111+acoates-ms@users.noreply.github.com>
Co-authored-by: TatianaKapos <tatianakapos@microsoft.com>
2024-09-25 19:57:39 +00:00
dependabot[bot]
1d380ff1bc
📦 Bump eslint from 8.57.0 to 8.57.1 ( #13873 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.57.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1 )
---
updated-dependencies:
- dependency-name: eslint
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-09-25 19:47:47 +00:00
dependabot[bot]
a85718846f
📦 Bump lage from 2.8.3 to 2.9.0 ( #13871 )
...
Bumps [lage](https://github.com/microsoft/lage ) from 2.8.3 to 2.9.0.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.8.3...lage_v2.9.0 )
---
updated-dependencies:
- dependency-name: lage
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-09-25 19:41:16 +00:00
dependabot[bot]
2c819a44f3
📦 Bump @types/react from 18.3.5 to 18.3.9 ( #13893 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.5 to 18.3.9.
- [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-09-25 19:20:50 +00:00
dependabot[bot]
9e786544cd
📦 Bump @types/chai from 4.3.19 to 4.3.20 ( #13894 )
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 4.3.19 to 4.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
---
updated-dependencies:
- dependency-name: "@types/chai"
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-09-25 19:19:34 +00:00
Jon Thysell
2a23ba191e
applying package updates ***NO_CI***
2024-09-25 10:38:47 -07:00
dependabot[bot]
3d9629a5c3
📦 Bump simple-git from 3.26.0 to 3.27.0 ( #13876 )
...
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git ) from 3.26.0 to 3.27.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md )
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.27.0/simple-git )
---
updated-dependencies:
- dependency-name: simple-git
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>
2024-09-25 02:05:27 +00:00
dependabot[bot]
a1ec1419d2
📦 Bump @react-native-picker/picker from 2.8.0 to 2.8.1 ( #13878 )
...
Bumps [@react-native-picker/picker](https://github.com/react-native-picker/picker ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/react-native-picker/picker/releases )
- [Changelog](https://github.com/react-native-picker/picker/blob/master/.releaserc )
- [Commits](https://github.com/react-native-picker/picker/compare/v2.8.0...v2.8.1 )
---
updated-dependencies:
- dependency-name: "@react-native-picker/picker"
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-09-25 00:57:54 +00:00
Chris Glein
8a1c967269
Upgrade similar issues workflow ( #13881 )
...
Workflow removed, to be replaced with the modern one: https://github.com/apps/similar-issues-ai
2024-09-24 11:59:16 -07:00