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

2871 Коммитов

Автор SHA1 Сообщение Дата
lyzhan7 5ecc998996
[Notification] Fix error "Text strings must be rendered within a <Text> component" when title text is empty (#2247)
* Use ternary operator

* Change files
2022-10-18 15:08:49 -07:00
Saad Najmi f5aafd7cef
Switch Menu components to Pressable (#2147)
* Switch Menu components to use React Native Pressable

* Change files

* Update slots and snapshots

* Use PressablePropsExtended

* MenuItem*Info

* Fix ci

* snapshot

* Update disabled behavor handling
2022-10-18 14:04:55 -07:00
Saad Najmi ad5ce6ca2b
Switch Menu components to Pressable (#2147)
* Switch Menu components to use React Native Pressable

* Change files

* Update slots and snapshots

* Use PressablePropsExtended

* MenuItem*Info

* Fix ci

* snapshot

* Update disabled behavor handling
2022-10-18 14:04:45 -07:00
UI-Fabric-RN-Bot 9552d46fcb 📦 applying package updates ***NO_CI*** 2022-10-18 04:06:27 +00:00
lenahong 9e7902b05f
[Link] Initial Implementation (#2094)
* add Experimental Link

* add more tests

* update tests

* remove unused tests

* revert text changes

* Change files

* Update PressableUsage.tsx

* update yarn lock file and add change file

* add change file

* run prettier

* fix dep issue

* small syntax fixes

* add e2e tests

* revert change to yarn lock file

* update package versions

* update yarn lock file

* run prettier fix

* re add yarn lock

* update link snapshots

* move hoook to shareable location and add rending tests

* update pkg ver

* update package ver

* Change files

* add change files

* change disabled color token to new alias token

* fix nit errors and move hook

* remove unused import

* depcheck

* update button snapshots

* update e2e tests for link

* remove macos and ios e2e tests for now
2022-10-18 12:47:35 +09:00
UI-Fabric-RN-Bot 6d719e6790 📦 applying package updates ***NO_CI*** 2022-10-18 00:26:20 +00:00
Saad Najmi f3515c2ae2
Switch Radio to Pressable (#2156)
* Update slots

* snapshots

* Change files

* remove duplicate identifier

* Fix hooks while we're at it

* use PressablePropsExtended

* RadioInfo

* Undo change
2022-10-17 16:24:38 -07:00
UI-Fabric-RN-Bot 3ec31f8cfc 📦 applying package updates ***NO_CI*** 2022-10-17 23:24:27 +00:00
dependabot[bot] 7babb3a99d
Bump @react-native-picker/picker from 2.4.7 to 2.4.8 (#2244)
Bumps [@react-native-picker/picker](https://github.com/react-native-picker/picker) from 2.4.7 to 2.4.8.
- [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.4.7...v2.4.8)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 16:07:32 -07:00
dependabot[bot] e646720ddc
Bump @types/react-native from 0.68.7 to 0.68.8 (#2243)
Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native) from 0.68.7 to 0.68.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-native)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 16:06:52 -07:00
Saad Najmi 177b7637e6
Switch "Switch" to Pressable (#2155)
* Update slots

* Change files

* Snapshot

* Switch type

* use PressablePropsExtended

* snapshot

* Update useSwitch.ts
2022-10-17 15:53:24 -07:00
UI-Fabric-RN-Bot 3183bd5616 📦 applying package updates ***NO_CI*** 2022-10-17 22:34:22 +00:00
Saad Najmi b12dd18b47
Menu (macOS) Fix redbox related to onHoverOut (#2245)
* Remove isCloseOnHoverOutEnabled

* Change files

* Update snapshot

* Update useMenuPopover.ts
2022-10-17 15:16:38 -07:00
UI-Fabric-RN-Bot 888b7c0f3e 📦 applying package updates ***NO_CI*** 2022-10-17 21:25:05 +00:00
Gulnaz Sayed 40e38c7cf5
RadioGroup Horizontal and Horizontal-Stacked (#2176)
* added tests

* added context

* layouts are correct

* fixed spacing

* added token

* Change files

* added space around

* name changes

* renamed selectedInfo to radioGroupContext

* moved logic to lookup function

* updated snapshot test

* added strict equality

* replaced buttonkeys with values

* react callback

* ran prettier

* fixed margins and center issue

* removed label margin top

* global tokens for margin top

* prettier
2022-10-17 16:40:00 -04:00
UI-Fabric-RN-Bot f8f1668298 📦 applying package updates ***NO_CI*** 2022-10-17 19:16:06 +00:00
Lawrence Win ec21fcf638
Re-enable and rewrite parts of menu e2etest (#2222)
* Re-enable and rewrite parts of menu e2etest

Used getAttribute to test for whether menu is expanded instead of
the previous use of a text element's value.

* Change files

* Test if menu item is displayed in menuIsExpanded

* Separate didMenuOpen into two testing methods

Menu tests now tests ExpandCollapseState in the accessibility test
section, and it tests whether a menu child isDisplayed within the
functional testing section.

* Use hard dismiss to reset menu state in e2etest

* Refactor consts for Menu tests

Co-authored-by: Lawrence Win <winlarry@microsoft.com>
2022-10-17 10:53:05 -07:00
UI-Fabric-RN-Bot 9e84033d10 📦 applying package updates ***NO_CI*** 2022-10-17 17:52:50 +00:00
Ankita Raj 14bd408427
Update android token set (#2224)
* new pacakges

* Change files

* fixValidTestError

* Change files

* updateTests

* test

* tests

* Change files

* prettierfix

Co-authored-by: Ankita Raj <ankraj@microsoft.com>
2022-10-17 23:00:48 +05:30
UI-Fabric-RN-Bot 23cdeae3fb 📦 applying package updates ***NO_CI*** 2022-10-14 23:01:58 +00:00
Lawrence Win f3d39c0fbe
Port partner repo FocusZone testing to FURN (#2215)
* Initial changes to FocusZone test page

* Port partner focuszone tests to FURN

* More simple FocusZone prop testing

* Revert accidental commit to wdio.config

* Move focuszone e2etest component to diff file

* Change files

* Re-add scrollToTestComponent for FocusZone test

* Uncomment scrollToComponent in focuszone spec

* Edit FocusZone e2etest component and test page

Turns out, when running the FocusZone test with the latest changes,
the Experimental RadioGroup causes issues with the tests themselves.
This commit modifies the e2etest page to use a MenuButton to switch
FocusZone directions, and it fixes some oopsies in structuring the page.

* Change files

* Update FocusZone test cases with more conditions

Co-authored-by: Lawrence Win <winlarry@microsoft.com>
2022-10-14 15:39:46 -07:00
Ruriko Araki 9ed846b3a8
Update some dependencies (#2240) 2022-10-14 13:45:33 -07:00
UI-Fabric-RN-Bot 3ff7e133e3 📦 applying package updates ***NO_CI*** 2022-10-14 19:11:13 +00:00
dependabot[bot] 7263bc3c7c
Bump @types/react-native from 0.68.6 to 0.68.7 (#2183)
* Bump @types/react-native from 0.68.6 to 0.68.7

Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native) from 0.68.6 to 0.68.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-native)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix build

* Change files

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruriko Araki <ruaraki@microsoft.com>
2022-10-14 11:48:47 -07:00
UI-Fabric-RN-Bot d8fa7dd24c 📦 applying package updates ***NO_CI*** 2022-10-14 18:04:42 +00:00
lyzhan7 5802c65be4
Fix for iOS bug where switching light/dark mode was not updating the theme (#2234)
* Initial fix for theme not getting updated when appearance changes

* Change files

* Extract isLightMode into a variable, also rename isLight to isLightMode
2022-10-14 10:45:09 -07:00
UI-Fabric-RN-Bot 1840866dbb 📦 applying package updates ***NO_CI*** 2022-10-14 17:16:51 +00:00
Saad Najmi 0fc0e5ba35
Switch Button to Pressable (#2153)
* Switch Button components to use React Native Pressable

* Change files

* Update slots

* snapshots

* Remove unused import

* Fix types

* use PressablePropsExtended, and ButtonInfo

* Change files

* Update snapshots

* Change files

* More updates

* Refactor disabled and accessibilityState handling

* Change files

* update snapshot

* More snapshots

* Update comment
2022-10-14 09:58:51 -07:00
UI-Fabric-RN-Bot 526f2ed74a 📦 applying package updates ***NO_CI*** 2022-10-14 14:12:26 +00:00
Saad Najmi d45dccde60
Switch Checkbox to Pressable (#2154)
* Update Checkbox

* Change files

* use PressablePropsExtended

* use extended

* fix ci
2022-10-14 06:55:11 -07:00
dependabot[bot] 3096f1d203
Bump beachball from 2.31.3 to 2.31.4 (#2233)
Bumps [beachball](https://github.com/microsoft/beachball) from 2.31.3 to 2.31.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/beachball/blob/master/CHANGELOG.md">beachball's changelog</a>.</em></p>
<blockquote>
<h2>2.31.4</h2>
<p>Wed, 12 Oct 2022 08:03:33 GMT</p>
<h3>Patches</h3>
<ul>
<li>Refactor change command and promptForChange helper for better testability (<a href="mailto:elcraig@microsoft.com">elcraig@microsoft.com</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="0c413bae90"><code>0c413ba</code></a> applying package updates</li>
<li><a href="35b8175bf9"><code>35b8175</code></a> Add tests for change command (<a href="https://github-redirect.dependabot.com/microsoft/beachball/issues/788">#788</a>)</li>
<li>See full diff in <a href="https://github.com/microsoft/beachball/compare/beachball_v2.31.3...beachball_v2.31.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=beachball&package-manager=npm_and_yarn&previous-version=2.31.3&new-version=2.31.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2022-10-13 21:03:00 +00:00
dependabot[bot] adfff300d2
Bump react-native from 0.68.3 to 0.68.4 (#2232)
Bumps [react-native](https://github.com/facebook/react-native) from 0.68.3 to 0.68.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react-native/releases">react-native's releases</a>.</em></p>
<blockquote>
<h2>0.68.4</h2>
<h3>Changed</h3>
<ul>
<li>Bump version of <code>promise</code> from 8.0.3 to 8.2.0, enabling <code>Promise.allSettled</code> (<a href="951538c080">951538c080</a> by <a href="https://github.com/retyui"><code>@​retyui</code></a>)</li>
<li>Bump react-native-codegen to 0.0.18 (<a href="40a3ae3613">40a3ae3613</a> by <a href="https://github.com/dmytrorykun"><code>@​dmytrorykun</code></a>)</li>
</ul>
<h4>Android specific</h4>
<ul>
<li>Correctly resolve classes with FindClass(..) (<a href="361b310bcc">361b310bcc</a> by <a href="https://github.com/evancharlton"><code>@​evancharlton</code></a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Codegen should ignore <code>.d.ts</code> files (<a href="0f0d52067c">0f0d52067c</a> by <a href="https://github.com/tido64"><code>@​tido64</code></a>)</li>
</ul>
<h4>iOS specific</h4>
<ul>
<li>Fix the way the orientation events are published (<a href="7d42106d4c">7d42106d4c</a> by <a href="https://github.com/lbaldy">lbaldy</a>)</li>
</ul>
<hr />
<p>You can participate in the conversation on the status of this release in this <a href="https://github.com/reactwg/react-native-releases/discussions/37">discussion</a></p>
<hr />
<p>To help you upgrade to this version, you can use the <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> ⚛️</p>
<hr />
<p>You can find the whole changelog history in the <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md">changelog.md file</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md">react-native's changelog</a>.</em></p>
<blockquote>
<h2>v0.68.4</h2>
<h3>Changed</h3>
<ul>
<li>Bump version of <code>promise</code> from 8.0.3 to 8.2.0, enabling <code>Promise.allSettled</code> (<a href="951538c080">951538c080</a> by <a href="https://github.com/retyui"><code>@​retyui</code></a>)</li>
<li>Bump react-native-codegen to 0.0.18 (<a href="40a3ae3613">40a3ae3613</a> by <a href="https://github.com/dmytrorykun"><code>@​dmytrorykun</code></a>)</li>
</ul>
<h4>Android specific</h4>
<ul>
<li>Correctly resolve classes with FindClass(..) (<a href="361b310bcc">361b310bcc</a> by <a href="https://github.com/evancharlton"><code>@​evancharlton</code></a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Codegen should ignore <code>.d.ts</code> files (<a href="0f0d52067c">0f0d52067c</a> by <a href="https://github.com/tido64"><code>@​tido64</code></a>)</li>
</ul>
<h4>iOS specific</h4>
<ul>
<li>Fix the way the orientation events are published (<a href="7d42106d4c">7d42106d4c</a> by <a href="https://github.com/lbaldy">lbaldy</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b55518c4bf"><code>b55518c</code></a> [0.68.4] Bump version numbers</li>
<li><a href="40a3ae3613"><code>40a3ae3</code></a> Bump react-native-codegen to 0.0.18</li>
<li><a href="782e0bff4a"><code>782e0bf</code></a> Add support <code>Promise.allSettled</code> out of box (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/34544">#34544</a>)</li>
<li><a href="e22ed7d676"><code>e22ed7d</code></a> fix: Correctly resolve classes with FindClass(..) (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/34533">#34533</a>)</li>
<li><a href="4575ef516f"><code>4575ef5</code></a> Fix codegen trying to parse <code>.d.ts</code> files (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/34439">#34439</a>)</li>
<li><a href="4f7eb6197f"><code>4f7eb61</code></a> prevent from publishing dimensions change event when app changes state (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/34014">#34014</a>)</li>
<li>See full diff in <a href="https://github.com/facebook/react-native/compare/v0.68.3...v0.68.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native&package-manager=npm_and_yarn&previous-version=0.68.3&new-version=0.68.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2022-10-13 21:02:05 +00:00
UI-Fabric-RN-Bot 4229b38d16 📦 applying package updates ***NO_CI*** 2022-10-13 05:37:26 +00:00
Ayush Singh 6575a9ac3f
Remove extra buttons android (#2207)
* Removed Toggle & Compound button from Android

* Set button jest tests to run for iOS

* Change files

Co-authored-by: Ayush Singh <singh.ayush@microsoft.com>
2022-10-13 10:49:31 +05:30
UI-Fabric-RN-Bot aaaabd4d0c 📦 applying package updates ***NO_CI*** 2022-10-12 21:54:16 +00:00
Adam Gleitman e2edb2218d
Make `Theme.spacing` read-only (#2229)
* Make `Theme.spacing` read-only

* Change files

Co-authored-by: Adam Gleitman <adgleitm@microsoft.com>
2022-10-12 13:55:04 -07:00
dependabot[bot] ff10be07e6
Bump eslint from 8.24.0 to 8.25.0 (#2220)
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.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.24.0...v8.25.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-12 13:38:03 -07:00
dependabot[bot] d60c74ee73
Bump react-native-windows from 0.68.18 to 0.68.19 (#2221)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.68.18 to 0.68.19.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/react-native-windows/releases">react-native-windows's releases</a>.</em></p>
<blockquote>
<h2>React Native Windows 0.68.19</h2>
<p>This is patch release of react-native-windows, fixing bugs or adding non-breaking enhancements. To see a summary of changes in this major release, see <a href="https://github.com/microsoft/react-native-windows/releases/tag/react-native-windows_v0.68.0">release notes for React Native Windows 0.68.0</a>.</p>
<h3>New changes</h3>
<ul>
<li>b44cfb98 Set Origin HTTP header during CORS (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/10700">#10700</a>) (<a href="mailto:julio.rocha@microsoft.com">julio.rocha@microsoft.com</a>)</li>
<li>e9e42509 Set User-Agent header in Origin Policy filter (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/10695">#10695</a>) (<a href="mailto:julio.rocha@microsoft.com">julio.rocha@microsoft.com</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.68.19/vnext/CHANGELOG.md">react-native-windows's changelog</a>.</em></p>
<blockquote>
<h2>0.68.19</h2>
<p>Mon, 10 Oct 2022 15:07:51 GMT</p>
<h3>Patches</h3>
<ul>
<li>Set Origin HTTP header during CORS (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/10700">#10700</a>) (<a href="mailto:julio.rocha@microsoft.com">julio.rocha@microsoft.com</a>)</li>
<li>Set User-Agent header in Origin Policy filter (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/10695">#10695</a>) (<a href="mailto:julio.rocha@microsoft.com">julio.rocha@microsoft.com</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9bea174be8"><code>9bea174</code></a> applying package updates <em><strong>NO_CI</strong></em></li>
<li><a href="b44cfb98e2"><code>b44cfb9</code></a> [0.68] Set Origin HTTP header during CORS (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/10703">#10703</a>)</li>
<li><a href="e9e42509a8"><code>e9e4250</code></a> [0.68] Set User-Agent header in Origin Policy filter (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/10699">#10699</a>)</li>
<li>See full diff in <a href="https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.68.19/vnext">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-windows&package-manager=npm_and_yarn&previous-version=0.68.18&new-version=0.68.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2022-10-12 17:46:43 +00:00
dependabot[bot] efaba228dd
Bump @babel/runtime from 7.19.0 to 7.19.4 (#2227)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.19.0 to 7.19.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/runtime</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.19.4 (2022-10-10)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-plugin-transform-block-scoping</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15019">#15019</a> fix: check constant violation inside loops (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-destructuring</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14985">#14985</a> Disallow rest object destructuring of null/undefined (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14109">#14109</a> Fix: properly scope variables in TSModuleBlock (<a href="https://github.com/The-x-Theorist"><code>@​The-x-Theorist</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15027">#15027</a> fix: mark <code>var</code> declarations in loops as not constant (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-string-parser</code>, <code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14964">#14964</a> Never throw for invalid escapes in tagged templates (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14980">#14980</a> Improve module expression parsing/printing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-destructuring</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14984">#14984</a> Fix holes handling in optimized array destructuring (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-helper-simple-access</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-helpers</code>, <code>babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression</code>, <code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-external-helpers</code>, <code>babel-plugin-proposal-async-do-expressions</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-proposal-dynamic-import</code>, <code>babel-plugin-proposal-function-bind</code>, <code>babel-plugin-proposal-function-sent</code>, <code>babel-plugin-proposal-json-strings</code>, <code>babel-plugin-proposal-logical-assignment-operators</code>, <code>babel-plugin-proposal-nullish-coalescing-operator</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-plugin-proposal-partial-application</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-proposal-record-and-tuple</code>, <code>babel-plugin-syntax-typescript</code>, <code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-computed-properties</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-duplicate-keys</code>, <code>babel-plugin-transform-exponentiation-operator</code>, <code>babel-plugin-transform-flow-comments</code>, <code>babel-plugin-transform-flow-strip-types</code>, <code>babel-plugin-transform-for-of</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-jscript</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-plugin-transform-modules-umd</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-object-super</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-proto-to-assign</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-react-inline-elements</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx-self</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-plugin-transform-react-pure-annotations</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-shorthand-properties</code>, <code>babel-plugin-transform-spread</code>, <code>babel-plugin-transform-strict-mode</code>, <code>babel-plugin-transform-template-literals</code>, <code>babel-plugin-transform-typeof-symbol</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-plugin-transform-unicode-escapes</code>, <code>babel-preset-env</code>, <code>babel-preset-react</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14979">#14979</a> Improve comments generation (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-fixtures</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14967">#14967</a> Improve source map generation (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15001">#15001</a> Run test262 again (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14976">#14976</a> Internally rename <code>proposal-*</code> to <code>transform-*</code> in preset-env (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li>Sneh Khatri (<a href="https://github.com/The-x-Theorist"><code>@​The-x-Theorist</code></a>)</li>
<li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
<h2>v7.19.3 (2022-09-27)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/8566">#8566</a> Correctly update bindings of decorated class declarations (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14974">#14974</a> fix: Normal parsing of <code>JSXText</code> following <code>JSXSpreadChild</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14941">#14941</a> fix: Support local exports in TS <code>declare module</code>s (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14940">#14940</a> fix: allow ts redeclaration with <code>import =</code> and <code>var</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14962">#14962</a> Fix printing of Flow internal slot functions (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/runtime</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.19.4 (2022-10-10)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-plugin-transform-block-scoping</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15019">#15019</a> fix: check constant violation inside loops (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-destructuring</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14985">#14985</a> Disallow rest object destructuring of null/undefined (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14109">#14109</a> Fix: properly scope variables in TSModuleBlock (<a href="https://github.com/The-x-Theorist"><code>@​The-x-Theorist</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15027">#15027</a> fix: mark <code>var</code> declarations in loops as not constant (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-string-parser</code>, <code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14964">#14964</a> Never throw for invalid escapes in tagged templates (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14980">#14980</a> Improve module expression parsing/printing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-destructuring</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14984">#14984</a> Fix holes handling in optimized array destructuring (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-fixtures</code>, <code>babel-helper-simple-access</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-helpers</code>, <code>babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression</code>, <code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-external-helpers</code>, <code>babel-plugin-proposal-async-do-expressions</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-proposal-dynamic-import</code>, <code>babel-plugin-proposal-function-bind</code>, <code>babel-plugin-proposal-function-sent</code>, <code>babel-plugin-proposal-json-strings</code>, <code>babel-plugin-proposal-logical-assignment-operators</code>, <code>babel-plugin-proposal-nullish-coalescing-operator</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-plugin-proposal-partial-application</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-proposal-record-and-tuple</code>, <code>babel-plugin-syntax-typescript</code>, <code>babel-plugin-transform-arrow-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-computed-properties</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-duplicate-keys</code>, <code>babel-plugin-transform-exponentiation-operator</code>, <code>babel-plugin-transform-flow-comments</code>, <code>babel-plugin-transform-flow-strip-types</code>, <code>babel-plugin-transform-for-of</code>, <code>babel-plugin-transform-function-name</code>, <code>babel-plugin-transform-jscript</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code>, <code>babel-plugin-transform-modules-umd</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-object-super</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-proto-to-assign</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-plugin-transform-react-inline-elements</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx-self</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-plugin-transform-react-pure-annotations</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-shorthand-properties</code>, <code>babel-plugin-transform-spread</code>, <code>babel-plugin-transform-strict-mode</code>, <code>babel-plugin-transform-template-literals</code>, <code>babel-plugin-transform-typeof-symbol</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-plugin-transform-unicode-escapes</code>, <code>babel-preset-env</code>, <code>babel-preset-react</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14979">#14979</a> Improve comments generation (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-fixtures</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14967">#14967</a> Improve source map generation (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15001">#15001</a> Run test262 again (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-preset-env</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14976">#14976</a> Internally rename <code>proposal-*</code> to <code>transform-*</code> in preset-env (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.19.3 (2022-09-27)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-plugin-proposal-decorators</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/8566">#8566</a> Correctly update bindings of decorated class declarations (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14974">#14974</a> fix: Normal parsing of <code>JSXText</code> following <code>JSXSpreadChild</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14941">#14941</a> fix: Support local exports in TS <code>declare module</code>s (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14940">#14940</a> fix: allow ts redeclaration with <code>import =</code> and <code>var</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14962">#14962</a> Fix printing of Flow internal slot functions (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14950">#14950</a> Emit <code>@babel/cli</code> source maps based on configuration files (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-typescript</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14946">#14946</a> fix: ts exported vars are shadowed by <code>declare</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14954">#14954</a> Optional filename when preset uses fn test/include/exclude (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7a38850a83"><code>7a38850</code></a> v7.19.4</li>
<li><a href="d45d59a4e3"><code>d45d59a</code></a> Improve comments generation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/14979">#14979</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.19.4/packages/babel-runtime">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/runtime&package-manager=npm_and_yarn&previous-version=7.19.0&new-version=7.19.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2022-10-12 16:57:13 +00:00
UI-Fabric-RN-Bot b15f5c775e 📦 applying package updates ***NO_CI*** 2022-10-12 16:17:40 +00:00
Gulnaz Sayed e9adcc0b0b
RadioGroup Label Subtexts (#2173)
* started subtext test in tester

* added label subtext

* updated title

* Change files

* update comment

* removed display flex line

* added accessibilityHint

* added tokens to cache

* fixed margins and added variant

* code cleanup

* comment cleanup

* added marginRight to label

* fixed cached values for variant

* removed buildProps

* memoized onChange in tests

* fixed subtext alignment and accessible

* fixed tokens

* remove buttons

* remove focusable in radiogroup

* added snapshot and reverted token names

* renamed subtext margins

* renamed content slot to labelContent

* added comments for subtext

* fixed buttonkey

* added disabled back into Radio mergedProps

* updated the values
2022-10-12 12:00:01 -04:00
UI-Fabric-RN-Bot e9ec177177 📦 applying package updates ***NO_CI*** 2022-10-12 13:07:10 +00:00
Tommy Nguyen 31bcec5128
fix(ios): fix autolinking FRNAvatar and FRNDatePicker (#2225) 2022-10-12 14:49:40 +02:00
UI-Fabric-RN-Bot 6dea077f3b 📦 applying package updates ***NO_CI*** 2022-10-11 22:41:44 +00:00
Adam Gleitman 3547a335f4
Add iOS spacing tokens (#2197)
* Add new spacing tokens

* Add iOS test page

* Change files
2022-10-11 15:20:23 -07:00
dependabot[bot] a8229c6262
Bump react-native-macos from 0.68.51 to 0.68.54 (#2216)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos) from 0.68.51 to 0.68.54.
<details>
<summary>Commits</summary>
<ul>
<li><a href="5d3a4e3f9e"><code>5d3a4e3</code></a> Applying package update to 0.68.54 <em><strong>NO_CI</strong></em></li>
<li><a href="2f25d3885f"><code>2f25d38</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/react-native-macos/issues/1451">#1451</a> from rasaha91/update-maven-dependency-utils-0.68</li>
<li><a href="779311d9a6"><code>779311d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/react-native-macos/issues/1450">#1450</a> from rasaha91/update-maven-dependency-utils</li>
<li><a href="ae0f687681"><code>ae0f687</code></a> Applying package update to 0.68.53 <em><strong>NO_CI</strong></em></li>
<li><a href="39de18ef87"><code>39de18e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/react-native-macos/issues/1448">#1448</a> from rasaha91/upgrade-ndk-25-68</li>
<li><a href="a2c26c183b"><code>a2c26c1</code></a> Patch yoga.cpp to compile under ndk 25 without warning</li>
<li><a href="9e59569cb5"><code>9e59569</code></a> Applying package update to 0.68.52 <em><strong>NO_CI</strong></em></li>
<li><a href="0335323d06"><code>0335323</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/react-native-macos/issues/1449">#1449</a> from amgleitman/0.68-dynamic-type</li>
<li><a href="c310a18606"><code>c310a18</code></a> One more GH#774 tag</li>
<li><a href="ef273a0410"><code>ef273a0</code></a> RCTFontScaleRamp -&gt; RCTDynamicTypeRamp</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/react-native-macos/compare/v0.68.51...v0.68.54">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-macos&package-manager=npm_and_yarn&previous-version=0.68.51&new-version=0.68.54)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2022-10-11 20:58:33 +00:00
UI-Fabric-RN-Bot 5a5e2b0646 📦 applying package updates ***NO_CI*** 2022-10-10 23:26:13 +00:00
chiuam c923ec7cac
macOS: Fix callout bug (#2219) 2022-10-10 19:01:40 -04:00
UI-Fabric-RN-Bot d88c96d653 📦 applying package updates ***NO_CI*** 2022-10-10 22:38:04 +00:00
Samuel Freiberg d25e8da84f
Improve E2E Scrolling Logic for Win32/Windows (#2175)
* Improving scroll logic and adding more Key constants

* Change files

* Fixing error message

* Fixing error message

* Removing changes to commented out code

* Adding results console.log message to all platforms and fixing Menu.spec error

* Moving scrollView test ID from View to ScrollViewer component

* Improving perf of Menu test

* Reverting previous scrolling change

* Improving error message

* Removing unnecessary constant

* Adding comments

* Close menu by typing escape

* Adding afterEach() hook in menu spec to close menu

* Testing menu spec for failure

* Improving login in Menu spec to open/close menu

* Changing struct of menu E2E test component. I think the menu was blocking the text needed for E2E testing

* Adding button to reset focus on Menu page

* Reverting Menu changes. Will fix in future PR

* Removing menu test for the time being. Creating task to fix E2E test
2022-10-10 15:03:58 -07:00