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

1585 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 47f8cee821
Bump @types/react from 18.2.66 to 18.2.67 (#3510)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.66 to 18.2.67.
- [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: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-03-18 10:15:11 -07:00
dependabot[bot] 1192a4aef1
Bump react-native-test-app from 3.3.5 to 3.3.6 (#3509)
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 3.3.5 to 3.3.6.
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](https://github.com/microsoft/react-native-test-app/compare/3.3.5...3.3.6)

---
updated-dependencies:
- dependency-name: react-native-test-app
  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-03-18 09:34:12 -07:00
dependabot[bot] 77253435e1
Bump @types/react from 18.2.65 to 18.2.66 (#3505)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.65 to 18.2.66.
- [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: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-03-15 09:51:52 -07:00
dependabot[bot] f49b84057a
Bump lage from 2.7.12 to 2.7.13 (#3504)
Bumps [lage](https://github.com/microsoft/lage) from 2.7.12 to 2.7.13.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.7.12...lage_v2.7.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-03-15 15:52:55 +00:00
Andrew Coates 194bbd6154
Add a bunch of missing peerDependencies (#3494)
* Add many missing peerDependencies

* Change files

* align rn-svg version across repo

* Make rn-platform packages optional

* Change files
2024-03-15 08:52:20 -07:00
dependabot[bot] e3efa99957
Bump react-native-test-app from 3.2.16 to 3.3.5 (#3503) 2024-03-15 07:24:25 -07:00
Lawrence Win d61779d527
Add prototyped Overflow package (#3469)
* Init package

* Add test page

* Render overflow test only

* Rough implementation of rest of component

* Add more examples to test page

* Make OverflowItem use compose

* Elim some test examples

* Reorg

* Integrate tablist with overflow

* wip

* add a bunch of logs

* Refactor overflowmanager callbacks

* Fix focus issue

* Fix tablist context

* Fix onUpdateItemDimension not firing

* Restore original compare

* Cleanup

* Revert tablist changes / remove overflow tabs for now

* More cleanup

* Readd tester svg

* Add comments + use padding prop in Overflow

* Change files

* Show fluent tester app again / add useOverflowMenu comments

* Fix test page overflow desc

* Various fixes / address nits

- Fix sorting bug with invisibleItems, invisible items with lower
  initialOrder should be dequeued first
- Change useOverflowMenu to return a map of menuItem visibilities
- Fix nits within test app / enable page for macos
- Added temporary debug prop to overflow to enable logging in the
  overflowManager
- Remove unused dependencies

* Add basic jest tests

* update yarn.lock

* Fix invisible items sort, control overflowitem width for last item

* Fix snapshot tests / test names

* Address initial feedback

- Cleanup leftover test code w better practices
- Re-added a barebones OverflowMenu component
- Added OverflowMenu to test case

* Unexport random tablist test

* Re-remove OverflowMenu as exported component

* Refactor overflow test page

* Update snapshots

* Use `cloneElement` to pass props to OverflowItem

- Removed wrapping Views in OverflowItem by using `React.cloneElement`
  to pass the necessary props from `useOverflowItem`.
- Fixed bugs in the Overflow Manager that caused JS undefined errors.
  Also reduced the amount of `update()` calls within the manager.

* Add Overflow TabList  / Tab example

* Update snapshots

* Fix overflowManager sending negative width when reisizing item

* Better logic for previous commit

* Fix final nits, remove overflowManager debug logs

* Test page and overflowManager bug fixes

- Fixed menu not having a menulist on Overflow test page
- Fixed `overflowManager` sending dimension update to wrong item

* Add documentation, code cleanup
2024-03-14 21:31:36 +00:00
dependabot[bot] ff7f6ce697
Bump follow-redirects from 1.15.5 to 1.15.6 (#3496)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 20:22:17 +00:00
dependabot[bot] 95b1eca880
Bump react-native-macos from 0.72.20 to 0.72.21 (#3493)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos/tree/HEAD/packages/react-native) from 0.72.20 to 0.72.21.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/main/CHANGELOG-pre-070.md)
- [Commits](https://github.com/microsoft/react-native-macos/commits/v0.72.21/packages/react-native)

---
updated-dependencies:
- dependency-name: react-native-macos
  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-03-14 12:40:15 -07:00
dependabot[bot] 19e90f25d8
Bump react-native-windows from 0.72.31 to 0.72.32 (#3489)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.72.31 to 0.72.32.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.72.32/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.32/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  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-03-13 08:21:25 -07:00
Andrew Coates 61f5a09163
Add missing react-native peerDependencies (#3488)
* Add missing react-native peerDependencies

* Change files

* updated lockfile
2024-03-13 08:20:58 -07:00
dependabot[bot] 9a52c489b0
Bump @types/react from 18.2.64 to 18.2.65 (#3485)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.64 to 18.2.65.
- [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: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-03-12 15:34:10 -07:00
dependabot[bot] 9a97401f52
Bump react-native from 0.72.11 to 0.72.12 (#3484)
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.72.11 to 0.72.12.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.72.12/packages/react-native)

---
updated-dependencies:
- dependency-name: react-native
  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-03-12 10:54:11 -07:00
dependabot[bot] a08422cf27
Bump the rnx-kit group with 1 update (#3479)
Bumps the rnx-kit group with 1 update: [@rnx-kit/metro-config](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-config).


Updates `@rnx-kit/metro-config` from 1.3.14 to 1.3.15
- [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.15/packages/metro-config)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 12:07:15 -07:00
dependabot[bot] eff2c9fe45
Bump react-native-macos from 0.72.19 to 0.72.20 (#3480)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos/tree/HEAD/packages/react-native) from 0.72.19 to 0.72.20.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/main/CHANGELOG-pre-070.md)
- [Commits](https://github.com/microsoft/react-native-macos/commits/v0.72.20/packages/react-native)

---
updated-dependencies:
- dependency-name: react-native-macos
  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-03-11 12:05:56 -07:00
dependabot[bot] a9fb7467fe
Bump appium-windows-driver from 2.12.17 to 2.12.18 (#3477)
Bumps [appium-windows-driver](https://github.com/appium/appium-windows-driver) from 2.12.17 to 2.12.18.
- [Release notes](https://github.com/appium/appium-windows-driver/releases)
- [Changelog](https://github.com/appium/appium-windows-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-windows-driver/compare/v2.12.17...v2.12.18)

---
updated-dependencies:
- dependency-name: appium-windows-driver
  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-03-08 12:12:16 -08:00
dependabot[bot] 8146196cb8
Bump appium-mac2-driver from 1.11.1 to 1.11.3 (#3478)
Bumps [appium-mac2-driver](https://github.com/appium/appium-mac2-driver) from 1.11.1 to 1.11.3.
- [Release notes](https://github.com/appium/appium-mac2-driver/releases)
- [Changelog](https://github.com/appium/appium-mac2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-mac2-driver/compare/v1.11.1...v1.11.3)

---
updated-dependencies:
- dependency-name: appium-mac2-driver
  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-03-08 12:11:57 -08:00
dependabot[bot] 88bf5a99ab
Bump @types/react from 18.2.63 to 18.2.64 (#3476)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.63 to 18.2.64.
- [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: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-03-07 12:59:14 -08:00
dependabot[bot] 8a39461211
Bump appium-mac2-driver from 1.11.0 to 1.11.1 (#3473)
Bumps [appium-mac2-driver](https://github.com/appium/appium-mac2-driver) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/appium/appium-mac2-driver/releases)
- [Changelog](https://github.com/appium/appium-mac2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-mac2-driver/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: appium-mac2-driver
  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-03-06 10:27:30 -08:00
dependabot[bot] 93dec6a69e
Bump beachball from 2.40.0 to 2.41.0 (#3474)
Bumps [beachball](https://github.com/microsoft/beachball) from 2.40.0 to 2.41.0.
- [Changelog](https://github.com/microsoft/beachball/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v2.40.0...beachball_v2.41.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-03-06 10:27:11 -08:00
Ruriko Araki e2890e4dde
Update es5-ext (#3468) 2024-03-05 14:51:48 -08:00
dependabot[bot] e5906fb562
Bump react-native-windows from 0.72.30 to 0.72.31 (#3471)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.72.30 to 0.72.31.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.72.31/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.31/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  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-03-05 08:43:13 -08:00
dependabot[bot] f3bcda46f3
Bump @types/react from 18.2.61 to 18.2.63 (#3472)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.61 to 18.2.63.
- [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: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-03-05 08:42:51 -08:00
dependabot[bot] e82d85894a
Bump just-task from 1.8.0 to 1.9.0 (#3466)
Bumps [just-task](https://github.com/microsoft/just) from 1.8.0 to 1.9.0.
- [Commits](https://github.com/microsoft/just/compare/just-task_v1.8.0...just-task_v1.9.0)

---
updated-dependencies:
- dependency-name: just-task
  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-03-04 10:03:12 -08:00
dependabot[bot] 0102e17bd8
Bump react-native-macos from 0.72.18 to 0.72.19 (#3465) 2024-03-04 06:57:27 -08:00
Ruriko Araki 17c82b2251
Use Workspace for version for local packages (#3462)
* Update ip package

* yarn dedupe

* Initial commit

* More workspace commit

* Convert the rest of the files

* Change files
2024-03-01 12:00:50 -08:00
UI-Fabric-RN-Bot 3aad0f0fc6 applying package updates 2024-03-01 01:04:39 +00:00
dependabot[bot] 781637bad8
Bump react-native from 0.72.10 to 0.72.11 (#3460)
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.72.10 to 0.72.11.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.72.11/packages/react-native)

---
updated-dependencies:
- dependency-name: react-native
  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-02-29 21:10:57 +00:00
dependabot[bot] ffd585d840
Bump @types/react from 18.2.60 to 18.2.61 (#3458)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.60 to 18.2.61.
- [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: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-02-29 12:28:13 -08:00
dependabot[bot] 5b8cd98208
Bump react-native-test-app from 3.2.15 to 3.2.16 (#3459)
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 3.2.15 to 3.2.16.
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](https://github.com/microsoft/react-native-test-app/compare/3.2.15...3.2.16)

---
updated-dependencies:
- dependency-name: react-native-test-app
  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-02-29 12:27:59 -08:00
dependabot[bot] 589ef1cc19
Bump react-native-test-app from 3.2.14 to 3.2.15 (#3456)
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](https://github.com/microsoft/react-native-test-app/compare/3.2.14...3.2.15)

---
updated-dependencies:
- dependency-name: react-native-test-app
  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-02-28 14:03:38 -08:00
dependabot[bot] b90055da3c
Bump the babel group with 3 updates (#3455)
Bumps the babel group with 3 updates: [@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) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).


Updates `@babel/core` from 7.23.9 to 7.24.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.24.0/packages/babel-core)

Updates `@babel/preset-env` from 7.23.9 to 7.24.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.24.0/packages/babel-preset-env)

Updates `@babel/runtime` from 7.23.9 to 7.24.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.24.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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/runtime"
  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-02-28 14:03:17 -08:00
dependabot[bot] 59adc704a7
Bump react-native-test-app from 3.2.13 to 3.2.14 (#3450)
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 3.2.13 to 3.2.14.
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](https://github.com/microsoft/react-native-test-app/compare/3.2.13...3.2.14)

---
updated-dependencies:
- dependency-name: react-native-test-app
  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-02-27 10:49:08 -08:00
dependabot[bot] 62f9c225d7
Bump @react-native/metro-config from 0.72.11 to 0.72.12 (#3451)
Bumps [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) from 0.72.11 to 0.72.12.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/HEAD/packages/metro-config)

---
updated-dependencies:
- dependency-name: "@react-native/metro-config"
  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-02-27 10:48:51 -08:00
dependabot[bot] f83d5fb542
Bump lage from 2.7.11 to 2.7.12 (#3452)
Bumps [lage](https://github.com/microsoft/lage) from 2.7.11 to 2.7.12.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.7.11...lage_v2.7.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-02-27 10:48:13 -08:00
dependabot[bot] c75b7d37a0
Bump @types/react from 18.2.58 to 18.2.60 (#3453)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.58 to 18.2.60.
- [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: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-02-27 10:47:51 -08:00
dependabot[bot] ffa74a48d4
Bump beachball from 2.39.0 to 2.40.0 (#3454)
Bumps [beachball](https://github.com/microsoft/beachball) from 2.39.0 to 2.40.0.
- [Changelog](https://github.com/microsoft/beachball/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v2.39.0...beachball_v2.40.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-02-27 10:47:34 -08:00
dependabot[bot] c25f523d8d
Bump react-native-macos from 0.72.16 to 0.72.18 (#3447)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos/tree/HEAD/packages/react-native) from 0.72.16 to 0.72.18.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/main/CHANGELOG-pre-070.md)
- [Commits](https://github.com/microsoft/react-native-macos/commits/v0.72.18/packages/react-native)

---
updated-dependencies:
- dependency-name: react-native-macos
  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-02-26 19:47:12 +00:00
dependabot[bot] 8737ef3aaf
Bump @office-iss/react-native-win32 from 0.72.11 to 0.72.12 (#3443)
Bumps [@office-iss/react-native-win32](https://github.com/microsoft/react-native-windows/tree/HEAD/packages/@office-iss/react-native-win32) from 0.72.11 to 0.72.12.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/main/packages/@office-iss/react-native-win32/CHANGELOG.json)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.12/packages/@office-iss/react-native-win32)

---
updated-dependencies:
- dependency-name: "@office-iss/react-native-win32"
  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-02-26 19:26:27 +00:00
dependabot[bot] 2d32330b1b
Bump @types/react from 18.2.55 to 18.2.58 (#3446)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.55 to 18.2.58.
- [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: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-02-26 11:16:46 -08:00
dependabot[bot] 7d29c7c55f
Bump react-native-test-app from 3.1.1 to 3.2.13 (#3448)
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 3.1.1 to 3.2.13.
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](https://github.com/microsoft/react-native-test-app/compare/3.1.1...3.2.13)

---
updated-dependencies:
- dependency-name: react-native-test-app
  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-02-26 11:16:29 -08:00
dependabot[bot] cd1da2a593
Bump eslint from 8.56.0 to 8.57.0 (#3449)
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
- [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.56.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  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-02-26 11:15:56 -08:00
dependabot[bot] 2dc7fd3464
Bump semver from 7.5.4 to 7.6.0 (#3442)
Bumps [semver](https://github.com/npm/node-semver) from 7.5.4 to 7.6.0.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0)

---
updated-dependencies:
- dependency-name: semver
  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-02-23 15:36:10 -08:00
UI-Fabric-RN-Bot 79521a9796 applying package updates 2024-02-23 23:29:42 +00:00
dependabot[bot] 09368a9a25
Bump appium-windows-driver from 2.12.16 to 2.12.17 (#3445)
Bumps [appium-windows-driver](https://github.com/appium/appium-windows-driver) from 2.12.16 to 2.12.17.
- [Release notes](https://github.com/appium/appium-windows-driver/releases)
- [Changelog](https://github.com/appium/appium-windows-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-windows-driver/compare/v2.12.16...v2.12.17)

---
updated-dependencies:
- dependency-name: appium-windows-driver
  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-02-23 14:47:57 -08:00
dependabot[bot] d1dd922a92
Bump appium-uiautomator2-driver from 2.44.1 to 2.45.1 (#3444)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.44.1 to 2.45.1.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.44.1...v2.45.1)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-02-23 14:47:36 -08:00
dependabot[bot] 0a6da757c9
Bump appium-mac2-driver from 1.10.2 to 1.11.0 (#3441)
Bumps [appium-mac2-driver](https://github.com/appium/appium-mac2-driver) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/appium/appium-mac2-driver/releases)
- [Changelog](https://github.com/appium/appium-mac2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-mac2-driver/compare/v1.10.2...v1.11.0)

---
updated-dependencies:
- dependency-name: appium-mac2-driver
  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-02-23 14:47:10 -08:00
Ruriko Araki 4f859c7964
Remove unused experimental packages (#3440)
* Remove experimental-text package

* change dependencies

* Change files

* yarn.lock update

* Remove experimental-radio-group package

* Update dependencies

* Remove experimental-link package

* Update yarn.lock
2024-02-23 22:41:45 +00:00
Ruriko Araki 9e2d13efa3
Update ip package & dedupe (#3438)
* Update ip package

* yarn dedupe
2024-02-23 14:00:47 -08:00
UI-Fabric-RN-Bot 74ad8878c1 applying package updates 2024-02-23 03:22:33 +00:00
dependabot[bot] a28692d3f1
Bump appium from 2.4.1 to 2.5.1 (#3424)
Bumps [appium](https://github.com/appium/appium/tree/HEAD/packages/appium) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/appium/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/appium@2.5.1/packages/appium)

---
updated-dependencies:
- dependency-name: appium
  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-02-22 17:15:05 -08:00
dependabot[bot] 2ec6e33945
Bump @react-native-community/cli-platform-ios from 11.3.10 to 11.4.1 (#3432)
Bumps [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-ios) from 11.3.10 to 11.4.1.
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Commits](https://github.com/react-native-community/cli/commits/v11.4.1/packages/platform-ios)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli-platform-ios"
  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-02-22 17:14:08 -08:00
dependabot[bot] b4f9400e80
Bump the rnx-kit group with 1 update (#3428)
Bumps the rnx-kit group with 1 update: [@rnx-kit/align-deps](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/align-deps).


Updates `@rnx-kit/align-deps` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/align-deps/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/align-deps@2.3.4/packages/align-deps)

---
updated-dependencies:
- dependency-name: "@rnx-kit/align-deps"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rnx-kit
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-23 00:10:11 +00:00
dependabot[bot] 2eaf2ce6c1
Bump react-native-windows from 0.72.26 to 0.72.30 (#3433)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.72.26 to 0.72.30.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.72.30/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.30/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  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-02-22 15:57:01 -08:00
dependabot[bot] 3cfbb83d2c
Bump @react-native-community/cli from 11.3.10 to 11.4.1 (#3431)
Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 11.3.10 to 11.4.1.
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v11.4.1/packages/cli)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  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-02-22 15:56:30 -08:00
UI-Fabric-RN-Bot 4b9d728e85 applying package updates 2024-02-22 23:27:51 +00:00
Roy dbd7aadff1
Rework package json version notation (#3429)
* Rework package json version notation

* Change files

---------

Co-authored-by: Roy Fang <rofang@microsoft.com>
2024-02-22 14:53:04 -08:00
dependabot[bot] e95bc89331
Bump ip from 1.1.8 to 1.1.9 (#3437)
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 15:03:16 -08:00
UI-Fabric-RN-Bot 026121e67c applying package updates 2024-02-21 22:10:49 +00:00
UI-Fabric-RN-Bot 99e672320d applying package updates 2024-02-20 22:24:38 +00:00
UI-Fabric-RN-Bot d59d9cd537 applying package updates 2024-02-15 23:41:27 +00:00
dependabot[bot] ccbc55eef5
Bump appium-xcuitest-driver from 5.15.0 to 5.16.1 (#3410)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.15.0 to 5.16.1.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.15.0...v5.16.1)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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-02-06 15:35:29 -08:00
dependabot[bot] 6543e8be07
Bump appium-uiautomator2-driver from 2.43.4 to 2.44.1 (#3413)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.43.4 to 2.44.1.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.43.4...v2.44.1)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-02-06 15:35:08 -08:00
dependabot[bot] 26b04cd2bc
Bump @react-native-community/cli-platform-android from 11.3.10 to 11.4.0 (#3411)
Bumps [@react-native-community/cli-platform-android](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-android) from 11.3.10 to 11.4.0.
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Commits](https://github.com/react-native-community/cli/commits/v11.4.0/packages/platform-android)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli-platform-android"
  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-02-06 15:34:50 -08:00
dependabot[bot] fb60a14cc2
Bump @types/react from 18.2.51 to 18.2.55 (#3414)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.51 to 18.2.55.
- [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: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-02-06 15:34:29 -08:00
dependabot[bot] e73dd0d595
Bump @types/jest from 29.5.11 to 29.5.12 (#3408)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.11 to 29.5.12.
- [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>
2024-02-06 15:34:14 -08:00
UI-Fabric-RN-Bot eb79c336c6 applying package updates 2024-02-03 02:29:53 +00:00
UI-Fabric-RN-Bot 0e41bed2e5 applying package updates 2024-02-02 20:10:54 +00:00
Saad Najmi 95cf797983
[CI] Fix react-native-test-app and react-native-macos not upgrading (#3406)
* [CI] Fix react-native-test-app and react-native-macos not upgrading

* Change files

* Use RNTA 3.1.1
2024-02-02 11:40:26 -08:00
dependabot[bot] 3385a3654b
Bump metro-react-native-babel-preset from 0.76.8 to 0.76.9 (#3399)
Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.76.8 to 0.76.9.
- [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.76.8...v0.76.9)

---
updated-dependencies:
- dependency-name: metro-react-native-babel-preset
  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-02-01 15:22:47 -08:00
dependabot[bot] 8d109652dd
Bump metro-react-native-babel-transformer from 0.76.8 to 0.76.9 (#3401)
Bumps [metro-react-native-babel-transformer](https://github.com/facebook/metro) from 0.76.8 to 0.76.9.
- [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.76.8...v0.76.9)

---
updated-dependencies:
- dependency-name: metro-react-native-babel-transformer
  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-02-01 15:22:27 -08:00
dependabot[bot] 842990626d
Bump @types/react from 18.2.48 to 18.2.51 (#3404)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.48 to 18.2.51.
- [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: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-02-01 15:22:06 -08:00
UI-Fabric-RN-Bot adfd613ef0 applying package updates 2024-02-01 20:54:35 +00:00
dependabot[bot] a1af5cdf7c
Bump metro-config from 0.76.8 to 0.76.9 (#3402)
Bumps [metro-config](https://github.com/facebook/metro) from 0.76.8 to 0.76.9.
- [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.76.8...v0.76.9)

---
updated-dependencies:
- dependency-name: metro-config
  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-01-31 11:16:48 -08:00
dependabot[bot] 7b1025a36a
Bump appium-xcuitest-driver from 5.14.2 to 5.15.0 (#3394)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.14.2 to 5.15.0.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.14.2...v5.15.0)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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-01-30 11:53:17 -08:00
dependabot[bot] 261b55e2c7
Bump appium-uiautomator2-driver from 2.42.2 to 2.43.4 (#3393)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.42.2 to 2.43.4.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.42.2...v2.43.4)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-01-30 11:53:04 -08:00
dependabot[bot] 5ec1943a08
Bump react-native-windows from 0.72.25 to 0.72.26 (#3395)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.72.25 to 0.72.26.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.72.26/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.26/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  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-01-30 11:52:24 -08:00
Andrew Coates 378116f52e
Update @office-iss/rex-win32 to a 0.72 version (#3397)
* win32 has implemented the focus method on UIManager for quite a while at this point

* Change files

* update rex-win32

* Change files

* Update rex-win32
2024-01-30 08:42:31 -08:00
dependabot[bot] 5125f31d2d
Bump appium-xcuitest-driver from 5.14.1 to 5.14.2 (#3390)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.14.1...v5.14.2)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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-01-29 11:18:55 -08:00
dependabot[bot] c56177369d
Bump the babel group with 3 updates (#3387)
Bumps the babel group with 3 updates: [@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) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).


Updates `@babel/core` from 7.23.7 to 7.23.9
- [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.23.9/packages/babel-core)

Updates `@babel/preset-env` from 7.23.8 to 7.23.9
- [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.23.9/packages/babel-preset-env)

Updates `@babel/runtime` from 7.23.8 to 7.23.9
- [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.23.9/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 11:18:41 -08:00
UI-Fabric-RN-Bot 893418c2f4 applying package updates 2024-01-26 19:34:04 +00:00
dependabot[bot] 16fc2fe3ef
Bump appium-xcuitest-driver from 5.14.0 to 5.14.1 (#3384)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.14.0...v5.14.1)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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-01-25 16:53:28 -08:00
dependabot[bot] d17060baf0
Bump react-native-macos from 0.72.13 to 0.72.15 (#3381)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos/tree/HEAD/packages/react-native) from 0.72.13 to 0.72.15.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/main/CHANGELOG-pre-070.md)
- [Commits](https://github.com/microsoft/react-native-macos/commits/v0.72.15/packages/react-native)

---
updated-dependencies:
- dependency-name: react-native-macos
  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-01-24 10:07:34 -08:00
dependabot[bot] f1a989aba5
Bump appium-uiautomator2-driver from 2.42.1 to 2.42.2 (#3380)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.42.1 to 2.42.2.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.42.1...v2.42.2)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-01-24 10:07:20 -08:00
dependabot[bot] 38a33621b4
Bump react-native-windows from 0.72.24 to 0.72.25 (#3379)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.72.24 to 0.72.25.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.72.25/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.25/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  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-01-24 10:06:50 -08:00
Ruriko Araki ab2c3e927f
Dedupe (#3375) 2024-01-23 00:17:13 +00:00
UI-Fabric-RN-Bot b2d9cb817c applying package updates 2024-01-22 22:09:21 +00:00
dependabot[bot] 00b29de6d8
Bump react-native-windows from 0.72.22 to 0.72.24 (#3373)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.72.22 to 0.72.24.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.72.24/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.24/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  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-01-19 16:38:15 -08:00
dependabot[bot] 63798ac76d
Bump appium-windows-driver from 2.12.15 to 2.12.16 (#3371)
Bumps [appium-windows-driver](https://github.com/appium/appium-windows-driver) from 2.12.15 to 2.12.16.
- [Release notes](https://github.com/appium/appium-windows-driver/releases)
- [Changelog](https://github.com/appium/appium-windows-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-windows-driver/compare/v2.12.15...v2.12.16)

---
updated-dependencies:
- dependency-name: appium-windows-driver
  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-01-19 16:37:48 -08:00
dependabot[bot] 41cbe82914
Bump react-native from 0.72.8 to 0.72.10 (#3372)
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.72.8 to 0.72.10.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.72.10/packages/react-native)

---
updated-dependencies:
- dependency-name: react-native
  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-01-19 16:35:02 -08:00
UI-Fabric-RN-Bot c1ddf906ef applying package updates 2024-01-19 16:18:26 +00:00
dependabot[bot] 9305931f0d
Bump react-native-macos from 0.72.12 to 0.72.13 (#3366)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos/tree/HEAD/packages/react-native) from 0.72.12 to 0.72.13.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/main/CHANGELOG-pre-070.md)
- [Commits](https://github.com/microsoft/react-native-macos/commits/v0.72.13/packages/react-native)

---
updated-dependencies:
- dependency-name: react-native-macos
  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-01-18 17:16:45 -08:00
dependabot[bot] e62e7153ed
Bump appium-xcuitest-driver from 5.13.2 to 5.14.0 (#3367)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.13.2 to 5.14.0.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.13.2...v5.14.0)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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-01-18 17:16:21 -08:00
dependabot[bot] 6be400dbfb
Bump appium-uiautomator2-driver from 2.40.1 to 2.42.1 (#3368)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.40.1 to 2.42.1.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.40.1...v2.42.1)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-01-18 17:16:04 -08:00
dependabot[bot] cd4f2571f3
Bump appium-mac2-driver from 1.8.9 to 1.10.2 (#3363)
Bumps [appium-mac2-driver](https://github.com/appium/appium-mac2-driver) from 1.8.9 to 1.10.2.
- [Release notes](https://github.com/appium/appium-mac2-driver/releases)
- [Changelog](https://github.com/appium/appium-mac2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-mac2-driver/compare/v1.8.9...v1.10.2)

---
updated-dependencies:
- dependency-name: appium-mac2-driver
  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-01-17 15:27:03 -08:00
dependabot[bot] e633d08ed1
Bump the rnx-kit group with 2 updates (#3362)
Bumps the rnx-kit group with 2 updates: [@rnx-kit/align-deps](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/align-deps) and [@rnx-kit/cli](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/cli).


Updates `@rnx-kit/align-deps` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/align-deps/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/align-deps@2.3.3/packages/align-deps)

Updates `@rnx-kit/cli` from 0.16.21 to 0.16.22
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/cli@0.16.22/packages/cli)

---
updated-dependencies:
- dependency-name: "@rnx-kit/align-deps"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rnx-kit
- dependency-name: "@rnx-kit/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rnx-kit
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 15:26:38 -08:00
dependabot[bot] 281d0e082a
Bump the babel group with 2 updates (#3354)
Bumps the babel group with 2 updates: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).


Updates `@babel/preset-env` from 7.23.7 to 7.23.8
- [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.23.8/packages/babel-preset-env)

Updates `@babel/runtime` from 7.23.7 to 7.23.8
- [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.23.8/packages/babel-runtime)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 15:26:16 -08:00
UI-Fabric-RN-Bot 8966ceb3b0 applying package updates 2024-01-17 01:26:43 +00:00
Lawrence Win 4eb131d61e
Delete Tabs and Experimental Tabs (#3356)
* Delete TabsV1 code

* Remove Tabs package

* Update yarn.lock

* Change files

* Remove e2e tests

* Change files

* Remove tabs test exports

* Remove dead link to Tabs package

* Add tablist to core library
2024-01-16 16:56:21 -08:00
dependabot[bot] 5e85050d5b
Bump @types/react from 18.2.46 to 18.2.48 (#3359)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.46 to 18.2.48.
- [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: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-01-16 14:55:47 -08:00
UI-Fabric-RN-Bot a43b1935ff applying package updates 2024-01-10 20:27:27 +00:00
Saad Najmi 7816839224
Update to react-native-test-app 3.0.0 (#3353)
* Update to react-native-test-app 3.0.0

* Change files
2024-01-10 11:55:55 -08:00
UI-Fabric-RN-Bot 5b602f4db3 applying package updates 2024-01-10 19:28:20 +00:00
dependabot[bot] 65ebda013b
Bump appium-xcuitest-driver from 5.12.2 to 5.13.2 (#3352)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.12.2 to 5.13.2.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.12.2...v5.13.2)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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-01-10 10:15:48 -08:00
dependabot[bot] 80217968c6
Bump appium-uiautomator2-driver from 2.38.0 to 2.40.1 (#3351)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.38.0 to 2.40.1.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.38.0...v2.40.1)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-01-10 10:15:07 -08:00
dependabot[bot] 55672ce412
Bump follow-redirects from 1.15.2 to 1.15.4 (#3350)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-10 09:56:25 -08:00
UI-Fabric-RN-Bot b0d033f2b6 applying package updates 2024-01-09 20:05:31 +00:00
Lawrence Win 7bf4f78f17
Move TabList package from 'experimental' to 'components' folder (#3308)
* Move TabList package from 'experimental' to 'components' folder

* Change files
2024-01-09 11:33:44 -08:00
dependabot[bot] 745d988af9
Bump appium-uiautomator2-driver from 2.37.1 to 2.38.0 (#3344)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.37.1 to 2.38.0.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.37.1...v2.38.0)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-01-05 12:02:09 -08:00
UI-Fabric-RN-Bot 1cab991e72 applying package updates 2024-01-04 21:06:30 +00:00
dependabot[bot] b484a7c022
Bump the rnx-kit group with 1 update (#3340)
Bumps the rnx-kit group with 1 update: [@rnx-kit/align-deps](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/align-deps).


Updates `@rnx-kit/align-deps` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/align-deps/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/align-deps@2.3.2/packages/align-deps)

---
updated-dependencies:
- dependency-name: "@rnx-kit/align-deps"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rnx-kit
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-04 11:35:18 -08:00
dependabot[bot] 4ff399bbe9
Bump appium-uiautomator2-driver from 2.37.0 to 2.37.1 (#3342)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.37.0 to 2.37.1.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.37.0...v2.37.1)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-01-04 11:35:05 -08:00
UI-Fabric-RN-Bot a083b02e0e applying package updates 2024-01-04 01:35:46 +00:00
UI-Fabric-RN-Bot d8eae069bb applying package updates 2024-01-03 22:31:51 +00:00
Ruriko Araki 93cc967591
dedupe yarn (#3337) 2024-01-03 14:16:43 -08:00
dependabot[bot] 63bd762b09
Bump react-native-test-app from 2.5.34 to 2.5.35 (#3335)
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 2.5.34 to 2.5.35.
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](https://github.com/microsoft/react-native-test-app/compare/2.5.34...2.5.35)

---
updated-dependencies:
- dependency-name: react-native-test-app
  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-01-03 12:06:29 -08:00
dependabot[bot] 9e18f20e2f
Bump the babel group with 3 updates (#3334)
Bumps the babel group with 3 updates: [@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) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).


Updates `@babel/core` from 7.23.6 to 7.23.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.23.7/packages/babel-core)

Updates `@babel/preset-env` from 7.23.6 to 7.23.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.23.7/packages/babel-preset-env)

Updates `@babel/runtime` from 7.23.6 to 7.23.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.23.7/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-03 12:05:54 -08:00
UI-Fabric-RN-Bot ede9cfe1ff applying package updates 2024-01-03 02:03:24 +00:00
dependabot[bot] 4336172af6
Bump lage from 2.7.9 to 2.7.11 (#3325)
Bumps [lage](https://github.com/microsoft/lage) from 2.7.9 to 2.7.11.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.7.9...lage_v2.7.11)

---
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-01-03 00:16:55 +00:00
UI-Fabric-RN-Bot 90e75c29bc applying package updates 2024-01-03 00:15:24 +00:00
dependabot[bot] f466ee9833
Bump appium-uiautomator2-driver from 2.35.0 to 2.37.0 (#3332)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.35.0 to 2.37.0.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.35.0...v2.37.0)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-01-02 13:46:57 -08:00
dependabot[bot] 2fbca7770d
Bump react-native-macos from 0.72.11 to 0.72.12 (#3326)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos) from 0.72.11 to 0.72.12.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/main/CHANGELOG-pre-070.md)
- [Commits](https://github.com/microsoft/react-native-macos/compare/v0.72.11...v0.72.12)

---
updated-dependencies:
- dependency-name: react-native-macos
  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-01-02 12:54:51 -08:00
dependabot[bot] 647d1aa1e5
Bump react-native-svg-transformer from 1.2.0 to 1.3.0 (#3328)
Bumps [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/kristerkari/react-native-svg-transformer/releases)
- [Changelog](https://github.com/kristerkari/react-native-svg-transformer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/react-native-svg-transformer/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: react-native-svg-transformer
  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-01-02 12:54:38 -08:00
dependabot[bot] 649bc4b9a8
Bump @types/react from 18.2.45 to 18.2.46 (#3329)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.45 to 18.2.46.
- [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: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-01-02 12:54:21 -08:00
UI-Fabric-RN-Bot 2a2a26f1c6 applying package updates 2023-12-30 02:10:35 +00:00
UI-Fabric-RN-Bot 7943ac41f1 applying package updates 2023-12-21 01:31:05 +00:00
UI-Fabric-RN-Bot 0ca5f17f1d applying package updates 2023-12-20 21:12:34 +00:00
UI-Fabric-RN-Bot e760b86979 applying package updates 2023-12-20 20:20:43 +00:00
dependabot[bot] 85577a49c6
Bump react-native from 0.72.7 to 0.72.8 (#3323)
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.72.7 to 0.72.8.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.72.8/packages/react-native)

---
updated-dependencies:
- dependency-name: react-native
  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-12-20 11:51:49 -08:00
UI-Fabric-RN-Bot c39f468bd9 applying package updates 2023-12-20 00:05:28 +00:00
UI-Fabric-RN-Bot e75cb6b9e4 applying package updates 2023-12-19 21:03:42 +00:00
UI-Fabric-RN-Bot d8673aa346 applying package updates 2023-12-19 20:00:07 +00:00
dependabot[bot] ba498bdbe1
Bump appium-uiautomator2-driver from 2.34.2 to 2.35.0 (#3317)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.34.2 to 2.35.0.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.34.2...v2.35.0)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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>
2023-12-19 11:44:53 -08:00
dependabot[bot] 572584c138
Bump appium from 2.2.3 to 2.3.0 (#3316)
Bumps [appium](https://github.com/appium/appium/tree/HEAD/packages/appium) from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/appium/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/appium@2.3.0/packages/appium)

---
updated-dependencies:
- dependency-name: appium
  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>
2023-12-19 11:44:30 -08:00
dependabot[bot] e964c38370
Bump @react-native-community/slider from 4.4.4 to 4.5.0 (#3310)
Bumps [@react-native-community/slider](https://github.com/callstack/react-native-slider) from 4.4.4 to 4.5.0.
- [Release notes](https://github.com/callstack/react-native-slider/releases)
- [Commits](https://github.com/callstack/react-native-slider/compare/v4.4.4...v4.5.0)

---
updated-dependencies:
- dependency-name: "@react-native-community/slider"
  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-12-18 13:50:10 -08:00
dependabot[bot] 98b11e1b6f
Bump eslint from 8.55.0 to 8.56.0 (#3311)
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0.
- [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.55.0...v8.56.0)

---
updated-dependencies:
- dependency-name: eslint
  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>
2023-12-18 21:49:55 +00:00
dependabot[bot] 5e2cc581bd
Bump eslint-plugin-import from 2.29.0 to 2.29.1 (#3312)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  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-12-18 13:49:22 -08:00
dependabot[bot] 50309a14b7
Bump @react-native-community/slider from 4.4.3 to 4.4.4 (#3296)
Bumps [@react-native-community/slider](https://github.com/callstack/react-native-slider) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/callstack/react-native-slider/releases)
- [Commits](https://github.com/callstack/react-native-slider/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: "@react-native-community/slider"
  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-12-15 13:53:07 -08:00
dependabot[bot] a70141b1c1
Bump @types/react from 18.2.43 to 18.2.45 (#3302)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.43 to 18.2.45.
- [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: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-12-15 12:59:03 -08:00
dependabot[bot] 7ad33736d7
Bump lage from 2.7.8 to 2.7.9 (#3303)
Bumps [lage](https://github.com/microsoft/lage) from 2.7.8 to 2.7.9.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.7.8...lage_v2.7.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>
2023-12-15 12:58:42 -08:00
dependabot[bot] 77c6670385
Bump appium-windows-driver from 2.12.14 to 2.12.15 (#3304)
Bumps [appium-windows-driver](https://github.com/appium/appium-windows-driver) from 2.12.14 to 2.12.15.
- [Release notes](https://github.com/appium/appium-windows-driver/releases)
- [Changelog](https://github.com/appium/appium-windows-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-windows-driver/compare/v2.12.14...v2.12.15)

---
updated-dependencies:
- dependency-name: appium-windows-driver
  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-12-15 12:58:13 -08:00
dependabot[bot] acdd773c27
Bump appium-xcuitest-driver from 5.12.1 to 5.12.2 (#3306)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.12.1 to 5.12.2.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.12.1...v5.12.2)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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-12-15 12:57:54 -08:00
UI-Fabric-RN-Bot ba1b0c7fac applying package updates 2023-12-15 19:01:32 +00:00
UI-Fabric-RN-Bot f3092a4bd8 applying package updates 2023-12-14 18:50:25 +00:00
UI-Fabric-RN-Bot 55b73264ce applying package updates 2023-12-14 00:40:45 +00:00
Lawrence Win d596477e42
Fix win32 high contrast appearance of TabList (#3298)
* Fix win32 tablist high contrast appearance

* Change files

* Add missing dependency

* Fix yarn.lock

* Fork Tab color tokens only
2023-12-13 18:08:55 -06:00
UI-Fabric-RN-Bot db07bc9bfb applying package updates 2023-12-13 18:47:43 +00:00
dependabot[bot] d05effc6c0
Bump react-native-windows from 0.72.21 to 0.72.22 (#3300)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.72.21 to 0.72.22.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.72.22/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.22/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  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-12-12 16:03:56 -08:00
dependabot[bot] fc42d247dc
Bump react-native-svg-transformer from 1.1.0 to 1.2.0 (#3299)
Bumps [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/kristerkari/react-native-svg-transformer/releases)
- [Changelog](https://github.com/kristerkari/react-native-svg-transformer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/react-native-svg-transformer/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: react-native-svg-transformer
  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>
2023-12-12 16:03:33 -08:00
dependabot[bot] c3252ac89f
Bump @types/react from 18.2.42 to 18.2.43 (#3297)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.42 to 18.2.43.
- [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: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-12-12 16:02:53 -08:00
dependabot[bot] 579264cbf7
Bump the babel group with 3 updates (#3295)
Bumps the babel group with 3 updates: [@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) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).


Updates `@babel/core` from 7.23.5 to 7.23.6
- [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.23.6/packages/babel-core)

Updates `@babel/preset-env` from 7.23.5 to 7.23.6
- [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.23.6/packages/babel-preset-env)

Updates `@babel/runtime` from 7.23.5 to 7.23.6
- [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.23.6/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 16:02:37 -08:00
dependabot[bot] d1ece006e1
Bump react-native-windows from 0.72.20 to 0.72.21 (#3292)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.72.20 to 0.72.21.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.72.21/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.21/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  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-12-08 13:03:39 -08:00
dependabot[bot] e0ba8ca098
Bump @office-iss/react-native-win32 from 0.72.10 to 0.72.11 (#3291)
Bumps [@office-iss/react-native-win32](https://github.com/microsoft/react-native-windows/tree/HEAD/packages/@office-iss/react-native-win32) from 0.72.10 to 0.72.11.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/main/packages/@office-iss/react-native-win32/CHANGELOG.json)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.11/packages/@office-iss/react-native-win32)

---
updated-dependencies:
- dependency-name: "@office-iss/react-native-win32"
  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-12-08 13:03:16 -08:00
dependabot[bot] 8a9403df14
Bump appium-xcuitest-driver from 5.12.0 to 5.12.1 (#3293)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.12.0...v5.12.1)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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-12-08 13:02:44 -08:00
dependabot[bot] 206901e6b2
Bump the rnx-kit group with 1 update (#3289)
Bumps the rnx-kit group with 1 update: [@rnx-kit/align-deps](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/align-deps).

- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/align-deps/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/align-deps@2.3.1/packages/align-deps)

---
updated-dependencies:
- dependency-name: "@rnx-kit/align-deps"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rnx-kit
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 11:52:59 -08:00
dependabot[bot] 71a1238b81
Bump @types/enzyme from 3.10.17 to 3.10.18 (#3290)
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.10.17 to 3.10.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme)

---
updated-dependencies:
- dependency-name: "@types/enzyme"
  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-12-07 11:52:41 -08:00
UI-Fabric-RN-Bot da1f88ea5a applying package updates 2023-12-06 22:22:02 +00:00
dependabot[bot] 9a1974acf2
Bump the rnx-kit group with 1 update (#3282)
Bumps the rnx-kit group with 1 update: [@rnx-kit/cli](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/cli).

- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/cli@0.16.21/packages/cli)

---
updated-dependencies:
- dependency-name: "@rnx-kit/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rnx-kit
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 13:49:41 -08:00
dependabot[bot] 47399aa0c2
Bump appium from 2.2.2 to 2.2.3 (#3283)
Bumps [appium](https://github.com/appium/appium/tree/HEAD/packages/appium) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/appium/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/appium@2.2.3/packages/appium)

---
updated-dependencies:
- dependency-name: appium
  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-12-06 13:49:30 -08:00
dependabot[bot] ec66216104
Bump @types/react from 18.2.39 to 18.2.42 (#3285)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.39 to 18.2.42.
- [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: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-12-06 13:49:11 -08:00
dependabot[bot] 8c70f04f6e
Bump appium-xcuitest-driver from 5.11.0 to 5.12.0 (#3287)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.11.0...v5.12.0)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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>
2023-12-06 13:48:57 -08:00
dependabot[bot] f907391871
Bump @types/jest from 29.5.10 to 29.5.11 (#3288)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.10 to 29.5.11.
- [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-12-06 13:48:29 -08:00
UI-Fabric-RN-Bot 4e2be3c5e8 applying package updates 2023-12-05 00:56:21 +00:00
Ruriko Araki a3714842e3
Delete @fluentui-react-native/experimental-button (#3275)
* Delete files

* Update files

* yarn.lock

* Change files
2023-12-04 16:24:10 -08:00
UI-Fabric-RN-Bot c1df97f9b8 applying package updates 2023-12-04 22:05:06 +00:00
Krystal Kramer 940e0b0fd6
Update packages to version in NPM (again) (#3281)
* update versions to match NPM (again)

* Change files

* Change files

* update dep-profile
2023-12-04 16:32:19 -05:00
dependabot[bot] cfb7bff1da
Bump appium-uiautomator2-driver from 2.34.1 to 2.34.2 (#3280)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 2.34.1 to 2.34.2.
- [Release notes](https://github.com/appium/appium-uiautomator2-driver/releases)
- [Changelog](https://github.com/appium/appium-uiautomator2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-uiautomator2-driver/compare/v2.34.1...v2.34.2)

---
updated-dependencies:
- dependency-name: appium-uiautomator2-driver
  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-12-04 11:07:01 -08:00
dependabot[bot] 533b12fe5c
Bump eslint from 8.54.0 to 8.55.0 (#3279)
Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0.
- [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.54.0...v8.55.0)

---
updated-dependencies:
- dependency-name: eslint
  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>
2023-12-04 11:06:46 -08:00
dependabot[bot] 6760fabad8
Bump appium-windows-driver from 2.12.13 to 2.12.14 (#3278)
Bumps [appium-windows-driver](https://github.com/appium/appium-windows-driver) from 2.12.13 to 2.12.14.
- [Release notes](https://github.com/appium/appium-windows-driver/releases)
- [Changelog](https://github.com/appium/appium-windows-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-windows-driver/compare/v2.12.13...v2.12.14)

---
updated-dependencies:
- dependency-name: appium-windows-driver
  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-12-04 11:06:12 -08:00
dependabot[bot] db751959a0
Bump appium-mac2-driver from 1.8.8 to 1.8.9 (#3277)
Bumps [appium-mac2-driver](https://github.com/appium/appium-mac2-driver) from 1.8.8 to 1.8.9.
- [Release notes](https://github.com/appium/appium-mac2-driver/releases)
- [Changelog](https://github.com/appium/appium-mac2-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-mac2-driver/compare/v1.8.8...v1.8.9)

---
updated-dependencies:
- dependency-name: appium-mac2-driver
  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-12-04 11:05:54 -08:00
dependabot[bot] 63c598b36d
Bump @types/enzyme from 3.10.16 to 3.10.17 (#3276)
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.10.16 to 3.10.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme)

---
updated-dependencies:
- dependency-name: "@types/enzyme"
  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-12-04 11:05:34 -08:00
dependabot[bot] 55126a0632
Bump @fortawesome/free-solid-svg-icons from 6.5.0 to 6.5.1 (#3269)
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.0...6.5.1)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-solid-svg-icons"
  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-12-01 16:46:36 -08:00
dependabot[bot] fad8d3048a
Bump react-native-macos from 0.72.10 to 0.72.11 (#3271)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos) from 0.72.10 to 0.72.11.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/main/CHANGELOG-pre-070.md)
- [Commits](https://github.com/microsoft/react-native-macos/compare/v0.72.10...v0.72.11)

---
updated-dependencies:
- dependency-name: react-native-macos
  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-12-01 20:54:04 +00:00
dependabot[bot] f26be87275
Bump the rnx-kit group with 1 update (#3268)
Bumps the rnx-kit group with 1 update: [@rnx-kit/align-deps](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/align-deps).

- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/align-deps/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/align-deps@2.3.0/packages/align-deps)

---
updated-dependencies:
- dependency-name: "@rnx-kit/align-deps"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rnx-kit
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 20:27:10 +00:00
dependabot[bot] 36b8a36b1b
Bump @fortawesome/fontawesome-svg-core from 6.5.0 to 6.5.1 (#3272)
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.0...6.5.1)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
  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-12-01 12:26:17 -08:00
dependabot[bot] f0b9176712
Bump react-native-test-app from 2.5.33 to 2.5.34 (#3270)
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 2.5.33 to 2.5.34.
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](https://github.com/microsoft/react-native-test-app/compare/2.5.33...2.5.34)

---
updated-dependencies:
- dependency-name: react-native-test-app
  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-12-01 12:09:09 -08:00
Krystal Kramer 96cc1611e4
Update packages to version in NPM (#3273)
* update versions to match NPM

* Change files

* update yarn.lock
2023-12-01 14:40:00 -05:00
dependabot[bot] 1f29ae07a3
Bump @fortawesome/free-solid-svg-icons from 6.4.2 to 6.5.0 (#3266)
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.4.2 to 6.5.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.2...6.5.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-solid-svg-icons"
  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-11-30 15:39:42 -08:00
UI-Fabric-RN-Bot d2b2d21e9e applying package updates 2023-11-30 21:40:40 +00:00
Gulnaz Sayed b5a9fdefb5
Publish Initial Tooltip Package (#3237)
* new tooltip folders

* updated package.json

* added props

* added native tooltip view

* js changes

* added test page

* updated platform status

* adding tooltip test page

* added more tooltip enabled components in test file

* code cleanup and test positioning prop

* test description

* updated prop comments and removed empty tokens

* remove comments

* changed jest to win32

* updated dependencies

* set importHelper

* update dependency versions

* tentatively updating yarn.lock

* Change files

* fixing dependencies

* capabilities

* update yarn.lock

* update dependencies

* update yarn.lock

* fixed import orders

* update target type

* add capabilities

* add dependency and remove unused capabilities

* update yarn.lock

* update snapshots

* add style prop to Tooltip to avoid layout issues

* add separate position test

* testing comment

* fixing comments

* fixing more comments

* removed useTooltip and changed to stagedComponent

* fixing more comments

* fixed pr comments

* updated button import
2023-11-30 21:09:19 +00:00
UI-Fabric-RN-Bot a9d39e970e applying package updates 2023-11-30 19:45:02 +00:00
dependabot[bot] 712e67665c
Bump @fortawesome/fontawesome-svg-core from 6.4.2 to 6.5.0 (#3265)
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 6.4.2 to 6.5.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.2...6.5.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-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-11-30 10:17:54 -08:00
UI-Fabric-RN-Bot a1379cf5d2 applying package updates 2023-11-29 19:35:17 +00:00
dependabot[bot] d6902bb5e2
Bump the babel group with 3 updates (#3264)
Bumps the babel group with 3 updates: [@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) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).


Updates `@babel/core` from 7.23.3 to 7.23.5
- [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.23.5/packages/babel-core)

Updates `@babel/preset-env` from 7.23.3 to 7.23.5
- [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.23.5/packages/babel-preset-env)

Updates `@babel/runtime` from 7.23.4 to 7.23.5
- [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.23.5/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 10:08:42 -08:00
dependabot[bot] 5fdebf2f5a
Bump @types/react from 18.2.38 to 18.2.39 (#3261)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.38 to 18.2.39.
- [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: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-11-28 08:54:21 -08:00
dependabot[bot] 4c742030d6
Bump @react-native-picker/picker from 2.5.1 to 2.6.1 (#3262)
Bumps [@react-native-picker/picker](https://github.com/react-native-picker/picker) from 2.5.1 to 2.6.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.5.1...v2.6.1)

---
updated-dependencies:
- dependency-name: "@react-native-picker/picker"
  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-11-28 08:53:58 -08:00
dependabot[bot] 57c5ebe44c
Bump appium-xcuitest-driver from 5.9.1 to 5.11.0 (#3259)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.9.1 to 5.11.0.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.9.1...v5.11.0)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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>
2023-11-27 15:08:09 -08:00
dependabot[bot] e6786b9dd7
Bump @types/jscodeshift from 0.11.10 to 0.11.11 (#3258)
Bumps [@types/jscodeshift](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jscodeshift) from 0.11.10 to 0.11.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jscodeshift)

---
updated-dependencies:
- dependency-name: "@types/jscodeshift"
  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-11-27 15:07:35 -08:00
dependabot[bot] f3d137c5e9
Bump @types/react from 18.2.33 to 18.2.38 (#3257)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.33 to 18.2.38.
- [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: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-11-27 15:07:24 -08:00
dependabot[bot] 1ec42255cb
Bump react-native from 0.72.6 to 0.72.7 (#3256)
Bumps [react-native](https://github.com/facebook/react-native) from 0.72.6 to 0.72.7.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/compare/v0.72.6...v0.72.7)

---
updated-dependencies:
- dependency-name: react-native
  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-11-27 15:07:14 -08:00
dependabot[bot] ca5a3f5b6e
Bump @types/jest from 29.5.9 to 29.5.10 (#3255)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.9 to 29.5.10.
- [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-11-27 15:07:03 -08:00
Ruriko Araki facaad9c83
Update appium packages & dedupe (#3254)
* Yarn dedupe

* Update appium packages

* Update axios

* Change files
2023-11-22 15:40:13 -08:00
dependabot[bot] 1ed8e49d1d
Bump @office-iss/react-native-win32 from 0.72.9 to 0.72.10 (#3249)
Bumps [@office-iss/react-native-win32](https://github.com/microsoft/react-native-windows/tree/HEAD/packages/@office-iss/react-native-win32) from 0.72.9 to 0.72.10.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/main/packages/@office-iss/react-native-win32/CHANGELOG.json)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.72.10/packages/@office-iss/react-native-win32)

---
updated-dependencies:
- dependency-name: "@office-iss/react-native-win32"
  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-11-22 21:35:13 +00:00
dependabot[bot] f9abdcbafa
Bump appium-windows-driver from 2.12.12 to 2.12.13 (#3250)
Bumps [appium-windows-driver](https://github.com/appium/appium-windows-driver) from 2.12.12 to 2.12.13.
- [Release notes](https://github.com/appium/appium-windows-driver/releases)
- [Changelog](https://github.com/appium/appium-windows-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-windows-driver/compare/v2.12.12...v2.12.13)

---
updated-dependencies:
- dependency-name: appium-windows-driver
  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-11-22 13:01:04 -08:00
dependabot[bot] c4edf56de9
Bump appium-xcuitest-driver from 5.8.2 to 5.9.1 (#3251)
Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.8.2 to 5.9.1.
- [Release notes](https://github.com/appium/appium-xcuitest-driver/releases)
- [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/appium/appium-xcuitest-driver/compare/v5.8.2...v5.9.1)

---
updated-dependencies:
- dependency-name: appium-xcuitest-driver
  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>
2023-11-22 13:00:52 -08:00
dependabot[bot] d62effac8d
Bump @types/enzyme from 3.10.15 to 3.10.16 (#3252)
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.10.15 to 3.10.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme)

---
updated-dependencies:
- dependency-name: "@types/enzyme"
  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-11-22 13:00:37 -08:00
dependabot[bot] c44e81e7b8
Bump react-native-test-app from 2.5.32 to 2.5.33 (#3248)
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 2.5.32 to 2.5.33.
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](https://github.com/microsoft/react-native-test-app/compare/2.5.32...2.5.33)

---
updated-dependencies:
- dependency-name: react-native-test-app
  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-11-22 13:00:27 -08:00
dependabot[bot] 05141e99b2
Bump the babel group with 1 update (#3243)
Bumps the babel group with 1 update: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).

- [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.23.4/packages/babel-runtime)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 19:12:51 +00:00
UI-Fabric-RN-Bot a11a574a7d applying package updates 2023-11-21 18:57:42 +00:00
dependabot[bot] 3937628749
Bump @types/jest from 29.5.8 to 29.5.9 (#3245)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.8 to 29.5.9.
- [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-11-21 10:29:33 -08:00