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

210 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 8751e5709a
Bump enzyme-adapter-react-16 from 1.15.4 to 1.15.5 (#494)
Bumps [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) from 1.15.4 to 1.15.5.
- [Release notes](https://github.com/enzymejs/enzyme/releases)
- [Changelog](https://github.com/enzymejs/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/enzymejs/enzyme/commits/enzyme-adapter-react-16@1.15.5/packages/enzyme-adapter-react-16)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 20:41:22 -07:00
dependabot[bot] 6ab62998aa
Bump enzyme-to-json from 3.5.0 to 3.6.1 (#493)
Bumps [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/adriantoine/enzyme-to-json/releases)
- [Changelog](https://github.com/adriantoine/enzyme-to-json/blob/master/CHANGELOG.md)
- [Commits](https://github.com/adriantoine/enzyme-to-json/compare/v3.5.0...v3.6.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 20:16:19 -07:00
Alicia Drummond d1c543f213
Add more button variants (#501)
### Platforms Impacted
- [x] iOS
- [x] macOS
- [x] win32 (Office)
- [x] windows
- [x] android

### Description of changes

Moves our Button closer to the converged v8 FluentUI button

- Stealth/Primary Button are no longer independent types and just a different variant with special tokens you can flip with a bool.  I.e. `<Button primary />` instead of `<PrimaryButton />`
- Renamed Stealth -> Ghost
- Added a token variant for `Fluid` which sets width to 100%
- I removed the inner Stack slot because there wasn't one in the converged component and it would interfere with someone trying to set `style={{ padding: 3 }}` if they wanted to
- Added a CompoundButton that has a sublabel
- Added a ToggleButton
  - Refactored useAsToggle as a shared hook
  - Generalized useKeyCallback and applied it in more places.
  - **Note**that the Win32 theming module doesn't have enough color information to create Compound/ToggleButtons of each color variant, so some of this will need to be driven by Theme
- The old theme object didn't have enough semantic colors to describe some of the variants and was doing things like mapping Ghost button to MenuItem colors as a result, this explictly adds new semantic colors for those variants and tries to adopt a similar naming schema I was seeing in the FluentUI v8.  Ideally these would be tool driven by the token pipeline but I don't think we should block more accurate colors on that work.
- I published the experimental Button separately from the @fluentui/react-native library to use it in the tester which is now being published.  I'm not sure we're ready to drop it in the core library yet, so maybe we need to find a way to inject new pages into the tester that aren't published if we don't want to publish the experimental button separately.
- I wrote a shared useButton hook for CompoundButton and regular Button to share that bundles some of the other hooks together.

**NOTE** some of this stuff is a little rough still but I wanted to start collecting feedback.

### Verification

(how the change was tested, including both manual and automated tests)

![newButtons](https://user-images.githubusercontent.com/7664112/94734882-b83f7200-031e-11eb-9c8f-027998047240.png)


### Pull request checklist

This PR has considered (when applicable):
- [ ] Automated Tests
- [ ] Documentation and examples
- [ ] Keyboard Accessibility
- [ ] Voiceover
- [ ] Internationalization and Right-to-left Layouts
2020-10-12 03:54:12 +00:00
Saad Najmi e9a47c3acb
Fix macOS test app, update react-native-test-app dependency (#507)
* Update react-native-test-app, Add back packager scripts to macOS test app, rename macOS app key

* Update Podfile.lock files

* Removed SafeAreaView from macOS, simplifying index.tsx
2020-10-07 10:18:16 -07:00
Samuel Freiberg 1bc38fbd92
FocusZone/RadioGroup Functionality (#500)
* Yarn

* Merge

* Fixing repo

* Update package

* Adding FocusZone as slot to RadioGroup + Fixing up RadioGroup/FocusZone test page

* Adding FocusZone E2E Test

* Cleaning up FocusZone test page

* Fixing depcheck and removing RadioGroup from UWP E2E Testing because Focuszone is not compatible with UWP yet

* Change files

* Removing accessible={false} to FocusZoneTests
2020-10-06 12:27:37 -07:00
Jason Morse 6214d9eeaf
Fix web tester and add it to CI (#505)
* add bundle command to web tester so breaks will show up in CI

* fix web tester

* Change files
2020-10-02 15:07:06 -07:00
Jason Morse a2a5fe4696
Update lockfile and fix build error in focus zone (#498)
* update lock file

* remove reference from FocusZone to FocusTrapZone

* Change files
2020-09-29 11:00:41 -07:00
Jason Morse f481a7179d
Remove componentTokens from theme, just use components (#496)
* remove extra componentTokens reference and route everything to components

* Change files
2020-09-28 13:22:10 -07:00
dependabot[bot] ecfa9ee0d7
Bump eslint-plugin-react from 7.20.6 to 7.21.2 (#488)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.6 to 7.21.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p>
<blockquote>
<h2>[7.21.2] - 2020.09.24</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>prop-types</code>]: handle RestElement in destructured param (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2805">#2805</a>[] <a href="https://github.com/hank121314">@hank121314</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2805">#2805</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2805">yannickcr/eslint-plugin-react#2805</a></p>
<h2>[7.21.1] - 2020.09.23</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>jsx-handler-names</code>]: avoid a crash when an inline prop is not a MemberExpression (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2803">#2803</a>[] <a href="https://github.com/willheslam">@willheslam</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2803">#2803</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2803">yannickcr/eslint-plugin-react#2803</a></p>
<h2>[7.21.0] - 2020.09.22</h2>
<h3>Added</h3>
<ul>
<li>[<code>button-has-type</code>]: support trivial ternary expressions (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2748">#2748</a>[] <a href="https://github.com/Hypnosphi">@Hypnosphi</a>)</li>
<li>[<code>jsx-handler-names</code>]: add <code>checkInlineFunction</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2761">#2761</a>[] <a href="https://github.com/dididy">@dididy</a>)</li>
<li>[<code>jsx-no-literals</code>]: add <code>noAttributeStrings</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2782">#2782</a>[] <a href="https://github.com/TaLeaMonet">@TaLeaMonet</a>)</li>
<li>[<code>prop-types</code>]: add support for <code>PropTypes.exact</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2740">#2740</a>[] <a href="https://github.com/jzabala">@jzabala</a>)</li>
<li>[<code>jsx-filename-extension</code>]: Add allow option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2746">#2746</a>[] <a href="https://github.com/remcohaszing">@remcohaszing</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>function-component-definition</code>]: ignore object properties (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2771">#2771</a>[] <a href="https://github.com/stefan-wullems">@stefan-wullems</a>)</li>
<li>[<code>forbid-component-props</code>]: Implemented support for &quot;namespaced&quot; components (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2767">#2767</a>[] <a href="https://github.com/mnn">@mnn</a>)</li>
<li>[<code>prefer-read-only-props</code>]: support Flow <code>$ReadOnly</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2772">#2772</a>[], <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2779">#2779</a>[], <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2770">#2770</a>[] <a href="https://github.com/karolina-benitez">@karolina-benitez</a>)</li>
<li>[<code>jsx-handler-names</code>]: handle whitespace (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2789">#2789</a>[] <a href="https://github.com/AriPerkkio">@AriPerkkio</a>)</li>
<li>[<code>prop-types</code>]: Detect TypeScript types for destructured default prop values (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2780">#2780</a>[] <a href="https://github.com/sunghyunjo">@sunghyunjo</a>)</li>
<li>[<code>jsx-pascal-case</code>]: Handle single character namespaced component (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2791">#2791</a>[] <a href="https://github.com/daviferreira">@daviferreira</a>)</li>
<li>[<code>jsx-closing-bracket-location</code>]: In <code>tag-aligned</code>, made a distinction between tabs and spaces (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2796">#2796</a>[] <a href="https://github.com/Moong0122">@Moong0122</a>)</li>
<li>[<code>jsx-handler-names</code>]: false positive when handler name begins with number (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1689">#1689</a>[] <a href="https://github.com/jsphstls">@jsphstls</a>)</li>
<li>[<code>prop-types</code>]: Detect JSX returned by sequential expression (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2801">#2801</a>[] <a href="https://github.com/mikol">@mikol</a>)</li>
<li>[<code>jsx-props-no-multi-spaces</code>]: &quot;Expected no line gap between&quot; false positive (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2792">#2792</a>[] <a href="https://github.com/karolina-benitez">@karolina-benitez</a>)</li>
<li>[<code>no-unknown-property</code>]: check attributes with any input case (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2790">#2790</a>[] <a href="https://github.com/julienw">@julienw</a>)</li>
<li>[<code>prop-types</code>]/[<code>no-unused-prop-types</code>]: handle CallExpression in ReturnType (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2802">#2802</a>[] <a href="https://github.com/hank121314">@hank121314</a>)</li>
<li>[<code>jsx-uses-react</code>]: mark fragment variables as used (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2775">#2775</a>[] <a href="https://github.com/remcohaszing">@remcohaszing</a>)</li>
<li>[<code>no-unused-prop-types</code>]: improve component declared props detection (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2755">#2755</a>[] <a href="https://github.com/jzabala">@jzabala</a>)</li>
<li>[<code>jsx-props-no-multi-spaces</code>]: Show error in multi-line props (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2756">#2756</a>[] <a href="https://github.com/iiison">@iiison</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Tests] [<code>jsx-one-expression-per-line</code>]: add passing tests (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2799">#2799</a>[] <a href="https://github.com/TaLeaMonet">@TaLeaMonet</a>)</li>
<li>[Tests] [<code>prop-types</code>]: add test (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2757">#2757</a>[] <a href="https://github.com/jzabala">@jzabala</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2802">#2802</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2802">yannickcr/eslint-plugin-react#2802</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2801">#2801</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2801">yannickcr/eslint-plugin-react#2801</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2799">#2799</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2799">yannickcr/eslint-plugin-react#2799</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2796">#2796</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2796">yannickcr/eslint-plugin-react#2796</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2792">#2792</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2792">yannickcr/eslint-plugin-react#2792</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2791">#2791</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2791">yannickcr/eslint-plugin-react#2791</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/yannickcr/eslint-plugin-react/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react&package-manager=npm_and_yarn&previous-version=7.20.6&new-version=7.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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>
2020-09-25 21:03:22 +00:00
dependabot[bot] 7784d17731
Bump @microsoft/api-extractor from 7.9.13 to 7.9.22 (#487)
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.9.13 to 7.9.22.
<details>
<summary>Commits</summary>
<ul>
<li><a href="27f5460ef8"><code>27f5460</code></a> Applying package updates.</li>
<li><a href="d0fe1172ab"><code>d0fe117</code></a> Deleting change files and updating change logs for package updates.</li>
<li><a href="8bccae3457"><code>8bccae3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/rushstack/issues/2223">#2223</a> from microsoft/octogonz/eslint-config-deps</li>
<li><a href="4c7c231b28"><code>4c7c231</code></a> Fix typo</li>
<li><a href="cba5ad46e5"><code>cba5ad4</code></a> rush change</li>
<li><a href="05a417cad8"><code>05a417c</code></a> Add URL to upgrade notice</li>
<li><a href="bdb42aa18e"><code>bdb42aa</code></a> Add missing folders to .npmignore</li>
<li><a href="7fc3da4c9b"><code>7fc3da4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/microsoft/rushstack/issues/2222">#2222</a> from microsoft/iclanton-patch-1</li>
<li><a href="654f67e74a"><code>654f67e</code></a> rush change</li>
<li><a href="11340510d8"><code>1134051</code></a> Make the &quot;plugins&quot; property of &quot;plugins.json&quot; non-required.</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.9.13...@microsoft/api-extractor_v7.9.22">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@microsoft/api-extractor&package-manager=npm_and_yarn&previous-version=7.9.13&new-version=7.9.22)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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>
2020-09-25 21:02:20 +00:00
Andrew Coates a95ab1b668
Update react-native-win32 version, enable logbox (#453)
* Update react-native-win32 versions - enable logbox

* Change files

* bump rex version

Co-authored-by: Andrew Coates <acoates-ms@noreply.github.com>
2020-09-25 12:06:38 -07:00
dependabot[bot] 19baaa6bab
Bump webpack from 4.44.1 to 4.44.2 (#483)
Bumps [webpack](https://github.com/webpack/webpack) from 4.44.1 to 4.44.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v4.44.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-24 09:10:43 -07:00
dependabot[bot] 500ddd6cbb
Bump beachball from 1.35.5 to 1.36.1 (#485)
Bumps [beachball](https://github.com/microsoft/beachball) from 1.35.5 to 1.36.1.
- [Release notes](https://github.com/microsoft/beachball/releases)
- [Changelog](https://github.com/microsoft/beachball/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v1.35.5...beachball_v1.36.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-24 09:09:36 -07:00
dependabot[bot] 9ae7ce6a5e
Bump html-webpack-plugin from 4.4.1 to 4.5.0 (#477)
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.4.1...v4.5.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-23 13:12:04 -07:00
dependabot[bot] b47a70a749
Bump react-native-windows from 0.62.1 to 0.62.11 (#472)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.62.1 to 0.62.11.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.62.11/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.62.11/vnext)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-23 13:11:09 -07:00
dependabot[bot] 2a444957cd
Bump react-native-macos from 0.62.10 to 0.62.13 (#476)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos) from 0.62.10 to 0.62.13.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/master/CHANGELOG.json)
- [Commits](https://github.com/microsoft/react-native-macos/compare/v0.62.10...v0.62.13)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-23 12:03:43 -07:00
dependabot[bot] ba5ed10952
Bump @react-native-community/cli from 4.12.0 to 4.13.0 (#459)
Bumps [@react-native-community/cli](https://github.com/react-native-community/react-native-cli) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/react-native-community/react-native-cli/releases)
- [Commits](https://github.com/react-native-community/react-native-cli/compare/v4.12.0...v4.13.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-22 08:26:54 -07:00
dependabot[bot] 5564544c56
Bump @types/jest from 25.2.2 to 25.2.3 (#458)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.2 to 25.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-22 08:25:23 -07:00
dependabot[bot] e74d13ef55
Bump @babel/core from 7.11.4 to 7.11.6 (#452)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.4 to 7.11.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.11.6/packages/babel-core)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 10:16:45 -07:00
dependabot[bot] f4dfead8cb
Bump @babel/preset-env from 7.11.0 to 7.11.5 (#457)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.11.0 to 7.11.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.11.5/packages/babel-preset-env)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 10:15:23 -07:00
dependabot[bot] b1d4c97b75
Bump react-native-macos from 0.62.1 to 0.62.10 (#454)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos) from 0.62.1 to 0.62.10.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/master/CHANGELOG.json)
- [Commits](https://github.com/microsoft/react-native-macos/compare/v0.62.1...v0.62.10)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-11 16:20:58 -07:00
Jason Morse 2566347850
Samples for use-styling, use-slots, and enable enzyme testing in the repo (#456)
* use-slots sample

* add samples for use-styling package

* update jest versions to avoid typing issues

* light up snapshot tests for styling samples

* add some more samples to use-styles

* get enzyme working for RN testing

* update slots examples

* add HOC example for use slots

* Add samples and some README text to use-slots and use-styling packages

* Change files
2020-09-11 13:15:01 -07:00
Saad Najmi 6042d1bbb5
Removed apps/mobile folder, update eslint dependencies (#421)
* Removed mobile folder

* format ios test file

* Update eslint dependencies on apple platforms

* Disabled prop-types validation rule

* Change files
2020-09-09 12:19:36 -07:00
Saad Najmi 45d8a79004
Update react-native-test-app to 0.2.1, Add Android test app (#441)
* removed mobile

* Base React Test App

* More base files

* more base files

* relative paths

* better relative pathh

* Use latest react-native-test-app

* Update react-native-test-app to 0.2.1

* Empty the build.gradle
2020-09-09 11:00:02 -07:00
dependabot[bot] c63cc794b0
Bump eslint-plugin-react from 7.20.5 to 7.20.6 (#444)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.5 to 7.20.6.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.5...v7.20.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-09 10:25:32 -07:00
dependabot[bot] 16b87cd9f1
Bump beachball from 1.35.4 to 1.35.5 (#446)
Bumps [beachball](https://github.com/microsoft/beachball) from 1.35.4 to 1.35.5.
- [Release notes](https://github.com/microsoft/beachball/releases)
- [Changelog](https://github.com/microsoft/beachball/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v1.35.4...beachball_v1.35.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-09 10:24:59 -07:00
dependabot[bot] dec66b8c95
Bump html-webpack-plugin from 4.3.0 to 4.4.1 (#434)
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.3.0 to 4.4.1.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.3.0...v4.4.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 12:37:30 -07:00
dependabot[bot] 82444bf2b5
Bump @microsoft/api-extractor from 7.9.2 to 7.9.13 (#439)
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.9.2 to 7.9.13.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.9.2...@microsoft/api-extractor_v7.9.13)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 12:36:52 -07:00
dependabot[bot] 7383cbd683
Bump file-loader from 6.0.0 to 6.1.0 (#433)
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.0.0...v6.1.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 12:36:28 -07:00
dependabot[bot] 26a9e0727d
Bump lage from 0.17.4 to 0.19.6 (#422)
Bumps [lage](https://github.com/microsoft/lage) from 0.17.4 to 0.19.6.
- [Release notes](https://github.com/microsoft/lage/releases)
- [Changelog](https://github.com/microsoft/lage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microsoft/lage/compare/lage_v0.17.4...lage_v0.19.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-02 15:12:37 -07:00
dependabot[bot] 82c2fc9639
Bump workspace-tools from 0.9.3 to 0.9.4 (#430)
Bumps workspace-tools from 0.9.3 to 0.9.4.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-02 11:52:56 -07:00
dependabot[bot] 2d09ca3a00
Bump depcheck from 1.0.0 to 1.2.0 (#429)
Bumps [depcheck](https://github.com/depcheck/depcheck) from 1.0.0 to 1.2.0.
- [Release notes](https://github.com/depcheck/depcheck/releases)
- [Changelog](https://github.com/depcheck/depcheck/blob/main/CHANGELOG.md)
- [Commits](https://github.com/depcheck/depcheck/compare/1.0.0...1.2.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-02 11:52:27 -07:00
dependabot[bot] 6711a13121
Bump bl from 4.0.2 to 4.0.3 (#431)
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.0.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-02 11:50:25 -07:00
dependabot[bot] 008aa48251
Bump beachball from 1.35.0 to 1.35.4 (#423)
Bumps [beachball](https://github.com/microsoft/beachball) from 1.35.0 to 1.35.4.
- [Release notes](https://github.com/microsoft/beachball/releases)
- [Changelog](https://github.com/microsoft/beachball/blob/master/CHANGELOG.md)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v1.35.0...beachball_v1.35.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-01 12:01:47 -07:00
dependabot[bot] 9b5e65278e
Bump enzyme-adapter-react-16 from 1.15.2 to 1.15.4 (#424)
Bumps [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/enzymejs/enzyme/releases)
- [Changelog](https://github.com/enzymejs/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/enzymejs/enzyme/commits/enzyme-adapter-react-16@1.15.4/packages/enzyme-adapter-react-16)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-01 12:01:13 -07:00
Saad Najmi dc051b93e2
Update macOS test app to use 0.62, bump react-native-test-app version across apple platforms (#420)
* initial commit

* change iOS as well

* delete generated xcworkspace files, update Podfile

* Updated git ignores
2020-08-31 15:33:49 -07:00
dependabot[bot] fc9639adb7
Bump @react-native-community/cli from 4.10.1 to 4.12.0 (#415)
Bumps [@react-native-community/cli](https://github.com/react-native-community/react-native-cli) from 4.10.1 to 4.12.0.
- [Release notes](https://github.com/react-native-community/react-native-cli/releases)
- [Commits](https://github.com/react-native-community/react-native-cli/compare/v4.10.1...v4.12.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 10:34:19 -07:00
dependabot[bot] 65aeee5164
Bump @babel/runtime from 7.11.1 to 7.11.2 (#377)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.11.1 to 7.11.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.2/packages/babel-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 10:33:22 -07:00
dependabot[bot] 3b1f00e44c
Bump @babel/preset-typescript from 7.10.1 to 7.10.4 (#376)
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.10.1 to 7.10.4.
- [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.10.4/packages/babel-preset-typescript)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 10:32:48 -07:00
dependabot[bot] c511683505
Bump @babel/core from 7.10.5 to 7.11.4 (#409)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.5 to 7.11.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/core's releases</a>.</em></p>
<blockquote>
<h2>v7.11.4 (2020-08-20)</h2>
<p>Thanks <a href="https://github.com/Monchi">@Monchi</a> for their first PR to Babel!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helper-replace-supers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11985">#11985</a> fix: declare @babel/traverse as a dependency (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11974">#11974</a> Ensure <code>import()</code> is not transpiled in <code>babel-core</code> published source (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11979">#11979</a> Throw error on invalid flow async generic arrow syntax (<a href="https://github.com/existentialism">@existentialism</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11955">#11955</a> Fix parsing type casted generic flow arrow exprs (<a href="https://github.com/existentialism">@existentialism</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11973">#11973</a> fix: do not transform ClassPrivateMethods in estree (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11941">#11941</a> fix: push new token context when braceHashL is seen (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11943">#11943</a> fix: reset EndLocation for catch param (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11978">#11978</a> fix: do not mutate newTypes (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11970">#11970</a> fix: ensure defaults are set in @babel/eslint-parser (<a href="https://github.com/kaicataldo">@kaicataldo</a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11947">#11947</a> fix: disallow line break between async and property (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11952">#11952</a> Move legacy node version tests to GitHub actions (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11936">#11936</a> chore: do not push version commit on lerna version (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11923">#11923</a> Add more parser test cases (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11944">#11944</a> Simplify tokenizer update context (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11945">#11945</a> chore: enable flowcheck on CI (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11930">#11930</a> Refactor [In] production parameter tracking (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11953">#11953</a> chore: remove obsolete comment (<a href="https://github.com/jamescdavis">@jamescdavis</a>)</li>
</ul>
</li>
<li><code>babel-helper-transform-fixture-test-runner</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11951">#11951</a> chore: build babel-polyfill-dist on make watch (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-jsx-source</code>, <code>babel-plugin-transform-spread</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11531">#11531</a> Isolated exec tests (<a href="https://github.com/jridgewell">@jridgewell</a>)</li>
</ul>
</li>
<li><code>babel-helper-bindify-decorators</code>, <code>babel-helper-call-delegate</code>, <code>babel-helper-explode-assignable-expression</code>, <code>babel-helper-explode-class</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11937">#11937</a> Move some @babel/traverse from deps to devDeps (<a href="https://github.com/Monchi">@Monchi</a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Brian Ng (<a href="https://github.com/existentialism">@existentialism</a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li>James C. Davis (<a href="https://github.com/jamescdavis">@jamescdavis</a>)</li>
<li>Justin Ridgewell (<a href="https://github.com/jridgewell">@jridgewell</a>)</li>
<li>Kai Cataldo (<a href="https://github.com/kaicataldo">@kaicataldo</a>)</li>
<li>Yuku Kotani (<a href="https://github.com/Monchi">@Monchi</a>)</li>
</ul>
<h2>v7.11.3 (2020-08-08)</h2>
<p>Thanks <a href="https://github.com/AleksRap">@AleksRap</a> for their first PR!</p>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">@babel/core's changelog</a>.</em></p>
<blockquote>
<h2>v7.11.4 (2020-08-20)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helper-replace-supers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11985">#11985</a> fix: declare @babel/traverse as a dependency (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11974">#11974</a> Ensure <code>import()</code> is not transpiled in <code>babel-core</code> published source (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11979">#11979</a> Throw error on invalid flow async generic arrow syntax (<a href="https://github.com/existentialism">@existentialism</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11955">#11955</a> Fix parsing type casted generic flow arrow exprs (<a href="https://github.com/existentialism">@existentialism</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11973">#11973</a> fix: do not transform ClassPrivateMethods in estree (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11941">#11941</a> fix: push new token context when braceHashL is seen (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11943">#11943</a> fix: reset EndLocation for catch param (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11978">#11978</a> fix: do not mutate newTypes (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11970">#11970</a> fix: ensure defaults are set in @babel/eslint-parser (<a href="https://github.com/kaicataldo">@kaicataldo</a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11947">#11947</a> fix: disallow line break between async and property (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11952">#11952</a> Move legacy node version tests to GitHub actions (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11936">#11936</a> chore: do not push version commit on lerna version (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11923">#11923</a> Add more parser test cases (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11944">#11944</a> Simplify tokenizer update context (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11945">#11945</a> chore: enable flowcheck on CI (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11930">#11930</a> Refactor [In] production parameter tracking (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11953">#11953</a> chore: remove obsolete comment (<a href="https://github.com/jamescdavis">@jamescdavis</a>)</li>
</ul>
</li>
<li><code>babel-helper-transform-fixture-test-runner</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11951">#11951</a> chore: build babel-polyfill-dist on make watch (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-helper-transform-fixture-test-runner</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-jsx-source</code>, <code>babel-plugin-transform-spread</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11531">#11531</a> Isolated exec tests (<a href="https://github.com/jridgewell">@jridgewell</a>)</li>
</ul>
</li>
<li><code>babel-helper-bindify-decorators</code>, <code>babel-helper-call-delegate</code>, <code>babel-helper-explode-assignable-expression</code>, <code>babel-helper-explode-class</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11937">#11937</a> Move some @babel/traverse from deps to devDeps (<a href="https://github.com/Monchi">@Monchi</a>)</li>
</ul>
</li>
</ul>
<h2>v7.11.3 (2020-08-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11932">#11932</a> fix: add ImportExpression visitorKeys (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11921">#11921</a> refactor: add recoverable error on accessorIsGenerator (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11919">#11919</a> refactor: simplify smart pipeline parsing (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11922">#11922</a> simplify isLookaheadRelational method (<a href="https://github.com/JLHwung">@JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11917">#11917</a> Support ConditionalExpressions in dry-error-messages rule (<a href="https://github.com/existentialism">@existentialism</a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="90b1989569"><code>90b1989</code></a> v7.11.4</li>
<li><a href="565cfff486"><code>565cfff</code></a> chore: test against workspace babel/core</li>
<li><a href="4be67fb19a"><code>4be67fb</code></a> Ensure <code>import()</code> is not transpiled in <code>babel-core</code> published source (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11974">#11974</a>)</li>
<li><a href="a5bc48661b"><code>a5bc486</code></a> Isolated exec tests (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11531">#11531</a>)</li>
<li><a href="953ae82159"><code>953ae82</code></a> v7.11.1</li>
<li><a href="c29138fd72"><code>c29138f</code></a> Do not cache non-existent files forever (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11906">#11906</a>)</li>
<li><a href="45fdb87747"><code>45fdb87</code></a> v7.11.0</li>
<li><a href="164a93945d"><code>164a939</code></a> add showConfig support (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11588">#11588</a>)</li>
<li><a href="b651a6f6ab"><code>b651a6f</code></a> Enable logical assignment by default in @babel/parser (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11860">#11860</a>) (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11869">#11869</a>)</li>
<li><a href="059e9124ff"><code>059e912</code></a> Add decimal parsing support (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11640">#11640</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.11.4/packages/babel-core">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.10.5&new-version=7.11.4)](https://help.github.com/articles/configuring-automated-security-fixes)

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>
2020-08-26 00:17:53 +00:00
Jason Morse 328573ddeb
Check for private packages (#407)
* add task to check for publishing errors

* add task to check for publishing errors and hook it into depcheck
2020-08-25 13:59:27 -07:00
Jason Morse 5ac8e0159d
Merge build-tools package into scripts (#405)
* merge build-tools into scripts

* remove remnants of build-tools

* fix build breaks

* fix lockfile issues and outdated dependency
2020-08-25 13:56:29 -07:00
Jason Morse 2216954b9e
Integrate dependency checker into CI and fix dependency errors (#392)
* add depcheck command to repo

* fix more dependencies

* fix dependency errors

* fix last few dependency issues

* more dependency fixes and integrate into buildci

* workaround depcheck bad report

* Change files

* add prettier and extension updates to (hopefully) ensure consistency

* fix bad merge

* Change files
2020-08-17 14:54:38 -07:00
Jason Morse 3590fb155d
update build tool versions (#384) 2020-08-10 09:49:15 -07:00
Samuel Freiberg 045ffb6012
Pinning WebDriverIO Packages (#340)
* Yarn

* Pinning WebDriverIO packages

* Change files
2020-08-08 13:02:40 -07:00
Gulnaz Sayed eb607f6353
Replace component tests with Test template and added top-level descriptions (#356)
* removed favicon and manifest

* fixed styles and added Test file

* added basic props

* added test elements

* added button test

* added separator

* fixed status

* button test works now

* button test

* changed components for styling

* added status prop

* added status to button

* checkbox test

* replaced other tests

* fixed button test

* add file-loader and remove theme test

* added description

* added descriptions

* Change files

* changed quotes

* fixed text test quotes

* added status

* added persona coin description

* theme test

* added semicolon

Co-authored-by: Gulnaz Sayed <t-gusaye@microsoft.com>
2020-08-05 15:40:28 -07:00
dependabot[bot] 552d1cc28d
Bump @babel/preset-env from 7.10.2 to 7.11.0 (#371)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.2 to 7.11.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.11.0/packages/babel-preset-env)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 13:33:35 -07:00
dependabot[bot] 4fad2aa19c
Bump @babel/runtime from 7.10.2 to 7.11.1 (#375)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.10.2 to 7.11.1.
- [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.11.1/packages/babel-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 13:27:28 -07:00
dependabot[bot] d555070620
Bump @babel/preset-react from 7.9.4 to 7.10.4 (#370)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.9.4 to 7.10.4.
- [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.10.4/packages/babel-preset-react)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 13:17:03 -07:00
dependabot[bot] 2db34e4561
Bump webpack from 4.43.0 to 4.44.1 (#360)
Bumps [webpack](https://github.com/webpack/webpack) from 4.43.0 to 4.44.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.43.0...v4.44.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 15:59:01 -07:00
dependabot[bot] d17b98bc89
Bump @babel/core from 7.10.2 to 7.10.5 (#334)
* Bump @babel/core from 7.10.2 to 7.10.5

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.2 to 7.10.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.10.5/packages/babel-core)

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

* missed a spot

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samuel Freiberg <32719011+samuelfreiberg@users.noreply.github.com>
Co-authored-by: REDMOND\adrum <adrum@microsoft.com>
2020-07-31 15:58:06 -07:00
dependabot[bot] f17ed1fb79
Bump elliptic from 6.5.2 to 6.5.3 (#359)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 15:02:18 -07:00
dependabot[bot] 189ceeb873
Bump @microsoft/api-extractor from 7.8.12 to 7.9.2 (#322)
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.12 to 7.9.2.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.12...@microsoft/api-extractor_v7.9.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 14:06:17 -07:00
dependabot[bot] dd03ca53d2
Bump eslint-plugin-react from 7.20.0 to 7.20.5 (#358)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.0 to 7.20.5.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.0...v7.20.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 12:52:59 -07:00
dependabot[bot] e4fd75af0f
Bump beachball from 1.31.4 to 1.32.2 (#355)
Bumps [beachball](https://github.com/microsoft/beachball) from 1.31.4 to 1.32.2.
- [Release notes](https://github.com/microsoft/beachball/releases)
- [Changelog](https://github.com/microsoft/beachball/blob/master/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v1.31.4...beachball_v1.32.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 12:20:28 -07:00
Jason Morse 79677c8f32
Switch to using Lage as a build sequencer (#357)
* initial lage init

* hook up build and test scripts via lage

* add full build support

* update new packages to use the new task runner

* update README with instructions on using Lage

* update commands executed in CI

* switch to using Lage for build sequencing

* Change files

* enable tests for FocusTrapZone

* turn on Link tests

* enable Stack tests

* add verbose output to full build task in CI

* add the verbose flag to the actual command this time

* split up build and bundle to handle resource failures

* rename full-build to buildci to be consistent with fabric, up memory limit in CI

* update README for buildci command

* try limiting concurrent processes for CI

* remove lerna dependency, leaving config file

* break up publish tasks to avoid failures

* try again to fix the CI

* fix lerna reference in README

* fix bad capitalization and try with full buildci command

* fix missing dep in contextual menu
2020-07-29 15:26:39 -07:00
Jason Morse 585007a447
Experimental v2 component framework (#335)
* add experimental framework packages

* add copies of Button, Text and Stack to experimental

* update names and private settings for stack and text variants

* remove extra copied files

* update package references

* rework use-styling based on discussions

* add tests to use-slots and fix bug with children

* more updates from feedback

* remove changelogs for copied controls

* add some basic testing to composition

* update experimental framework to fix build breaks

* rename some token types and update Text

* fix Text to render correctly

* add experimental pressable package as a button dependency

* button rework to use new framework, plus fixes around children

* button fixes for children bug

* remove experimental pressable, unneeded

* fix children shenanigans

* start Stack rework

* update StackItem to new patterns

* start of Stack rework

* Finish stack rework to use new framework

* rename settings to styling settings

* Change files

* set experimental framework to not be private

* Change files

* update README for use-styling

* fix merge error with contextual menu

* fix experimental framework webpack config

* minor naming update for webpack config

* Change files
2020-07-28 11:10:27 -07:00
Gulnaz Sayed 3b75d5c5db
Replaced Button Test and Checkbox Test with Test Template (#345)
* removed favicon and manifest

* fixed styles and added Test file

* added basic props

* added test elements

* added button test

* added separator

* fixed status

* button test works now

* button test

* changed components for styling

* added status prop

* added status to button

* checkbox test

Co-authored-by: Gulnaz Sayed <t-gusaye@microsoft.com>
2020-07-27 11:06:18 -07:00
dependabot[bot] d557368313
Bump eslint-plugin-import from 2.20.2 to 2.22.0 (#312)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.2 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.22.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 10:55:04 -07:00
dependabot[bot] d920b69ac4
Bump @react-native-community/cli from 4.10.0 to 4.10.1 (#341)
Bumps [@react-native-community/cli](https://github.com/react-native-community/react-native-cli) from 4.10.0 to 4.10.1.
- [Release notes](https://github.com/react-native-community/react-native-cli/releases)
- [Commits](https://github.com/react-native-community/react-native-cli/compare/v4.10.0...v4.10.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 10:52:54 -07:00
dependabot[bot] e8ba992699
Bump lodash from 4.17.15 to 4.17.19 (#344)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 10:51:51 -07:00
Tommy Nguyen e2f856da25
Migrate macOS test app to react-native-test-app (#331) 2020-07-14 10:30:44 -07:00
Gulnaz Sayed b9f480056f
FabricTester Web (#316)
* new web project

* added packages

* added webpack

* tester errors

* added public files

* checkbox works

* react hack

* changed name

* readme

* fabric tester

* fabric tester

* svg test and separate tests

* tests

* rn test

* fixed readme

* pressability and removed testing deps

* removed deps

* removed service worker

* deleted unnecessary files

* updated readme

* changes

* Change files

* Revert "Change files"

This reverts commit de3ea44aae.

revert changes

* Change files

* tsconfig error

* edit callout

* fixed imports

* remove focus trap zone

* run
Application step

* enabledTests

* removed svg test

* moved tests

* moved tests and removed svg

* removes tests

* windows test

* win32 fix

* added ContextualMenu

* add test

* windows tests

Co-authored-by: Gulnaz Sayed <t-gusaye@microsoft.com>
2020-07-14 10:15:47 -07:00
Samuel Freiberg 00aa319f77
Enhance E2E Reporting + CI Reliability (#325)
* Yarn

* Enhance E2E Reporting + CI Reliability

* Nit - Formatting

* Removing sleep call - originated from RNW. Will observe how this affects the pipeline
2020-07-10 11:51:09 -07:00
Tommy Nguyen c5b508f7fa
Migrate iOS test app to react-native-test-app (#302) 2020-07-10 09:52:42 -07:00
Jason Morse ea386320f8
Bump react-native-windows version to 0.62.1 to (hopefully) fix CI loops (#320)
* bump rnw version to 0.62.1

* Change files

* add missing lock file

* turn on logging for CI

* move back to experimental nuget usage

* update to use the experimental nuget support, for real this time

* more patches to project files

* Connect to correct nuget feed, and use correct nuget version

* fix another version

* Use midgard-yarn

* Use release in uwp for now.

* use x64 for now

* work around for CLI bug

Co-authored-by: Andrew Coates (REDMOND) <acoates@microsoft.com>
2020-07-07 20:52:12 -07:00
Jason Morse 34184fbbc0
Move react-native-windows to 0.62 (#318)
* move rnw version to 0.62

* Change files

* remove outdated resolver reference in metro.config.js

* update windows tester with results of init for 0.62
2020-07-06 14:47:42 -07:00
Jason Morse d4ec61ac5d
Add framework package to use for bundle analysis (#311)
* add framework package to roll up internal packages

* lock file changes

* update webpack config to not require additional dependencies

* add readme for framework package

* Change files
2020-07-02 16:41:21 -07:00
Gulnaz Sayed bac059cfd3
Web Tester (#282)
* new web project

* added packages

* added webpack

* tester errors

* added public files

* checkbox works

* react hack

* changed name

* readme

* fixed readme

* pressability and removed testing deps

* removed deps

* removed service worker

* deleted unnecessary files

* updated readme

* changes

* Change files

* Revert "Change files"

This reverts commit de3ea44aae.

revert changes

* Change files

Co-authored-by: Gulnaz Sayed <t-gusaye@microsoft.com>
2020-07-02 13:56:34 -07:00
dependabot[bot] ed15105ac3
Bump beachball from 1.31.3 to 1.31.4 (#295)
Bumps [beachball](https://github.com/microsoft/beachball) from 1.31.3 to 1.31.4.
- [Release notes](https://github.com/microsoft/beachball/releases)
- [Changelog](https://github.com/microsoft/beachball/blob/master/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v1.31.3...beachball_v1.31.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-23 10:48:30 -07:00
dependabot[bot] 7bdd83b6bf
Bump react-native-macos from 0.61.37 to 0.61.50 (#297)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos) from 0.61.37 to 0.61.50.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/master/CHANGELOG.json)
- [Commits](https://github.com/microsoft/react-native-macos/compare/v0.61.37...v0.61.50)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-22 19:35:26 -07:00
dependabot[bot] 64083ae483
Bump @babel/runtime from 7.9.6 to 7.10.2 (#287)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.9.6 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-18 14:00:52 -07:00
dependabot[bot] 1849b6330c
Bump @microsoft/api-extractor from 7.8.0 to 7.8.12 (#288)
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.0 to 7.8.12.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.0...@microsoft/api-extractor_v7.8.12)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-18 13:58:59 -07:00
dependabot[bot] 9df5ea26ce
Bump @types/es6-collections from 0.5.31 to 0.5.32 (#274)
Bumps [@types/es6-collections](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/es6-collections) from 0.5.31 to 0.5.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/es6-collections)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-17 11:06:05 -07:00
dependabot[bot] 3b731dd312
Bump @typescript-eslint/parser from 2.33.0 to 2.34.0 (#275)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.33.0 to 2.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.34.0/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-17 11:05:37 -07:00
dependabot[bot] 28d7cdc05b
Bump @wdio/local-runner from 5.22.4 to 5.23.0 (#276)
Bumps [@wdio/local-runner](https://github.com/webdriverio/webdriverio) from 5.22.4 to 5.23.0.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/compare/v5.22.4...v5.23.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-17 11:05:21 -07:00
dependabot[bot] 7debf42796
Bump webpack-bundle-analyzer from 3.7.0 to 3.8.0 (#278)
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.7.0...v3.8.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-17 11:04:48 -07:00
dependabot[bot] 5dcfcd14e5
Bump @babel/preset-env from 7.9.6 to 7.10.2 (#271)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.9.6 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-preset-env)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-15 15:50:19 -07:00
dependabot[bot] ee1d6e6985
Bump @babel/core from 7.9.0 to 7.10.2 (#270)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.9.0 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-core)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-15 15:13:28 -07:00
dependabot[bot] aadab2cd64
Bump enzyme-to-json from 3.4.4 to 3.5.0 (#269)
Bumps [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) from 3.4.4 to 3.5.0.
- [Release notes](https://github.com/adriantoine/enzyme-to-json/releases)
- [Changelog](https://github.com/adriantoine/enzyme-to-json/blob/master/CHANGELOG.md)
- [Commits](https://github.com/adriantoine/enzyme-to-json/compare/v3.4.4...v3.5.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-15 15:11:51 -07:00
dependabot[bot] 4ce370cda9
Bump ts-node from 8.10.1 to 8.10.2 (#268)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.1 to 8.10.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.1...v8.10.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-15 15:10:35 -07:00
dependabot[bot] c30196771c
Bump beachball from 1.31.0 to 1.31.3 (#266)
Bumps [beachball](https://github.com/microsoft/beachball) from 1.31.0 to 1.31.3.
- [Release notes](https://github.com/microsoft/beachball/releases)
- [Changelog](https://github.com/microsoft/beachball/blob/master/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/beachball/compare/beachball_v1.31.0...beachball_v1.31.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-12 14:53:53 -07:00
dependabot[bot] 5eaaaa08d8
Bump @typescript-eslint/eslint-plugin from 2.33.0 to 2.34.0 (#264)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.33.0 to 2.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.34.0/packages/eslint-plugin)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-12 13:26:42 -07:00
dependabot[bot] 7045b90048
Bump @react-native-community/cli from 4.9.0 to 4.10.0 (#257)
Bumps [@react-native-community/cli](https://github.com/react-native-community/react-native-cli) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/react-native-community/react-native-cli/releases)
- [Commits](https://github.com/react-native-community/react-native-cli/compare/v4.9.0...v4.10.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-12 13:14:21 -07:00
dependabot[bot] 53ccb1ff0d
Bump @wdio/cli from 5.22.4 to 5.23.0 (#256)
Bumps [@wdio/cli](https://github.com/webdriverio/webdriverio) from 5.22.4 to 5.23.0.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/compare/v5.22.4...v5.23.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-12 10:49:32 -07:00
dependabot[bot] c24a52c9d5
Bump @babel/preset-typescript from 7.9.0 to 7.10.1 (#258)
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.9.0 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-preset-typescript)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-12 10:34:36 -07:00
dependabot[bot] e065eb2b99
Bump lerna from 3.21.0 to 3.22.1 (#259)
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.21.0 to 3.22.1.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.22.1/core/lerna)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-11 14:00:44 -07:00
dependabot[bot] e06ee865c6
Bump websocket-extensions from 0.1.3 to 0.1.4 (#243)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-08 15:53:49 -07:00
Samuel Freiberg f46fc39f15
UWP E2E Testing (#233)
* Yarn

* UWP Testing

* UWP testing working

* Increasing Timeouts for WebDriverIO and Jasmine to account for long bundle loads

* Change files

* CI Tests

* CI Loop UWP

* Fix

* small fix

* Small

* CI

* Removing CI changes

* Getting ready for PR

* Upgrading react-native-windows to .47

* Reverting changes

* Adding Page Timeout const

* script change

* Updating CI

* Change files

* ReadMe updated

* Adding constants

* PR Fixes
2020-06-04 16:13:22 -07:00
Saad Najmi 347cca99be
Enable yarn build and yarn bundle for iOS (#236)
* Add more scripts to package.json, change name to FluentTester for parity with win32, update yml files

* Undo yarn lock changes

* Maybe I do need this change
2020-05-29 07:51:44 -07:00
HeyImChris d154883db2
Move projects up a dir and opt apple platforms into lerna/yarn (#226)
* move projects up a dir and opt apple platforms into lerna/yarn

* Don't need to modify these anymore with our projects moved up a level

* try to fix some out of tree platform issues for apple

* Fix build error of wrong platform

* Add parity to win32/windows with our index.js and index.tsx mapping.

* split ios/macos, stand up ios tester

* Remove bundles

* Update CI with our new project locations

* More CI updates

* Pushing up changes the CI says it needs in yarn.lock

* delete unused app.js file

Co-authored-by: Jason Morse <jasonmo@microsoft.com>
2020-05-28 18:41:21 -07:00
Samuel Freiberg ab9641d24e
Appium E2E Testing - Phase 1 (#203)
* Yarn

* Adding Appium Testing - Unable to open FluentTester

* Fluent Tester app is booting

* Runs tests

* Opnes + clicks on test pages, some tests still fail though

* Simplified tsconfig

* Opening pages

* Commit

* Removing local paths, replacing with path.resolve()

* Azure-Pipeline additions

* Change files

* yarn lock

* Fixing app command-line agrs

* Pipeline Test

* Pipeline changes

* Testing a failed E2E scenario with CI

* Finalized CI

* Small Link test page update

* Nit fix

* PR Fixes

* PR Fixes

* PR Fixes

* Small PR change

* Small PR Fix

* Nit removing './' in import statement

* Delete appium.txt

Not needed

* Delete appium.txt

* PR Fix

* PR Remove comments

* PR Fixes - Created BasePage

* PR Change fixes

* PR Fixes

* Adding E2E reports to .gitignore

* Delete appium.txt
2020-05-19 16:28:41 -07:00
Jason Morse e0a1a7baa8
Move win32 RN to 0.62 and pull in updated tester (#199)
* bump beachball version to one with prepublish fix

* update beachball hook to use new prepublish strategy

* bump react native win32 version to 0.62 and pull in matching tester

* update filter mask for 0.62 win32

* unify jest and babel-jest versions

* move to cli for bundling

* consume cli based execution and new rex version

* Change files

* bump RN-win32 version one more time to preview.3
2020-05-11 13:07:07 -07:00
Luan Nguyen 03882b812e
Upgrade win32 package. (#185) 2020-04-27 12:02:03 -07:00
Jason Morse 1d2b333a0d
Update RN to 0.62 and make app folders platform specific (#181)
* bump beachball version to one with prepublish fix

* update beachball hook to use new prepublish strategy

* add 0.62 version of windows code

* ignore build artifacts

* remove ios and android files from windows directory

* remove expo playground

* lockfile update after expo removal

* pare down packages in scripts

* remove bundle from core library

* remove metro config for unused bundle

* separate app and tester for win32

* remove bundle from fluent-tester

* remove some hard dependencies

* update RNW to 0.62 version

* bump react native to 0.62

* get a working windows bundle command

* expose watch folders routine for use in windows applet

* update react versions to match

* yarn upgrade results

* more package version updates

* fix windows bundle to point to tester

* fix build errors from version update

* rebuild yarn lock with yarnpkg.com instead of npmjs.org

* update yarn lock file

* remove last docs project from merge conflict

* remove unused packages

* remove dedent package, it was unused

* remove even more packages

* get just command that works with cli

* add apps/mobile to replace expo

* Change files

* align react versions to try to fix hooks issue in tests

* remove a few more unused files

* align jest versions in repo

* get rid of npmjs references in lockfile

* get windows tester up and running

* directly pin react and react-native versions

* update yarn lock file
2020-04-24 12:32:32 -07:00
Patrick Boyd b1ec056884
Remove docs package (#178)
* Remove all docs content from fluentui-react-native

* add headline links to documentation

* update yarn.lock

* update yarn.lock for merge

* re-add images to new assets dir for repo readmes to reference

* refresh yarn.lock

* refresh yarn.lock cleanly after mege

* update yarn.lock

Co-authored-by: Chris Hogan <chrishog@microsoft.com>
2020-04-22 17:04:27 -07:00
HeyImChris 4a4ec26c0b
iOS/macOS with CI and RN dependencies (#166)
* Add macOS/iOS RN deps, update CI

* Update CI steps to launch custom macos/ios packagers

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Syntax fixes to CI

* Rewrite the yml to fit ADO syntax. Split packagers into two shell scripts

Delete extraneous ios target

* Update apple-xcode-build.yml

* Remove extra vmimage reference

* Update yarn.lock

* Specify vmIage as macos within the job

* Fix path to podfiles

* Add more explicit description of pod install task

* bash var syntax

* Update apple-xcode-build.yml

* Update condition variable syntax

* update missed var name

* add yarn install to platform folders to install node_modules

* yarn install

* update path to build

* Build with rn commands instead of xcodebuild

* synax fix

* Update build settings and remove part of build infra to unblock

* Update mac test project

* Clean up view controller and app delegate code to load the bridge more succinctly

* Pull in the same version of rn for mac/ios

* Make the view controller our delegate

* Remove a pod we dont need until we're on 0.61

* Remove other pods that don't exist in 0.60

* Fix up more pod deps to match 0.60.0 instead of 0.62.0

* Remove flipper deps
2020-04-21 19:20:09 -07:00
Jason Morse 68d5e18fc9
Bump beachball and trigger republish of packages (#173)
* bump beachball version to one with prepublish fix

* update beachball hook to use new prepublish strategy

* pick up patched beachball version

* Change files
2020-04-20 22:16:34 -07:00
Jason Morse 7bc030df72
Update to new version of beachball with working prepublish hook (#167)
* bump beachball version to one with prepublish fix

* update beachball hook to use new prepublish strategy

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files

* Change files
2020-04-20 10:58:02 -07:00
warren-ms 205e7b7e88
Svg (#156)
* Add SVG Test page

This adds support for react-native-svg on the js side. Win32 support for react-native-svg primitives are already checked into netui so this will light up support here.

Metro config files only allow for a single transformer to be specified so I had to create a transformer called transform-selector to select between react-native-transformer and the regular metro transformer depending on file extension. React-native-transformer transforms the xml from a svg file to javascript react-native calls at bundle-time so it doesn't have to be done at run-time.

A test page has been added to RNTester with examples for inline svgs, remotely retrieved svgs, and bundled svgs.

* Add SVG test missed files

Missed a few files on last commit.

* Addressed pr comments

* yarn.lock

* Change files
2020-04-17 15:07:21 -07:00