dependabot[bot]
9463518365
Bump ansi-to-html from 0.7.1 to 0.7.2 in /flipper-js-client-sdk ( #2962 )
...
Summary:
Bumps [ansi-to-html](https://github.com/rburns/ansi-to-html ) from 0.7.1 to 0.7.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/rburns/ansi-to-html/commits ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2962
Reviewed By: nikoant
Differential Revision: D31545947
Pulled By: passy
fbshipit-source-id: 48457ea23946ac946347137e50ee30bea943c93e
2021-10-11 12:00:38 -07:00
dependabot[bot]
0c10b98d21
Bump eslint-plugin-react from 7.26.0 to 7.26.1 in /flipper-js-client-sdk ( #2933 )
...
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) from 7.26.0 to 7.26.1.
<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><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1 ">7.26.1</a> - 2021.09.29</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-namespace</code>]: fix crash on non-string React.createElement name (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3082 ">#3082</a> <a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
<li>[<code>no-namespace</code>]: avoid crash on non-string createElement values (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3085 ">#3085</a> <a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
<li>[<code>jsx-no-target-blank</code>]: improve error messages (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3088 ">#3088</a> <a href="https://github.com/cutiful "><code>@cutiful</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] [<code>jsx-max-props-per-line</code>]: fix options example (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3083 ">#3083</a> <a href="https://github.com/MrRaiter "><code>@MrRaiter</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3088 ">#3088</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3088 ">yannickcr/eslint-plugin-react#3088</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3085 ">#3085</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/3085 ">yannickcr/eslint-plugin-react#3085</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3083 ">#3083</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3083 ">yannickcr/eslint-plugin-react#3083</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3082 ">#3082</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3082 ">yannickcr/eslint-plugin-react#3082</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="119a7f3c73 "><code>119a7f3</code></a> Update CHANGELOG and bump version</li>
<li><a href="7844d8ecbb "><code>7844d8e</code></a> [Fix] <code>jsx-no-target-blank</code>: improve error messages</li>
<li><a href="8785c169c2 "><code>8785c16</code></a> [Fix] <code>no-namespace</code>: avoid crash on non-string createElement values</li>
<li><a href="a8ecd54b74 "><code>a8ecd54</code></a> [Docs] <code>jsx-max-props-per-line</code>: fix options example</li>
<li><a href="a4bf7dad85 "><code>a4bf7da</code></a> [Fix] <code>no-namespace</code>: fix crash on non-string React.createElement name</li>
<li><a href="eeb0144f14 "><code>eeb0144</code></a> [Docs] Pin link to code in react-in-jsx-scope docs</li>
<li>See full diff in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2933
Reviewed By: muraziz
Differential Revision: D31502048
Pulled By: passy
fbshipit-source-id: dbaccddae230dd783357a37299b1afd5bd4e0e4a
2021-10-08 05:17:46 -07:00
dependabot[bot]
6431eeb22a
Bump eslint-plugin-react from 7.25.1 to 7.26.0 in /flipper-js-client-sdk ( #2909 )
...
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) from 7.25.1 to 7.26.0.
<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><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.3...v7.26.0 ">7.26.0</a> - 2021.09.20</h2>
<h3>Added</h3>
<ul>
<li>add [<code>no-namespace</code>] rule (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2640 ">https://github.com/facebook/flipper/issues/2640 </a> <a href="https://github.com/yacinehmito "><code>@yacinehmito</code></a> <a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
<li>[<code>jsx-max-props-per-line</code>]: add <code>single</code> and <code>multi</code> options (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3078 ">#3078</a> <a href="https://github.com/SIL0RAK "><code>@SIL0RAK</code></a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>display-name</code>]: Get rid of false position on component detection (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2759 ">https://github.com/facebook/flipper/issues/2759 </a> <a href="https://github.com/iiison "><code>@iiison</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[<code>no-access-state-in-setstate</code>]: passing test for “don't error if it's not a React Component” (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1873 ">https://github.com/facebook/flipper/issues/1873 </a> <a href="https://github.com/kentcdodds "><code>@kentcdodds</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3078 ">#3078</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3078 ">yannickcr/eslint-plugin-react#3078</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2640 ">https://github.com/facebook/flipper/issues/2640 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2640 ">yannickcr/eslint-plugin-react#2640</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2759 ">https://github.com/facebook/flipper/issues/2759 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2759 ">yannickcr/eslint-plugin-react#2759</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1873 ">https://github.com/facebook/flipper/issues/1873 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1873 ">yannickcr/eslint-plugin-react#1873</a></p>
<h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.2...v7.25.3 ">7.25.3</a> - 2021.09.19</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>prop-types</code>], <code>propTypes</code>: bail out unknown generic types inside func params (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3076 ">#3076</a> <a href="https://github.com/vedadeepta "><code>@vedadeepta</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[readme] Update broken link for configuration files (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3071 ">#3071</a> <a href="https://github.com/prateek3255 "><code>@prateek3255</code></a>)</li>
<li>[Refactor] create/extract <code>isCreateElement</code> and <code>isDestructuredFromPragmaImport</code> utils (<a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3076 ">#3076</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3076 ">yannickcr/eslint-plugin-react#3076</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3071 ">#3071</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3071 ">yannickcr/eslint-plugin-react#3071</a></p>
<h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.25.2 ">7.25.2</a> - 2021.09.16</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>jsx-no-useless-fragments</code>]: Handle insignificant whitespace correctly when <code>allowExpressions</code> is <code>true</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3061 ">#3061</a>[] <a href="https://github.com/benj-dobs "><code>@benj-dobs</code></a>)</li>
<li>[<code>prop-types</code>], <code>propTypes</code>: handle implicit <code>children</code> prop in react's generic types (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3064 ">#3064</a>[] <a href="https://github.com/vedadeepta "><code>@vedadeepta</code></a>)</li>
<li>[<code>display-name</code>]: fix arrow function returning result of function call with JSX arguments being interpreted as component (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3065 ">#3065</a>[] <a href="https://github.com/danielfinke "><code>@danielfinke</code></a>)</li>
<li>[<code>jsx-no-target-blank</code>]: avoid crash on attr-only href (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3066 ">#3066</a>[] <a href="https://github.com/ljharb "><code>@ljharb</code></a> <a href="https://github.com/gaz77a "><code>@gaz77a</code></a>)</li>
<li>[<code>jsx-uses-vars</code>]: ignore lowercase tag names (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3070 ">#3070</a>[] <a href="https://github.com/alanorozco "><code>@alanorozco</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3070 ">#3070</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3070 ">yannickcr/eslint-plugin-react#3070</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3066 ">#3066</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/3066 ">yannickcr/eslint-plugin-react#3066</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3065 ">#3065</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3065 ">yannickcr/eslint-plugin-react#3065</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3064 ">#3064</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3064 ">yannickcr/eslint-plugin-react#3064</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3061 ">#3061</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3061 ">yannickcr/eslint-plugin-react#3061</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8cf47a8ac2 "><code>8cf47a8</code></a> Update CHANGELOG and bump version</li>
<li><a href="e4acd07cd4 "><code>e4acd07</code></a> [Dev Deps] update <code>types/estree</code>, <code>types/node</code>, <code>eslint-plugin-eslint-plugin</code></li>
<li><a href="83eb22651c "><code>83eb226</code></a> [New] <code>jsx-max-props-per-line</code>: add <code>single</code> and <code>multi</code> options</li>
<li><a href="95a8a4eb53 "><code>95a8a4e</code></a> [Dev Deps] update <code>eslint-remote-tester</code></li>
<li><a href="df939e39ec "><code>df939e3</code></a> [Tests] <code>no-access-state-in-setstate</code>: passing test for “don't error if it's ...</li>
<li><a href="f4d43147b1 "><code>f4d4314</code></a> [Refactor] <code>no-unstable-nested-components</code>: use <code>isCreateElement</code> util (f25a8...</li>
<li><a href="ddff23792d "><code>ddff237</code></a> [Refactor] <code>no-danger</code>: use Object.fromEntries and Object.hasOwn instead of r...</li>
<li><a href="d51bc61f42 "><code>d51bc61</code></a> [Fix] restore eslint < 4.15 compatibility</li>
<li><a href="9799131b0a "><code>9799131</code></a> [Fix] <code>display-name</code>: Get rid of false position on component detection</li>
<li><a href="53a0d84914 "><code>53a0d84</code></a> [New] add <code>no-namespace</code> rule</li>
<li>Additional commits viewable in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.26.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2909
Reviewed By: timur-valiev
Differential Revision: D31240124
Pulled By: passy
fbshipit-source-id: 64704855221d1286e3cd83c6b81e381f5ca05942
2021-10-01 03:37:28 -07:00
dependabot[bot]
8118405269
Bump eslint-plugin-flowtype from 5.9.2 to 5.10.0 in /flipper-js-client-sdk ( #2879 )
...
Summary:
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype ) from 5.9.2 to 5.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-flowtype/releases ">eslint-plugin-flowtype's releases</a>.</em></p>
<blockquote>
<h2>v5.10.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.9.2...v5.10.0 ">5.10.0</a> (2021-09-14)</h1>
<h3>Features</h3>
<ul>
<li>add new rule sort-type-union-intersection-members (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/501 ">https://github.com/facebook/flipper/issues/501 </a>) (<a href="fa4207de7f ">fa4207d</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fa4207de7f "><code>fa4207d</code></a> feat: add new rule sort-type-union-intersection-members (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/501 ">https://github.com/facebook/flipper/issues/501 </a>)</li>
<li>See full diff in <a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.9.2...v5.10.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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)
---
**Note:** Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. �
<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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2879
Reviewed By: mweststrate
Differential Revision: D31203920
Pulled By: passy
fbshipit-source-id: 6717cfae756ea1c779e08885f0f26f94b9b51d4b
2021-09-27 06:31:53 -07:00
dependabot[bot]
e2b0a1a545
Bump prettier from 2.4.0 to 2.4.1 in /flipper-js-client-sdk ( #2880 )
...
Summary:
Bumps [prettier](https://github.com/prettier/prettier ) from 2.4.0 to 2.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.4.1</h2>
<p>{emoji:1f517} <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#241 ">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.4.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.4.0...2.4.1 ">diff</a></p>
<h4>Fix wildcard syntax in <code>forward</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11482 ">#11482</a>) (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11487 ">#11487</a> by <a href="https://github.com/niksy "><code>@niksy</code></a>)</h4>
<pre lang="scss"><code>// Input
forward "library" as btn-*;
<p>// Prettier 2.4.0
<a href="https://github.com/forward "><code>@forward</code></a> "library" as btn- *;</p>
<p>// Prettier 2.4.1
<a href="https://github.com/forward "><code>@forward</code></a> "library" as btn-*;
</code></pre></p>
<h4>Add new CLI option <code>debug-print-ast</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11514 ">#11514</a> by <a href="https://github.com/sosukesuzuki "><code>@sosukesuzuki</code></a>)</h4>
<p>A new <code>--debug-print-ast</code> CLI flag for debugging.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7ced9e6654 "><code>7ced9e6</code></a> Release 2.4.1</li>
<li><a href="59b5eb4e1f "><code>59b5eb4</code></a> Fix wildcard syntax in <code>forward</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11482 ">#11482</a>) (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11487 ">#11487</a>)</li>
<li><a href="aa63269743 "><code>aa63269</code></a> Add new CLI option <code>debug-print-ast</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11514 ">#11514</a>)</li>
<li><a href="ae33e494a9 "><code>ae33e49</code></a> fix(docs): lint-staged install instructions (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11363 ">#11363</a>)</li>
<li><a href="a1a7502f4f "><code>a1a7502</code></a> Update integrating-with-linters.md (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11399 ">#11399</a>)</li>
<li><a href="f63e15d1cd "><code>f63e15d</code></a> Build(deps): Bump typescript from 4.4.2 to 4.4.3 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11507 ">#11507</a>)</li>
<li><a href="dec24722d6 "><code>dec2472</code></a> Build(deps-dev): Bump <code>@babel/preset-env</code> from 7.15.4 to 7.15.6 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11499 ">#11499</a>)</li>
<li><a href="ac3912cd47 "><code>ac3912c</code></a> Build(deps-dev): Bump eslint-plugin-unicorn from 35.0.0 to 36.0.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11504 ">#11504</a>)</li>
<li><a href="bf5a027794 "><code>bf5a027</code></a> Revert workaround for node 16.9 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11493 ">#11493</a>)</li>
<li><a href="ddee8dbaae "><code>ddee8db</code></a> Build(deps): Bump espree from 8.0.0 to 9.0.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11509 ">#11509</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.4.0...2.4.1 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2880
Reviewed By: mweststrate
Differential Revision: D31203917
Pulled By: passy
fbshipit-source-id: 0e72907c7e70384861a7015c14beeb008beae2f3
2021-09-27 06:31:53 -07:00
dependabot[bot]
c6b7aeb9e4
Bump eslint-plugin-react from 7.25.1 to 7.25.3 in /flipper-js-client-sdk ( #2878 )
...
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) from 7.25.1 to 7.25.3.
<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><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.2...v7.25.3 ">7.25.3</a> - 2021.09.19</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>prop-types</code>], <code>propTypes</code>: bail out unknown generic types inside func params (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3076 ">#3076</a> <a href="https://github.com/vedadeepta "><code>@vedadeepta</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[readme] Update broken link for configuration files (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3071 ">#3071</a> <a href="https://github.com/prateek3255 "><code>@prateek3255</code></a>)</li>
<li>[Refactor] create/extract <code>isCreateElement</code> and <code>isDestructuredFromPragmaImport</code> utils (<a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3076 ">#3076</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3076 ">yannickcr/eslint-plugin-react#3076</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3071 ">#3071</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3071 ">yannickcr/eslint-plugin-react#3071</a></p>
<h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.25.2 ">7.25.2</a> - 2021.09.16</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>jsx-no-useless-fragments</code>]: Handle insignificant whitespace correctly when <code>allowExpressions</code> is <code>true</code> (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3061 ">#3061</a>[] <a href="https://github.com/benj-dobs "><code>@benj-dobs</code></a>)</li>
<li>[<code>prop-types</code>], <code>propTypes</code>: handle implicit <code>children</code> prop in react's generic types (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3064 ">#3064</a>[] <a href="https://github.com/vedadeepta "><code>@vedadeepta</code></a>)</li>
<li>[<code>display-name</code>]: fix arrow function returning result of function call with JSX arguments being interpreted as component (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3065 ">#3065</a>[] <a href="https://github.com/danielfinke "><code>@danielfinke</code></a>)</li>
<li>[<code>jsx-no-target-blank</code>]: avoid crash on attr-only href (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3066 ">#3066</a>[] <a href="https://github.com/ljharb "><code>@ljharb</code></a> <a href="https://github.com/gaz77a "><code>@gaz77a</code></a>)</li>
<li>[<code>jsx-uses-vars</code>]: ignore lowercase tag names (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3070 ">#3070</a>[] <a href="https://github.com/alanorozco "><code>@alanorozco</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3070 ">#3070</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3070 ">yannickcr/eslint-plugin-react#3070</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3066 ">#3066</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issue/3066 ">yannickcr/eslint-plugin-react#3066</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3065 ">#3065</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3065 ">yannickcr/eslint-plugin-react#3065</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3064 ">#3064</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3064 ">yannickcr/eslint-plugin-react#3064</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3061 ">#3061</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3061 ">yannickcr/eslint-plugin-react#3061</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="76fdffe137 "><code>76fdffe</code></a> Update CHANGELOG and bump version</li>
<li><a href="0c0387f1a0 "><code>0c0387f</code></a> [Deps] use <code>object.hasown</code> instead of <code>has</code></li>
<li><a href="227e9678e9 "><code>227e967</code></a> [Fix] <code>prop-types</code>, <code>propTypes</code>: bail out unknown generic types inside func p...</li>
<li><a href="bd270fc700 "><code>bd270fc</code></a> [readme] Update broken link for configuration files</li>
<li><a href="f4854ea731 "><code>f4854ea</code></a> Update CHANGELOG and bump version</li>
<li><a href="9c1aee5eab "><code>9c1aee5</code></a> [Dev Deps] update <code>eslint-remote-tester-repositories</code></li>
<li><a href="5340e9dfc6 "><code>5340e9d</code></a> [Fix] <code>jsx-uses-vars</code>: ignore lowercase tag names</li>
<li><a href="577cb64fb6 "><code>577cb64</code></a> [actions] remove unnecessary setup-node</li>
<li><a href="c1c284fc79 "><code>c1c284f</code></a> [Fix] <code>require-default-props</code>: avoid crash from <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3064 ">#3064</a></li>
<li><a href="230ffe1a18 "><code>230ffe1</code></a> [Fix] <code>prefer-read-only-props</code>: avoid crash from <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3064 ">#3064</a></li>
<li>Additional commits viewable in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.25.3 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2878
Reviewed By: mweststrate
Differential Revision: D31203921
Pulled By: passy
fbshipit-source-id: 4f933e4e0c00fbb1d2b7befb7c1a2062ff8686ed
2021-09-27 06:31:53 -07:00
Michel Weststrate
b0310f4528
Bump deps of flipper-js-client-sdk
...
Summary: Bump several deps of flipper-js-client-sdk at once, to close multiple dependabot PRs
Reviewed By: passy
Differential Revision: D30931608
fbshipit-source-id: 4c95a98e4fce805c8c92c605b3fd7eb71e7daaa7
2021-09-14 06:11:41 -07:00
Pascal Hartig
25305d696b
Upgrade deps for flipper-js-client-sdk
...
Summary:
Combining a bunch of dependabot requests.
allow-large-files
Reviewed By: mweststrate
Differential Revision: D30667240
fbshipit-source-id: 9ada41eb0a172b9870906076acc9ce934d6d3c3f
2021-08-31 10:32:02 -07:00
dependabot[bot]
2040335165
Bump eslint-plugin-prettier from 3.4.0 to 3.4.1 in /flipper-js-client-sdk ( #2715 )
...
Summary:
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.4.0 to 3.4.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md ">eslint-plugin-prettier's changelog</a>.</em></p>
<blockquote>
<h2>v3.4.1 (2021-08-20)</h2>
<ul>
<li>build(deps): Bump glob-parent from 5.0.0 to 5.1.2 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/420 ">https://github.com/facebook/flipper/issues/420 </a>) (<a href="b6d075cf71 ">b6d075c</a>)</li>
<li>build(deps): Bump path-parse from 1.0.6 to 1.0.7 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/425 ">https://github.com/facebook/flipper/issues/425 </a>) (<a href="24f957ee2a ">24f957e</a>)</li>
<li>feat: support <code>graphql-eslint/eslint-plugin</code> out of box (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/413 ">https://github.com/facebook/flipper/issues/413 </a>) (<a href="ec6fbb159e ">ec6fbb1</a>)</li>
<li>chore: add tests for Node 16 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/410 ">https://github.com/facebook/flipper/issues/410 </a>) (<a href="76bd45ece6 ">76bd45e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/commits ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2715
Reviewed By: mweststrate
Differential Revision: D30626583
Pulled By: passy
fbshipit-source-id: 9e08f6413eaa579c288794d65dc1478eb15b94d2
2021-08-31 10:32:02 -07:00
dependabot[bot]
8ddcc50319
Bump eslint-plugin-import from 2.23.4 to 2.24.2 in /flipper-js-client-sdk ( #2730 )
...
Summary:
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.23.4 to 2.24.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/releases ">eslint-plugin-import's releases</a>.</em></p>
<blockquote>
<h2>v2.24.1</h2>
<p><a href="https://github.com/import-js/eslint-plugin-import/blob/v2.24.1/CHANGELOG.md#2241---2021-08-19 ">https://github.com/import-js/eslint-plugin-import/blob/v2.24.1/CHANGELOG.md#2241---2021-08-19 </a></p>
<h2>v2.24.0</h2>
<p><a href="https://github.com/import-js/eslint-plugin-import/blob/v2.24.0/CHANGELOG.md#2240---2021-08-08 ">https://github.com/import-js/eslint-plugin-import/blob/v2.24.0/CHANGELOG.md#2240---2021-08-08 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md ">eslint-plugin-import's changelog</a>.</em></p>
<blockquote>
<h2>[2.24.2] - 2021-08-24</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>named</code>], [<code>namespace</code>]: properly handle ExportAllDeclarations (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2199 ">https://github.com/facebook/flipper/issues/2199 </a>, thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
</ul>
<h2>[2.24.1] - 2021-08-19</h2>
<h3>Fixed</h3>
<ul>
<li><code>ExportMap</code>: Add default export when esModuleInterop is true and anything is exported (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2184 ">https://github.com/facebook/flipper/issues/2184 </a>, thanks [<a href="https://github.com/Maxim-Mazurok "><code>@Maxim-Mazurok</code></a>])</li>
<li>[<code>named</code>], [<code>namespace</code>]: properly set reexports on <code>export * as … from</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1998 ">https://github.com/facebook/flipper/issues/1998 </a>, <a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2161 ">https://github.com/facebook/flipper/issues/2161 </a>, thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
<li>[<code>no-duplicates</code>]: correctly handle case of mixed default/named type imports (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2149 ">https://github.com/facebook/flipper/issues/2149 </a>, thanks [<a href="https://github.com/GoodForOneFare "><code>@GoodForOneFare</code></a>], [<a href="https://github.com/nwalters512 "><code>@nwalters512</code></a>])</li>
<li>[<code>no-duplicates</code>]: avoid crash with empty <code>import type {}</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2201 ">https://github.com/facebook/flipper/issues/2201 </a>, thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] <code>max-dependencies</code>: {emoji:1f4d6} Document <code>ignoreTypeImports</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2196 ">https://github.com/facebook/flipper/issues/2196 </a>, thanks [<a href="https://github.com/himynameisdave "><code>@himynameisdave</code></a>])</li>
</ul>
<h2>[2.24.0] - 2021-08-08</h2>
<h3>Added</h3>
<ul>
<li>[<code>no-dynamic-require</code>]: add option <code>esmodule</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1223 ">https://github.com/facebook/flipper/issues/1223 </a>, thanks [<a href="https://github.com/vikr01 "><code>@vikr01</code></a>])</li>
<li>[<code>named</code>]: add <code>commonjs</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1222 ">https://github.com/facebook/flipper/issues/1222 </a>, thanks [<a href="https://github.com/vikr01 "><code>@vikr01</code></a>])</li>
<li>[<code>no-namespace</code>]: Add <code>ignore</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2112 ">https://github.com/facebook/flipper/issues/2112 </a>, thanks [<a href="https://github.com/aberezkin "><code>@aberezkin</code></a>])</li>
<li>[<code>max-dependencies</code>]: add option <code>ignoreTypeImports</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1847 ">https://github.com/facebook/flipper/issues/1847 </a>, thanks [<a href="https://github.com/rfermann "><code>@rfermann</code></a>])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>no-duplicates</code>]: ensure autofix avoids excessive newlines (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2028 ">https://github.com/facebook/flipper/issues/2028 </a>, thanks [<a href="https://github.com/ertrzyiks "><code>@ertrzyiks</code></a>])</li>
<li>[<code>extensions</code>]: avoid crashing on partially typed import/export statements (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2118 ">https://github.com/facebook/flipper/issues/2118 </a>, thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
<li>[<code>no-extraneous-dependencies</code>]: add ESM intermediate package.json support (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2121 ">https://github.com/facebook/flipper/issues/2121 </a>, thanks [<a href="https://github.com/paztis "><code>@paztis</code></a>])</li>
<li>Use <code>context.getPhysicalFilename()</code> when available (ESLint 7.28+) (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2160 ">https://github.com/facebook/flipper/issues/2160 </a>, thanks [<a href="https://github.com/pmcelhaney "><code>@pmcelhaney</code></a>])</li>
<li>[<code>extensions</code>]/<code>importType</code>: fix isScoped treating @/abc as scoped module (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2146 ">https://github.com/facebook/flipper/issues/2146 </a>, thanks [<a href="https://github.com/rperello "><code>@rperello</code></a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] [<code>extensions</code>]: improved cases for using <code>@/...</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2140 ">https://github.com/facebook/flipper/issues/2140 </a>, thanks [<a href="https://github.com/wenfangdu "><code>@wenfangdu</code></a>])</li>
<li>[Docs] [<code>extensions</code>]: removed incorrect cases (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2138 ">https://github.com/facebook/flipper/issues/2138 </a>, thanks [<a href="https://github.com/wenfangdu "><code>@wenfangdu</code></a>])</li>
<li>[Tests] [<code>order</code>]: add tests for <code>pathGroupsExcludedImportTypes: ['type']</code> (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2158 ">https://github.com/facebook/flipper/issues/2158 </a>, thanks [<a href="https://github.com/atav32 "><code>@atav32</code></a>])</li>
<li>[Docs] [<code>order</code>]: improve the documentation for the <code>pathGroupsExcludedImportTypes</code> option (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2156 ">https://github.com/facebook/flipper/issues/2156 </a>, thanks [<a href="https://github.com/liby "><code>@liby</code></a>])</li>
<li>[Tests] [<code>no-cycle</code>]: Restructure test files (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/1517 ">https://github.com/facebook/flipper/issues/1517 </a>, thanks [<a href="https://github.com/soryy708 "><code>@soryy708</code></a>])</li>
<li>[Docs] add description how to use plugin with yarn berry (<a href="https://github-redirect.dependabot.com/import-js/eslint-plugin-import/issues/2179 ">https://github.com/facebook/flipper/issues/2179 </a>, thanks [<a href="https://github.com/KostyaZgara "><code>@KostyaZgara</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="924b435072 "><code>924b435</code></a> Bump to v2.24.2</li>
<li><a href="033ba646c6 "><code>033ba64</code></a> [Fix] <code>named</code>, <code>namespace</code>: properly handle ExportAllDeclarations</li>
<li><a href="51d39732a4 "><code>51d3973</code></a> [Deps] unpin <code>tsconfig-paths</code></li>
<li><a href="75170fabd5 "><code>75170fa</code></a> [Tests] <code>named</code>: add passing tests</li>
<li><a href="4aff27c6a2 "><code>4aff27c</code></a> [Tests] test on TS parser v2, v3, and v4</li>
<li><a href="aa8d566b28 "><code>aa8d566</code></a> [Fix] <code>no-duplicates</code>: avoid crash with empty <code>import type {}</code></li>
<li><a href="94d6739ebc "><code>94d6739</code></a> [Tests] <code>no-extraneous-dependencies</code>: add passing test case of webpack loader...</li>
<li><a href="9485c8300d "><code>9485c83</code></a> [meta] rename default branch</li>
<li><a href="6c957e7df1 "><code>6c957e7</code></a> [Deps] pin <code>tsconfig-paths</code> due to a breaking change in v3.10</li>
<li><a href="6171a7aa99 "><code>6171a7a</code></a> Bump to v2.24.1</li>
<li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.2 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2730
Reviewed By: nikoant
Differential Revision: D30573288
Pulled By: passy
fbshipit-source-id: 6a0d38282d2e478e6bcd9097acccf8ce27190bf9
2021-08-27 03:01:01 -07:00
dependabot[bot]
bcbdac8008
Bump @typescript-eslint/parser from 4.28.3 to 4.29.3 in /flipper-js-client-sdk ( #2731 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.28.3 to 4.29.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.29.3</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3 ">4.29.3</a> (2021-08-23)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.29.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2 ">4.29.2</a> (2021-08-16)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.29.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1 ">4.29.1</a> (2021-08-09)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.29.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0 ">4.29.0</a> (2021-08-02)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-implied-eval] handle bind on nested member expressions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3598 ">#3598</a>) (<a href="f5a6806ae4 ">f5a6806</a>)</li>
<li><strong>eslint-plugin:</strong> [no-implied-eval] permit more expression types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3624 ">#3624</a>) (<a href="ca7c549426 ">ca7c549</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-boolean-literal-compare] incorrect fix when condition is reversed (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3581 ">#3581</a>) (<a href="b595575cce ">b595575</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] handle nested functions correctly (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3601 ">#3601</a>) (<a href="4a196b5818 ">4a196b5</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] properly handle fixes for <code>TSAsExpression</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3631 ">#3631</a>) (<a href="00a436986c ">00a4369</a>)</li>
<li><strong>experimental-utils:</strong> simplify <code>eslint-utils</code>' <code>findVariable</code>'s signature in <code>ast-utils</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3574 ">#3574</a>) (<a href="3ef5267b85 ">3ef5267</a>)</li>
<li><strong>typescript-estree:</strong> correct tty check (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3635 ">#3635</a>) (<a href="62bcc937f0 ">62bcc93</a>)</li>
<li><strong>typescript-estree:</strong> ensure --fix works with singleRun mode (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3655 ">#3655</a>) (<a href="99eca0d428 ">99eca0d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>ast-spec:</strong> extract <code>ExportKind</code> & <code>ImportKind</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3564 ">#3564</a>) (<a href="120d566c98 ">120d566</a>)</li>
<li><strong>ast-spec:</strong> make <code>BaseNode</code> & <code>BaseToken</code> more type-safe (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3560 ">#3560</a>) (<a href="a6c5604b65 ">a6c5604</a>)</li>
<li><strong>eslint-plugin:</strong> [no-redeclare] ignoreDeclarationMerge of enum+namespace (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3572 ">#3572</a>) (<a href="18e30cb601 ">18e30cb</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-return-this-type] add a new rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3228 ">#3228</a>) (<a href="5e1a615004 ">5e1a615</a>)</li>
<li><strong>eslint-plugin:</strong> Catch unused React import with new JSX transform (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3577 ">#3577</a>) (<a href="02998eac51 ">02998ea</a>)</li>
<li><strong>typescript-estree:</strong> add support for custom module resolution (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3516 ">#3516</a>) (<a href="d48429d973 ">d48429d</a>)</li>
</ul>
<h2>v4.28.5</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5 ">4.28.5</a> (2021-07-26)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.28.4</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4 ">4.28.4</a> (2021-07-19)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3 ">4.29.3</a> (2021-08-23)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2 ">4.29.2</a> (2021-08-16)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1 ">4.29.1</a> (2021-08-09)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0 ">4.29.0</a> (2021-08-02)</h1>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> Catch unused React import with new JSX transform (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3577 ">#3577</a>) (<a href="02998eac51 ">02998ea</a>)</li>
<li><strong>typescript-estree:</strong> add support for custom module resolution (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3516 ">#3516</a>) (<a href="d48429d973 ">d48429d</a>)</li>
</ul>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5 ">4.28.5</a> (2021-07-26)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4 ">4.28.4</a> (2021-07-19)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="055add0129 "><code>055add0</code></a> chore: publish v4.29.3</li>
<li><a href="bf402f4a04 "><code>bf402f4</code></a> chore: publish v4.29.2</li>
<li><a href="db78642ea3 "><code>db78642</code></a> chore: publish v4.29.1</li>
<li><a href="4d3ae1375d "><code>4d3ae13</code></a> chore: publish v4.29.0</li>
<li><a href="02998eac51 "><code>02998ea</code></a> feat(eslint-plugin): Catch unused React import with new JSX transform (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3577 ">#3577</a>)</li>
<li><a href="3db653276b "><code>3db6532</code></a> chore: enabled no-unsafe-member-access internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3483 ">#3483</a>)</li>
<li><a href="d48429d973 "><code>d48429d</code></a> feat(typescript-estree): add support for custom module resolution (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3516 ">#3516</a>)</li>
<li><a href="15f718415e "><code>15f7184</code></a> chore: publish v4.28.5</li>
<li><a href="d358785722 "><code>d358785</code></a> chore: migrate to nx 12.6.0 and distributed workspace config (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3652 ">#3652</a>)</li>
<li><a href="84fff35752 "><code>84fff35</code></a> chore: publish v4.28.4</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.3/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2731
Reviewed By: nikoant
Differential Revision: D30573287
Pulled By: passy
fbshipit-source-id: 96e5994024bb1356d433a1d586249607b772107b
2021-08-27 03:01:01 -07:00
dependabot[bot]
a75c114817
Bump hosted-git-info from 2.8.8 to 2.8.9 in /flipper-js-client-sdk ( #2692 )
...
Summary:
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md ">hosted-git-info's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 ">2.8.9</a> (2021-04-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>backport regex fix from <a href="https://github-redirect.dependabot.com/npm/hosted-git-info/issues/76 ">https://github.com/facebook/flipper/issues/76 </a> (<a href="https://github.com/npm/hosted-git-info/commit/29adfe5 ">29adfe5</a>), closes <a href="https://github-redirect.dependabot.com/npm/hosted-git-info/issues/84 ">https://github.com/facebook/flipper/issues/84 </a></li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8d4b3697d7 "><code>8d4b369</code></a> chore(release): 2.8.9</li>
<li><a href="29adfe5ef7 "><code>29adfe5</code></a> fix: backport regex fix from <a href="https://github-redirect.dependabot.com/npm/hosted-git-info/issues/76 ">https://github.com/facebook/flipper/issues/76 </a></li>
<li>See full diff in <a href="https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 ">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~nlf ">nlf</a>, a new releaser for hosted-git-info since your current version.</p>
</details>
<br />
[](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/flipper/network/alerts ).
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/2692
Reviewed By: timur-valiev
Differential Revision: D30305792
Pulled By: passy
fbshipit-source-id: 377d05e912d80056e60afbebad10f45b3d70b9cc
2021-08-13 15:22:43 -07:00
dependabot[bot]
1a4c26a42b
Bump path-parse from 1.0.6 to 1.0.7 in /flipper-js-client-sdk ( #2693 )
...
Summary:
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/jbgutierrez/path-parse/commits/v1.0.7 ">compare view</a></li>
</ul>
</details>
<br />
[](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/flipper/network/alerts ).
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/2693
Reviewed By: timur-valiev
Differential Revision: D30305794
Pulled By: passy
fbshipit-source-id: dd6e08aaaad236de17f3b1a8f107265066f1d97c
2021-08-13 14:58:18 -07:00
dependabot[bot]
7dfb510e1e
Bump eslint from 7.31.0 to 7.32.0 in /flipper-js-client-sdk ( #2654 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 7.31.0 to 7.32.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases ">eslint's releases</a>.</em></p>
<blockquote>
<h2>v7.32.0</h2>
<ul>
<li><a href="3c78a7bff6 "><code>3c78a7b</code></a> Chore: Adopt <code>eslint-plugin/prefer-message-ids</code> rule internally (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14841 ">#14841</a>) (Bryan Mishkin)</li>
<li><a href="faecf56cdb "><code>faecf56</code></a> Update: change reporting location for <code>curly</code> rule (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334 ">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14766 ">#14766</a>) (Nitin Kumar)</li>
<li><a href="d7dc07a15e "><code>d7dc07a</code></a> Fix: ignore lines with empty elements (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12756 ">#12756</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14837 ">#14837</a>) (Soufiane Boutahlil)</li>
<li><a href="1bfbefdaaf "><code>1bfbefd</code></a> New: Exit on fatal error (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13711 ">#13711</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14730 ">#14730</a>) (Antonios Katopodis)</li>
<li><a href="ed007c82ee "><code>ed007c8</code></a> Chore: Simplify internal <code>no-invalid-meta</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14842 ">#14842</a>) (Bryan Mishkin)</li>
<li><a href="d53d9064b9 "><code>d53d906</code></a> Docs: Prepare data for website to indicate rules with suggestions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14830 ">#14830</a>) (Bryan Mishkin)</li>
<li><a href="d28f2ffb98 "><code>d28f2ff</code></a> Docs: Reference eslint-config-eslint to avoid potential for staleness (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14805 ">#14805</a>) (Brett Zamir)</li>
<li><a href="8be8a36010 "><code>8be8a36</code></a> Chore: Adopt <code>eslint-plugin/require-meta-docs-url</code> rule internally (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14823 ">#14823</a>) (Bryan Mishkin)</li>
<li><a href="f9c164f7b7 "><code>f9c164f</code></a> Docs: New syntax issue template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14826 ">#14826</a>) (Nicholas C. Zakas)</li>
<li><a href="eba0c4595c "><code>eba0c45</code></a> Chore: assertions on reporting loc in <code>unicode-bom</code> (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334 ">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14809 ">#14809</a>) (Nitin Kumar)</li>
<li><a href="ed945bd662 "><code>ed945bd</code></a> Docs: fix multiple broken links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14833 ">#14833</a>) (Sam Chen)</li>
<li><a href="60df44c79b "><code>60df44c</code></a> Chore: use <code>actions/setup-node@v2</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14816 ">#14816</a>) (Nitin Kumar)</li>
<li><a href="6641d88e17 "><code>6641d88</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md ">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.32.0 - July 30, 2021</p>
<ul>
<li><a href="3c78a7bff6 "><code>3c78a7b</code></a> Chore: Adopt <code>eslint-plugin/prefer-message-ids</code> rule internally (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14841 ">#14841</a>) (Bryan Mishkin)</li>
<li><a href="faecf56cdb "><code>faecf56</code></a> Update: change reporting location for <code>curly</code> rule (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334 ">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14766 ">#14766</a>) (Nitin Kumar)</li>
<li><a href="d7dc07a15e "><code>d7dc07a</code></a> Fix: ignore lines with empty elements (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12756 ">#12756</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14837 ">#14837</a>) (Soufiane Boutahlil)</li>
<li><a href="1bfbefdaaf "><code>1bfbefd</code></a> New: Exit on fatal error (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13711 ">#13711</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14730 ">#14730</a>) (Antonios Katopodis)</li>
<li><a href="ed007c82ee "><code>ed007c8</code></a> Chore: Simplify internal <code>no-invalid-meta</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14842 ">#14842</a>) (Bryan Mishkin)</li>
<li><a href="d53d9064b9 "><code>d53d906</code></a> Docs: Prepare data for website to indicate rules with suggestions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14830 ">#14830</a>) (Bryan Mishkin)</li>
<li><a href="d28f2ffb98 "><code>d28f2ff</code></a> Docs: Reference eslint-config-eslint to avoid potential for staleness (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14805 ">#14805</a>) (Brett Zamir)</li>
<li><a href="8be8a36010 "><code>8be8a36</code></a> Chore: Adopt <code>eslint-plugin/require-meta-docs-url</code> rule internally (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14823 ">#14823</a>) (Bryan Mishkin)</li>
<li><a href="f9c164f7b7 "><code>f9c164f</code></a> Docs: New syntax issue template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14826 ">#14826</a>) (Nicholas C. Zakas)</li>
<li><a href="eba0c4595c "><code>eba0c45</code></a> Chore: assertions on reporting loc in <code>unicode-bom</code> (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334 ">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14809 ">#14809</a>) (Nitin Kumar)</li>
<li><a href="ed945bd662 "><code>ed945bd</code></a> Docs: fix multiple broken links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14833 ">#14833</a>) (Sam Chen)</li>
<li><a href="60df44c79b "><code>60df44c</code></a> Chore: use <code>actions/setup-node@v2</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14816 ">#14816</a>) (Nitin Kumar)</li>
<li><a href="6641d88e17 "><code>6641d88</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="83cc8a6823 "><code>83cc8a6</code></a> 7.32.0</li>
<li><a href="f10218d554 "><code>f10218d</code></a> Build: changelog update for 7.32.0</li>
<li><a href="3c78a7bff6 "><code>3c78a7b</code></a> Chore: Adopt <code>eslint-plugin/prefer-message-ids</code> rule internally (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14841 ">#14841</a>)</li>
<li><a href="faecf56cdb "><code>faecf56</code></a> Update: change reporting location for <code>curly</code> rule (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334 ">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14766 ">#14766</a>)</li>
<li><a href="d7dc07a15e "><code>d7dc07a</code></a> Fix: ignore lines with empty elements (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12756 ">#12756</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14837 ">#14837</a>)</li>
<li><a href="1bfbefdaaf "><code>1bfbefd</code></a> New: Exit on fatal error (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13711 ">#13711</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14730 ">#14730</a>)</li>
<li><a href="ed007c82ee "><code>ed007c8</code></a> Chore: Simplify internal <code>no-invalid-meta</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14842 ">#14842</a>)</li>
<li><a href="d53d9064b9 "><code>d53d906</code></a> Docs: Prepare data for website to indicate rules with suggestions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14830 ">#14830</a>)</li>
<li><a href="d28f2ffb98 "><code>d28f2ff</code></a> Docs: Reference eslint-config-eslint to avoid potential for staleness (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14805 ">#14805</a>)</li>
<li><a href="8be8a36010 "><code>8be8a36</code></a> Chore: Adopt <code>eslint-plugin/require-meta-docs-url</code> rule internally (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14823 ">#14823</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2654
Reviewed By: passy
Differential Revision: D30044698
Pulled By: cekkaewnumchai
fbshipit-source-id: 0866dfbb6dcb93766e25c1f975b34dd6d497d45c
2021-08-02 14:08:04 -07:00
dependabot[bot]
210fc36460
Bump eslint-plugin-flowtype from 5.7.2 to 5.8.2 in /flipper-js-client-sdk ( #2634 )
...
Summary:
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype ) from 5.7.2 to 5.8.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-flowtype/releases ">eslint-plugin-flowtype's releases</a>.</em></p>
<blockquote>
<h2>v5.8.2</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.8.1...v5.8.2 ">5.8.2</a> (2021-07-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>enforceLineBreak now handles <code>export type</code> correctly (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/488 ">https://github.com/facebook/flipper/issues/488 </a>) (<a href="c40937a4da ">c40937a</a>)</li>
</ul>
<h2>v5.8.1</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.8.0...v5.8.1 ">5.8.1</a> (2021-07-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>support CRLF line breaks in generic-spacing (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/485 ">https://github.com/facebook/flipper/issues/485 </a>) (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/486 ">https://github.com/facebook/flipper/issues/486 </a>) (<a href="79267bb466 ">79267bb</a>)</li>
</ul>
<h2>v5.8.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.7.2...v5.8.0 ">5.8.0</a> (2021-06-29)</h1>
<h3>Features</h3>
<ul>
<li>add new rule enforce-line-break (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/484 ">https://github.com/facebook/flipper/issues/484 </a>) (<a href="417068cb33 ">417068c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c40937a4da "><code>c40937a</code></a> fix: enforceLineBreak now handles <code>export type</code> correctly (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/488 ">https://github.com/facebook/flipper/issues/488 </a>)</li>
<li><a href="79267bb466 "><code>79267bb</code></a> fix: support CRLF line breaks in generic-spacing (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/485 ">https://github.com/facebook/flipper/issues/485 </a>) (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/486 ">https://github.com/facebook/flipper/issues/486 </a>)</li>
<li><a href="417068cb33 "><code>417068c</code></a> feat: add new rule enforce-line-break (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/484 ">https://github.com/facebook/flipper/issues/484 </a>)</li>
<li>See full diff in <a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.7.2...v5.8.2 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2634
Reviewed By: timur-valiev
Differential Revision: D30012642
Pulled By: passy
fbshipit-source-id: af4619da5a71ff7345ef9d13c3f9984aa036764d
2021-08-02 09:02:59 -07:00
dependabot[bot]
e2fc1339f4
Bump typescript from 4.3.4 to 4.3.5 in /flipper-js-client-sdk ( #2553 )
...
Summary:
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.3.4 to 4.3.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases ">typescript's releases</a>.</em></p>
<blockquote>
<h2>TypeScript 4.3.5</h2>
<p>This release contains a bug fix for auto-imports on JSX components in the TypeScript language service. <a href="https://github-redirect.dependabot.com/microsoft/TypeScript/pull/44724 ">See the relevant change for more details</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1294ee8c1f "><code>1294ee8</code></a> Bump version to 4.3.5 and LKG</li>
<li><a href="7b61fa2393 "><code>7b61fa2</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44724 ">#44724</a> into release-4.3 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44822 ">#44822</a>)</li>
<li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v4.3.4...v4.3.5 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2553
Reviewed By: timur-valiev
Differential Revision: D29992988
Pulled By: passy
fbshipit-source-id: b25e967337e9e26beb58c8e0268a20c6a9b1ac51
2021-07-29 17:25:07 -07:00
dependabot[bot]
7cdaad1285
Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.4 in /flipper-js-client-sdk ( #2605 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.28.0 to 4.28.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.28.4</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4 ">4.28.4</a> (2021-07-19)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.28.3</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3 ">4.28.3</a> (2021-07-12)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.28.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2 ">4.28.2</a> (2021-07-05)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.28.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1 ">4.28.1</a> (2021-06-28)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md "><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4 ">4.28.4</a> (2021-07-19)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3 ">4.28.3</a> (2021-07-12)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2 ">4.28.2</a> (2021-07-05)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1 ">4.28.1</a> (2021-06-28)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="84fff35752 "><code>84fff35</code></a> chore: publish v4.28.4</li>
<li><a href="75dcf69422 "><code>75dcf69</code></a> chore: publish v4.28.3</li>
<li><a href="f0686e4849 "><code>f0686e4</code></a> docs: remove almost-deprecated html-has-lang rule from ROADMAP.md (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3604 ">#3604</a>)</li>
<li><a href="407a37430d "><code>407a374</code></a> chore: publish v4.28.2</li>
<li><a href="f2c078cb17 "><code>f2c078c</code></a> chore: publish v4.28.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.4/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2605
Reviewed By: mweststrate
Differential Revision: D29791156
Pulled By: priteshrnandgaonkar
fbshipit-source-id: ecbcf2a407ddd4ac7b10be835cfda9d21e376105
2021-07-21 09:19:48 -07:00
dependabot[bot]
6ed107721b
Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.3 in /flipper-js-client-sdk ( #2603 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.28.0 to 4.28.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.28.3</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3 ">4.28.3</a> (2021-07-12)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.28.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2 ">4.28.2</a> (2021-07-05)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.28.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1 ">4.28.1</a> (2021-06-28)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md "><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3 ">4.28.3</a> (2021-07-12)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2 ">4.28.2</a> (2021-07-05)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1 ">4.28.1</a> (2021-06-28)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="75dcf69422 "><code>75dcf69</code></a> chore: publish v4.28.3</li>
<li><a href="f0686e4849 "><code>f0686e4</code></a> docs: remove almost-deprecated html-has-lang rule from ROADMAP.md (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3604 ">#3604</a>)</li>
<li><a href="407a37430d "><code>407a374</code></a> chore: publish v4.28.2</li>
<li><a href="f2c078cb17 "><code>f2c078c</code></a> chore: publish v4.28.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.3/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2603
Reviewed By: nikoant
Differential Revision: D29764092
Pulled By: priteshrnandgaonkar
fbshipit-source-id: 1162b6d0e7a58b6b566a433dcc04a2d6b17aadaf
2021-07-20 05:52:53 -07:00
dependabot[bot]
b67f254ce5
Bump eslint from 7.29.0 to 7.31.0 in /flipper-js-client-sdk ( #2602 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 7.29.0 to 7.31.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases ">eslint's releases</a>.</em></p>
<blockquote>
<h2>v7.31.0</h2>
<ul>
<li><a href="efdbb12270 "><code>efdbb12</code></a> Upgrade: <code>@eslint/eslintrc</code> to v0.4.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14808 ">#14808</a>) (Brandon Mills)</li>
<li><a href="a96b05f6c5 "><code>a96b05f</code></a> Update: add end location to report in <code>consistent-return</code> (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334 ">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14798 ">#14798</a>) (Nitin Kumar)</li>
<li><a href="e0e8e30892 "><code>e0e8e30</code></a> Docs: update BUG_REPORT template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14787 ">#14787</a>) (Nitin Kumar)</li>
<li><a href="39115c8b71 "><code>39115c8</code></a> Docs: provide more context to no-eq-null (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14801 ">#14801</a>) (gfyoung)</li>
<li><a href="9a3c73c130 "><code>9a3c73c</code></a> Docs: fix a broken link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14790 ">#14790</a>) (Sam Chen)</li>
<li><a href="ddffa8ad58 "><code>ddffa8a</code></a> Update: Indicating the operator in question (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14764 ">#14764</a>) (Paul Smith)</li>
<li><a href="bba714c2ed "><code>bba714c</code></a> Update: Clarifying what changes need to be made in no-mixed-operators (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14765 ">#14765</a>) (Paul Smith)</li>
<li><a href="b0d22e3eff "><code>b0d22e3</code></a> Docs: Mention benefit of providing <code>meta.docs.url</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14774 ">#14774</a>) (Bryan Mishkin)</li>
<li><a href="000cc796fd "><code>000cc79</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="a6a7438502 "><code>a6a7438</code></a> Chore: pin fs-teardown@0.1.1 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14771 ">#14771</a>) (Milos Djermanovic)</li>
</ul>
<h2>v7.30.0</h2>
<ul>
<li><a href="5f74642070 "><code>5f74642</code></a> Chore: don't check Program.start in SourceCode#getComments (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14744 ">#14744</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14748 ">#14748</a>) (Milos Djermanovic)</li>
<li><a href="19a871a35a "><code>19a871a</code></a> Docs: Suggest linting plugins for ESLint plugin developers (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14754 ">#14754</a>) (Bryan Mishkin)</li>
<li><a href="aa87329d91 "><code>aa87329</code></a> Docs: fix broken links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14756 ">#14756</a>) (Sam Chen)</li>
<li><a href="278813a6e7 "><code>278813a</code></a> Docs: fix and add more examples for new-cap rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12874 ">#12874</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14725 ">#14725</a>) (Nitin Kumar)</li>
<li><a href="ed1da5d96a "><code>ed1da5d</code></a> Update: ecmaVersion allows "latest" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14720 ">#14720</a>) (薛定谔的猫)</li>
<li><a href="104c0b592f "><code>104c0b5</code></a> Update: improve use-isnan rule to detect <code>Number.NaN</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14715 ">#14715</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14718 ">#14718</a>) (Nitin Kumar)</li>
<li><a href="b08170b92b "><code>b08170b</code></a> Update: Implement FlatConfigArray (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13481 ">#13481</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14321 ">#14321</a>) (Nicholas C. Zakas)</li>
<li><a href="f113cdd872 "><code>f113cdd</code></a> Chore: upgrade eslint-plugin-eslint-plugin (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14738 ">#14738</a>) (薛定谔的猫)</li>
<li><a href="1b8997ab63 "><code>1b8997a</code></a> Docs: Fix getRulesMetaForResults link syntax (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14723 ">#14723</a>) (Brandon Mills)</li>
<li><a href="aada733d2a "><code>aada733</code></a> Docs: fix two broken links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14726 ">#14726</a>) (Sam Chen)</li>
<li><a href="8972529f82 "><code>8972529</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md ">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.31.0 - July 17, 2021</p>
<ul>
<li><a href="efdbb12270 "><code>efdbb12</code></a> Upgrade: <code>@eslint/eslintrc</code> to v0.4.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14808 ">#14808</a>) (Brandon Mills)</li>
<li><a href="a96b05f6c5 "><code>a96b05f</code></a> Update: add end location to report in <code>consistent-return</code> (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334 ">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14798 ">#14798</a>) (Nitin Kumar)</li>
<li><a href="e0e8e30892 "><code>e0e8e30</code></a> Docs: update BUG_REPORT template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14787 ">#14787</a>) (Nitin Kumar)</li>
<li><a href="39115c8b71 "><code>39115c8</code></a> Docs: provide more context to no-eq-null (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14801 ">#14801</a>) (gfyoung)</li>
<li><a href="9a3c73c130 "><code>9a3c73c</code></a> Docs: fix a broken link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14790 ">#14790</a>) (Sam Chen)</li>
<li><a href="ddffa8ad58 "><code>ddffa8a</code></a> Update: Indicating the operator in question (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14764 ">#14764</a>) (Paul Smith)</li>
<li><a href="bba714c2ed "><code>bba714c</code></a> Update: Clarifying what changes need to be made in no-mixed-operators (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14765 ">#14765</a>) (Paul Smith)</li>
<li><a href="b0d22e3eff "><code>b0d22e3</code></a> Docs: Mention benefit of providing <code>meta.docs.url</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14774 ">#14774</a>) (Bryan Mishkin)</li>
<li><a href="000cc796fd "><code>000cc79</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="a6a7438502 "><code>a6a7438</code></a> Chore: pin fs-teardown@0.1.1 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14771 ">#14771</a>) (Milos Djermanovic)</li>
</ul>
<p>v7.30.0 - July 2, 2021</p>
<ul>
<li><a href="5f74642070 "><code>5f74642</code></a> Chore: don't check Program.start in SourceCode#getComments (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14744 ">#14744</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14748 ">#14748</a>) (Milos Djermanovic)</li>
<li><a href="19a871a35a "><code>19a871a</code></a> Docs: Suggest linting plugins for ESLint plugin developers (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14754 ">#14754</a>) (Bryan Mishkin)</li>
<li><a href="aa87329d91 "><code>aa87329</code></a> Docs: fix broken links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14756 ">#14756</a>) (Sam Chen)</li>
<li><a href="278813a6e7 "><code>278813a</code></a> Docs: fix and add more examples for new-cap rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12874 ">#12874</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14725 ">#14725</a>) (Nitin Kumar)</li>
<li><a href="ed1da5d96a "><code>ed1da5d</code></a> Update: ecmaVersion allows "latest" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14720 ">#14720</a>) (薛定谔的猫)</li>
<li><a href="104c0b592f "><code>104c0b5</code></a> Update: improve use-isnan rule to detect <code>Number.NaN</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14715 ">#14715</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14718 ">#14718</a>) (Nitin Kumar)</li>
<li><a href="b08170b92b "><code>b08170b</code></a> Update: Implement FlatConfigArray (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13481 ">#13481</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14321 ">#14321</a>) (Nicholas C. Zakas)</li>
<li><a href="f113cdd872 "><code>f113cdd</code></a> Chore: upgrade eslint-plugin-eslint-plugin (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14738 ">#14738</a>) (薛定谔的猫)</li>
<li><a href="1b8997ab63 "><code>1b8997a</code></a> Docs: Fix getRulesMetaForResults link syntax (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14723 ">#14723</a>) (Brandon Mills)</li>
<li><a href="aada733d2a "><code>aada733</code></a> Docs: fix two broken links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14726 ">#14726</a>) (Sam Chen)</li>
<li><a href="8972529f82 "><code>8972529</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ad3951889f "><code>ad39518</code></a> 7.31.0</li>
<li><a href="faf2fe8745 "><code>faf2fe8</code></a> Build: changelog update for 7.31.0</li>
<li><a href="efdbb12270 "><code>efdbb12</code></a> Upgrade: <code>@eslint/eslintrc</code> to v0.4.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14808 ">#14808</a>)</li>
<li><a href="a96b05f6c5 "><code>a96b05f</code></a> Update: add end location to report in <code>consistent-return</code> (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334 ">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14798 ">#14798</a>)</li>
<li><a href="e0e8e30892 "><code>e0e8e30</code></a> Docs: update BUG_REPORT template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14787 ">#14787</a>)</li>
<li><a href="39115c8b71 "><code>39115c8</code></a> Docs: provide more context to no-eq-null (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14801 ">#14801</a>)</li>
<li><a href="9a3c73c130 "><code>9a3c73c</code></a> Docs: fix a broken link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14790 ">#14790</a>)</li>
<li><a href="ddffa8ad58 "><code>ddffa8a</code></a> Update: Indicating the operator in question (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14764 ">#14764</a>)</li>
<li><a href="bba714c2ed "><code>bba714c</code></a> Update: Clarifying what changes need to be made in no-mixed-operators (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14765 ">#14765</a>)</li>
<li><a href="b0d22e3eff "><code>b0d22e3</code></a> Docs: Mention benefit of providing <code>meta.docs.url</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14774 ">#14774</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.29.0...v7.31.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2602
Reviewed By: nikoant
Differential Revision: D29764383
Pulled By: priteshrnandgaonkar
fbshipit-source-id: 7fbbc435a901e08e8d47c50579129cea2deacd15
2021-07-19 09:06:21 -07:00
dependabot[bot]
d6f7bee8cf
Bump @typescript-eslint/parser from 4.28.1 to 4.28.3 in /flipper-js-client-sdk ( #2601 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.28.1 to 4.28.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.28.3</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3 ">4.28.3</a> (2021-07-12)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.28.2</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2 ">4.28.2</a> (2021-07-05)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3 ">4.28.3</a> (2021-07-12)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2 ">4.28.2</a> (2021-07-05)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="75dcf69422 "><code>75dcf69</code></a> chore: publish v4.28.3</li>
<li><a href="407a37430d "><code>407a374</code></a> chore: publish v4.28.2</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.3/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2601
Reviewed By: nikoant
Differential Revision: D29764557
Pulled By: priteshrnandgaonkar
fbshipit-source-id: 222db0e0bf3fe1c29ff9de15944e7b90a26c5ff2
2021-07-19 09:06:21 -07:00
dependabot[bot]
65a7bc9e4d
Bump @typescript-eslint/parser from 4.27.0 to 4.28.1 in /flipper-js-client-sdk ( #2538 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.27.0 to 4.28.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.28.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1 ">4.28.1</a> (2021-06-28)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
<h2>v4.28.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0 ">4.28.0</a> (2021-06-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-regexp-exec] factor in union types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3434 ">#3434</a>) (<a href="ac86a79bd4 ">ac86a79</a>)</li>
<li><strong>experimental-utils:</strong> expand <code>RuleTester</code> config properties (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3557 ">#3557</a>) (<a href="ffbb3cff18 ">ffbb3cf</a>)</li>
<li><strong>experimental-utils:</strong> fix <code>eslint-utils</code>' negative predicates' return types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3462 ">#3462</a>) (<a href="1e6016b356 ">1e6016b</a>)</li>
<li><strong>experimental-utils:</strong> fix <code>eslint-utils</code>' negative predicates' return types in <code>ast-utils</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3461 ">#3461</a>) (<a href="614b0a38b4 ">614b0a3</a>)</li>
<li><strong>experimental-utils:</strong> make keys for <code>ReferenceTracker</code> options optional (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3531 ">#3531</a>) (<a href="a7fd7bb255 ">a7fd7bb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>experimental-utils:</strong> add <code>only</code> property to <code>RuleTester</code> types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3555 ">#3555</a>) (<a href="2a36e3e737 ">2a36e3e</a>)</li>
<li><strong>experimental-utils:</strong> expose ReferenceTracker.ESM (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3532 ">#3532</a>) (<a href="4ac67c4c94 ">4ac67c4</a>)</li>
<li><strong>experimental-utils:</strong> use mergable interface for <code>settings</code> property (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3556 ">#3556</a>) (<a href="abfc19bf93 ">abfc19b</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1 ">4.28.1</a> (2021-06-28)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0 ">4.28.0</a> (2021-06-21)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f2c078cb17 "><code>f2c078c</code></a> chore: publish v4.28.1</li>
<li><a href="8cfe93372e "><code>8cfe933</code></a> chore: publish v4.28.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.1/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2538
Reviewed By: priteshrnandgaonkar
Differential Revision: D29489926
Pulled By: passy
fbshipit-source-id: ca83c41a20abe9666e619f2cc152b1e944b36465
2021-06-30 10:00:13 -07:00
dependabot[bot]
e5b202d623
Bump @typescript-eslint/eslint-plugin from 4.27.0 to 4.28.0 in /flipper-js-client-sdk ( #2517 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.27.0 to 4.28.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.28.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0 ">4.28.0</a> (2021-06-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-regexp-exec] factor in union types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3434 ">#3434</a>) (<a href="ac86a79bd4 ">ac86a79</a>)</li>
<li><strong>experimental-utils:</strong> expand <code>RuleTester</code> config properties (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3557 ">#3557</a>) (<a href="ffbb3cff18 ">ffbb3cf</a>)</li>
<li><strong>experimental-utils:</strong> fix <code>eslint-utils</code>' negative predicates' return types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3462 ">#3462</a>) (<a href="1e6016b356 ">1e6016b</a>)</li>
<li><strong>experimental-utils:</strong> fix <code>eslint-utils</code>' negative predicates' return types in <code>ast-utils</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3461 ">#3461</a>) (<a href="614b0a38b4 ">614b0a3</a>)</li>
<li><strong>experimental-utils:</strong> make keys for <code>ReferenceTracker</code> options optional (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3531 ">#3531</a>) (<a href="a7fd7bb255 ">a7fd7bb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>experimental-utils:</strong> add <code>only</code> property to <code>RuleTester</code> types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3555 ">#3555</a>) (<a href="2a36e3e737 ">2a36e3e</a>)</li>
<li><strong>experimental-utils:</strong> expose ReferenceTracker.ESM (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3532 ">#3532</a>) (<a href="4ac67c4c94 ">4ac67c4</a>)</li>
<li><strong>experimental-utils:</strong> use mergable interface for <code>settings</code> property (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3556 ">#3556</a>) (<a href="abfc19bf93 ">abfc19b</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md "><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0 ">4.28.0</a> (2021-06-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-regexp-exec] factor in union types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3434 ">#3434</a>) (<a href="ac86a79bd4 ">ac86a79</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8cfe93372e "><code>8cfe933</code></a> chore: publish v4.28.0</li>
<li><a href="ac86a79bd4 "><code>ac86a79</code></a> fix(eslint-plugin): [prefer-regexp-exec] factor in union types (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3434 ">#3434</a>)</li>
<li><a href="c50f70b73e "><code>c50f70b</code></a> chore(eslint-plugin): remove lodash from dependencies (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3478 ">#3478</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.0/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2517
Reviewed By: mweststrate
Differential Revision: D29429425
Pulled By: cekkaewnumchai
fbshipit-source-id: 69e072955d3136dcd9039109b5882fb199c54d9e
2021-06-28 08:40:49 -07:00
dependabot[bot]
8067a94092
Bump prettier from 2.3.1 to 2.3.2 in /flipper-js-client-sdk ( #2516 )
...
Summary:
Bumps [prettier](https://github.com/prettier/prettier ) from 2.3.1 to 2.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.3.2</h2>
<p><a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#232 ">changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.3.2</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.3.1...2.3.2 ">diff</a></p>
<h4>Fix failure on dir with trailing slash (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11000 ">#11000</a> by <a href="https://github.com/fisker "><code>@fisker</code></a>)</h4>
<pre lang="console"><code>$ ls
1.js 1.unknown
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9a8b579d36 "><code>9a8b579</code></a> Release 2.3.2</li>
<li><a href="2faf01b8b4 "><code>2faf01b</code></a> Add changelog-for-patch script (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11052 ">#11052</a>)</li>
<li><a href="9a61bf3a4a "><code>9a61bf3</code></a> Build(deps): Bump <code>@angular/compiler</code> from 12.0.4 to 12.0.5 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11092 ">#11092</a>)</li>
<li><a href="0b5a795b85 "><code>0b5a795</code></a> Build(deps): Bump flow-parser from 0.152.0 to 0.153.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11095 ">#11095</a>)</li>
<li><a href="40329ce346 "><code>40329ce</code></a> Build(deps): Bump typescript from 4.3.2 to 4.3.4 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11093 ">#11093</a>)</li>
<li><a href="31d9c50793 "><code>31d9c50</code></a> Build(deps-dev): Bump snapshot-diff from 0.8.1 to 0.9.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11091 ">#11091</a>)</li>
<li><a href="ca6f2d4cc9 "><code>ca6f2d4</code></a> Build(deps-dev): Bump <code>@babel/core</code> from 7.14.5 to 7.14.6 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11097 ">#11097</a>)</li>
<li><a href="fc46f1b9f3 "><code>fc46f1b</code></a> Build(deps-dev): Bump eslint from 7.28.0 to 7.29.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11096 ">#11096</a>)</li>
<li><a href="bb57a27069 "><code>bb57a27</code></a> Build(deps-dev): Bump webpack from 5.38.1 to 5.39.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11087 ">#11087</a>)</li>
<li><a href="0c79b9978e "><code>0c79b99</code></a> Build(deps): Bump globby from 11.0.3 to 11.0.4 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11094 ">#11094</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.3.1...2.3.2 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2516
Reviewed By: mweststrate
Differential Revision: D29429432
Pulled By: cekkaewnumchai
fbshipit-source-id: 70b8e6e645495b329628c8f9146be6967a52839d
2021-06-28 08:40:49 -07:00
dependabot[bot]
d8b11f9757
Bump typescript from 4.3.2 to 4.3.4 in /flipper-js-client-sdk ( #2483 )
...
Summary:
allow-large-files
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.3.2 to 4.3.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases ">typescript's releases</a>.</em></p>
<blockquote>
<h2>TypeScript 4.3.4</h2>
<p>This release</p>
<ul>
<li>adds an optional <code>getCustomTransformers</code> method to the <code>SolutionBuilderHost*</code> APIs</li>
<li>uses the transforms given by <code>getCustomTransformers</code> in Builder Program instances when running <code>emit()</code> methods in cases where <code>customTransforms</code> are not given.</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/microsoft/TypeScript/pull/44489 ">See the change for more details</a></p>
<h2>TypeScript 4.3.3</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3 ">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.0%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.3.0 (Beta)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.1%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.3.1 (RC)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.2%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.3.2</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.2%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.3.3</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43 ">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ">NuGet package</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="32210356e7 "><code>3221035</code></a> Bump version to 4.3.4 and LKG</li>
<li><a href="6d8fd79c62 "><code>6d8fd79</code></a> Add SolutionBuilderHostBase.getCustomTransformers to be used when emitting. (...</li>
<li><a href="14231aff09 "><code>14231af</code></a> Bump version to 4.3.3 and LKG</li>
<li><a href="89a171e308 "><code>89a171e</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44126 ">#44126</a> into release-4.3 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44189 ">#44189</a>)</li>
<li><a href="419f1e7fe8 "><code>419f1e7</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44070 ">#44070</a> into release-4.3 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44187 ">#44187</a>)</li>
<li><a href="60f6d7bb34 "><code>60f6d7b</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44394 ">#44394</a> into release-4.3 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44431 ">#44431</a>)</li>
<li><a href="b60901da4f "><code>b60901d</code></a> Fix duplicate visit of param tag comments (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44443 ">#44443</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44444 ">#44444</a>)</li>
<li><a href="4f7fe4a1de "><code>4f7fe4a</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44290 ">#44290</a> into release-4.3 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44425 ">#44425</a>)</li>
<li><a href="e425f573aa "><code>e425f57</code></a> Fix unintended 'as const' name lookup error (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44311 ">#44311</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44370 ">#44370</a>)</li>
<li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.4 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2483
Reviewed By: nikoant
Differential Revision: D29263792
Pulled By: mweststrate
fbshipit-source-id: a7a3fc3a52784d7056da24d2455d17ce1de2af51
2021-06-22 03:02:28 -07:00
dependabot[bot]
8596c0d701
Bump @typescript-eslint/parser from 4.26.1 to 4.27.0 in /flipper-js-client-sdk ( #2481 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.26.1 to 4.27.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.27.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0 ">4.27.0</a> (2021-06-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> allow explicit any for no-unsafe-return (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3498 ">#3498</a>) (<a href="b15a2b2a02 ">b15a2b2</a>)</li>
<li><strong>typescript-estree:</strong> allow providing more one than one existing program in config (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3508 ">#3508</a>) (<a href="4f1806e548 ">4f1806e</a>)</li>
<li><strong>typescript-estree:</strong> support override modifier for parameter property (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3485 ">#3485</a>) (<a href="33b9f69a68 ">33b9f69</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>ast-spec:</strong> specify <code>LogicalExpression</code>'s <code>operator</code> type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3497 ">#3497</a>) (<a href="9e343fdaa0 ">9e343fd</a>)</li>
<li><strong>ast-spec:</strong> specify <code>PunctuatorToken</code>'s <code>value</code> type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3496 ">#3496</a>) (<a href="fdb1d81f0f ">fdb1d81</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] add allowBitwiseExpressions option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3515 ">#3515</a>) (<a href="288092a085 ">288092a</a>)</li>
<li><strong>typescript-estree:</strong> add opt-in inference for single runs and create programs for projects up front (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3512 ">#3512</a>) (<a href="06c2d9ba54 ">06c2d9b</a>)</li>
<li>allow user to provide TS program instance in parser options (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3484 ">#3484</a>) (<a href="e855b18b8f ">e855b18</a>)</li>
</ul>
<h1>Single-Run Detection</h1>
<p>See the explanation for how to opt-in to this feature and how to provide feedback in this issue: <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3528 ">typescript-eslint/typescript-eslint#3528</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0 ">4.27.0</a> (2021-06-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>typescript-estree:</strong> allow providing more one than one existing program in config (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3508 ">#3508</a>) (<a href="4f1806e548 ">4f1806e</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>allow user to provide TS program instance in parser options (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3484 ">#3484</a>) (<a href="e855b18b8f ">e855b18</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b3ac5f6e21 "><code>b3ac5f6</code></a> chore: publish v4.27.0</li>
<li><a href="4f1806e548 "><code>4f1806e</code></a> fix(typescript-estree): allow providing more one than one existing program in...</li>
<li><a href="e855b18b8f "><code>e855b18</code></a> feat: allow user to provide TS program instance in parser options (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3484 ">#3484</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.27.0/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2481
Reviewed By: nikoant
Differential Revision: D29263788
Pulled By: mweststrate
fbshipit-source-id: 1d2f26fced9fa977631cf815572726efdaa22066
2021-06-22 03:02:28 -07:00
dependabot[bot]
aca74f250d
Bump eslint from 7.28.0 to 7.29.0 in /flipper-js-client-sdk ( #2480 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 7.28.0 to 7.29.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases ">eslint's releases</a>.</em></p>
<blockquote>
<h2>v7.29.0</h2>
<ul>
<li><a href="bfbfe5c1fd "><code>bfbfe5c</code></a> New: Add only to RuleTester (refs <a href="https://github-redirect.dependabot.com/eslint/rfcs/issues/73 ">eslint/rfcs#73</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14677 ">#14677</a>) (Brandon Mills)</li>
<li><a href="c2cd7b4a18 "><code>c2cd7b4</code></a> New: Add ESLint#getRulesMetaForResults() (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13654 ">#13654</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14716 ">#14716</a>) (Nicholas C. Zakas)</li>
<li><a href="eea7e0d09d "><code>eea7e0d</code></a> Chore: remove duplicate code (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14719 ">#14719</a>) (Nitin Kumar)</li>
<li><a href="6a1c7a0dac "><code>6a1c7a0</code></a> Fix: allow fallthrough comment inside block (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14701 ">#14701</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14702 ">#14702</a>) (Kevin Gibbons)</li>
<li><a href="a47e5e30b0 "><code>a47e5e3</code></a> Docs: Add Mega-Linter to the list of integrations (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14707 ">#14707</a>) (Nicolas Vuillamy)</li>
<li><a href="353ddf9650 "><code>353ddf9</code></a> Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14699 ">#14699</a>) (薛定谔的猫)</li>
<li><a href="757c49584a "><code>757c495</code></a> Chore: add some rules to eslint-config-eslint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14692 ">#14692</a>) (薛定谔的猫)</li>
<li><a href="c93a222563 "><code>c93a222</code></a> Docs: fix a broken link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14697 ">#14697</a>) (Sam Chen)</li>
<li><a href="655c1187fc "><code>655c118</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="e2bed2ead2 "><code>e2bed2e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="8490fb42e5 "><code>8490fb4</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="ddbe877c95 "><code>ddbe877</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md ">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.29.0 - June 18, 2021</p>
<ul>
<li><a href="bfbfe5c1fd "><code>bfbfe5c</code></a> New: Add only to RuleTester (refs <a href="https://github-redirect.dependabot.com/eslint/rfcs/issues/73 ">eslint/rfcs#73</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14677 ">#14677</a>) (Brandon Mills)</li>
<li><a href="c2cd7b4a18 "><code>c2cd7b4</code></a> New: Add ESLint#getRulesMetaForResults() (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13654 ">#13654</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14716 ">#14716</a>) (Nicholas C. Zakas)</li>
<li><a href="eea7e0d09d "><code>eea7e0d</code></a> Chore: remove duplicate code (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14719 ">#14719</a>) (Nitin Kumar)</li>
<li><a href="6a1c7a0dac "><code>6a1c7a0</code></a> Fix: allow fallthrough comment inside block (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14701 ">#14701</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14702 ">#14702</a>) (Kevin Gibbons)</li>
<li><a href="a47e5e30b0 "><code>a47e5e3</code></a> Docs: Add Mega-Linter to the list of integrations (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14707 ">#14707</a>) (Nicolas Vuillamy)</li>
<li><a href="353ddf9650 "><code>353ddf9</code></a> Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14699 ">#14699</a>) (薛定谔的猫)</li>
<li><a href="757c49584a "><code>757c495</code></a> Chore: add some rules to eslint-config-eslint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14692 ">#14692</a>) (薛定谔的猫)</li>
<li><a href="c93a222563 "><code>c93a222</code></a> Docs: fix a broken link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14697 ">#14697</a>) (Sam Chen)</li>
<li><a href="655c1187fc "><code>655c118</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="e2bed2ead2 "><code>e2bed2e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="8490fb42e5 "><code>8490fb4</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="ddbe877c95 "><code>ddbe877</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b402f7892f "><code>b402f78</code></a> 7.29.0</li>
<li><a href="a02dbd2822 "><code>a02dbd2</code></a> Build: changelog update for 7.29.0</li>
<li><a href="bfbfe5c1fd "><code>bfbfe5c</code></a> New: Add only to RuleTester (refs <a href="https://github-redirect.dependabot.com/eslint/rfcs/issues/73 ">eslint/rfcs#73</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14677 ">#14677</a>)</li>
<li><a href="c2cd7b4a18 "><code>c2cd7b4</code></a> New: Add ESLint#getRulesMetaForResults() (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13654 ">#13654</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14716 ">#14716</a>)</li>
<li><a href="eea7e0d09d "><code>eea7e0d</code></a> Chore: remove duplicate code (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14719 ">#14719</a>)</li>
<li><a href="6a1c7a0dac "><code>6a1c7a0</code></a> Fix: allow fallthrough comment inside block (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14701 ">#14701</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14702 ">#14702</a>)</li>
<li><a href="97d9bd2a80 "><code>97d9bd2</code></a> Revert "Update: ecmaVersion defaults to 5, and allows "latest" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14622 ">#14622</a>)" (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14 ">https://github.com/facebook/flipper/issues/14 </a>...</li>
<li><a href="a47e5e30b0 "><code>a47e5e3</code></a> Docs: Add Mega-Linter to the list of integrations (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14707 ">#14707</a>)</li>
<li><a href="353ddf9650 "><code>353ddf9</code></a> Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14699 ">#14699</a>)</li>
<li><a href="757c49584a "><code>757c495</code></a> Chore: add some rules to eslint-config-eslint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14692 ">#14692</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.28.0...v7.29.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2480
Reviewed By: nikoant
Differential Revision: D29263783
Pulled By: mweststrate
fbshipit-source-id: 4ead46d27cf3716cf57823f90df809685ad74835
2021-06-22 03:02:28 -07:00
dependabot[bot]
bc773713ce
Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.27.0 in /flipper-js-client-sdk ( #2472 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.26.0 to 4.27.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.27.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0 ">4.27.0</a> (2021-06-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> allow explicit any for no-unsafe-return (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3498 ">#3498</a>) (<a href="b15a2b2a02 ">b15a2b2</a>)</li>
<li><strong>typescript-estree:</strong> allow providing more one than one existing program in config (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3508 ">#3508</a>) (<a href="4f1806e548 ">4f1806e</a>)</li>
<li><strong>typescript-estree:</strong> support override modifier for parameter property (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3485 ">#3485</a>) (<a href="33b9f69a68 ">33b9f69</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>ast-spec:</strong> specify <code>LogicalExpression</code>'s <code>operator</code> type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3497 ">#3497</a>) (<a href="9e343fdaa0 ">9e343fd</a>)</li>
<li><strong>ast-spec:</strong> specify <code>PunctuatorToken</code>'s <code>value</code> type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3496 ">#3496</a>) (<a href="fdb1d81f0f ">fdb1d81</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] add allowBitwiseExpressions option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3515 ">#3515</a>) (<a href="288092a085 ">288092a</a>)</li>
<li><strong>typescript-estree:</strong> add opt-in inference for single runs and create programs for projects up front (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3512 ">#3512</a>) (<a href="06c2d9ba54 ">06c2d9b</a>)</li>
<li>allow user to provide TS program instance in parser options (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3484 ">#3484</a>) (<a href="e855b18b8f ">e855b18</a>)</li>
</ul>
<h1>Single-Run Detection</h1>
<p>See the explanation for how to opt-in to this feature and how to provide feedback in this issue: <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3528 ">typescript-eslint/typescript-eslint#3528</a></p>
<h2>v4.26.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1 ">4.26.1</a> (2021-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-includes] ignore option chaining before indexOfs (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3432 ">#3432</a>) (<a href="bf0cddbe52 ">bf0cddb</a>)</li>
<li><strong>eslint-plugin:</strong> fix doc url generation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3475 ">#3475</a>) (<a href="fc5f171b1a ">fc5f171</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3473 ">#3473</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md "><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0 ">4.27.0</a> (2021-06-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> allow explicit any for no-unsafe-return (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3498 ">#3498</a>) (<a href="b15a2b2a02 ">b15a2b2</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] add allowBitwiseExpressions option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3515 ">#3515</a>) (<a href="288092a085 ">288092a</a>)</li>
</ul>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1 ">4.26.1</a> (2021-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-includes] ignore option chaining before indexOfs (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3432 ">#3432</a>) (<a href="bf0cddbe52 ">bf0cddb</a>)</li>
<li><strong>eslint-plugin:</strong> fix doc url generation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3475 ">#3475</a>) (<a href="fc5f171b1a ">fc5f171</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3473 ">#3473</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="b3ac5f6e21 "><code>b3ac5f6</code></a> chore: publish v4.27.0</li>
<li><a href="b15a2b2a02 "><code>b15a2b2</code></a> fix(eslint-plugin): allow explicit any for no-unsafe-return (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3498 ">#3498</a>)</li>
<li><a href="288092a085 "><code>288092a</code></a> feat(eslint-plugin): [prefer-literal-enum-member] add allowBitwiseExpressions...</li>
<li><a href="ced9b26ce0 "><code>ced9b26</code></a> chore: add nx monorepo tooling (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3465 ">#3465</a>)</li>
<li><a href="dac8845c68 "><code>dac8845</code></a> chore: publish v4.26.1</li>
<li><a href="bf0cddbe52 "><code>bf0cddb</code></a> fix(eslint-plugin): [prefer-includes] ignore option chaining before indexOfs ...</li>
<li><a href="fc5f171b1a "><code>fc5f171</code></a> fix(eslint-plugin): fix doc url generation (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3475 ">#3475</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.27.0/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2472
Reviewed By: nikoant
Differential Revision: D29232802
Pulled By: mweststrate
fbshipit-source-id: cf83689899b53695d56c20717910d73f79a4c1ed
2021-06-21 11:11:38 -07:00
dependabot[bot]
7953a1e937
Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.26.1 in /flipper-js-client-sdk ( #2449 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.26.0 to 4.26.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.26.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1 ">4.26.1</a> (2021-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-includes] ignore option chaining before indexOfs (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3432 ">#3432</a>) (<a href="bf0cddbe52 ">bf0cddb</a>)</li>
<li><strong>eslint-plugin:</strong> fix doc url generation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3475 ">#3475</a>) (<a href="fc5f171b1a ">fc5f171</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3473 ">#3473</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md "><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1 ">4.26.1</a> (2021-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-includes] ignore option chaining before indexOfs (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3432 ">#3432</a>) (<a href="bf0cddbe52 ">bf0cddb</a>)</li>
<li><strong>eslint-plugin:</strong> fix doc url generation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3475 ">#3475</a>) (<a href="fc5f171b1a ">fc5f171</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3473 ">#3473</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="dac8845c68 "><code>dac8845</code></a> chore: publish v4.26.1</li>
<li><a href="bf0cddbe52 "><code>bf0cddb</code></a> fix(eslint-plugin): [prefer-includes] ignore option chaining before indexOfs ...</li>
<li><a href="fc5f171b1a "><code>fc5f171</code></a> fix(eslint-plugin): fix doc url generation (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3475 ">#3475</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.1/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2449
Reviewed By: muraziz
Differential Revision: D29162170
Pulled By: mweststrate
fbshipit-source-id: cbd0b65b4c7ed84dbafabe2c003c8f963ffff61f
2021-06-17 03:12:18 -07:00
dependabot[bot]
02daddb93a
Bump @typescript-eslint/parser from 4.26.0 to 4.26.1 in /flipper-js-client-sdk ( #2450 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.26.0 to 4.26.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.26.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1 ">4.26.1</a> (2021-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-includes] ignore option chaining before indexOfs (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3432 ">#3432</a>) (<a href="bf0cddbe52 ">bf0cddb</a>)</li>
<li><strong>eslint-plugin:</strong> fix doc url generation (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3475 ">#3475</a>) (<a href="fc5f171b1a ">fc5f171</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3473 ">#3473</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1 ">4.26.1</a> (2021-06-07)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="dac8845c68 "><code>dac8845</code></a> chore: publish v4.26.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.1/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2450
Reviewed By: muraziz
Differential Revision: D29162172
Pulled By: mweststrate
fbshipit-source-id: e3bb85c21e8efe47dfabdf848f62eef1c42882ce
2021-06-16 08:38:35 -07:00
dependabot[bot]
296ad402bb
Bump eslint from 7.27.0 to 7.28.0 in /flipper-js-client-sdk ( #2417 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 7.27.0 to 7.28.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases ">eslint's releases</a>.</em></p>
<blockquote>
<h2>v7.28.0</h2>
<ul>
<li><a href="1237705dd0 "><code>1237705</code></a> Upgrade: <code>@eslint/eslintrc</code> to 0.4.2 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14672 ">#14672</a>) (Milos Djermanovic)</li>
<li><a href="123fb86487 "><code>123fb86</code></a> Docs: Add Feedback Needed triage description (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14670 ">#14670</a>) (Nicholas C. Zakas)</li>
<li><a href="c5451635b4 "><code>c545163</code></a> Update: support multiline /<em>eslint-env</em>/ directives (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14652 ">#14652</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14660 ">#14660</a>) (薛定谔的猫)</li>
<li><a href="8d1e75a31b "><code>8d1e75a</code></a> Upgrade: glob-parent version in package.json (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14658 ">#14658</a>) (Hamza Najeeb)</li>
<li><a href="1f048cb0ee "><code>1f048cb</code></a> Fix: no-implicit-coercion false positive with <code>String()</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14623 ">#14623</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14641 ">#14641</a>) (Milos Djermanovic)</li>
<li><a href="d709abfdde "><code>d709abf</code></a> Chore: fix comment location in no-unused-vars (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14648 ">#14648</a>) (Milos Djermanovic)</li>
<li><a href="e44ce0a8ac "><code>e44ce0a</code></a> Fix: no-duplicate-imports allow unmergeable (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12758 ">#12758</a>, fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12760 ">#12760</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14238 ">#14238</a>) (Soufiane Boutahlil)</li>
<li><a href="bb66a3d91a "><code>bb66a3d</code></a> New: add <code>getPhysicalFilename()</code> method to rule context (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11989 ">#11989</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14616 ">#14616</a>) (Nitin Kumar)</li>
<li><a href="2e43dacd24 "><code>2e43dac</code></a> Docs: fix <code>no-sequences</code> example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14643 ">#14643</a>) (Nitin Kumar)</li>
<li><a href="958ff4e8a5 "><code>958ff4e</code></a> Docs: add note for arrow functions in no-seq rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14578 ">#14578</a>) (Nitin Kumar)</li>
<li><a href="e4f111b67d "><code>e4f111b</code></a> Fix: arrow-body-style crash with object pattern (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14633 ">#14633</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14635 ">#14635</a>) (Milos Djermanovic)</li>
<li><a href="ec28b5a2bd "><code>ec28b5a</code></a> Chore: upgrade eslint-plugin-eslint-plugin (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14590 ">#14590</a>) (薛定谔的猫)</li>
<li><a href="85a2725b1f "><code>85a2725</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md ">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.28.0 - June 4, 2021</p>
<ul>
<li><a href="1237705dd0 "><code>1237705</code></a> Upgrade: <code>@eslint/eslintrc</code> to 0.4.2 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14672 ">#14672</a>) (Milos Djermanovic)</li>
<li><a href="123fb86487 "><code>123fb86</code></a> Docs: Add Feedback Needed triage description (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14670 ">#14670</a>) (Nicholas C. Zakas)</li>
<li><a href="c5451635b4 "><code>c545163</code></a> Update: support multiline /<em>eslint-env</em>/ directives (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14652 ">#14652</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14660 ">#14660</a>) (薛定谔的猫)</li>
<li><a href="8d1e75a31b "><code>8d1e75a</code></a> Upgrade: glob-parent version in package.json (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14658 ">#14658</a>) (Hamza Najeeb)</li>
<li><a href="1f048cb0ee "><code>1f048cb</code></a> Fix: no-implicit-coercion false positive with <code>String()</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14623 ">#14623</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14641 ">#14641</a>) (Milos Djermanovic)</li>
<li><a href="d709abfdde "><code>d709abf</code></a> Chore: fix comment location in no-unused-vars (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14648 ">#14648</a>) (Milos Djermanovic)</li>
<li><a href="e44ce0a8ac "><code>e44ce0a</code></a> Fix: no-duplicate-imports allow unmergeable (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12758 ">#12758</a>, fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12760 ">#12760</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14238 ">#14238</a>) (Soufiane Boutahlil)</li>
<li><a href="bb66a3d91a "><code>bb66a3d</code></a> New: add <code>getPhysicalFilename()</code> method to rule context (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11989 ">#11989</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14616 ">#14616</a>) (Nitin Kumar)</li>
<li><a href="2e43dacd24 "><code>2e43dac</code></a> Docs: fix <code>no-sequences</code> example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14643 ">#14643</a>) (Nitin Kumar)</li>
<li><a href="958ff4e8a5 "><code>958ff4e</code></a> Docs: add note for arrow functions in no-seq rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14578 ">#14578</a>) (Nitin Kumar)</li>
<li><a href="e4f111b67d "><code>e4f111b</code></a> Fix: arrow-body-style crash with object pattern (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14633 ">#14633</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14635 ">#14635</a>) (Milos Djermanovic)</li>
<li><a href="ec28b5a2bd "><code>ec28b5a</code></a> Chore: upgrade eslint-plugin-eslint-plugin (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14590 ">#14590</a>) (薛定谔的猫)</li>
<li><a href="85a2725b1f "><code>85a2725</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="55c1a50340 "><code>55c1a50</code></a> 7.28.0</li>
<li><a href="78d3e5dee4 "><code>78d3e5d</code></a> Build: changelog update for 7.28.0</li>
<li><a href="1237705dd0 "><code>1237705</code></a> Upgrade: <code>@eslint/eslintrc</code> to 0.4.2 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14672 ">#14672</a>)</li>
<li><a href="123fb86487 "><code>123fb86</code></a> Docs: Add Feedback Needed triage description (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14670 ">#14670</a>)</li>
<li><a href="c5451635b4 "><code>c545163</code></a> Update: support multiline /<em>eslint-env</em>/ directives (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14652 ">#14652</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14660 ">#14660</a>)</li>
<li><a href="8d1e75a31b "><code>8d1e75a</code></a> Upgrade: glob-parent version in package.json (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14658 ">#14658</a>)</li>
<li><a href="1f048cb0ee "><code>1f048cb</code></a> Fix: no-implicit-coercion false positive with <code>String()</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14623 ">#14623</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14641 ">#14641</a>)</li>
<li><a href="d709abfdde "><code>d709abf</code></a> Chore: fix comment location in no-unused-vars (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14648 ">#14648</a>)</li>
<li><a href="e44ce0a8ac "><code>e44ce0a</code></a> Fix: no-duplicate-imports allow unmergeable (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12758 ">#12758</a>, fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12760 ">#12760</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14 ">https://github.com/facebook/flipper/issues/14 </a>...</li>
<li><a href="bb66a3d91a "><code>bb66a3d</code></a> New: add <code>getPhysicalFilename()</code> method to rule context (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11989 ">#11989</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14616 ">#14616</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.27.0...v7.28.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2417
Reviewed By: mweststrate
Differential Revision: D29028054
Pulled By: passy
fbshipit-source-id: a441dce9df2c1194c9c51b6cff25f3ccd2cbc858
2021-06-10 10:43:42 -07:00
dependabot[bot]
31d49f633a
Bump prettier from 2.3.0 to 2.3.1 in /flipper-js-client-sdk ( #2416 )
...
Summary:
Bumps [prettier](https://github.com/prettier/prettier ) from 2.3.0 to 2.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>v2.3.1</h2>
<p><a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#231 ">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.3.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.3.0...2.3.1 ">diff</a></p>
<h4>Support TypeScript 4.3 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10945 ">#10945</a> by <a href="https://github.com/sosukesuzuki "><code>@sosukesuzuki</code></a>)</h4>
<h5><a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#override "><code>override</code> modifiers in class elements</a></h5>
<pre lang="ts"><code>class Foo extends {
override method() {}
}
</code></pre>
<h5><a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#static-index-signatures ">static index signatures (<code>[key: KeyType]: ValueType</code>) in classes</a></h5>
<pre lang="ts"><code>class Foo {
static [key: string]: Bar;
}
</code></pre>
<h5><a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#separate-write-types "><code>get</code> / <code>set</code> in type declarations</a></h5>
<pre lang="ts"><code>interface Foo {
set foo(value);
get foo(): string;
}
</code></pre>
<h4>Preserve attributes order for element node (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10958 ">#10958</a> by <a href="https://github.com/dcyriller "><code>@dcyriller</code></a>)</h4>
<pre lang="handlebars"><code>{{!-- Input --}}
<MyComponent
{{! this is a comment for arg 1}}
arg1="hello"
{{on "clik" this.modify}}
arg2="hello"
{{! this is a comment for arg 3}}
arg3="hello"
arg4="hello"
{{! this is a comment for arg 5}}
arg5="hello"
...arguments
/>
{{!-- Prettier stable --}}
<MyComponent
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d770f49dc0 "><code>d770f49</code></a> Release 2.3.1</li>
<li><a href="09d65c35af "><code>09d65c3</code></a> Revert features for minor (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11016 ">#11016</a>)</li>
<li><a href="3cd28ca80d "><code>3cd28ca</code></a> Preserve attributes order for element node (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10958 ">#10958</a>)</li>
<li><a href="c3c300dd8f "><code>c3c300d</code></a> Remove <code>types/node</code> package (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10994 ">#10994</a>)</li>
<li><a href="4b4aeaffa5 "><code>4b4aeaf</code></a> Fix a typo (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11009 ">#11009</a>)</li>
<li><a href="cedaec3c2d "><code>cedaec3</code></a> Fix docs urls for internal lint rules (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11011 ">#11011</a>)</li>
<li><a href="1d69549452 "><code>1d69549</code></a> Update v2.3 blog post (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11002 ">#11002</a>)</li>
<li><a href="ddcfdd47f3 "><code>ddcfdd4</code></a> Build(deps): Bump linguist-languages from 7.14.0 to 7.15.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10990 ">#10990</a>)</li>
<li><a href="c8133f8afa "><code>c8133f8</code></a> Fix <code>StringLiteral</code> print (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10997 ">#10997</a>)</li>
<li><a href="3a7179194e "><code>3a71791</code></a> Build(deps): Bump <code>@angular/compiler</code> from 11.2.14 to 12.0.2 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10995 ">#10995</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.3.0...2.3.1 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2416
Reviewed By: mweststrate
Differential Revision: D29028053
Pulled By: passy
fbshipit-source-id: 9ddd5c09aab6e31ad15505806d50373150e88aaa
2021-06-10 09:39:31 -07:00
Pascal Hartig
f4c64c02e8
Mass dep bump
...
Summary: Bringing everything to latest.
Reviewed By: nikoant
Differential Revision: D28831357
fbshipit-source-id: 11e7091a7a2834c9b6445bd75e6880c6fbb605d9
2021-06-02 13:27:31 -07:00
dependabot[bot]
1aa20c6237
Bump eslint from 7.26.0 to 7.27.0 in /flipper-js-client-sdk ( #2353 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 7.26.0 to 7.27.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases ">eslint's releases</a>.</em></p>
<blockquote>
<h2>v7.27.0</h2>
<ul>
<li><a href="2c0868cbea "><code>2c0868c</code></a> Chore: merge all html formatter files into <code>html.js</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14612 ">#14612</a>) (Milos Djermanovic)</li>
<li><a href="9e9b5e0747 "><code>9e9b5e0</code></a> Update: no-unused-vars false negative with comma operator (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14325 ">#14325</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14354 ">#14354</a>) (Nitin Kumar)</li>
<li><a href="afe95693e1 "><code>afe9569</code></a> Chore: use includes instead of indexOf (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14607 ">#14607</a>) (Mikhail Bodrov)</li>
<li><a href="c0f418e247 "><code>c0f418e</code></a> Chore: Remove lodash (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14287 ">#14287</a>) (Stephen Wade)</li>
<li><a href="52655dd549 "><code>52655dd</code></a> Update: no-restricted-imports custom message for patterns (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11843 ">#11843</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14580 ">#14580</a>) (Alex Holden)</li>
<li><a href="967b1c4cec "><code>967b1c4</code></a> Chore: Fix typo in large.js (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14589 ">#14589</a>) (Ikko Ashimine)</li>
<li><a href="2466a05160 "><code>2466a05</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="fe29f18227 "><code>fe29f18</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="086c1d6e85 "><code>086c1d6</code></a> Chore: add more test cases for <code>no-sequences</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14579 ">#14579</a>) (Nitin Kumar)</li>
<li><a href="6a2ced892c "><code>6a2ced8</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md ">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.27.0 - May 21, 2021</p>
<ul>
<li><a href="2c0868cbea "><code>2c0868c</code></a> Chore: merge all html formatter files into <code>html.js</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14612 ">#14612</a>) (Milos Djermanovic)</li>
<li><a href="9e9b5e0747 "><code>9e9b5e0</code></a> Update: no-unused-vars false negative with comma operator (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14325 ">#14325</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14354 ">#14354</a>) (Nitin Kumar)</li>
<li><a href="afe95693e1 "><code>afe9569</code></a> Chore: use includes instead of indexOf (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14607 ">#14607</a>) (Mikhail Bodrov)</li>
<li><a href="c0f418e247 "><code>c0f418e</code></a> Chore: Remove lodash (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14287 ">#14287</a>) (Stephen Wade)</li>
<li><a href="52655dd549 "><code>52655dd</code></a> Update: no-restricted-imports custom message for patterns (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11843 ">#11843</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14580 ">#14580</a>) (Alex Holden)</li>
<li><a href="967b1c4cec "><code>967b1c4</code></a> Chore: Fix typo in large.js (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14589 ">#14589</a>) (Ikko Ashimine)</li>
<li><a href="2466a05160 "><code>2466a05</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="fe29f18227 "><code>fe29f18</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="086c1d6e85 "><code>086c1d6</code></a> Chore: add more test cases for <code>no-sequences</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14579 ">#14579</a>) (Nitin Kumar)</li>
<li><a href="6a2ced892c "><code>6a2ced8</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="18c791ad51 "><code>18c791a</code></a> 7.27.0</li>
<li><a href="ebd1292454 "><code>ebd1292</code></a> Build: changelog update for 7.27.0</li>
<li><a href="2c0868cbea "><code>2c0868c</code></a> Chore: merge all html formatter files into <code>html.js</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14612 ">#14612</a>)</li>
<li><a href="9e9b5e0747 "><code>9e9b5e0</code></a> Update: no-unused-vars false negative with comma operator (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14325 ">#14325</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14 ">https://github.com/facebook/flipper/issues/14 </a>...</li>
<li><a href="afe95693e1 "><code>afe9569</code></a> Chore: use includes instead of indexOf (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14607 ">#14607</a>)</li>
<li><a href="c0f418e247 "><code>c0f418e</code></a> Chore: Remove lodash (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14287 ">#14287</a>)</li>
<li><a href="52655dd549 "><code>52655dd</code></a> Update: no-restricted-imports custom message for patterns (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11843 ">#11843</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14 ">https://github.com/facebook/flipper/issues/14 </a>...</li>
<li><a href="967b1c4cec "><code>967b1c4</code></a> Chore: Fix typo in large.js (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14589 ">#14589</a>)</li>
<li><a href="2466a05160 "><code>2466a05</code></a> Sponsors: Sync README with website</li>
<li><a href="fe29f18227 "><code>fe29f18</code></a> Sponsors: Sync README with website</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.26.0...v7.27.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2353
Reviewed By: nikoant
Differential Revision: D28830907
Pulled By: passy
fbshipit-source-id: c36b197d877853d573568d13eedc8b782f6cc277
2021-06-02 07:12:02 -07:00
dependabot[bot]
adbcad6da1
Bump eslint-plugin-react from 7.23.2 to 7.24.0 in /flipper-js-client-sdk ( #2387 )
...
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) from 7.23.2 to 7.24.0.
<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><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0 ">7.24.0</a> - 2021.05.27</h2>
<h3>Added</h3>
<ul>
<li>component detection: add componentWrapperFunctions setting (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2713 ">#2713</a>[] @<a href="https://github.com/jzabala "><code>@jzabala</code></a> <a href="https://github.com/LandonSchropp "><code>@LandonSchropp</code></a>)</li>
<li>[<code>no-unused-prop-types</code>]: add ignore option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2972 ">#2972</a>[] <a href="https://github.com/grit96 "><code>@grit96</code></a>)</li>
<li>version detection: support recursive processor virtual filename (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2965 ">#2965</a>[] <a href="https://github.com/JounQin "><code>@JounQin</code></a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>jsx-handler-names</code>]: properly substitute value into message (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2975 ">#2975</a>[] <a href="https://github.com/G-Rath "><code>@G-Rath</code></a>)</li>
<li>[<code>jsx-uses-vars</code>]: ignore namespaces (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2985 ">#2985</a>[] <a href="https://github.com/remcohaszing "><code>@remcohaszing</code></a>)</li>
<li>[<code>jsx-no-undef</code>]: ignore namespaces (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2986 ">#2986</a>[] <a href="https://github.com/remcohaszing "><code>@remcohaszing</code></a>)</li>
<li>[<code>jsx-child-element-spacing</code>]: Don't flag whitespace around <code><br/></code> tags (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2989 ">#2989</a>[] <a href="https://github.com/pascalpp "><code>@pascalpp</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] [<code>jsx-newline</code>]: Fix minor spelling error on rule name (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2974 ">#2974</a>[] <a href="https://github.com/DennisSkoko "><code>@DennisSkoko</code></a>)</li>
<li>[Refactor] [<code>void-dom-elements-no-children</code>]: improve performance</li>
<li>[readme] fix missing trailing commas (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2980 ">#2980</a>[] <a href="https://github.com/sugardon "><code>@sugardon</code></a>)</li>
<li>[readme] fix broken anchor link (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2982 ">#2982</a>[] <a href="https://github.com/vzvu3k6k "><code>@vzvu3k6k</code></a>)</li>
<li>[Docs] [<code>jsx-child-element-spacing</code>]: fixes sentence which ends abruptly (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2990 ">#2990</a>[] <a href="https://github.com/pascalpp "><code>@pascalpp</code></a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2990 ">#2990</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2990 ">yannickcr/eslint-plugin-react#2990</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2989 ">#2989</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2989 ">yannickcr/eslint-plugin-react#2989</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2986 ">#2986</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2986 ">yannickcr/eslint-plugin-react#2986</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2985 ">#2985</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2985 ">yannickcr/eslint-plugin-react#2985</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2982 ">#2982</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2982 ">yannickcr/eslint-plugin-react#2982</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2980 ">#2980</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2980 ">yannickcr/eslint-plugin-react#2980</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2977 ">#2977</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2977 ">yannickcr/eslint-plugin-react#2977</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2975 ">#2975</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2975 ">yannickcr/eslint-plugin-react#2975</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2974 ">#2974</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2974 ">yannickcr/eslint-plugin-react#2974</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2972 ">#2972</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2972 ">yannickcr/eslint-plugin-react#2972</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2965 ">#2965</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2965 ">yannickcr/eslint-plugin-react#2965</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2713 ">#2713</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2713 ">yannickcr/eslint-plugin-react#2713</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="291acbfd6a "><code>291acbf</code></a> Update CHANGELOG and bump version</li>
<li><a href="58123c48dd "><code>58123c4</code></a> [Deps] update <code>object.entries</code>, <code>object.values</code>, <code>string.prototype.matchall</code></li>
<li><a href="880ab8c9ed "><code>880ab8c</code></a> [Fix] version detection: support recursive processor virtual filename</li>
<li><a href="f0e67007af "><code>f0e6700</code></a> [Dev Deps] pin <code>types/eslint</code> due to a breaking change in a patch</li>
<li><a href="6c1e5b3866 "><code>6c1e5b3</code></a> [Docs] [<code>jsx-child-element-spacing</code>]: fixes sentence which ends abruptly</li>
<li><a href="9a140a57c3 "><code>9a140a5</code></a> [Fix] <code>jsx-child-element-spacing</code>: Don't flag whitespace around <code>\<br/></code> tags</li>
<li><a href="9aa539d04a "><code>9aa539d</code></a> [Fix] <code>jsx-no-undef</code>: ignore namespaces</li>
<li><a href="f864ac1bba "><code>f864ac1</code></a> [Fix] <code>jsx-uses-vars</code>: ignore namespaces</li>
<li><a href="89ba8c51aa "><code>89ba8c5</code></a> [readme] fix broken anchor link</li>
<li><a href="0f4b6264d7 "><code>0f4b626</code></a> [readme] fix missing trailing commas</li>
<li>Additional commits viewable in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2387
Reviewed By: nikoant
Differential Revision: D28795393
Pulled By: passy
fbshipit-source-id: cbc53f453f9e484e2a0b7ba5704fc2fbf727e51a
2021-06-02 03:35:19 -07:00
dependabot[bot]
e00ad1a45d
Bump typescript from 4.2.4 to 4.3.2 in /flipper-js-client-sdk ( #2384 )
...
Summary:
allow-large-files
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.4 to 4.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases ">typescript's releases</a>.</em></p>
<blockquote>
<h2>TypeScript 4.3.2</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3 ">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.0%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.3.0 (Beta)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.1%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.3.1 (RC)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.2%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.3.2</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43 ">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ">NuGet package</a></li>
</ul>
<h2>TypeScript 4.3 RC</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3-rc ">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.0%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.3.0 (Beta)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.3.1%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.3.1 (RC)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43 ">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ">NuGet package</a></li>
</ul>
<h2>TypeScript 4.3 Beta</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3-beta/ ">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/Microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.3.0%22 ">fixed issues query for Typescript 4.3.0 (Beta)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43beta ">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ">NuGet package</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="28e3e6ff2f "><code>28e3e6f</code></a> � Pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44219 ">#44219</a> (Properly remove generic types that ...) into release-4.3 (#...</li>
<li><a href="d6e6fa728e "><code>d6e6fa7</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44129 ">#44129</a> into release-4.3 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44240 ">#44240</a>)</li>
<li><a href="27d6e4490d "><code>27d6e44</code></a> Bump version to 4.3.2 and LKG</li>
<li><a href="fed2315062 "><code>fed2315</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44186 ">#44186</a> into release-4.3 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44188 ">#44188</a>)</li>
<li><a href="dec8261174 "><code>dec8261</code></a> Revert <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/43460 ">#43460</a> and <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/40884 ">#40884</a> (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44175 ">#44175</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44177 ">#44177</a>)</li>
<li><a href="22c3c24cf0 "><code>22c3c24</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44125 ">#44125</a> into release-4.3 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44136 ">#44136</a>)</li>
<li><a href="1d850c0927 "><code>1d850c0</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44008 ">#44008</a> into release-4.3 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44029 ">#44029</a>)</li>
<li><a href="d805ce877a "><code>d805ce8</code></a> Bump version to 4.3.1-rc and LKG</li>
<li><a href="bab601b5e6 "><code>bab601b</code></a> Merge remote-tracking branch 'origin/master' into release-4.3</li>
<li><a href="5b1e873b03 "><code>5b1e873</code></a> Update diagnostic message and quickfix for parameter property (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44010 ">#44010</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2384
Reviewed By: nikoant
Differential Revision: D28795398
Pulled By: passy
fbshipit-source-id: 72b94ef98ae2fde999555c1bca7cb330069313e4
2021-06-01 09:25:42 -07:00
dependabot[bot]
5c8fef0fda
Bump @typescript-eslint/parser from 4.23.0 to 4.25.0 in /flipper-js-client-sdk ( #2386 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.23.0 to 4.25.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.25.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0 ">4.25.0</a> (2021-05-24)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>corrected no-unsupported-browser-code in roadmap as unimplemented (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3407 ">#3407</a>) (<a href="2319b0e184 ">2319b0e</a>)</li>
<li><strong>experimental-utils:</strong> fix <code>isAwaitKeyword</code> predicate in ast-utils (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3290 ">#3290</a>) (<a href="c15da67b93 ">c15da67</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>typescript-estree:</strong> [TS4.3] support overrides on class members (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3429 ">#3429</a>) (<a href="21d1b62a0b ">21d1b62</a>)</li>
<li><strong>typescript-estree:</strong> add support for getter/setter signatures on types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3427 ">#3427</a>) (<a href="b830b7f4e8 ">b830b7f</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3272 ">#3272</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3272 ">#3272</a></li>
</ul>
<h2>v4.24.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0 ">4.24.0</a> (2021-05-17)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-shadow] fix static class method generics shadowing class generics (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3393 ">#3393</a>) (<a href="b1e1c8a446 ">b1e1c8a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2592 ">#2592</a></li>
<li><strong>eslint-plugin:</strong> [no-unsafe-*] special case handling for the empty map constructor with no generics (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3394 ">#3394</a>) (<a href="cae4f4a0f3 ">cae4f4a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2109 ">https://github.com/facebook/flipper/issues/2109 </a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with <code>noPropertyAccessFromIndexSignature</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3361 ">#3361</a>) (<a href="37ec2c2264 ">37ec2c2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0 ">4.25.0</a> (2021-05-24)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0 ">4.24.0</a> (2021-05-17)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c380f7da8b "><code>c380f7d</code></a> chore: publish v4.25.0</li>
<li><a href="e8ce2bfabd "><code>e8ce2bf</code></a> chore: publish v4.24.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.25.0/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2386
Reviewed By: nikoant
Differential Revision: D28795394
Pulled By: passy
fbshipit-source-id: d5373e8b027c3fe9d77e936372e7940ac97ad2d6
2021-06-01 09:14:54 -07:00
dependabot[bot]
9bfcadc2ef
Bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.25.0 in /flipper-js-client-sdk ( #2369 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.23.0 to 4.25.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.25.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0 ">4.25.0</a> (2021-05-24)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>corrected no-unsupported-browser-code in roadmap as unimplemented (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3407 ">#3407</a>) (<a href="2319b0e184 ">2319b0e</a>)</li>
<li><strong>experimental-utils:</strong> fix <code>isAwaitKeyword</code> predicate in ast-utils (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3290 ">#3290</a>) (<a href="c15da67b93 ">c15da67</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>typescript-estree:</strong> [TS4.3] support overrides on class members (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3429 ">#3429</a>) (<a href="21d1b62a0b ">21d1b62</a>)</li>
<li><strong>typescript-estree:</strong> add support for getter/setter signatures on types (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3427 ">#3427</a>) (<a href="b830b7f4e8 ">b830b7f</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3272 ">#3272</a> <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3272 ">#3272</a></li>
</ul>
<h2>v4.24.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0 ">4.24.0</a> (2021-05-17)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-shadow] fix static class method generics shadowing class generics (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3393 ">#3393</a>) (<a href="b1e1c8a446 ">b1e1c8a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2592 ">#2592</a></li>
<li><strong>eslint-plugin:</strong> [no-unsafe-*] special case handling for the empty map constructor with no generics (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3394 ">#3394</a>) (<a href="cae4f4a0f3 ">cae4f4a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2109 ">https://github.com/facebook/flipper/issues/2109 </a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with <code>noPropertyAccessFromIndexSignature</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3361 ">#3361</a>) (<a href="37ec2c2264 ">37ec2c2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md "><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0 ">4.25.0</a> (2021-05-24)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>corrected no-unsupported-browser-code in roadmap as unimplemented (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3407 ">#3407</a>) (<a href="2319b0e184 ">2319b0e</a>)</li>
</ul>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.23.0...v4.24.0 ">4.24.0</a> (2021-05-17)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-shadow] fix static class method generics shadowing class generics (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3393 ">#3393</a>) (<a href="b1e1c8a446 ">b1e1c8a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2592 ">#2592</a></li>
<li><strong>eslint-plugin:</strong> [no-unsafe-*] special case handling for the empty map constructor with no generics (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3394 ">#3394</a>) (<a href="cae4f4a0f3 ">cae4f4a</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2109 ">https://github.com/facebook/flipper/issues/2109 </a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with <code>noPropertyAccessFromIndexSignature</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3361 ">#3361</a>) (<a href="37ec2c2264 ">37ec2c2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c380f7da8b "><code>c380f7d</code></a> chore: publish v4.25.0</li>
<li><a href="4a20ee5f8b "><code>4a20ee5</code></a> chore: update typescript to 4.3-rc (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3426 ">#3426</a>)</li>
<li><a href="2319b0e184 "><code>2319b0e</code></a> fix: corrected no-unsupported-browser-code in roadmap as unimplemented (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3407 ">#3407</a>)</li>
<li><a href="9c678593bf "><code>9c67859</code></a> docs: updated no-delete-expression roadmap equivalent to no-dynamic-delete (#...</li>
<li><a href="6291f38a9c "><code>6291f38</code></a> docs(eslint-plugin): [no-unnecessary-boolean-literal-compare] fix fixer docs ...</li>
<li><a href="e8ce2bfabd "><code>e8ce2bf</code></a> chore: publish v4.24.0</li>
<li><a href="cae4f4a0f3 "><code>cae4f4a</code></a> fix(eslint-plugin): [no-unsafe-*] special case handling for the empty map con...</li>
<li><a href="37ec2c2264 "><code>37ec2c2</code></a> feat(eslint-plugin): [dot-notation] optionally allow square bracket notation ...</li>
<li><a href="b1e1c8a446 "><code>b1e1c8a</code></a> fix(eslint-plugin): [no-shadow] fix static class method generics shadowing cl...</li>
<li><a href="b85261c209 "><code>b85261c</code></a> docs(eslint-plugin): update justification for <code>prefer-regexp-exec</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3392 ">#3392</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.25.0/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2369
Reviewed By: passy
Differential Revision: D28714457
Pulled By: nikoant
fbshipit-source-id: 8aeeecbec6cf207ab95b19870ccb16b566e5db0b
2021-05-27 04:01:11 -07:00
dependabot[bot]
550305ee99
Bump ansi-to-html from 0.6.14 to 0.6.15 in /flipper-js-client-sdk ( #2318 )
...
Summary:
Bumps [ansi-to-html](https://github.com/rburns/ansi-to-html ) from 0.6.14 to 0.6.15.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/rburns/ansi-to-html/commits ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2318
Reviewed By: priteshrnandgaonkar
Differential Revision: D28474718
Pulled By: mweststrate
fbshipit-source-id: e153a70fc3c1e85c62dec9bb752fa8171fba3c18
2021-05-20 07:42:26 -07:00
dependabot[bot]
7020c894eb
Bump @typescript-eslint/parser from 4.22.1 to 4.23.0 in /flipper-js-client-sdk ( #2321 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.22.1 to 4.23.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.23.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0 ">4.23.0</a> (2021-05-10)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>scope-manager:</strong> fix visiting TSAsExpression in assignment (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3355 ">#3355</a>) (<a href="87521a0241 ">87521a0</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>experimental-utils:</strong> Include <code>getCwd()</code> in <code>RuleContext</code> type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3308 ">#3308</a>) (<a href="2b75c11d69 ">2b75c11</a>)</li>
<li>refactor to split AST specification out as its own module (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2911 ">#2911</a>) (<a href="25ea953cc6 ">25ea953</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0 ">4.23.0</a> (2021-05-10)</h1>
<h3>Features</h3>
<ul>
<li>refactor to split AST specification out as its own module (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2911 ">#2911</a>) (<a href="25ea953cc6 ">25ea953</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="18d8151e54 "><code>18d8151</code></a> chore: publish v4.23.0</li>
<li><a href="25ea953cc6 "><code>25ea953</code></a> feat: refactor to split AST specification out as its own module (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/2911 ">#2911</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.23.0/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2321
Reviewed By: priteshrnandgaonkar
Differential Revision: D28474731
Pulled By: mweststrate
fbshipit-source-id: 024f6b7be85dad7c4645e966ca7a308fd98c8b85
2021-05-20 07:42:26 -07:00
dependabot[bot]
1d05f32372
Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.23.0 in /flipper-js-client-sdk ( #2320 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.22.1 to 4.23.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.23.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0 ">4.23.0</a> (2021-05-10)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>scope-manager:</strong> fix visiting TSAsExpression in assignment (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3355 ">#3355</a>) (<a href="87521a0241 ">87521a0</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>experimental-utils:</strong> Include <code>getCwd()</code> in <code>RuleContext</code> type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3308 ">#3308</a>) (<a href="2b75c11d69 ">2b75c11</a>)</li>
<li>refactor to split AST specification out as its own module (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2911 ">#2911</a>) (<a href="25ea953cc6 ">25ea953</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md "><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0 ">4.23.0</a> (2021-05-10)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>scope-manager:</strong> fix visiting TSAsExpression in assignment (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3355 ">#3355</a>) (<a href="87521a0241 ">87521a0</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>refactor to split AST specification out as its own module (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2911 ">#2911</a>) (<a href="25ea953cc6 ">25ea953</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="18d8151e54 "><code>18d8151</code></a> chore: publish v4.23.0</li>
<li><a href="87521a0241 "><code>87521a0</code></a> fix(scope-manager): fix visiting TSAsExpression in assignment (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/3355 ">#3355</a>)</li>
<li><a href="25ea953cc6 "><code>25ea953</code></a> feat: refactor to split AST specification out as its own module (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/2911 ">#2911</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.23.0/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2320
Reviewed By: priteshrnandgaonkar
Differential Revision: D28474729
Pulled By: mweststrate
fbshipit-source-id: 77d05a62f00c50fbd61698322e7b0273af8fbd9f
2021-05-18 06:42:09 -07:00
dependabot[bot]
e22ef757d5
Bump eslint-plugin-import from 2.22.1 to 2.23.2 in /flipper-js-client-sdk ( #2319 )
...
Summary:
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.22.1 to 2.23.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/benmosher/eslint-plugin-import/releases ">eslint-plugin-import's releases</a>.</em></p>
<blockquote>
<h2>v2.23.0</h2>
<p><a href="https://github.com/benmosher/eslint-plugin-import/blob/v2.23.0/CHANGELOG.md#2230---2021-05-13 ">https://github.com/benmosher/eslint-plugin-import/blob/v2.23.0/CHANGELOG.md#2230---2021-05-13 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md ">eslint-plugin-import's changelog</a>.</em></p>
<blockquote>
<h2>[2.23.2] - 2021-05-15</h2>
<h3>Changed</h3>
<ul>
<li>[meta] add <code>safe-publish-latest</code>; use <code>prepublishOnly</code> script for npm 7+</li>
</ul>
<h2>[2.23.1] - 2021-05-14</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>newline-after-import</code>]: fix crash with <code>export {}</code> syntax (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2063 ">https://github.com/facebook/flipper/issues/2063 </a>, <a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2056 ">https://github.com/facebook/flipper/issues/2056 </a>, thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
<li><code>ExportMap</code>: do not crash when tsconfig lacks <code>.compilerOptions</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2067 ">https://github.com/facebook/flipper/issues/2067 </a>, thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
<li>[<code>order</code>]: fix alphabetical sorting (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2071 ">https://github.com/facebook/flipper/issues/2071 </a>, thanks [<a href="https://github.com/grit96 "><code>@grit96</code></a>])</li>
</ul>
<h2>[2.23.0] - 2021-05-13</h2>
<h3>Added</h3>
<ul>
<li>[<code>no-commonjs</code>]: Also detect require calls with expressionless template literals: <code>require(`x`)</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1958 ">https://github.com/facebook/flipper/issues/1958 </a>, thanks [<a href="https://github.com/FloEdelmann "><code>@FloEdelmann</code></a>])</li>
<li>[<code>no-internal-modules</code>]: Add <code>forbid</code> option (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1846 ">https://github.com/facebook/flipper/issues/1846 </a>, thanks [<a href="https://github.com/guillaumewuip "><code>@guillaumewuip</code></a>])</li>
<li>add [<code>no-relative-packages</code>] (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1860 ">https://github.com/facebook/flipper/issues/1860 </a>, <a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/966 ">https://github.com/facebook/flipper/issues/966 </a>, thanks [<a href="https://github.com/tapayne88 "><code>@tapayne88</code></a>] [<a href="https://github.com/panrafal "><code>@panrafal</code></a>])</li>
<li>add [<code>no-import-module-exports</code>] rule: report import declarations with CommonJS exports (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/804 ">https://github.com/facebook/flipper/issues/804 </a>, thanks [<a href="https://github.com/kentcdodds "><code>@kentcdodds</code></a>] and [<a href="https://github.com/ttmarek "><code>@ttmarek</code></a>])</li>
<li>[<code>no-unused-modules</code>]: Support destructuring assignment for <code>export</code>. (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1997 ">https://github.com/facebook/flipper/issues/1997 </a>, thanks [<a href="https://github.com/s-h-a-d-o-w "><code>@s-h-a-d-o-w</code></a>])</li>
<li>[<code>order</code>]: support type imports (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2021 ">https://github.com/facebook/flipper/issues/2021 </a>, thanks [<a href="https://github.com/grit96 "><code>@grit96</code></a>])</li>
<li>[<code>order</code>]: Add <code>warnOnUnassignedImports</code> option to enable warnings for out of order unassigned imports (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1990 ">https://github.com/facebook/flipper/issues/1990 </a>, thanks [<a href="https://github.com/hayes "><code>@hayes</code></a>])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>export</code>]/TypeScript: properly detect export specifiers as children of a TS module block (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1889 ">https://github.com/facebook/flipper/issues/1889 </a>, thanks [<a href="https://github.com/andreubotella "><code>@andreubotella</code></a>])</li>
<li>[<code>order</code>]: ignore non-module-level requires (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1940 ">https://github.com/facebook/flipper/issues/1940 </a>, thanks [<a href="https://github.com/golopot "><code>@golopot</code></a>])</li>
<li>[<code>no-webpack-loader-syntax</code>]/TypeScript: avoid crash on missing name (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1947 ">https://github.com/facebook/flipper/issues/1947 </a>, thanks [<a href="https://github.com/leonardodino "><code>@leonardodino</code></a>])</li>
<li>[<code>no-extraneous-dependencies</code>]: Add package.json cache (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1948 ">https://github.com/facebook/flipper/issues/1948 </a>, thanks [<a href="https://github.com/fa93hws "><code>@fa93hws</code></a>])</li>
<li>[<code>prefer-default-export</code>]: handle empty array destructuring (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1965 ">https://github.com/facebook/flipper/issues/1965 </a>, thanks [<a href="https://github.com/ljharb "><code>@ljharb</code></a>])</li>
<li>[<code>no-unused-modules</code>]: make type imports mark a module as used (fixes <a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1924 ">https://github.com/facebook/flipper/issues/1924 </a>) (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1974 ">https://github.com/facebook/flipper/issues/1974 </a>, thanks [<a href="https://github.com/cherryblossom000 "><code>@cherryblossom000</code></a>])</li>
<li>[<code>no-cycle</code>]: fix perf regression (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1944 ">https://github.com/facebook/flipper/issues/1944 </a>, thanks [<a href="https://github.com/Blasz "><code>@Blasz</code></a>])</li>
<li>[<code>first</code>]: fix handling of <code>import = require</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1963 ">https://github.com/facebook/flipper/issues/1963 </a>, thanks [<a href="https://github.com/MatthiasKunnen "><code>@MatthiasKunnen</code></a>])</li>
<li>[<code>no-cycle</code>]/[<code>extensions</code>]: fix isExternalModule usage (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1696 ">https://github.com/facebook/flipper/issues/1696 </a>, thanks [<a href="https://github.com/paztis "><code>@paztis</code></a>])</li>
<li>[<code>extensions</code>]/[<code>no-cycle</code>]/[<code>no-extraneous-dependencies</code>]: Correct module real path resolution (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1696 ">https://github.com/facebook/flipper/issues/1696 </a>, thanks [<a href="https://github.com/paztis "><code>@paztis</code></a>])</li>
<li>[<code>no-named-default</code>]: ignore Flow import type and typeof (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1983 ">https://github.com/facebook/flipper/issues/1983 </a>, thanks [<a href="https://github.com/christianvuerings "><code>@christianvuerings</code></a>])</li>
<li>[<code>no-extraneous-dependencies</code>]: Exclude flow <code>typeof</code> imports (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1534 ">https://github.com/facebook/flipper/issues/1534 </a>, thanks [<a href="https://github.com/devongovett "><code>@devongovett</code></a>])</li>
<li>[<code>newline-after-import</code>]: respect decorator annotations (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1985 ">https://github.com/facebook/flipper/issues/1985 </a>, thanks [<a href="https://github.com/lilling "><code>@lilling</code></a>])</li>
<li>[<code>no-restricted-paths</code>]: enhance performance for zones with <code>except</code> paths (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2022 ">https://github.com/facebook/flipper/issues/2022 </a>, thanks [<a href="https://github.com/malykhinvi "><code>@malykhinvi</code></a>])</li>
<li>[<code>no-unresolved</code>]: check import() (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2026 ">https://github.com/facebook/flipper/issues/2026 </a>, thanks [<a href="https://github.com/aladdin-add "><code>@aladdin-add</code></a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Generic Import Callback] Make callback for all imports once in rules (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1237 ">https://github.com/facebook/flipper/issues/1237 </a>, thanks [<a href="https://github.com/ljqx "><code>@ljqx</code></a>])</li>
<li>[Docs] [<code>no-named-as-default</code>]: add semicolon (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1897 ">https://github.com/facebook/flipper/issues/1897 </a>, thanks [<a href="https://github.com/bicstone "><code>@bicstone</code></a>])</li>
<li>[Docs] <code>no-extraneous-dependencies</code>: correct peerDependencies option default to <code>true</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1993 ">https://github.com/facebook/flipper/issues/1993 </a>, thanks [<a href="https://github.com/dwardu "><code>@dwardu</code></a>])</li>
<li>[Docs] <code>order</code>: Document options required to match ordering example (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1992 ">https://github.com/facebook/flipper/issues/1992 </a>, thanks [<a href="https://github.com/silviogutierrez "><code>@silviogutierrez</code></a>])</li>
<li>[Tests] <code>no-unresolved</code>: add tests for <code>import()</code> (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2012 ">https://github.com/facebook/flipper/issues/2012 </a>, thanks [<a href="https://github.com/davidbonnet "><code>@davidbonnet</code></a>])</li>
<li>[Docs] Add import/recommended ruleset to README (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2034 ">https://github.com/facebook/flipper/issues/2034 </a>, thanks [<a href="https://github.com/edemaine "><code>@edemaine</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a332f20fa2 "><code>a332f20</code></a> Bump to v2.23.2</li>
<li><a href="5af181f13f "><code>5af181f</code></a> [meta] add <code>safe-publish-latest</code>; use <code>prepublishOnly</code> script for npm 7+</li>
<li><a href="8431b46a8b "><code>8431b46</code></a> Bump to v2.23.1</li>
<li><a href="83f3c3eca6 "><code>83f3c3e</code></a> [Fix] <code>order</code>: fix alphabetical sorting</li>
<li><a href="821354381f "><code>8213543</code></a> [Tests] add missing fixture from d903477f4e31be71e016f8af56cbe2a8d4f11c9c</li>
<li><a href="d903477f4e "><code>d903477</code></a> [Fix] ExportMap: do not crash when tsconfig lacks <code>.compilerOptions</code></li>
<li><a href="dd0e8cbcb4 "><code>dd0e8cb</code></a> [meta] correct <a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2065 ">https://github.com/facebook/flipper/issues/2065 </a> -> <a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2056 ">https://github.com/facebook/flipper/issues/2056 </a></li>
<li><a href="8d7ec179c2 "><code>8d7ec17</code></a> [Fix] <code>newline-after-import</code>: fix crash with <code>export {}</code> syntax</li>
<li><a href="e9e755d085 "><code>e9e755d</code></a> Bump to v2.23.0</li>
<li><a href="7b264c0547 "><code>7b264c0</code></a> [resolvers/webpack] v0.13.1</li>
<li>Additional commits viewable in <a href="https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.2 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2319
Reviewed By: priteshrnandgaonkar
Differential Revision: D28474726
Pulled By: mweststrate
fbshipit-source-id: 804e1128063002e1fdd058b7d7cb036156425f0e
2021-05-18 06:42:09 -07:00
dependabot[bot]
43d61eb076
Bump eslint from 7.25.0 to 7.26.0 in /flipper-js-client-sdk ( #2286 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 7.25.0 to 7.26.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases ">eslint's releases</a>.</em></p>
<blockquote>
<h2>v7.26.0</h2>
<ul>
<li><a href="aaf65e629a "><code>aaf65e6</code></a> Upgrade: eslintrc for ModuleResolver fix (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14577 ">#14577</a>) (Brandon Mills)</li>
<li><a href="ae6dbd148a "><code>ae6dbd1</code></a> Fix: track variables, not names in require-atomic-updates (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14208 ">#14208</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14282 ">#14282</a>) (Patrick Ahmetovic)</li>
<li><a href="6a86e5018a "><code>6a86e50</code></a> Chore: remove loose-parser tests (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14315 ">#14315</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14569 ">#14569</a>) (Milos Djermanovic)</li>
<li><a href="ee3a3ead89 "><code>ee3a3ea</code></a> Fix: create <code>.eslintrc.cjs</code> for <code>module</code> type (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14304 ">#14304</a>) (Nitin Kumar)</li>
<li><a href="6791decfc5 "><code>6791dec</code></a> Docs: fix example for require-atomic-updates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14562 ">#14562</a>) (Milos Djermanovic)</li>
<li><a href="388eb7e140 "><code>388eb7e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="f071d1ef91 "><code>f071d1e</code></a> Update: Add automated suggestion to <code>radix</code> rule for parsing decimals (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14291 ">#14291</a>) (Bryan Mishkin)</li>
<li><a href="0b6a3f31e6 "><code>0b6a3f3</code></a> New: Include XO style guide in <code>eslint --init</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14193 ">#14193</a>) (Federico Brigante)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md ">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.26.0 - May 7, 2021</p>
<ul>
<li><a href="aaf65e629a "><code>aaf65e6</code></a> Upgrade: eslintrc for ModuleResolver fix (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14577 ">#14577</a>) (Brandon Mills)</li>
<li><a href="ae6dbd148a "><code>ae6dbd1</code></a> Fix: track variables, not names in require-atomic-updates (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14208 ">#14208</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14282 ">#14282</a>) (Patrick Ahmetovic)</li>
<li><a href="6a86e5018a "><code>6a86e50</code></a> Chore: remove loose-parser tests (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14315 ">#14315</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14569 ">#14569</a>) (Milos Djermanovic)</li>
<li><a href="ee3a3ead89 "><code>ee3a3ea</code></a> Fix: create <code>.eslintrc.cjs</code> for <code>module</code> type (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14304 ">#14304</a>) (Nitin Kumar)</li>
<li><a href="6791decfc5 "><code>6791dec</code></a> Docs: fix example for require-atomic-updates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14562 ">#14562</a>) (Milos Djermanovic)</li>
<li><a href="388eb7e140 "><code>388eb7e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="f071d1ef91 "><code>f071d1e</code></a> Update: Add automated suggestion to <code>radix</code> rule for parsing decimals (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14291 ">#14291</a>) (Bryan Mishkin)</li>
<li><a href="0b6a3f31e6 "><code>0b6a3f3</code></a> New: Include XO style guide in <code>eslint --init</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14193 ">#14193</a>) (Federico Brigante)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6e9aad8053 "><code>6e9aad8</code></a> 7.26.0</li>
<li><a href="53bf14d172 "><code>53bf14d</code></a> Build: changelog update for 7.26.0</li>
<li><a href="aaf65e629a "><code>aaf65e6</code></a> Upgrade: eslintrc for ModuleResolver fix (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14577 ">#14577</a>)</li>
<li><a href="ae6dbd148a "><code>ae6dbd1</code></a> Fix: track variables, not names in require-atomic-updates (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14208 ">#14208</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14 ">https://github.com/facebook/flipper/issues/14 </a>...</li>
<li><a href="6a86e5018a "><code>6a86e50</code></a> Chore: remove loose-parser tests (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14315 ">#14315</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14569 ">#14569</a>)</li>
<li><a href="ee3a3ead89 "><code>ee3a3ea</code></a> Fix: create <code>.eslintrc.cjs</code> for <code>module</code> type (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14304 ">#14304</a>)</li>
<li><a href="6791decfc5 "><code>6791dec</code></a> Docs: fix example for require-atomic-updates (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14562 ">#14562</a>)</li>
<li><a href="388eb7e140 "><code>388eb7e</code></a> Sponsors: Sync README with website</li>
<li><a href="f071d1ef91 "><code>f071d1e</code></a> Update: Add automated suggestion to <code>radix</code> rule for parsing decimals (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14291 ">#14291</a>)</li>
<li><a href="0b6a3f31e6 "><code>0b6a3f3</code></a> New: Include XO style guide in <code>eslint --init</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14193 ">#14193</a>)</li>
<li>See full diff in <a href="https://github.com/eslint/eslint/compare/v7.25.0...v7.26.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2286
Reviewed By: mweststrate
Differential Revision: D28323751
Pulled By: cekkaewnumchai
fbshipit-source-id: b75d48f7bd158291ecfb28505a7a1c5abe37db5a
2021-05-11 02:50:14 -07:00
dependabot[bot]
146265a6cb
Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 in /flipper-js-client-sdk ( #2287 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.22.0 to 4.22.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.22.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1 ">4.22.1</a> (2021-05-04)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md "><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1 ">4.22.1</a> (2021-05-04)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5706e0e530 "><code>5706e0e</code></a> chore: publish v4.22.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.22.1/packages/eslint-plugin ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2287
Reviewed By: mweststrate
Differential Revision: D28323754
Pulled By: cekkaewnumchai
fbshipit-source-id: f5c58267927163c0a71be0439d2df06e405a63d7
2021-05-11 02:50:14 -07:00
dependabot[bot]
a5ee22abf3
Bump prettier from 2.2.1 to 2.3.0 in /flipper-js-client-sdk ( #2285 )
...
Summary:
Bumps [prettier](https://github.com/prettier/prettier ) from 2.2.1 to 2.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.3.0</h2>
<p><a href="https://github.com/prettier/prettier/compare/2.2.1...2.3.0 ">diff</a></p>
<p>{emoji:1f517} <a href="https://prettier.io/blog/2021/05/09/2.3.0.html ">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.3.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.2.1...2.3.0 ">diff</a></p>
<p>{emoji:1f517} <a href="https://prettier.io/blog/2021/05/09/2.3.0.html ">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2afc3b9ae6 "><code>2afc3b9</code></a> Release 2.3.0</li>
<li><a href="7cfa9aa89b "><code>7cfa9aa</code></a> Fix pre-commit hook setup command (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10710 ">#10710</a>)</li>
<li><a href="c8c02b4753 "><code>c8c02b4</code></a> Build(deps-dev): Bump concurrently from 6.0.2 to 6.1.0 in /website (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10834 ">#10834</a>)</li>
<li><a href="6506e0f50e "><code>6506e0f</code></a> Build(deps-dev): Bump webpack-cli from 4.6.0 to 4.7.0 in /website (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10836 ">#10836</a>)</li>
<li><a href="69fae9c291 "><code>69fae9c</code></a> Build(deps): Bump flow-parser from 0.150.0 to 0.150.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10839 ">#10839</a>)</li>
<li><a href="164a6e2351 "><code>164a6e2</code></a> Switch CLI to async (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10804 ">#10804</a>)</li>
<li><a href="d3e7e2f634 "><code>d3e7e2f</code></a> Build(deps): Bump codecov/codecov-action from v1.4.1 to v1.5.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10833 ">#10833</a>)</li>
<li><a href="9e09845da0 "><code>9e09845</code></a> Build(deps): Bump <code>@angular/compiler</code> from 11.2.12 to 11.2.13 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10838 ">#10838</a>)</li>
<li><a href="1bfab3d045 "><code>1bfab3d</code></a> Build(deps-dev): Bump eslint from 7.25.0 to 7.26.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10840 ">#10840</a>)</li>
<li><a href="387fce4ed8 "><code>387fce4</code></a> Minor formatting tweaks (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10807 ">#10807</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.2.1...2.3.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2285
Reviewed By: mweststrate
Differential Revision: D28323775
Pulled By: cekkaewnumchai
fbshipit-source-id: fb55f6ff5ca762dd66944f351f93acd185baa471
2021-05-11 02:50:14 -07:00
dependabot[bot]
f4470ed83b
Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 in /flipper-js-client-sdk ( #2288 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.22.0 to 4.22.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.22.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1 ">4.22.1</a> (2021-05-04)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1 ">4.22.1</a> (2021-05-04)</h2>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5706e0e530 "><code>5706e0e</code></a> chore: publish v4.22.1</li>
<li><a href="b4cf0da023 "><code>b4cf0da</code></a> chore: enable <code>no-unsafe-call</code> locally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/3281 ">#3281</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.22.1/packages/parser ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2288
Reviewed By: mweststrate
Differential Revision: D28323783
Pulled By: cekkaewnumchai
fbshipit-source-id: a27d2689f0956fe06fb91fff1ef6cfb0483f60e2
2021-05-11 02:50:14 -07:00
dependabot[bot]
65d008c5da
Bump eslint-config-prettier from 8.2.0 to 8.3.0 in /flipper-js-client-sdk ( #2227 )
...
Summary:
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.2.0 to 8.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md ">eslint-config-prettier's changelog</a>.</em></p>
<blockquote>
<h3>Version 8.3.0 (2021-04-24)</h3>
<ul>
<li>Added: Support for [<code>@babel/eslint-plugin</code>]. Thanks to Chip Zhang (<a href="https://github.com/ChipZhang "><code>@ChipZhang</code></a>) for the heads-up! ([eslint-plugin-babel] is still supported, too.)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6537dd961a "><code>6537dd9</code></a> eslint-config-prettier v8.3.0</li>
<li><a href="79db534f6a "><code>79db534</code></a> Add <code>@babel/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/187 ">https://github.com/facebook/flipper/issues/187 </a>)</li>
<li><a href="8954ede730 "><code>8954ede</code></a> Update npm packages</li>
<li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v8.2.0...v8.3.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2227
Reviewed By: muraziz
Differential Revision: D28093948
Pulled By: passy
fbshipit-source-id: 938b7322b756da3992f117966c49fb0852579aff
2021-04-29 11:36:19 -07:00
dependabot[bot]
9a33a7853f
Bump eslint from 7.24.0 to 7.25.0 in /flipper-js-client-sdk ( #2226 )
...
Summary:
Bumps [eslint](https://github.com/eslint/eslint ) from 7.24.0 to 7.25.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/releases ">eslint's releases</a>.</em></p>
<blockquote>
<h2>v7.25.0</h2>
<ul>
<li><a href="5df5e4a997 "><code>5df5e4a</code></a> Update: highlight last write reference for no-unused-vars (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14324 ">#14324</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14335 ">#14335</a>) (Nitin Kumar)</li>
<li><a href="0023872932 "><code>0023872</code></a> Docs: Add deprecated note to <code>working-with-rules-deprecated</code> page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14344 ">#14344</a>) (Michael Novotny)</li>
<li><a href="36fca70fa2 "><code>36fca70</code></a> Chore: Upgrade eslump to 3.0.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14350 ">#14350</a>) (Stephen Wade)</li>
<li><a href="59b689a0b3 "><code>59b689a</code></a> Chore: add node v16 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14355 ">#14355</a>) (薛定谔的猫)</li>
<li><a href="35a1f5e967 "><code>35a1f5e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="fb0a92b3d2 "><code>fb0a92b</code></a> Chore: rename misspelled identifier in test (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14346 ">#14346</a>) (Tobias Nießen)</li>
<li><a href="f2babb1069 "><code>f2babb1</code></a> Docs: update pull request template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14336 ">#14336</a>) (Nitin Kumar)</li>
<li><a href="02dde29eeb "><code>02dde29</code></a> Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14332 ">#14332</a>) (Nate-Wilkins)</li>
<li><a href="07d14c304c "><code>07d14c3</code></a> Chore: remove extraneous command from lint-staged config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14314 ">#14314</a>) (James George)</li>
<li><a href="41b3570b6c "><code>41b3570</code></a> Update: lint code block with same extension but different content (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14227 ">#14227</a>) (JounQin)</li>
<li><a href="eb299966bd "><code>eb29996</code></a> Docs: add more examples with arrow functions for no-sequences rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14313 ">#14313</a>) (Nitin Kumar)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md ">eslint's changelog</a>.</em></p>
<blockquote>
<p>v7.25.0 - April 23, 2021</p>
<ul>
<li><a href="5df5e4a997 "><code>5df5e4a</code></a> Update: highlight last write reference for no-unused-vars (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14324 ">#14324</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14335 ">#14335</a>) (Nitin Kumar)</li>
<li><a href="0023872932 "><code>0023872</code></a> Docs: Add deprecated note to <code>working-with-rules-deprecated</code> page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14344 ">#14344</a>) (Michael Novotny)</li>
<li><a href="36fca70fa2 "><code>36fca70</code></a> Chore: Upgrade eslump to 3.0.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14350 ">#14350</a>) (Stephen Wade)</li>
<li><a href="59b689a0b3 "><code>59b689a</code></a> Chore: add node v16 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14355 ">#14355</a>) (薛定谔的猫)</li>
<li><a href="35a1f5e967 "><code>35a1f5e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li>
<li><a href="fb0a92b3d2 "><code>fb0a92b</code></a> Chore: rename misspelled identifier in test (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14346 ">#14346</a>) (Tobias Nießen)</li>
<li><a href="f2babb1069 "><code>f2babb1</code></a> Docs: update pull request template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14336 ">#14336</a>) (Nitin Kumar)</li>
<li><a href="02dde29eeb "><code>02dde29</code></a> Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14332 ">#14332</a>) (Nate-Wilkins)</li>
<li><a href="07d14c304c "><code>07d14c3</code></a> Chore: remove extraneous command from lint-staged config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14314 ">#14314</a>) (James George)</li>
<li><a href="41b3570b6c "><code>41b3570</code></a> Update: lint code block with same extension but different content (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14227 ">#14227</a>) (JounQin)</li>
<li><a href="eb299966bd "><code>eb29996</code></a> Docs: add more examples with arrow functions for no-sequences rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14313 ">#14313</a>) (Nitin Kumar)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8a77b661bc "><code>8a77b66</code></a> 7.25.0</li>
<li><a href="2c7c558fe1 "><code>2c7c558</code></a> Build: changelog update for 7.25.0</li>
<li><a href="5df5e4a997 "><code>5df5e4a</code></a> Update: highlight last write reference for no-unused-vars (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14324 ">#14324</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14 ">https://github.com/facebook/flipper/issues/14 </a>...</li>
<li><a href="0023872932 "><code>0023872</code></a> Docs: Add deprecated note to <code>working-with-rules-deprecated</code> page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14344 ">#14344</a>)</li>
<li><a href="36fca70fa2 "><code>36fca70</code></a> Chore: Upgrade eslump to 3.0.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14350 ">#14350</a>)</li>
<li><a href="59b689a0b3 "><code>59b689a</code></a> Chore: add node v16 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14355 ">#14355</a>)</li>
<li><a href="35a1f5e967 "><code>35a1f5e</code></a> Sponsors: Sync README with website</li>
<li><a href="fb0a92b3d2 "><code>fb0a92b</code></a> Chore: rename misspelled identifier in test (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14346 ">#14346</a>)</li>
<li><a href="f2babb1069 "><code>f2babb1</code></a> Docs: update pull request template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14336 ">#14336</a>)</li>
<li><a href="02dde29eeb "><code>02dde29</code></a> Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14332 ">#14332</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.24.0...v7.25.0 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2226
Reviewed By: muraziz
Differential Revision: D28093951
Pulled By: passy
fbshipit-source-id: 28b14da8a71b25755572b9268e425be85ec33313
2021-04-29 11:36:18 -07:00
dependabot[bot]
4e68fa375c
Bump typescript from 4.2.3 to 4.2.4 in /flipper-js-client-sdk ( #2176 )
...
Summary:
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.3 to 4.2.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases ">typescript's releases</a>.</em></p>
<blockquote>
<h2>TypeScript 4.2.4</h2>
<p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-2 ">release announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.2.0%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.2.0 (Beta)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.2.1%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.2.1 (RC)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.2.2%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.2.2 (Stable)</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.2.3%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.2.3</a>.</li>
<li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.2.4%22+is%3Aclosed+ ">fixed issues query for TypeScript v4.2.4</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript ">npm</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-424 ">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017 ">Select new version in project options</a>)</li>
<li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild ">NuGet package</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fb6c839268 "><code>fb6c839</code></a> Bump version to 4.2.4 and LKG</li>
<li><a href="6b33949ad6 "><code>6b33949</code></a> Only catalog types when tracing (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/43446 ">#43446</a>)</li>
<li><a href="0d7b5e6db0 "><code>0d7b5e6</code></a> Un-reverse condition (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/43385 ">#43385</a>)</li>
<li><a href="db131130f7 "><code>db13113</code></a> Don't inherit jsdoc tags from overloaded signatures (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/43165 ">#43165</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/43180 ">#43180</a>)</li>
<li><a href="e462dfa347 "><code>e462dfa</code></a> Don't use _fs.realpathSync.native on windows, a semi-revert of <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/41292 ">#41292</a> (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/43348 ">#43348</a>)</li>
<li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.2.4 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2176
Reviewed By: muraziz
Differential Revision: D28093958
Pulled By: passy
fbshipit-source-id: 0922ae2813ae82386e7710c96b48ebc18eb0e86d
2021-04-29 11:36:18 -07:00
dependabot[bot]
2b78ef0642
Bump eslint-plugin-flowtype from 5.7.1 to 5.7.2 in /flipper-js-client-sdk ( #2225 )
...
Summary:
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype ) from 5.7.1 to 5.7.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-flowtype/releases ">eslint-plugin-flowtype's releases</a>.</em></p>
<blockquote>
<h2>v5.7.2</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.7.1...v5.7.2 ">5.7.2</a> (2021-04-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>object-type-curly-spacing should not trim multi-line expressions (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/481 ">https://github.com/facebook/flipper/issues/481 </a>) (<a href="d2f6d9b6fa ">d2f6d9b</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d2f6d9b6fa "><code>d2f6d9b</code></a> fix: object-type-curly-spacing should not trim multi-line expressions (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/481 ">https://github.com/facebook/flipper/issues/481 </a>)</li>
<li>See full diff in <a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.7.1...v5.7.2 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2225
Reviewed By: muraziz
Differential Revision: D28093952
Pulled By: passy
fbshipit-source-id: 857f303e33591c7d57714d1b8f20ac6c4ccba89f
2021-04-29 11:36:18 -07:00
dependabot[bot]
ae88f5d200
Bump eslint-plugin-flowtype from 5.4.0 to 5.7.1 in /flipper-js-client-sdk ( #2203 )
...
Summary:
Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype ) from 5.4.0 to 5.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-flowtype/releases ">eslint-plugin-flowtype's releases</a>.</em></p>
<blockquote>
<h2>v5.7.1</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.7.0...v5.7.1 ">5.7.1</a> (2021-04-16)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix read-only React props error position (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/478 ">https://github.com/facebook/flipper/issues/478 </a>) (<a href="0488fcbaad ">0488fcb</a>)</li>
<li>support union type in React react-only props rule (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/477 ">https://github.com/facebook/flipper/issues/477 </a>) (<a href="7cabcda48a ">7cabcda</a>)</li>
</ul>
<h2>v5.7.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.6.0...v5.7.0 ">5.7.0</a> (2021-04-12)</h1>
<h3>Features</h3>
<ul>
<li>Added rule to enforce quotes type (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/475 ">https://github.com/facebook/flipper/issues/475 </a>) (<a href="8008f78cf9 ">8008f78</a>)</li>
</ul>
<h2>v5.6.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.5.0...v5.6.0 ">5.6.0</a> (2021-04-06)</h1>
<h3>Features</h3>
<ul>
<li>migrate a new rule 'use-read-only-spread' (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/472 ">https://github.com/facebook/flipper/issues/472 </a>) (<a href="998eb5a315 ">998eb5a</a>)</li>
</ul>
<h2>v5.5.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.4.0...v5.5.0 ">5.5.0</a> (2021-04-05)</h1>
<h3>Features</h3>
<ul>
<li>add support for implicit exact Flow types (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/471 ">https://github.com/facebook/flipper/issues/471 </a>) (<a href="6d5362bf2e ">6d5362b</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7cabcda48a "><code>7cabcda</code></a> fix: support union type in React react-only props rule (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/477 ">https://github.com/facebook/flipper/issues/477 </a>)</li>
<li><a href="0488fcbaad "><code>0488fcb</code></a> fix: fix read-only React props error position (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/478 ">https://github.com/facebook/flipper/issues/478 </a>)</li>
<li><a href="8008f78cf9 "><code>8008f78</code></a> feat: Added rule to enforce quotes type (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/475 ">https://github.com/facebook/flipper/issues/475 </a>)</li>
<li><a href="998eb5a315 "><code>998eb5a</code></a> feat: migrate a new rule 'use-read-only-spread' (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/472 ">https://github.com/facebook/flipper/issues/472 </a>)</li>
<li><a href="6d5362bf2e "><code>6d5362b</code></a> feat: add support for implicit exact Flow types (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/471 ">https://github.com/facebook/flipper/issues/471 </a>)</li>
<li><a href="8fd60d6729 "><code>8fd60d6</code></a> docs: regenerate README.md (<a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-flowtype/issues/470 ">https://github.com/facebook/flipper/issues/470 </a>)</li>
<li>See full diff in <a href="https://github.com/gajus/eslint-plugin-flowtype/compare/v5.4.0...v5.7.1 ">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/2203
Reviewed By: mweststrate
Differential Revision: D27945869
Pulled By: passy
fbshipit-source-id: 3c996bb7128e9b1d9a178d133d78c52bd86a649b
2021-04-23 07:10:57 -07:00