Flipper Bot
714ee44929
Flipper Release: v0.157.0
...
Summary: Releasing version 0.157.0
Reviewed By: passy
Differential Revision: D38382530
fbshipit-source-id: 687ff275c280587d4d40c9c2d8622a1d0ba1adaa
2022-08-03 05:02:01 -07:00
Flipper Bot
5607276fee
Flipper Release: v0.156.0
...
Summary: Releasing version 0.156.0
Reviewed By: LukeDefeo
Differential Revision: D38198427
fbshipit-source-id: b348e3bc2c4ee18d897841a1ad359db950b15100
2022-07-27 04:31:07 -07:00
Flipper Bot
e3110be5a6
Flipper Release: v0.155.0
...
Summary: Releasing version 0.155.0
Reviewed By: lblasa
Differential Revision: D37957716
fbshipit-source-id: f682464ec8737acc3e28197fa3724a6ae150e8cd
2022-07-19 09:01:42 -07:00
Flipper Bot
14d385827d
Flipper Release: v0.154.0
...
Summary: Releasing version 0.154.0
Reviewed By: jknoxville
Differential Revision: D37813763
fbshipit-source-id: f16392937146a50c7018c2ae5abd18e433059622
2022-07-13 09:21:01 -07:00
Luke De Feo
0e11eaabb3
Finishing touches
...
Summary:
A few comments in my rewrite stack got missed, I am addressing them here.
In addition react testing library has been hoisted to the root module in the project and been made available to all sub modules
Reviewed By: mweststrate
Differential Revision: D37712339
fbshipit-source-id: 60984c3d16bd535b0c489570907f097c7d80f634
2022-07-11 05:15:25 -07:00
Flipper Bot
6b4c1db5fa
Flipper Release: v0.153.0
...
Summary: Releasing version 0.153.0
Reviewed By: cekkaewnumchai
Differential Revision: D37643063
fbshipit-source-id: df67aee39ca41887e4c8358a618b4c37338c501b
2022-07-06 04:06:55 -07:00
Flipper Bot
939f69b4fc
Flipper Release: v0.152.0
...
Summary: Releasing version 0.152.0
Reviewed By: mweststrate
Differential Revision: D37515159
fbshipit-source-id: 559c8961da1156fd61c299eec5d3bc9a8e84fa9e
2022-06-29 08:56:59 -07:00
Flipper Bot
f7048b470e
Flipper Release: v0.151.1
...
Summary: Releasing version 0.151.1
Reviewed By: aigoncharov
Differential Revision: D37458556
fbshipit-source-id: a14704cce3358c5fd3dbd4b7ebf9c32a59183d49
2022-06-27 10:22:47 -07:00
Flipper Bot
25cfd062bf
Flipper Release: v0.151.0
...
Summary: Releasing version 0.151.0
Reviewed By: nikoant
Differential Revision: D37340692
fbshipit-source-id: 0b058ffbf3de3ec17232953d94bfd5eba92348c0
2022-06-23 08:18:15 -07:00
Flipper Bot
06ddb08406
Flipper Release: v0.150.0
...
Summary: Releasing version 0.150.0
Reviewed By: lblasa
Differential Revision: D37236953
fbshipit-source-id: 36cd4fd8842b898f7cba1f03ab2c72d20e2b42ce
2022-06-17 11:37:49 -07:00
Anton Kastritskiy
f5992d3489
setup engines to stop people from using npm
...
Summary:
Following the discussion from D37080670 (ea7ff7eb8a )
Unfortunately at some people npm changed the order in which things happen when running `npm install` and now dependency resolution happens before validating engines 🤷♂️
But this will work regardless
https://www.internalfb.com/intern/px/p/261cr
Reviewed By: aigoncharov
Differential Revision: D37142960
fbshipit-source-id: 306f1a4e7444dc099c1a11c4c9e22dafceacdbaa
2022-06-15 07:37:54 -07:00
Flipper Bot
ad19b51069
Flipper Release: v0.149.0
...
Summary: Releasing version 0.149.0
Reviewed By: passy
Differential Revision: D36999205
fbshipit-source-id: 9bf6df029e3d359c166f21bd12f158a2d19b6516
2022-06-09 10:32:12 -07:00
Hannah Kim
9b0535b0ff
(2/n) Created JS Flipper plugin
...
Summary: Added JS side of plugin to be displayed in the local Flipper Desktop app
Differential Revision: D36985721
fbshipit-source-id: f9d3cc28e418e95283c572fed4d40dbecfd2f236
2022-06-08 09:25:05 -07:00
Flipper Bot
5971d603bf
Flipper Release: v0.148.0
...
Summary: Releasing version 0.148.0
Reviewed By: jknoxville
Differential Revision: D36805039
fbshipit-source-id: 8d97ba973c57de4558fc6aaa0a546dbac1ee08cd
2022-06-06 06:25:38 -07:00
Andrey Goncharov
92cdb81096
Upgrade electron version
...
Summary:
CHANGELOG: Upgrade electron to 18.2.0.
In Electron 18.2.0 we no longer have access to `remote`. Instead, we are recommended to implement IPC communications. We re-implement `remote` methods used before as IPC commands. To support type-safe execution of the commands, we create electron IPC clients on both sides: the main process and renderer process. We also move the main menu creation to the main process and track its usage via sending IPC messages to the renderer process where the logging happens.
Reviewed By: mweststrate
Differential Revision: D36593625
fbshipit-source-id: 6dcf531461ef2edceb9cac372a650f84f3370953
2022-05-31 06:52:14 -07:00
Flipper Bot
04400fd22e
Flipper Release: v0.147.1
...
Summary: Releasing version 0.147.1
Reviewed By: aigoncharov
Differential Revision: D36759784
fbshipit-source-id: 27c04809b8b6efaea96e96f79e4d2079a9162799
2022-05-30 06:18:15 -07:00
Flipper Bot
19a5a8e9c7
Flipper Release: v0.147.0
...
Summary: Releasing version 0.147.0
Reviewed By: aigoncharov
Differential Revision: D36658611
fbshipit-source-id: 74137e1c5c1f5be5dc45c28ed74aa016001db070
2022-05-25 09:56:02 -07:00
Andrey Goncharov
3141658ac0
Publish flipper-headless-demo
...
Reviewed By: lblasa
Differential Revision: D36591088
fbshipit-source-id: 0f22b38f558934aa9a8b017cdb87cc67f5a65cef
2022-05-23 08:06:18 -07:00
Andrey Goncharov
966e53f4a2
Publish flipper-headless-tic-tac-toe
...
Reviewed By: passy
Differential Revision: D36590750
fbshipit-source-id: c94a74f850723c2165222a9869d563469471f206
2022-05-23 08:06:18 -07:00
Flipper Bot
8bbc3fda69
Flipper Release: v0.146.1
...
Summary: Releasing version 0.146.1
Reviewed By: aigoncharov
Differential Revision: D36543493
fbshipit-source-id: 0eaf1e3c4cb51440aa8d22cbe721dc44938c9246
2022-05-20 08:46:00 -07:00
Flipper Bot
47238f0d7d
Flipper Release: v0.146.0
...
Summary: Releasing version 0.146.0
Reviewed By: nikoant
Differential Revision: D36473300
fbshipit-source-id: 076031a8acef8d37fd71a8832ba2bd4918a3e724
2022-05-18 10:11:13 -07:00
Andrey Goncharov
5d346b4991
Add flipper-server-companion
...
Summary: Flipper Server Companion starts headless plugins and exposes them over the wire
Reviewed By: passy
Differential Revision: D36098170
fbshipit-source-id: 3b1b077d1fa4adca5c340ad4475b80b229586e1b
2022-05-10 05:13:24 -07:00
Andrey Goncharov
db49673d8a
Setup flipper-frontend-core
...
Reviewed By: passy
Differential Revision: D36129751
fbshipit-source-id: 7e2a792de412a7ada8c58e0d3f0c6c2d18828996
2022-05-10 05:13:24 -07:00
Flipper Bot
4b07c0f9d9
Flipper Release: v0.145.0
...
Summary: Releasing version 0.145.0
Reviewed By: cekkaewnumchai
Differential Revision: D36168545
fbshipit-source-id: 4cb68eb9c8c80a0018c2a617ce0704fd18ff0b47
2022-05-06 05:14:39 -07:00
Pascal Hartig
d05d3f9336
Upgrade more /desktop deps
...
Summary: Taking care of the remaining dependabot tasks In my queue.
Reviewed By: mweststrate
Differential Revision: D36131782
fbshipit-source-id: f8a5ce18bfab7c5d50a88d64f9516d67bba4bd6d
2022-05-05 08:07:44 -07:00
Pascal Hartig
342e22bd87
Upgrade more /desktop deps
...
Summary: More bumps for patch and minor releases. allow-large-files
Reviewed By: aigoncharov
Differential Revision: D36104098
fbshipit-source-id: 6db995e660afbe4febd72aa70ed8150cc16a8c93
2022-05-04 04:03:19 -07:00
Pascal Hartig
f9841764cc
Re-enable project-wide tsc
...
Summary: On top of the stack, this should be green again.
Reviewed By: nikoant
Differential Revision: D36100200
fbshipit-source-id: 581e3d825ef8e088f6d5ed4b0fcdfea574121667
2022-05-03 09:55:04 -07:00
Flipper Bot
cd7e8bd8d7
Flipper Release: v0.144.0
...
Summary: Releasing version 0.144.0
Reviewed By: passy
Differential Revision: D35960718
fbshipit-source-id: a2fc470a831f1788ce4fa2be23c758a1c205f0bb
2022-04-27 03:51:35 -07:00
Flipper Bot
94758c1204
Flipper Release: v0.143.0
...
Summary: Releasing version 0.143.0
Reviewed By: lblasa
Differential Revision: D35775016
fbshipit-source-id: a0c3bd46547f7a561e1de775796b93ea9cf3071e
2022-04-20 10:26:59 -07:00
Flipper Bot
c82f6434ee
Flipper Release: v0.142.0
...
Summary: Releasing version 0.142.0
Reviewed By: nikoant
Differential Revision: D35426156
fbshipit-source-id: 831e74f5ce53c69582a6d11aff81647e989bd5b0
2022-04-06 06:13:31 -07:00
Flipper Bot
571658e603
Flipper Release: v0.141.0
...
Summary: Releasing version 0.141.0
Reviewed By: nikoant
Differential Revision: D35245058
fbshipit-source-id: a04893f3e98b86063616672c37fb6e57a8d8c1a3
2022-03-31 07:08:27 -07:00
Michel Weststrate
26ea544f82
Force minimist to 1.2.6
...
Reviewed By: passy
Differential Revision: D35248981
fbshipit-source-id: 1738261abbcb32425930a65d7bfa13131e987d7e
2022-03-30 15:55:57 -07:00
Michel Weststrate
792e8b470b
Force-node forge to 1.3.1
...
Reviewed By: passy
Differential Revision: D35248871
fbshipit-source-id: dd11256201b2092f41a5ecb528b586ebf2426f9e
2022-03-30 15:55:57 -07:00
dependabot[bot]
cf1aadb6f7
Bump @typescript-eslint/eslint-plugin from 5.14.0 to 5.16.0 in /desktop ( #3578 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.14.0 to 5.16.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>v5.16.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.15.0...v5.16.0 ">5.16.0</a> (2022-03-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] enforce assertionStyle for <code>const</code> assertions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4685 ">#4685</a>) (<a href="8ec05bed0f ">8ec05be</a>)</li>
<li><strong>scope-manager:</strong> incorrect reference for this within a jsx identifier (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4535 ">#4535</a>) (<a href="dd49280e50 ">dd49280</a>)</li>
<li><strong>utils:</strong> RuleTester: Only call afterAll if defined (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4656 ">#4656</a>) (<a href="0fe0683eff ">0fe0683</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] support logical with empty object (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4430 ">#4430</a>) (<a href="d21cfe0f4b ">d21cfe0</a>)</li>
</ul>
<h2>v5.15.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.14.0...v5.15.0 ">5.15.0</a> (2022-03-14)</h1>
<h3>Features</h3>
<ul>
<li><strong>parser:</strong> add <code>parserOptions.emitDecoratorMetadata</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4646 ">#4646</a>) (<a href="e3dd343e51 ">e3dd343</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/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/v5.15.0...v5.16.0 ">5.16.0</a> (2022-03-21)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] enforce assertionStyle for <code>const</code> assertions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4685 ">#4685</a>) (<a href="8ec05bed0f ">8ec05be</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] support logical with empty object (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4430 ">#4430</a>) (<a href="d21cfe0f4b ">d21cfe0</a>)</li>
</ul>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.14.0...v5.15.0 ">5.15.0</a> (2022-03-14)</h1>
<h3>Features</h3>
<ul>
<li><strong>parser:</strong> add <code>parserOptions.emitDecoratorMetadata</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4646 ">#4646</a>) (<a href="e3dd343e51 ">e3dd343</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="aff9654937 "><code>aff9654</code></a> chore: publish v5.16.0</li>
<li><a href="d21cfe0f4b "><code>d21cfe0</code></a> feat(eslint-plugin): [prefer-optional-chain] support logical with empty objec...</li>
<li><a href="8ec05bed0f "><code>8ec05be</code></a> fix(eslint-plugin): [consistent-type-assertions] enforce assertionStyle for `...</li>
<li><a href="f3a97ff0e1 "><code>f3a97ff</code></a> chore: replace deprecated String.prototype.substr() (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4693 ">#4693</a>)</li>
<li><a href="b5b5f415c2 "><code>b5b5f41</code></a> chore: publish v5.15.0</li>
<li><a href="08d3ec3b6c "><code>08d3ec3</code></a> Eslint plugin readme: Fix a broken link (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4673 ">#4673</a>)</li>
<li><a href="e3dd343e51 "><code>e3dd343</code></a> feat(parser): add <code>parserOptions.emitDecoratorMetadata</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4646 ">#4646</a>)</li>
<li><a href="cf325cea60 "><code>cf325ce</code></a> docs(eslint-plugin): clarified no-floating-promises and no-misused-promises (...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.16.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/3578
Reviewed By: passy
Differential Revision: D35211383
Pulled By: mweststrate
fbshipit-source-id: 3c8afbc534aea76da2f585a088a0bfc41bae3135
2022-03-29 09:54:15 -07:00
Flipper Bot
c7b99f27fa
Flipper Release: v0.140.0
...
Summary: Releasing version 0.140.0
Reviewed By: mweststrate
Differential Revision: D35073921
fbshipit-source-id: 42da1ef7c9db0309957090debb71a22ff3873918
2022-03-23 07:35:55 -07:00
Flipper Bot
717a0df258
Flipper Release: v0.139.0
...
Summary: Releasing version 0.139.0
Reviewed By: aigoncharov
Differential Revision: D34921180
fbshipit-source-id: 4ca22ea22900d6a8811491ff9f932b3855acbc80
2022-03-16 11:02:36 -07:00
Melissa Perez
cac6f85d17
Revert D34867320: Bump eslint-plugin-react from 7.29.3 to 7.29.4 in /desktop
...
Differential Revision:
D34867320 (c29578a040 )
Original commit changeset: d8c67fdbdbec
Original Phabricator Diff: D34867320 (c29578a040 )
fbshipit-source-id: 0d91d03dbdfad65c30c864acc9c65d65c649a0cb
2022-03-15 12:31:22 -07:00
dependabot[bot]
c29578a040
Bump eslint-plugin-react from 7.29.3 to 7.29.4 in /desktop ( #3536 )
...
Summary:
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) from 7.29.3 to 7.29.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/releases ">eslint-plugin-react's releases</a>.</em></p>
<blockquote>
<h2>v7.29.4</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unused-state</code>]: avoid a crash on a class field gDSFP (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3236 ">https://github.com/facebook/flipper/issues/3236 </a>[] <a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
<li>[<code>boolean-prop-naming</code>]: handle React.FC, intersection, union types (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3241 ">https://github.com/facebook/flipper/issues/3241 </a>[] <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/1000 ">https://github.com/facebook/flipper/issues/1000 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1000 ">yannickcr/eslint-plugin-react#1000</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1002 ">https://github.com/facebook/flipper/issues/1002 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1002 ">yannickcr/eslint-plugin-react#1002</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1005 ">https://github.com/facebook/flipper/issues/1005 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1005 ">yannickcr/eslint-plugin-react#1005</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/100 ">https://github.com/facebook/flipper/issues/100 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/100 ">yannickcr/eslint-plugin-react#100</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1010 ">https://github.com/facebook/flipper/issues/1010 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1010 ">yannickcr/eslint-plugin-react#1010</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1013 ">https://github.com/facebook/flipper/issues/1013 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1013 ">yannickcr/eslint-plugin-react#1013</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1022 ">https://github.com/facebook/flipper/issues/1022 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1022 ">yannickcr/eslint-plugin-react#1022</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1029 ">https://github.com/facebook/flipper/issues/1029 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1029 ">yannickcr/eslint-plugin-react#1029</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/102 ">https://github.com/facebook/flipper/issues/102 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/102 ">yannickcr/eslint-plugin-react#102</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1034 ">https://github.com/facebook/flipper/issues/1034 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1034 ">yannickcr/eslint-plugin-react#1034</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1038 ">https://github.com/facebook/flipper/issues/1038 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1038 ">yannickcr/eslint-plugin-react#1038</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1041 ">https://github.com/facebook/flipper/issues/1041 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1041 ">yannickcr/eslint-plugin-react#1041</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1043 ">https://github.com/facebook/flipper/issues/1043 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1043 ">yannickcr/eslint-plugin-react#1043</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1046 ">https://github.com/facebook/flipper/issues/1046 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1046 ">yannickcr/eslint-plugin-react#1046</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1047 ">https://github.com/facebook/flipper/issues/1047 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1047 ">yannickcr/eslint-plugin-react#1047</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1050 ">https://github.com/facebook/flipper/issues/1050 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1050 ">yannickcr/eslint-plugin-react#1050</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1053 ">https://github.com/facebook/flipper/issues/1053 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1053 ">yannickcr/eslint-plugin-react#1053</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1057 ">https://github.com/facebook/flipper/issues/1057 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1057 ">yannickcr/eslint-plugin-react#1057</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/105 ">https://github.com/facebook/flipper/issues/105 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/105 ">yannickcr/eslint-plugin-react#105</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1061 ">https://github.com/facebook/flipper/issues/1061 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1061 ">yannickcr/eslint-plugin-react#1061</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1062 ">https://github.com/facebook/flipper/issues/1062 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1062 ">yannickcr/eslint-plugin-react#1062</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1070 ">https://github.com/facebook/flipper/issues/1070 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1070 ">yannickcr/eslint-plugin-react#1070</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1071 ">https://github.com/facebook/flipper/issues/1071 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1071 ">yannickcr/eslint-plugin-react#1071</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1073 ">https://github.com/facebook/flipper/issues/1073 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1073 ">yannickcr/eslint-plugin-react#1073</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1076 ">https://github.com/facebook/flipper/issues/1076 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1076 ">yannickcr/eslint-plugin-react#1076</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1079 ">https://github.com/facebook/flipper/issues/1079 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1079 ">yannickcr/eslint-plugin-react#1079</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1088 ">https://github.com/facebook/flipper/issues/1088 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1088 ">yannickcr/eslint-plugin-react#1088</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1098 ">https://github.com/facebook/flipper/issues/1098 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1098 ">yannickcr/eslint-plugin-react#1098</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1101 ">https://github.com/facebook/flipper/issues/1101 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1101 ">yannickcr/eslint-plugin-react#1101</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1103 ">https://github.com/facebook/flipper/issues/1103 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1103 ">yannickcr/eslint-plugin-react#1103</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/110 ">https://github.com/facebook/flipper/issues/110 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/110 ">yannickcr/eslint-plugin-react#110</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1116 ">https://github.com/facebook/flipper/issues/1116 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1116 ">yannickcr/eslint-plugin-react#1116</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1117 ">https://github.com/facebook/flipper/issues/1117 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1117 ">yannickcr/eslint-plugin-react#1117</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1119 ">https://github.com/facebook/flipper/issues/1119 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1119 ">yannickcr/eslint-plugin-react#1119</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1121 ">https://github.com/facebook/flipper/issues/1121 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1121 ">yannickcr/eslint-plugin-react#1121</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1122 ">https://github.com/facebook/flipper/issues/1122 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1122 ">yannickcr/eslint-plugin-react#1122</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1123 ">https://github.com/facebook/flipper/issues/1123 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1123 ">yannickcr/eslint-plugin-react#1123</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1130 ">https://github.com/facebook/flipper/issues/1130 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1130 ">yannickcr/eslint-plugin-react#1130</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1131 ">https://github.com/facebook/flipper/issues/1131 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1131 ">yannickcr/eslint-plugin-react#1131</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1132 ">https://github.com/facebook/flipper/issues/1132 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1132 ">yannickcr/eslint-plugin-react#1132</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1134 ">https://github.com/facebook/flipper/issues/1134 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1134 ">yannickcr/eslint-plugin-react#1134</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1135 ">https://github.com/facebook/flipper/issues/1135 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1135 ">yannickcr/eslint-plugin-react#1135</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1139 ">https://github.com/facebook/flipper/issues/1139 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1139 ">yannickcr/eslint-plugin-react#1139</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1148 ">https://github.com/facebook/flipper/issues/1148 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1148 ">yannickcr/eslint-plugin-react#1148</a></p>
</blockquote>
<p>... (truncated)</p>
</details>
<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.29.3...v7.29.4 ">7.29.4</a> - 2022.03.13</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unused-state</code>]: avoid a crash on a class field gDSFP (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3236 ">https://github.com/facebook/flipper/issues/3236 </a>[] <a href="https://github.com/ljharb "><code>@ljharb</code></a>)</li>
<li>[<code>boolean-prop-naming</code>]: handle React.FC, intersection, union types (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3241 ">https://github.com/facebook/flipper/issues/3241 </a>[] <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/3241 ">https://github.com/facebook/flipper/issues/3241 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/3241 ">yannickcr/eslint-plugin-react#3241</a>
<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3236 ">https://github.com/facebook/flipper/issues/3236 </a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/3236 ">yannickcr/eslint-plugin-react#3236</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="73ad445e43 "><code>73ad445</code></a> Update CHANGELOG and bump version</li>
<li><a href="86a3177654 "><code>86a3177</code></a> [Fix] <code>boolean-prop-naming</code>: handle React.FC, intersection, union types</li>
<li><a href="cdfd55836f "><code>cdfd558</code></a> [Fix] <code>no-unused-state</code>: avoid a crash on a class field gDSFP</li>
<li><a href="24bf5947e9 "><code>24bf594</code></a> [meta] fix changelog</li>
<li>See full diff in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.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/3536
Reviewed By: mweststrate
Differential Revision: D34867320
Pulled By: lblasa
fbshipit-source-id: d8c67fdbdbecee8eec6d1a92f487c2e929cfc7b6
2022-03-15 09:19:25 -07:00
dependabot[bot]
ab8a3aac90
Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 in /desktop ( #3534 )
...
Summary:
Bumps [typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.13.0 to 5.14.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.14.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0 ">5.14.0</a> (2022-03-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] cover case that requires quotes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4582 ">#4582</a>) (<a href="3ea09477de ">3ea0947</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] factor thenable returning function overload signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4620 ">#4620</a>) (<a href="56a09e98f1 ">56a09e9</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4343 ">#4343</a>) (<a href="a65713ae13 ">a65713a</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] correct autofixer in binary expression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4401 ">#4401</a>) (<a href="5fa2fade38 ">5fa2fad</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-misused-promises] add granular options within <code>checksVoidReturns</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4623 ">#4623</a>) (<a href="1085177269 ">1085177</a>)</li>
<li>TypeScript 4.6 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4615 ">#4615</a>) (<a href="a02c63a264 ">a02c63a</a>)</li>
</ul>
</blockquote>
</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.13.0...v5.14.0 ">5.14.0</a> (2022-03-07)</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="9752382d4c "><code>9752382</code></a> chore: publish v5.14.0</li>
<li><a href="fa381f349c "><code>fa381f3</code></a> chore: use swc for tests instead of Babel (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/4584 ">#4584</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.14.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/3534
Reviewed By: antonk52
Differential Revision: D34867346
Pulled By: lblasa
fbshipit-source-id: 79899a53b9a31fe8d726c2f4174ae6023debdd21
2022-03-15 02:41:49 -07:00
dependabot[bot]
caef7af7d3
Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.14.0 in /desktop ( #3522 )
...
Summary:
Bumps [typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.13.0 to 5.14.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>v5.14.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.13.0...v5.14.0 ">5.14.0</a> (2022-03-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] cover case that requires quotes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4582 ">#4582</a>) (<a href="3ea09477de ">3ea0947</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] factor thenable returning function overload signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4620 ">#4620</a>) (<a href="56a09e98f1 ">56a09e9</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4343 ">#4343</a>) (<a href="a65713ae13 ">a65713a</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] correct autofixer in binary expression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4401 ">#4401</a>) (<a href="5fa2fade38 ">5fa2fad</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-misused-promises] add granular options within <code>checksVoidReturns</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4623 ">#4623</a>) (<a href="1085177269 ">1085177</a>)</li>
<li>TypeScript 4.6 (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4615 ">#4615</a>) (<a href="a02c63a264 ">a02c63a</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/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/v5.13.0...v5.14.0 ">5.14.0</a> (2022-03-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] cover case that requires quotes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4582 ">#4582</a>) (<a href="3ea09477de ">3ea0947</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] factor thenable returning function overload signatures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4620 ">#4620</a>) (<a href="56a09e98f1 ">56a09e9</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4343 ">#4343</a>) (<a href="a65713ae13 ">a65713a</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] correct autofixer in binary expression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4401 ">#4401</a>) (<a href="5fa2fade38 ">5fa2fad</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-misused-promises] add granular options within <code>checksVoidReturns</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4623 ">#4623</a>) (<a href="1085177269 ">1085177</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9752382d4c "><code>9752382</code></a> chore: publish v5.14.0</li>
<li><a href="1085177269 "><code>1085177</code></a> feat(eslint-plugin): [no-misused-promises] add granular options within `check...</li>
<li><a href="fa381f349c "><code>fa381f3</code></a> chore: use swc for tests instead of Babel (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4584 ">#4584</a>)</li>
<li><a href="56a09e98f1 "><code>56a09e9</code></a> fix(eslint-plugin): [no-misused-promises] factor thenable returning function ...</li>
<li><a href="699ef48403 "><code>699ef48</code></a> test: split up naming-convention (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4599 ">#4599</a>)</li>
<li><a href="3ea09477de "><code>3ea0947</code></a> fix(eslint-plugin): [naming-convention] cover case that requires quotes (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4582 ">#4582</a>)</li>
<li><a href="5fa2fade38 "><code>5fa2fad</code></a> fix(eslint-plugin): [return-await] correct autofixer in binary expression (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4 ">https://github.com/facebook/flipper/issues/4 </a>...</li>
<li><a href="a65713ae13 "><code>a65713a</code></a> fix(eslint-plugin): [prefer-readonly-parameter-types] handle class sharp priv...</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.14.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/3522
Reviewed By: passy
Differential Revision: D34862123
Pulled By: lblasa
fbshipit-source-id: 6d1a7d6aa6a73c56a4fb54663d16ae2a499d32a6
2022-03-14 10:41:03 -07:00
Flipper Bot
6bf158f0df
Flipper Release: v0.138.0
...
Summary: Releasing version 0.138.0
Reviewed By: lblasa
Differential Revision: D34749057
fbshipit-source-id: 45b01c5a8830c626e81fc15cdbf81dc7134c04d8
2022-03-09 05:27:16 -08:00
Pascal Hartig
9d390d0864
Dep bump for /desktop
...
Summary: Combining dependabot bumps.
Reviewed By: nikoant
Differential Revision: D34682717
fbshipit-source-id: 09975ed9f258d2f5bed6871e15643c38a07e0459
2022-03-08 03:02:11 -08:00
Pascal Hartig
7c1251075f
Dep bump for /desktop
...
Summary:
Combining a bunch of dependabot PRs.
N.B. I had to manually clean up the `yarn.lock` a few times because some dependencies resolved to multiple version numbers, catching tsc off-guard.
allow-large-files
Reviewed By: nikoant
Differential Revision: D34579180
fbshipit-source-id: a4848e1010ff240d9b0e721d3878585e7b4bd078
2022-03-03 04:11:52 -08:00
Flipper Bot
f2e60ab6cb
Flipper Release: v0.137.0
...
Summary: Releasing version 0.137.0
Reviewed By: passy
Differential Revision: D34577711
fbshipit-source-id: fc0ceb7676d1f7a8f5d1e271d78b489c61919bf6
2022-03-02 07:41:24 -08:00
Andrey Goncharov
b82cdfb664
Fix starting dev Flipper without bundled plugins
...
Summary: --no-embedded-plugins does not seem to exist. Replaced with --no-bundled-plugins which removes plugins from defaultPlugins/idex.tsx (as in prod).
Reviewed By: antonk52
Differential Revision: D34445364
fbshipit-source-id: e52c2e327bf43a3f682b6d9e18315e6ecadad5d8
2022-02-28 03:50:34 -08:00
Flipper Bot
e1746932ce
Flipper Release: v0.136.0
...
Summary: Releasing version 0.136.0
Reviewed By: jknoxville
Differential Revision: D34414615
fbshipit-source-id: 7239b27687b1af22cf26597e0d1fca138f9f9c7f
2022-02-23 08:22:34 -08:00
Flipper Bot
4e1ad10440
Flipper Release: v0.135.0
...
Summary: Releasing version 0.135.0
Reviewed By: aigoncharov
Differential Revision: D34269502
fbshipit-source-id: fe99fb7959778c97052045450ca5fce26a348043
2022-02-16 05:52:58 -08:00
Pascal Hartig
1910d3b713
Bump dependencies in /desktop
...
Summary: Combining green-ticked upgrades from GitHub into one push.
Reviewed By: lblasa
Differential Revision: D34212788
fbshipit-source-id: 12b207a05b9df08eac5b5c58fe1025932c448258
2022-02-14 09:55:15 -08:00
Flipper Bot
4b0f002e5d
Flipper Release: v0.134.0
...
Summary: Releasing version 0.134.0
Reviewed By: passy
Differential Revision: D34211185
fbshipit-source-id: 82709ff43324fc1aa9c7d0ae1a85a13386188f5e
2022-02-14 07:49:52 -08:00
Flipper Bot
60c353e16e
Flipper Release: v0.133.1
...
Summary: Releasing version 0.133.1
Reviewed By: aigoncharov
Differential Revision: D34143395
fbshipit-source-id: e1df1abee6ac46a33a383f6350e7529f329b1c56
2022-02-10 08:06:31 -08:00