Anton Kastritskiy
fda21e96e8
Update typescript to 4.9.5
...
Reviewed By: passy
Differential Revision: D46068908
fbshipit-source-id: 4c1ffff8690eec5a10c67d6c5d1aacf224e0f0d4
2023-05-23 03:15:10 -07:00
Andrey Goncharov
898e9c3b07
Update adbkit and logcat to maintained librarys
...
Summary:
We were using an old unmaintained/abandonned library for communicating with adb server https://github.com/openstf/adbkit
This was giving me issues i couldnt figure out when running flipper server.
There is a popular fork written in typescript here https://github.com/DeviceFarmer/adbkit but it uses blue bird for promises.
There is a fork of the fork here which i have chosen to use which is the same api as above but with es6 promises, https://github.com/UrielCh/adbkit .
Both forks have a slightly different api to the original. In the original library there was a single client and any command directed at a particular device had a serial as the first argument
In the new libraries you create a DeviceClient where the serial is baked in and you don't need to supply this argument every time
allow-large-files
Reviewed By: lblasa
Differential Revision: D45569652
fbshipit-source-id: 2a23c0eaa12feaebdccadb3d343e087c0d5708d5
2023-05-18 09:56:41 -07:00
generatedunixname89002005306973
55271bcfa4
Flipper Release: v0.191.0
...
Summary: Releasing version 0.191.0
Reviewed By: lblasa
Differential Revision: D45986192
fbshipit-source-id: 15f544da6c3904647ffd4c9b165042ab66fef933
2023-05-18 09:12:47 -07:00
generatedunixname89002005306973
f8ca1551d7
Flipper Release: v0.190.0
...
Summary: Releasing version 0.190.0
Reviewed By: mweststrate
Differential Revision: D45308248
fbshipit-source-id: 3b03945474d644fec9a686f0f908864dbbca2322
2023-04-26 05:30:21 -07:00
Pascal Hartig
22e28a4f3e
Bump prettier from 2.6.2 to 2.8.7 in /desktop
...
Summary: Updates prettier and applies the fixes.
Reviewed By: antonk52
Differential Revision: D45087515
fbshipit-source-id: 226814ab4805eb12e64c2134407164498c708c0a
2023-04-19 03:04:19 -07:00
generatedunixname89002005306973
8b33b25eda
Flipper Release: v0.189.0
...
Summary: Releasing version 0.189.0
Reviewed By: ivanmisuno
Differential Revision: D44703759
fbshipit-source-id: 447ecacea6f9ae59ddedb405e5fa3915193bc50c
2023-04-06 03:15:40 -07:00
generatedunixname89002005306973
af1842a027
Flipper Release: v0.188.0
...
Summary: Releasing version 0.188.0
Reviewed By: LukeDefeo
Differential Revision: D44628090
fbshipit-source-id: a6f22b743331e3e18f2a2787e2fb6471b32cd430
2023-04-03 08:52:01 -07:00
generatedunixname89002005306973
bc9d53660a
Flipper Release: v0.187.1
...
Summary: Releasing version 0.187.1
Reviewed By: aigoncharov
Differential Revision: D44416758
fbshipit-source-id: 2c390e1124c63d873fc442dcdfba7a9ac272530e
2023-03-27 06:51:43 -07:00
generatedunixname89002005306973
469d6080ee
Flipper Release: v0.187.0
...
Summary: Releasing version 0.187.0
Reviewed By: aigoncharov
Differential Revision: D44290210
fbshipit-source-id: 3d483de9d3419b03b82bba4c7e08849ad6614334
2023-03-22 06:33:21 -07:00
dependabot[bot]
8a10979206
Bump @typescript-eslint/parser from 5.22.0 to 5.55.0 in /desktop ( #4601 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.22.0 to 5.55.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>v5.55.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.1...v5.55.0 ">5.55.0</a> (2023-03-13)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-confusing-void-expression] check sequence expressions for void is in last position (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6597 ">#6597</a>) (<a href="d73d7d3904 ">d73d7d3</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6569 ">#6569</a>) (<a href="2d8c196294 ">2d8c196</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [lines-around-comment] add extension rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5327 ">#5327</a>) (<a href="d55211caf6 ">d55211c</a>)</li>
<li><strong>eslint-plugin:</strong> [member-ordering] add support for grouping readonly fields (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6349 ">#6349</a>) (<a href="9d3bdfcb2f ">9d3bdfc</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-cond] check logical assignments (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6594 ">#6594</a>) (<a href="dbc203aeb6 ">dbc203a</a>)</li>
<li><strong>parser:</strong> add exported meta object (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6586 ">#6586</a>) (<a href="d05c3d8aa4 ">d05c3d8</a>)</li>
<li><strong>typescript-estree:</strong> support <code>const</code> modifiers for type parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6600 ">#6600</a>) (<a href="f3c637328b ">f3c6373</a>)</li>
<li>update TypeScript to 5.0 RC (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6570 ">#6570</a>) (<a href="36ef0e16f3 ">36ef0e1</a>)</li>
<li>use <a href="https://github.com/eslint-community "><code>@eslint-community</code></a> dependencies (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6603 ">#6603</a>) (<a href="5f6ed738a2 ">5f6ed73</a>)</li>
</ul>
<h2>v5.54.1</h2>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1 ">5.54.1</a> (2023-03-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>typescript-estree:</strong> do not call export of clearProgramCache (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6540 ">#6540</a>) (<a href="181e705887 ">181e705</a>)</li>
</ul>
<h2>v5.54.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0 ">5.54.0</a> (2023-02-27)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>typescript-estree:</strong> check for relative/root paths in printing file path errors (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6491 ">#6491</a>) (<a href="dc14242984 ">dc14242</a>)</li>
<li><strong>website:</strong> corect playground build issue (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6506 ">#6506</a>) (<a href="6aad7d3957 ">6aad7d3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [promise-function-async] check for promises in implicit return types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6330 ">#6330</a>) (<a href="de1e5ce112 ">de1e5ce</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6329 ">#6329</a></li>
</ul>
<h2>v5.53.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0 ">5.53.0</a> (2023-02-20)</h1>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-generic-constructors] handle default parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6484 ">#6484</a>) (<a href="e8cebce972 ">e8cebce</a>)</li>
<li><strong>eslint-plugin:</strong> [no-mixed-enums] add rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6102 ">#6102</a>) (<a href="16144d1d6a ">16144d1</a>)</li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/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/v5.54.1...v5.55.0 ">5.55.0</a> (2023-03-13)</h1>
<h3>Features</h3>
<ul>
<li><strong>parser:</strong> add exported meta object (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6586 ">#6586</a>) (<a href="d05c3d8aa4 ">d05c3d8</a>)</li>
</ul>
<h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.54.0...v5.54.1 ">5.54.1</a> (2023-03-06)</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/v5.53.0...v5.54.0 ">5.54.0</a> (2023-02-27)</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/v5.52.0...v5.53.0 ">5.53.0</a> (2023-02-20)</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/v5.51.0...v5.52.0 ">5.52.0</a> (2023-02-13)</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/v5.50.0...v5.51.0 ">5.51.0</a> (2023-02-06)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="877d73327f "><code>877d733</code></a> chore: publish v5.55.0</li>
<li><a href="d05c3d8aa4 "><code>d05c3d8</code></a> feat(parser): add exported meta object (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/6586 ">#6586</a>)</li>
<li><a href="a2494122fb "><code>a249412</code></a> chore: publish v5.54.1</li>
<li><a href="678ed41318 "><code>678ed41</code></a> chore: publish v5.54.0</li>
<li><a href="cb272f095b "><code>cb272f0</code></a> chore: publish v5.53.0</li>
<li><a href="c46c793a34 "><code>c46c793</code></a> chore: publish v5.52.0</li>
<li><a href="a9cb860c37 "><code>a9cb860</code></a> chore: publish v5.51.0</li>
<li><a href="99c091e0e3 "><code>99c091e</code></a> chore: publish v5.50.0</li>
<li><a href="eef12d1ef0 "><code>eef12d1</code></a> chore: publish v5.49.0</li>
<li><a href="46a7c73152 "><code>46a7c73</code></a> chore: publish v5.48.2</li>
<li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.55.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/4601
Reviewed By: mweststrate
Differential Revision: D44131884
Pulled By: passy
fbshipit-source-id: e9c0a3b5f4ff50803cb3a3449a2f9a0a97ad6788
2023-03-17 05:05:29 -07:00
generatedunixname89002005306973
5961a5dade
Flipper Release: v0.186.0
...
Summary: Releasing version 0.186.0
Reviewed By: lblasa
Differential Revision: D44141066
fbshipit-source-id: ca3a8e5edd2201c098aec52bf61d38367b970bdf
2023-03-17 04:08:33 -07:00
generatedunixname89002005306973
71108897d0
Flipper Release: v0.185.0
...
Summary: Releasing version 0.185.0
Reviewed By: mweststrate
Differential Revision: D44086339
fbshipit-source-id: 55164829df59c44643741472c85c8971bfc6f556
2023-03-15 06:51:47 -07:00
generatedunixname89002005306973
998998ab19
Flipper Release: v0.184.0
...
Summary: Releasing version 0.184.0
Reviewed By: aigoncharov
Differential Revision: D44020314
fbshipit-source-id: e23e1c5df101b4f19db65c97024f4e95f6f3eb19
2023-03-13 04:38:57 -07:00
generatedunixname89002005306973
80edf44dc5
Flipper Release: v0.183.0
...
Summary: Releasing version 0.183.0
Reviewed By: passy
Differential Revision: D43692458
fbshipit-source-id: 7a879ae59de489643cf2195b89bf5232e0eecdf7
2023-03-01 10:06:37 -08:00
dependabot[bot]
0ba2b27a41
Bump js-flipper from 0.146.1 to 0.182.0 in /desktop ( #4542 )
...
Summary:
Bumps [js-flipper](https://github.com/facebook/flipper ) from 0.146.1 to 0.182.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/flipper/releases ">js-flipper's releases</a>.</em></p>
<blockquote>
<h2>v0.182.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.181.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.180.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.179.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.178.1</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.178.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.177.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.176.1</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.176.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.175.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.174.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.173.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a>
for full notes.</p>
<h2>v0.172.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md ">https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md </a></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5be020479d "><code>5be0204</code></a> Flipper Release: v0.182.0</li>
<li><a href="95ef9bf585 "><code>95ef9bf</code></a> Preserve scroll position after exiting focus mode</li>
<li><a href="d28748e69f "><code>d28748e</code></a> Dont allow focusing nodes with zero area</li>
<li><a href="f12d8221d6 "><code>f12d822</code></a> Fixed issue where visualiser would crop bottom few pixels of screen</li>
<li><a href="d24343d2ac "><code>d24343d</code></a> Make the visualiser scrollable and remember width</li>
<li><a href="0651bb27df "><code>0651bb2</code></a> Fix automatic scrolling bug</li>
<li><a href="8cae1f0de6 "><code>8cae1f0</code></a> On select expand ancestory</li>
<li><a href="1cd916e414 "><code>1cd916e</code></a> Increase indent and automatically scroll horiztonally on selection</li>
<li><a href="d1e6b27358 "><code>d1e6b27</code></a> Remove gap between tree scroll bar and visualiser resize handle</li>
<li><a href="8581aa1944 "><code>8581aa1</code></a> Memoise selection of nodes</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.146.1...v0.182.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/4542
Reviewed By: ivanmisuno
Differential Revision: D43438544
Pulled By: passy
fbshipit-source-id: 2ea905337dc6394e13e4b0cb2576b0397b8b9f3b
2023-02-22 09:38:04 -08:00
generatedunixname89002005306973
5be020479d
Flipper Release: v0.182.0
...
Summary: Releasing version 0.182.0
Reviewed By: ivanmisuno
Differential Revision: D43389080
fbshipit-source-id: 3a59082194d24c138fbd2c9bcc2e984b46c6f54e
2023-02-17 08:04:32 -08:00
generatedunixname89002005306973
690a8df436
Flipper Release: v0.181.0
...
Summary: Releasing version 0.181.0
Reviewed By: lblasa
Differential Revision: D43351298
fbshipit-source-id: ac2196a1780ef58c04c20f56ea46bf9700cababb
2023-02-16 07:04:28 -08:00
generatedunixname89002005306973
0c1d121201
Flipper Release: v0.180.0
...
Summary: Releasing version 0.180.0
Reviewed By: lblasa
Differential Revision: D43189826
fbshipit-source-id: f1e70cc76e1008b2ea989d70cb383d80eadc19a2
2023-02-10 09:48:48 -08:00
dependabot[bot]
5b921e8dba
Bump eslint-plugin-promise from 6.0.0 to 6.1.1 in /desktop ( #4500 )
...
Summary:
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ) from 6.0.0 to 6.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-promise/releases ">eslint-plugin-promise's releases</a>.</em></p>
<blockquote>
<h2>v6.1.1</h2>
<h2><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.1.0...v6.1.1 ">6.1.1</a> (2022-10-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-multiple-resolved:</strong> false positives when the last expression in a try block is a call to resolve (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/384 ">https://github.com/facebook/flipper/issues/384 </a>) (<a href="dc51b1c890 ">dc51b1c</a>)</li>
</ul>
<h2>v6.1.0</h2>
<h1><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.0.2...v6.1.0 ">6.1.0</a> (2022-10-13)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>always-return:</strong> false positives for logical expr (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/363 ">https://github.com/facebook/flipper/issues/363 </a>) (<a href="a60d1cbd42 ">a60d1cb</a>)</li>
<li><strong>CI:</strong> fix release script (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/380 ">https://github.com/facebook/flipper/issues/380 </a>) (<a href="71e53a0b82 ">71e53a0</a>)</li>
<li>minor typos (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/359 ">https://github.com/facebook/flipper/issues/359 </a>) (<a href="b431e46564 ">b431e46</a>)</li>
<li><strong>no-nesting:</strong> nested references vars in closure (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/361 ">https://github.com/facebook/flipper/issues/361 </a>) (<a href="08052e8528 ">08052e8</a>)</li>
<li>update repo link (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/349 ">https://github.com/facebook/flipper/issues/349 </a>) (<a href="39068101e2 ">3906810</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add <code>no-multiple-resolved</code> rule (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/369 ">https://github.com/facebook/flipper/issues/369 </a>) (<a href="3a6fdbe374 ">3a6fdbe</a>)</li>
<li><strong>always-return:</strong> add <code>ignoreLastCallback</code> option (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/365 ">https://github.com/facebook/flipper/issues/365 </a>) (<a href="01def31afe ">01def31</a>)</li>
<li><strong>catch-or-return,no-new-statics,no-promise-in-callback,valid-params:</strong> add support for <code>Promise.allSettled()</code> & <code>Promise.any()</code> (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/370 ">https://github.com/facebook/flipper/issues/370 </a>) (<a href="e080f826a9 ">e080f82</a>)</li>
<li><strong>param-names:</strong> add <code>resolvePattern</code> & <code>rejectPattern</code> option (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/368 ">https://github.com/facebook/flipper/issues/368 </a>) (<a href="df25e3c2c2 ">df25e3c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md ">eslint-plugin-promise's changelog</a>.</em></p>
<blockquote>
<h2>6.0.2</h2>
<ul>
<li>Added tests for <code>@typescript-eslint/parser</code> support</li>
</ul>
<h2>6.0.1</h2>
<ul>
<li>Fixed <code>@typescript-eslint/parser</code> issue <a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/331 ">https://github.com/facebook/flipper/issues/331 </a>, <a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/205 ">https://github.com/facebook/flipper/issues/205 </a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="dc51b1c890 "><code>dc51b1c</code></a> fix(no-multiple-resolved): false positives when the last expression in a try ...</li>
<li><a href="70f0012289 "><code>70f0012</code></a> chore: fix branch of rule docs link URL to <code>main</code> (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/381 ">https://github.com/facebook/flipper/issues/381 </a>)</li>
<li><a href="72cfdc8b51 "><code>72cfdc8</code></a> chore: sort <code>package.json</code> (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/385 ">https://github.com/facebook/flipper/issues/385 </a>)</li>
<li><a href="71e53a0b82 "><code>71e53a0</code></a> fix(CI): fix release script (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/380 ">https://github.com/facebook/flipper/issues/380 </a>)</li>
<li><a href="04fa169ca9 "><code>04fa169</code></a> chore(CI): add automatic release (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/379 ">https://github.com/facebook/flipper/issues/379 </a>)</li>
<li><a href="c970565d20 "><code>c970565</code></a> chore(CI): simplify testing strategy (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/378 ">https://github.com/facebook/flipper/issues/378 </a>)</li>
<li><a href="e8eabf4674 "><code>e8eabf4</code></a> chore(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.39.0 to 5.40.0 (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/377 ">https://github.com/facebook/flipper/issues/377 </a>)</li>
<li><a href="b2136c39b3 "><code>b2136c3</code></a> chore(deps-dev): bump eslint from 8.24.0 to 8.25.0 (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/376 ">https://github.com/facebook/flipper/issues/376 </a>)</li>
<li><a href="7cfa19eda3 "><code>7cfa19e</code></a> chore(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.38.1 to 5.39.0 (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/374 ">https://github.com/facebook/flipper/issues/374 </a>)</li>
<li><a href="8875343739 "><code>8875343</code></a> chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (<a href="https://github-redirect.dependabot.com/eslint-community/eslint-plugin-promise/issues/372 ">https://github.com/facebook/flipper/issues/372 </a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.0.0...v6.1.1 ">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/~eslint-community-bot ">eslint-community-bot</a>, a new releaser for eslint-plugin-promise 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)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/4500
Reviewed By: ivanmisuno
Differential Revision: D43117847
Pulled By: mweststrate
fbshipit-source-id: 1cef1f52214b530d9632c28a76401b84b3538172
2023-02-09 03:22:18 -08:00
generatedunixname89002005306973
4f5c716c05
Flipper Release: v0.179.0
...
Summary: Releasing version 0.179.0
Reviewed By: lblasa
Differential Revision: D43084743
fbshipit-source-id: 14a237cccd4b423ae617040ec6b6bc9320dd7109
2023-02-07 10:23:53 -08:00
generatedunixname89002005306973
c3588417bd
Flipper Release: v0.178.1
...
Summary: Releasing version 0.178.1
Reviewed By: mweststrate
Differential Revision: D42990168
fbshipit-source-id: 14306a45ef95facf37a4f3207cc3b8cc5a1a4da9
2023-02-06 02:49:30 -08:00
generatedunixname89002005306973
44451a3749
Flipper Release: v0.178.0
...
Summary: Releasing version 0.178.0
Reviewed By: lblasa
Differential Revision: D42918309
fbshipit-source-id: c1b7c9fa6088e71109cb998a460d472664d2c191
2023-02-02 04:46:35 -08:00
Pascal Hartig
18b6ce6f24
Dep bump
...
Summary: Combining a bunch of individual tasks for dep upgrades into one diff.
Reviewed By: ivanmisuno
Differential Revision: D42706074
fbshipit-source-id: 054b2545ad1295699f47f4c6eb5065b7b9a1d6a0
2023-01-25 04:35:09 -08:00
generatedunixname89002005306973
61a9b14401
Flipper Release: v0.177.0
...
Summary: Releasing version 0.177.0
Reviewed By: lblasa
Differential Revision: D42530047
fbshipit-source-id: 477eb81e2fcab0d7ace9701b098483d3349c904a
2023-01-16 06:32:36 -08:00
generatedunixname89002005306973
69db826792
Flipper Release: v0.176.1
...
Summary: Releasing version 0.176.1
Reviewed By: aigoncharov
Differential Revision: D41946576
fbshipit-source-id: 5b1930fed4157f30d77b850c499a427842d9ad23
2022-12-12 08:09:50 -08:00
generatedunixname89002005306973
da69299561
Flipper Release: v0.176.0
...
Summary: Releasing version 0.176.0
Reviewed By: lblasa
Differential Revision: D41663132
fbshipit-source-id: e977228577c94c5efd6ad922776dc5c8a88427fc
2022-12-01 13:57:12 -08:00
generatedunixname89002005306973
77c65c8592
Flipper Release: v0.175.0
...
Summary: Releasing version 0.175.0
Reviewed By: lblasa
Differential Revision: D41611793
fbshipit-source-id: 0dfecfd85e68c3878384283f084e5f5914d36aec
2022-11-30 04:29:45 -08:00
generatedunixname89002005306973
019bcaeb9e
Flipper Release: v0.174.0
...
Summary: Releasing version 0.174.0
Reviewed By: mweststrate
Differential Revision: D41154768
fbshipit-source-id: bc9dbccae2ae413024a6573ec7ba57f4933f1741
2022-11-10 06:52:13 -08:00
Andrey Goncharov
226ccf91f6
Create flipper-server-client package
...
Summary:
FlipperServerClient is a useful abstraction for any JS-based client of headless Flipper. No need to bundle it with flipper-frontend-core, as the rest is not useful for external clients.
Currently, I am planning to add it to jest-e2e to send commands to Flipper
Reviewed By: lblasa
Differential Revision: D40765668
fbshipit-source-id: af48710bb15444ac1ecd649fe9a2ab252f3088f3
2022-10-31 04:26:43 -07:00
generatedunixname89002005306973
aef077f54f
Flipper Release: v0.173.0
...
Summary: Releasing version 0.173.0
Reviewed By: lblasa
Differential Revision: D40803306
fbshipit-source-id: 502ae3cb94994454c31aee05573ec1d43150862a
2022-10-28 09:27:02 -07:00
generatedunixname89002005306973
1923ad0142
Flipper Release: v0.172.0
...
Summary: Releasing version 0.172.0
Reviewed By: aigoncharov
Differential Revision: D40720215
fbshipit-source-id: 24b3c7a82d285ee6bfc1819a38aaa7243350ea0a
2022-10-26 08:55:46 -07:00
generatedunixname89002005306973
6d6ad3cb80
Flipper Release: v0.171.1
...
Summary: Releasing version 0.171.1
Reviewed By: aigoncharov
Differential Revision: D40466532
fbshipit-source-id: 2fecb1810df67b450430957801dfd10ffe114c31
2022-10-18 04:06:55 -07:00
generatedunixname89002005306973
71d0bbb90a
Flipper Release: v0.171.0
...
Summary: Releasing version 0.171.0
Reviewed By: aigoncharov
Differential Revision: D40436300
fbshipit-source-id: 700b21b8025f32a6d81d19aa64ab0fb38e31d3c2
2022-10-17 11:48:51 -07:00
generatedunixname89002005306973
af16963251
Flipper Release: v0.170.0
...
Summary: Releasing version 0.170.0
Reviewed By: mweststrate
Differential Revision: D40295174
fbshipit-source-id: 3a38e99f0e4d0cda25921e0586a9a53e7f7ad4aa
2022-10-12 09:00:41 -07:00
generatedunixname89002005306973
dd99fc8e79
Flipper Release: v0.169.0
...
Summary: Releasing version 0.169.0
Reviewed By: lblasa
Differential Revision: D40173740
fbshipit-source-id: 6009a2621d98a706a94c5bca1121946b9604b7ab
2022-10-07 04:57:44 -07:00
generatedunixname89002005306973
84a5d8e184
Flipper Release: v0.168.0
...
Summary: Releasing version 0.168.0
Reviewed By: aigoncharov
Differential Revision: D40059591
fbshipit-source-id: b5ea55b6afd813cafff72b5264768bb60c7350e0
2022-10-04 08:44:13 -07:00
generatedunixname89002005306973
dcf2380fd4
Flipper Release: v0.167.0
...
Summary: Releasing version 0.167.0
Reviewed By: LukeDefeo
Differential Revision: D39924111
fbshipit-source-id: 30e26a9551eb3350ba4b526dc6ca014d868dd1ea
2022-09-29 04:38:46 -07:00
Flipper Bot
285db3a268
Flipper Release: v0.166.0
...
Summary: Releasing version 0.166.0
Reviewed By: aigoncharov
Differential Revision: D39649275
fbshipit-source-id: d328cf36fb26e2d69b0e3c76cae6c47760ecd6fa
2022-09-20 04:06:09 -07:00
Flipper Bot
fb51f294f1
Flipper Release: v0.165.1
...
Summary: Releasing version 0.165.1
Reviewed By: aigoncharov
Differential Revision: D39626532
fbshipit-source-id: 0611201ad42e038f4488ee9f6f8cf8265329a5e2
2022-09-19 12:12:29 -07:00
Flipper Bot
4c61c53a7b
Flipper Release: v0.165.0
...
Summary: Releasing version 0.165.0
Reviewed By: aigoncharov
Differential Revision: D39579337
fbshipit-source-id: 42c3c470718b1e5953ab07afa9a7690b33acfe3f
2022-09-16 10:05:24 -07:00
Andrey Goncharov
642a3ebf81
Remove default plugin entrypoints for hot-reloading
...
Summary: As we stopped bundling plugins in D39276249, we no longer need the entry points for the bundled plugins (these entry points are always going to be empty)
Reviewed By: lblasa
Differential Revision: D39307565
fbshipit-source-id: 43751fe31c8bd962677c226b27cfe52093d3f2d4
2022-09-15 10:02:19 -07:00
Andrey Goncharov
97b8b8a1c4
Split flipper-plugin package
...
Summary:
flipper-server-companion depends on flipper-plugin. flipper-plugin includes dependencies that run only in a browser. Splitting flipper-plugin into core and browser packages helps to avoid including browser-only dependencies into flipper-server bundle.
As a result, bundle size could be cut in half. Subsequently, RSS usage drops as there is twice as less code to process for V8.
Note: it currently breaks external flipper-data-source package. It will be restored in subsequent diffs
Reviewed By: lblasa
Differential Revision: D38658285
fbshipit-source-id: 751b11fa9f3a2d938ce166687b8310ba8b059dee
2022-09-15 10:02:19 -07:00
Flipper Bot
a941652a43
Flipper Release: v0.164.0
...
Summary: Releasing version 0.164.0
Reviewed By: aigoncharov
Differential Revision: D39431774
fbshipit-source-id: 17c616386d00460e7b65cc88403bb6dbbc882853
2022-09-12 09:11:16 -07:00
Flipper Bot
926ba9608e
Flipper Release: v0.163.0
...
Summary: Releasing version 0.163.0
Reviewed By: aigoncharov
Differential Revision: D39303682
fbshipit-source-id: fa6bd8a1cb08c0f45803d027632d7432e64680e2
2022-09-08 08:03:07 -07:00
Flipper Bot
3734225dd7
Flipper Release: v0.162.0
...
Summary: Releasing version 0.162.0
Reviewed By: cekkaewnumchai
Differential Revision: D38973666
fbshipit-source-id: cb17fe83c805a1c4fbef69bf035f4437516665d0
2022-08-24 03:55:15 -07:00
Flipper Bot
f9afe75a81
Flipper Release: v0.161.0
...
Summary: Releasing version 0.161.0
Reviewed By: lblasa
Differential Revision: D38858847
fbshipit-source-id: 56a356ed7028110fb028f36a490efb6fa61a3598
2022-08-19 05:02:55 -07:00
Pascal Hartig
c90ab4ed7b
Change author from Facebook Inc to Meta
...
Reviewed By: mweststrate
Differential Revision: D38828665
fbshipit-source-id: b9beb1f445a0caeed536f2119694da00df825005
2022-08-19 04:31:32 -07:00
Flipper Bot
882c06fb65
Flipper Release: v0.160.0
...
Summary: Releasing version 0.160.0
Reviewed By: mweststrate
Differential Revision: D38829728
fbshipit-source-id: b0c28f7099ecde8f1afba298af713891d5f37c04
2022-08-18 09:21:56 -07:00
Flipper Bot
a2df0e36e3
Flipper Release: v0.159.0
...
Summary: Releasing version 0.159.0
Reviewed By: mweststrate
Differential Revision: D38779691
fbshipit-source-id: 096542c590ad80dede43b7d72300ad99667b96d7
2022-08-17 03:32:56 -07:00
Flipper Bot
c96c5ca1a3
Flipper Release: v0.158.0
...
Summary: Releasing version 0.158.0
Reviewed By: lblasa
Differential Revision: D38571158
fbshipit-source-id: 942b513f45163fe923483f17c87945ff289020c9
2022-08-10 05:09:36 -07:00