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

4491 Коммитов

Автор SHA1 Сообщение Дата
Navneet Kambo 4d355ca068 fix typo 2024-07-26 15:53:37 -07:00
Navneet Kambo 1f08dd54b5 Change files 2024-07-26 14:34:24 -07:00
Navneet Kambo 817dc2ab93 [Mac] [Focus Zone] Restore broken direction = none functionality
In a previous change, I incorrectly refactored some functionality that caused focus zone to respond to arrow keys even when direction was set to none. This change restores direction = none functionality.

Testing:

* Disabled focus zone: tab works normally (as if no focus zone is present), arrow keys beep
* Arrow keys on direction = none zone: tab works like focus zone (move to outside the zone), arrow keys beep
* Arrow keys on direction = horizontal zone: tab works like focus zone (move to outside the zone), vertical arrow keys beep, horizontal arrow keys move in zone
* Arrow keys on direction = vertical zone: tab works like focus zone (move to outside the zone), horizontal arrow keys beep, vertical arrow keys move in zone
* Arrow keys on direction = bidirectional zone: tab works like focus zone (move to outside the zone), arrow keys move in zone
2024-07-26 14:29:30 -07:00
UI-Fabric-RN-Bot dedb5ef0c6 applying package updates 2024-07-26 16:00:10 +00:00
Navneet Kambo 434c367e8c
[Mac] [Focus Zone] Tweak tab\shift behavior (#3690) 2024-07-26 08:27:38 -07:00
UI-Fabric-RN-Bot b72ecbad0c applying package updates 2024-07-24 16:33:03 +00:00
Patrick Boyd 94f1248b7c
FocusZone navigationOrderInRenderOrder (#3689)
* Implementation of FocusZone navigationOrderInRenderOrder for MacOS

* Change files

* better comment for accesibilityChildrenInNavigationOrder

* Use IViewProps type from adapters

* nit fixes post merge

* nit un-"fix" the capitalization auto-adjusted by yarn...

* depcheck fix

* yarn.lock update
2024-07-24 09:00:05 -07:00
UI-Fabric-RN-Bot abc3768e51 applying package updates 2024-07-23 16:56:57 +00:00
Navneet Kambo ddf90fafdf
Implement Focus Zone circular navigation and tab key behaviors for macOS (#3688) 2024-07-23 09:24:36 -07:00
UI-Fabric-RN-Bot 4d1c921736 applying package updates 2024-07-16 16:36:06 +00:00
dependabot[bot] 491ca96703
Bump @rnx-kit/jest-preset from 0.1.16 to 0.1.17 in the rnx-kit group (#3679)
Bumps the rnx-kit group with 1 update: [@rnx-kit/jest-preset](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/jest-preset).


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

---
updated-dependencies:
- dependency-name: "@rnx-kit/jest-preset"
  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-07-16 09:05:53 -07:00
dependabot[bot] 7982176bec
Bump @react-native-community/cli from 12.3.6 to 12.3.7 (#3673)
Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 12.3.6 to 12.3.7.
- [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/v12.3.7/packages/cli)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  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-07-16 09:05:36 -07:00
dependabot[bot] 69f38851f4
Bump lage from 2.7.15 to 2.7.21 (#3672)
Bumps [lage](https://github.com/microsoft/lage) from 2.7.15 to 2.7.21.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.7.15...lage_v2.7.21)

---
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-07-16 09:03:11 -07:00
Saad Najmi 6c33ce955f
chore: uppercase Text folder name (#3684)
* Rename Text folder

* Update lock

* Change files
2024-07-16 09:01:20 -07:00
UI-Fabric-RN-Bot b01fdace21 applying package updates 2024-07-15 20:20:36 +00:00
Ruriko Araki c429c9c9df
[win32] Inline link support (#3682)
* Enable inline link support for win32

* Remove win32 inline link test page fork

* Fix test

* Make child type stricter

* Change files

* UNdo strict child type
2024-07-15 12:46:03 -07:00
UI-Fabric-RN-Bot 23ad7283d0 applying package updates 2024-07-12 17:42:50 +00:00
Andrew Coates 0daee5ec2a
Link and variants on windows (#3681)
* Add support for text variants and LinkV1 on windows

* Change files

* Use adapter type for Link root slot

* update snapshot
2024-07-12 10:05:57 -07:00
UI-Fabric-RN-Bot 4d10e5c6bd applying package updates 2024-07-10 19:11:55 +00:00
Ruriko Araki bb69bedb06
Export menu delay constant (#3676)
* Export menu delay

* Change files

* Export rename
2024-07-10 11:39:32 -07:00
UI-Fabric-RN-Bot b8b6e495a7 applying package updates 2024-07-10 16:16:45 +00:00
Ruriko Araki 5aee9ae9aa
Export Shimmer consts (#3677)
* Export shimmer consts

* Change files
2024-07-10 08:44:49 -07:00
dependabot[bot] cc7810f1ea
Bump @office-iss/react-native-win32 from 0.73.2 to 0.73.6 (#3644)
Bumps [@office-iss/react-native-win32](https://github.com/microsoft/react-native-windows/tree/HEAD/packages/@office-iss/react-native-win32) from 0.73.2 to 0.73.6.
- [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.73.6/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-07-09 09:55:13 -07:00
dependabot[bot] b594f25752
Bump react-native-macos from 0.73.30 to 0.73.32 (#3670)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos/tree/HEAD/packages/react-native) from 0.73.30 to 0.73.32.
- [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.73.32/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-07-09 09:54:39 -07:00
UI-Fabric-RN-Bot 10299f1d10 applying package updates 2024-07-02 21:36:39 +00:00
Andrew Coates 9e5c6cb490
Cache results of theme module getConstants (#3674)
* Cache results of theme module getConstants

* Change files

* prettier
2024-07-02 14:04:47 -07:00
dependabot[bot] 7acdb9eea9
Bump appium from 2.5.4 to 2.11.0 (#3668)
Bumps [appium](https://github.com/appium/appium/tree/HEAD/packages/appium) from 2.5.4 to 2.11.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.11.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>
2024-06-28 13:53:18 -07:00
dependabot[bot] e50f621279
Bump @react-native-community/cli-platform-ios from 12.3.6 to 12.3.7 (#3667)
Bumps [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) from 12.3.6 to 12.3.7.
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v12.3.7/packages/cli-platform-ios)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli-platform-ios"
  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-06-28 13:52:03 -07:00
dependabot[bot] 09216c9aca
Bump the rnx-kit group with 2 updates (#3666)
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.4.6 to 2.5.0
- [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.5.0/packages/align-deps)

Updates `@rnx-kit/cli` from 0.16.26 to 0.16.28
- [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.28/packages/cli)

---
updated-dependencies:
- dependency-name: "@rnx-kit/align-deps"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-06-28 13:51:31 -07:00
dependabot[bot] eff1721927
Bump the babel group with 5 updates (#3665)
Bumps the babel group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.6` | `7.24.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.6` | `7.24.7` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.6` | `7.24.7` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.6` | `7.24.7` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.24.6` | `7.24.7` |


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

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

Updates `@babel/preset-react` from 7.24.6 to 7.24.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.24.7/packages/babel-preset-react)

Updates `@babel/preset-typescript` from 7.24.6 to 7.24.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.24.7/packages/babel-preset-typescript)

Updates `@babel/runtime` from 7.24.6 to 7.24.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.24.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/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-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-06-28 13:51:04 -07:00
Ruriko Araki fdffc92e5f
Bump ws (#3664) 2024-06-26 16:30:59 -07:00
dependabot[bot] 929c6b54e9
Bump react-native-test-app from 3.7.2 to 3.8.7 (#3663)
Bumps [react-native-test-app](https://github.com/microsoft/react-native-test-app) from 3.7.2 to 3.8.7.
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](https://github.com/microsoft/react-native-test-app/compare/3.7.2...3.8.7)

---
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-06-26 12:17:22 -07:00
dependabot[bot] 01d8ba7d1f
Bump @react-native-picker/picker from 2.7.5 to 2.7.7 (#3650)
Bumps [@react-native-picker/picker](https://github.com/react-native-picker/picker) from 2.7.5 to 2.7.7.
- [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.7.5...v2.7.7)

---
updated-dependencies:
- dependency-name: "@react-native-picker/picker"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-26 12:16:57 -07:00
dependabot[bot] 136f187de8
Bump @types/react from 18.3.2 to 18.3.3 (#3645)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.2 to 18.3.3.
- [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-06-26 12:16:29 -07:00
dependabot[bot] 90ec8f5cd2
Bump braces from 3.0.2 to 3.0.3 in /tester_deps (#3655)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-26 12:16:01 -07:00
dependabot[bot] f3a02ebd06
Bump braces from 3.0.2 to 3.0.3 (#3656)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-26 12:15:39 -07:00
UI-Fabric-RN-Bot 06ba243db3 applying package updates 2024-06-21 22:15:14 +00:00
Saad Najmi 2ee44d8449
fix(menu): Add a border on macOS in dark mode and increased contrast (#3662) 2024-06-21 14:44:08 -07:00
UI-Fabric-RN-Bot e9395dfb95 applying package updates 2024-06-19 18:09:34 +00:00
Saad Najmi 8a695ac7cd
fix(Apple): Render vector borders on Button (#3658)
* fix(Apple): Render vector borders on Button

* Change files

* Update snapshots

* more snapshots

* more
2024-06-19 10:35:44 -07:00
UI-Fabric-RN-Bot b033b21007 applying package updates 2024-06-14 06:59:10 +00:00
Patrick Boyd d80485828a
Textv1 component ref (#3654)
* Add componentRef to TextV1

* Change files
2024-06-13 23:27:05 -07:00
Samuel Freiberg 9e349966c2
Remove Unnecessary E2E Dependencies (#3643)
* Adding resolutions to specific packages with security vulnerabilities

* Remove

* Adding whitespace

* Revert

* Removing unused file

* Removing unnecessary dependencies
2024-05-29 18:50:52 -07:00
dependabot[bot] 47f61656ec
Bump react-native from 0.73.7 to 0.73.8 (#3642)
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.73.7 to 0.73.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.73.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>
2024-05-29 13:19:17 -07:00
dependabot[bot] 8d1dc3a2cd
Bump react-native-svg-transformer from 1.3.0 to 1.4.0 (#3641)
Bumps [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer) from 1.3.0 to 1.4.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.3.0...v1.4.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-05-29 13:18:48 -07:00
dependabot[bot] f7ddd7a01b
Bump the babel group with 5 updates (#3635)
Bumps the babel group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.5` | `7.24.6` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.5` | `7.24.6` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.1` | `7.24.6` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.1` | `7.24.6` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.24.5` | `7.24.6` |


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

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

Updates `@babel/preset-react` from 7.24.1 to 7.24.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.24.6/packages/babel-preset-react)

Updates `@babel/preset-typescript` from 7.24.1 to 7.24.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.24.6/packages/babel-preset-typescript)

Updates `@babel/runtime` from 7.24.5 to 7.24.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.24.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/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-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-05-28 11:16:25 -07:00
dependabot[bot] 756eadbf1e
Bump @fortawesome/react-native-fontawesome (#3634)
Bumps the fortawesome group with 1 update in the / directory: [@fortawesome/react-native-fontawesome](https://github.com/FortAwesome/react-native-fontawesome).


Updates `@fortawesome/react-native-fontawesome` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/FortAwesome/react-native-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-native-fontawesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/react-native-fontawesome/compare/0.3.0...0.3.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/react-native-fontawesome"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fortawesome
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-28 11:15:45 -07:00
dependabot[bot] 3c1b25157c
Bump markdown-link-check from 3.11.2 to 3.12.2 (#3633)
Bumps [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.11.2 to 3.12.2.
- [Release notes](https://github.com/tcort/markdown-link-check/releases)
- [Changelog](https://github.com/tcort/markdown-link-check/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tcort/markdown-link-check/compare/v3.11.2...v3.12.2)

---
updated-dependencies:
- dependency-name: markdown-link-check
  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-05-28 11:15:25 -07:00
dependabot[bot] c5956a1616
Bump appium-uiautomator2-driver from 3.1.0 to 3.5.2 (#3632)
Bumps [appium-uiautomator2-driver](https://github.com/appium/appium-uiautomator2-driver) from 3.1.0 to 3.5.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/v3.1.0...v3.5.2)

---
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-05-28 11:14:51 -07:00
dependabot[bot] 27ac760328
Bump react-native-macos from 0.73.26 to 0.73.30 (#3637) 2024-05-28 01:03:43 -05:00