Commit Graph

5619 Commits

Author SHA1 Message Date
Pascal Hartig
4f3ee3ea57 Bump gradle-maven-publish-plugin from 0.16.0 to 0.17.0
Summary:
From the changelog:

> Removed the deprecated uploadArchives and installArchives tasks. Use publish and publishToMavenLocal instead.

Made the necessary changes to docs and scripts.

Reviewed By: nikoant

Differential Revision: D29752895

fbshipit-source-id: 6e96c7ea9b26be2acb40b9089cb361837ab10a1b
2021-07-29 09:35:04 -07:00
Ananya Arun
cfc9e07fe2 Fix broken link
Summary: Fixed a broken link in the troubleshooting page of flipper.

Reviewed By: passy

Differential Revision: D29986130

fbshipit-source-id: 2e771a511afa23e4c1e11aa3817c854eff56bcab
2021-07-29 04:56:41 -07:00
Lorenzo Blasa
6c72e78d04 RSocket server
Summary:
RSocket server which implements the ServerAdapter interface.

Most of the code was taken from the ServerController class with a few minor adjustments.

Once ServerController starts using ServerAdapter instances the code will be removed from there.

Reviewed By: fabiomassimo

Differential Revision: D29984578

fbshipit-source-id: e35e7635dff995314b3c1fbc85177f90384e025d
2021-07-29 03:20:31 -07:00
Pascal Hartig
4a6f0e5bcb Bump react native deps
Summary: Addresses a security vuln.

Reviewed By: cekkaewnumchai

Differential Revision: D29960114

fbshipit-source-id: b024ca48cfdf15f8d5297026dde9770659591156
2021-07-29 03:15:58 -07:00
LeoTM
64469f5557 Upgrade react-native-flipper Android to Gradle 7 (#2619)
Summary:
- Resolve https://github.com/facebook/flipper/issues/2221

Pull Request resolved: https://github.com/facebook/flipper/pull/2619

Test Plan:
- Tested working example https://github.com/leotm/react-native-template-typescript
  - Commit 2fd5737c33

![Screenshot 2021-07-26 at 09 07 06](https://user-images.githubusercontent.com/1881059/126955174-cd96087f-5201-4d4a-bb4a-18c951979c86.png)

Reviewed By: cekkaewnumchai

Differential Revision: D29933807

Pulled By: passy

fbshipit-source-id: 1440eee21da134e9d9087a28ad95724738786f10
2021-07-28 15:43:29 -07:00
facebook-flipper-bot
c2812a92ee Automated: Update Podfile.lock (#2637)
Summary:
This is an automated PR to update the Podfile.lock.
- Make sure that the Podfile.lock contains latest FlipperKit and Flipper pod versions.
- Also make sure that all the dependencies are updated to the latest one.
- This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)

Pull Request resolved: https://github.com/facebook/flipper/pull/2637

Reviewed By: passy

Differential Revision: D29962132

Pulled By: cekkaewnumchai

fbshipit-source-id: 98cb91e790a80eac9ca530856f909e0a744e40d0
2021-07-28 09:02:41 -07:00
Lorenzo Blasa
b0e47bf75e Introduce ServerAdapter
Summary:
Introduce ServerAdapter which should be used as a base class for different server implementations e.g. RSocket, WebSocket.

The type is not used elsewhere at this point but this is a good chance to look at the API and suggest changes and/or improvements.

Reviewed By: passy

Differential Revision: D29958434

fbshipit-source-id: 50ba46332d40e836b0a87bcf354d3237bf8fe7c5
2021-07-28 08:05:56 -07:00
Flipper Bot
06d45247b4 Flipper Snapshot Bump: v0.100.1-SNAPSHOT
Summary: Releasing snapshot version 0.100.1-SNAPSHOT

Reviewed By: cekkaewnumchai

Differential Revision: D29958233

fbshipit-source-id: 8c9038110cb3574ecfe0fd90b7a16c3912018869
2021-07-28 04:05:49 -07:00
Flipper Bot
dd880b3ba9 Flipper Release: v0.100.0
Summary: Releasing version 0.100.0

Reviewed By: cekkaewnumchai

Differential Revision: D29958236

fbshipit-source-id: d1dabc4537b9691196d61d9c1a200cf6c8a86725
2021-07-28 04:05:49 -07:00
Lorenzo Blasa
554f8146d7 Extracting utility methods
Summary:
Extract the following utility functions from ServerController:

transformCertificateExchangeMediumToType
appNameWithUpdateHint

The functions are not tied to the ServerController and will be used outside of it.

Reviewed By: passy

Differential Revision: D29938355

fbshipit-source-id: ea489f54a3a6bf46ae4e108579d48ede1f891093
2021-07-27 12:21:02 -07:00
Pascal Hartig
27eaf4f03d Tuesday dep bump
Summary:
allow-large-files
Got a ton of open bumps in GitHub. Want to address a bunch of them in one swoop.

Reviewed By: jknoxville, nikoant

Differential Revision: D29933570

fbshipit-source-id: d5dc18fab22e8c5b300ab318e60dd1514aecfd52
2021-07-27 11:42:46 -07:00
Adetomiwa Adesanya
54c6149891 Update Flipper to use latest plugin version.
Summary: Update flipper to use latest docusaurus-plugin-internaldocs-fb package version.

Reviewed By: jknoxville

Differential Revision: D29938558

fbshipit-source-id: 3e43ae93e1c39674e7ae4cee7af2b23cab019a21
2021-07-27 10:03:50 -07:00
Lorenzo Blasa
204c075782 Move BrowserClientFlipperConnection to a better location
Summary:
Move BrowserClientFlipperConnection to a better location.

All communication types should be located inside the comms/ directory.

Reviewed By: jknoxville

Differential Revision: D29937942

fbshipit-source-id: 7fbf92c60d53a8f4f16d738bcbd6c451ce367ff1
2021-07-27 10:00:52 -07:00
Lorenzo Blasa
1f1f41c81e Rename websocketClientFlipperConnection
Summary:
At the moment Flipper spawns a WebSocket server which can be used to debug Web applications in the Browser i.e. Kite.

This diff renames websocketClientFlipperConnection to BrowserClientFlipperConnection.

Renamed to make it clearer what type of connection it really is. WebSocket connections will no longer have the same meaning once RSocket is removed and WebSockets are used instead.

Reviewed By: jknoxville

Differential Revision: D29937656

fbshipit-source-id: 99d55fcfe256865add1ba3aada2c23f935f5cabe
2021-07-27 09:22:24 -07:00
dependabot[bot]
dcb4b2fb96 Bump appcompat from 1.3.0 to 1.3.1 (#2626)
Summary:
Bumps appcompat from 1.3.0 to 1.3.1.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.3.0&new-version=1.3.1)](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/2626

Reviewed By: timur-valiev

Differential Revision: D29932510

Pulled By: passy

fbshipit-source-id: c947dadad9649b3f0f1dd9c6e3be8714b25f1ca6
2021-07-27 08:45:47 -07:00
Pascal Hartig
38c8c9b2d2 Set required prop for PluginInstaller
Summary: TSC is raising this for a missing property.

Reviewed By: timur-valiev

Differential Revision: D29933795

fbshipit-source-id: 2acb3ea3b504f1bce1fb4bd0f7e4b52fd49e00b0
2021-07-27 08:40:42 -07:00
Lorenzo Blasa
c1496f621e FlipperClientConnection no longer redefines the RSocket Socket interface
Summary:
FlipperClientConnection used to define an interface which closely matched the Socket interface defined in RSocket.

Presumably it tried to 'decouple' RSocket from consumers of the client socket connection. It also limited the amount of actions that could be triggered on said socket connection.

This diff does two things:
- Renames FlipperClientConnection to ClientConnection.
- Changes the interface so that it no longer matches the RSocket Socket interface. The new interface doesn't use RSocket reactive types either.

As a result, current implementations of the interface will act as a proxy to the RSocket Socket type. The change allows the usage of other implementations such as WebSocket.

Reviewed By: fabiomassimo

Differential Revision: D29934090

fbshipit-source-id: 02742e50cd6e801310698969c81b3bf1ef0fa2a2
2021-07-27 08:30:21 -07:00
Lorenzo Blasa
8bb47a38a1 Rename server as ServerController
Summary:
In the file server.tsx was defined the Server type.

Server is being renamed to ServerController and the new file is ServerController.tsx

This is the last diff where things are being moved or renamed in a way that will make harder to review future changes.

Reviewed By: fabiomassimo

Differential Revision: D29912626

fbshipit-source-id: ae583671d98823a10f7efceeefd8215621f59dcf
2021-07-27 02:25:10 -07:00
Lorenzo Blasa
3e334e1a0e Create a new comms directory and move the server type inside
Summary:
A new comms/ directory is introduced which will contain all the communication code between client and server.

This change just moves server.tsx to its new location, it will make the next changes easier to follow.

Reviewed By: fabiomassimo

Differential Revision: D29911904

fbshipit-source-id: ae319dc8f9fd7af9d8b5b5c0ee87b56102cc0a18
2021-07-27 02:25:10 -07:00
dependabot[bot]
2eac7507be Bump rsocket-core from 0.0.19 to 0.0.27 in /desktop (#2607)
Summary:
Bumps [rsocket-core](https://github.com/rsocket/rsocket-js) from 0.0.19 to 0.0.27.
<details>
<summary>Commits</summary>
<ul>
<li><a href="23da9b0e93"><code>23da9b0</code></a> v0.0.27</li>
<li><a href="067dde0837"><code>067dde0</code></a> fixes format</li>
<li><a href="9b712e9db1"><code>9b712e9</code></a> updates version</li>
<li><a href="6e2617fff6"><code>6e2617f</code></a> v0.0.26</li>
<li><a href="3961e7febe"><code>3961e7f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rsocket/rsocket-js/issues/149">https://github.com/facebook/flipper/issues/149</a> from rsocket/feature/scripts-support-windows</li>
<li><a href="002c6d3372"><code>002c6d3</code></a> fix: update scripts to support windows</li>
<li><a href="97ab802352"><code>97ab802</code></a> adds README to each published sub package (<a href="https://github-redirect.dependabot.com/rsocket/rsocket-js/issues/147">https://github.com/facebook/flipper/issues/147</a>)</li>
<li><a href="1d9e675483"><code>1d9e675</code></a> changes build status badge</li>
<li><a href="db50a84b0f"><code>db50a84</code></a> migrates to GHA (<a href="https://github-redirect.dependabot.com/rsocket/rsocket-js/issues/145">https://github.com/facebook/flipper/issues/145</a>)</li>
<li><a href="b994f7d6b0"><code>b994f7d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rsocket/rsocket-js/issues/139">https://github.com/facebook/flipper/issues/139</a> from rsocket/replace-fbjs-round-3</li>
<li>Additional commits viewable in <a href="https://github.com/rsocket/rsocket-js/compare/v0.0.19...v0.0.27">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/~shadowgun">shadowgun</a>, a new releaser for rsocket-core since your current version.</p>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rsocket-core&package-manager=npm_and_yarn&previous-version=0.0.19&new-version=0.0.27)](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/2607

Reviewed By: fabiomassimo

Differential Revision: D29791147

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 2bf3527cb2eb4abe118ef86e8d766dd850618180
2021-07-23 06:28:04 -07:00
Omar Busto Santos
98f56a30ed Removed bolts-applinks dependency not in use (#2580)
Summary:
As explained in this [Issue](https://github.com/facebook/flipper/issues/1919) when running checks to see if Jetifier is needed to compile any given app using Flipper, it complain due to the dependency on `com.parse.bolts:bolts-applinks:1.4.0`.

```
Scanning com.parse.bolts:bolts-applinks:1.4.0
 Absoulute path: /....../bolts-applinks-1.4.0.jar
 Graphs to this dependency:
 +---com.facebook.flipper:flipper:0.74.0
     +---com.parse.bolts:bolts-applinks:1.4.0

> Task :canISayByeByeJetifier FAILED
```

Bolts has already fixed the AndroidX migration in version `1.5.0` but it has never been published ([Issue](https://github.com/BoltsFramework/Bolts-Android/issues/157))

After checking the code i realized flipper is only using `bolts-tasks` in `FrescoFlipperPlugin` ([code](7bd4f80c25/android/plugins/fresco/src/main/java/com/facebook/flipper/plugins/fresco/FrescoFlipperPlugin.java (L14))).

`bolts-applinks` depends on `bolts-tasks` but **not the other way around**, so we can safely remove this dependency.

## Changelog

- Removed dependency on bolts-applinks not in use

Pull Request resolved: https://github.com/facebook/flipper/pull/2580

Test Plan:
### Tests
- [ ] Run unit tests `./gradlew :android:test` and make sure they pass

### Smoke test `fresco-plugin`
- [ ] Make sure `android/sample` compiles and runs
- In the Flipper desktop app enable `Images` plugin
- In the Android sample app tap on `Load Fresco Image`
- [ ] Verify in desktop app that the image shows correctly and the plugin works

Reviewed By: muraziz

Differential Revision: D29849669

Pulled By: jknoxville

fbshipit-source-id: 0cec730de3b94272985fec4a432ca244822f336f
2021-07-23 05:26:58 -07:00
facebook-flipper-bot
64c5fd2448 Automated: Update Podfile.lock (#2613)
Summary:
This is an automated PR to update the Podfile.lock.
- Make sure that the Podfile.lock contains latest FlipperKit and Flipper pod versions.
- Also make sure that all the dependencies are updated to the latest one.
- This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)

Pull Request resolved: https://github.com/facebook/flipper/pull/2613

Test Plan:
Imported from GitHub, without a `Test Plan:` line.

|[Site Preview: flipper](https://our.intern.facebook.com/intern/staticdocs/eph/D29857462/V2/flipper/)

Reviewed By: muraziz

Differential Revision: D29857462

Pulled By: nikoant

fbshipit-source-id: f498f00b6a8fb0c631c27088509be1b3ffdbe3f3
2021-07-23 04:06:24 -07:00
Flipper Bot
afe7f8e1fb Flipper Snapshot Bump: v0.99.1-SNAPSHOT
Summary: Releasing snapshot version 0.99.1-SNAPSHOT

Reviewed By: nikoant

Differential Revision: D29815218

fbshipit-source-id: 5100bbbb9c19fa49ab4d1a0b45d510acdf2d0a4a
2021-07-22 06:08:57 -07:00
Flipper Bot
c0b0a9f04e Flipper Release: v0.99.0
Summary: Releasing version 0.99.0

Reviewed By: nikoant

Differential Revision: D29815217

fbshipit-source-id: c0597dedcd15b04c7091bf22807e5b8dbca90f97
2021-07-22 06:08:56 -07:00
Michel Weststrate
ba6ab0ff38 Use spinner when loading Flipper trace
Summary: When loading a Flipper trace, the loading dialog was no longer show. This diff fixes that.

Reviewed By: nikoant

Differential Revision: D29844892

fbshipit-source-id: 23d1f53962a3f64f93cc42127cd008c03486c14c
2021-07-22 04:17:45 -07:00
Michel Weststrate
62674da74e Introduce Spinner and Dialog.loading
Summary: Per title

Reviewed By: nikoant

Differential Revision: D29790505

fbshipit-source-id: 7c995be59418ffd4c337eb8d1905bd2f2466e5cd
2021-07-22 04:17:45 -07:00
Michel Weststrate
f74029699f Introduce Dialog abstraction
Summary: Introduce convenience abstractions to make it easier to manage dialogs imperatively, by promisyfying common dialog abstractions.

Reviewed By: jknoxville, nikoant

Differential Revision: D29790462

fbshipit-source-id: c092c15cf569ec353b9c1042f25cd67e6c76db01
2021-07-22 04:17:45 -07:00
Michel Weststrate
9c4deb3501 Fix yarn start crashing with error
Summary:
`yarn start` in `website` crashed with

```
/Users/mweststrate/fbsource/xplat/sonar/website/node_modules/docusaurus/core/bin/docusaurus.js:50
  const siteDocusaurusPackagesForUpdate = Object.keys(sitePkg.dependencies)
                                                 ^

TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at Object.<anonymous> (/Users/mweststrate/fbsource/xplat/sonar/website/node_modules/docusaurus/core/bin/docusaurus.js:50:50)
```

This diff adds an empty `dependencies` section as work around. Proper patch has been made in:

https://github.com/facebook/docusaurus/pull/5204

Reviewed By: nikoant

Differential Revision: D29844597

fbshipit-source-id: 29cfad53d9ca785dd9d93c4800647add219a48ba
2021-07-22 04:17:45 -07:00
Michel Weststrate
226cf8ccf9 Set up deeplink handling for open-plugin deeplink
Summary: Introduce open-plugin deeplink protocol. Implementation steps will follow in rest of this diff

Reviewed By: jknoxville

Differential Revision: D29761801

fbshipit-source-id: 47070c063df2cb3286e418b2fb20f9d8855a95d5
2021-07-22 04:17:45 -07:00
Michel Weststrate
860f723521 Make deeplinks manual- and unittestable
Summary: This diff makes sure we can manually & unit tests deeplinks more easily, by introducing a dialog in which a deeplink can be entered manually and extracting deeplink handling logic from the application dispatcher.

Reviewed By: jknoxville

Differential Revision: D29760933

fbshipit-source-id: 0fc8f577204ecdd278716853b87786557a6e2194
2021-07-22 04:17:45 -07:00
dependabot[bot]
fe96c9b6d2 Bump dokka-gradle-plugin from 1.4.32 to 1.5.0 (#2587)
Summary:
Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.4.32 to 1.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p>
<blockquote>
<h2>1.5.0 Alpha</h2>
<p>Kotlin compiler upgraded to 1.5.0</p>
<p>Fixes:</p>
<p>Make module name optional in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1850">https://github.com/facebook/flipper/issues/1850</a>)
Fix line separator issues (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1887">https://github.com/facebook/flipper/issues/1887</a>)
Fix preserving spaces in Javadoc comments (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1923">https://github.com/facebook/flipper/issues/1923</a>)
GFM renderer: sanitize line ends (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1936">https://github.com/facebook/flipper/issues/1936</a>)
Fix rendering html in briefs (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1931">https://github.com/facebook/flipper/issues/1931</a>)
Fix code blocks on Extension Points page (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1948">https://github.com/facebook/flipper/issues/1948</a>)
Remove extra dash (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1968">https://github.com/facebook/flipper/issues/1968</a>)
Don't use older dir from previous runs in versioning (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1963">https://github.com/facebook/flipper/issues/1963</a>)
Change jekyll links to be .html (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1990">https://github.com/facebook/flipper/issues/1990</a>)
Fix Gradle plugin application (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2000">https://github.com/facebook/flipper/issues/2000</a>)</p>
<p>Added features:</p>
<p>Add a supertype for leaf dokka tasks that defines dokkaSourceSets (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1891">https://github.com/facebook/flipper/issues/1891</a>)
Add ability to specify older versions as a list of files (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1890">https://github.com/facebook/flipper/issues/1890</a>)
Cachable Gradle task (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1905">https://github.com/facebook/flipper/issues/1905</a>)
Multilanguage docs inheritance (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1951">https://github.com/facebook/flipper/issues/1951</a>)
Logging levels in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1976">https://github.com/facebook/flipper/issues/1976</a>)
Flatten multi-module structure (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1980">https://github.com/facebook/flipper/issues/1980</a>)</p>
<p>Special thanks to external contributors: <a href="https://github.com/rnett"><code>@​rnett</code></a>, <a href="https://github.com/msink"><code>@​msink</code></a>, <a href="https://github.com/zsmb13"><code>@​zsmb13</code></a>, <a href="https://github.com/rachelcarmena"><code>@​rachelcarmena</code></a> and <a href="https://github.com/hfhbd"><code>@​hfhbd</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="54b215b486"><code>54b215b</code></a> Fix Gradle plugin marker publication</li>
<li><a href="468b49f0ab"><code>468b49f</code></a> Fix Gradle plugin application (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2000">https://github.com/facebook/flipper/issues/2000</a>)</li>
<li><a href="acdda6c864"><code>acdda6c</code></a> Change jekyll links to be .html (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1990">https://github.com/facebook/flipper/issues/1990</a>)</li>
<li><a href="0bf1d0f549"><code>0bf1d0f</code></a> Flatten multi-module structure (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1980">https://github.com/facebook/flipper/issues/1980</a>)</li>
<li><a href="a1d44ab80d"><code>a1d44ab</code></a> Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1984">https://github.com/facebook/flipper/issues/1984</a>)</li>
<li><a href="46b33710df"><code>46b3371</code></a> Cleanup paragraphs and tables in GFM renderer (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1946">https://github.com/facebook/flipper/issues/1946</a>)</li>
<li><a href="c2182b766a"><code>c2182b7</code></a> Add maven central publication (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1688">https://github.com/facebook/flipper/issues/1688</a>)</li>
<li><a href="522775119b"><code>5227751</code></a> Bump cirrus-actions/rebase from 1.3.1 to 1.5 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1920">https://github.com/facebook/flipper/issues/1920</a>)</li>
<li><a href="d11aaeba10"><code>d11aaeb</code></a> Bump gradle/wrapper-validation-action from 1 to 1.0.3 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1917">https://github.com/facebook/flipper/issues/1917</a>)</li>
<li><a href="9e15f07aef"><code>9e15f07</code></a> Logging in CLI (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/1976">https://github.com/facebook/flipper/issues/1976</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Kotlin/dokka/compare/v1.4.32...v1.5.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka:dokka-gradle-plugin&package-manager=gradle&previous-version=1.4.32&new-version=1.5.0)](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/2587

Reviewed By: mweststrate

Differential Revision: D29791152

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 4f1d145a737248a9abc5ea0392bf6681d0b6e981
2021-07-21 09:19:48 -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 />

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

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

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

 ---

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

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

</details>

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]
f560d7ec4b Bump anyhow from 1.0.41 to 1.0.42 in /packer (#2582)
Summary:
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.41 to 1.0.42.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p>
<blockquote>
<h2>1.0.42</h2>
<ul>
<li>Enable Android's automated tooling to pull in test coverage improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ce33cac487"><code>ce33cac</code></a> Release 1.0.42</li>
<li><a href="88f25d809d"><code>88f25d8</code></a> Resolve default_trait_access clippy lint in PR 158</li>
<li><a href="f01f908320"><code>f01f908</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/158">https://github.com/facebook/flipper/issues/158</a> from BramBonne/chain-tests</li>
<li><a href="e9e706c061"><code>e9e706c</code></a> Merge pull request 159 from BramBonne/error-coverage</li>
<li><a href="6632b23f50"><code>6632b23</code></a> Ignore buggy nonstandard_macro_braces clippy lint</li>
<li><a href="02f10bfed3"><code>02f10bf</code></a> Increase error test coverage.</li>
<li><a href="6050c737d2"><code>6050c73</code></a> Increase Chain test coverage.</li>
<li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.41...1.0.42">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.41&new-version=1.0.42)](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/2582

Reviewed By: mweststrate

Differential Revision: D29791160

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 867d7f8e9a90a36c4eb5eb3e8e54831f09da9b51
2021-07-21 09:19:48 -07:00
dependabot[bot]
2a33d8d014 Bump metro-react-native-babel-preset from 0.66.0 to 0.66.1 in /react-native/ReactNativeFlipperExample (#2586)
Summary:
Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.66.0 to 0.66.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-react-native-babel-preset's releases</a>.</em></p>
<blockquote>
<h2>Release v0.66.1</h2>
<ul>
<li><strong>[Feature]</strong> Add option to use the Hermes parser in the transformer. (6dae163)</li>
<li><strong>[Feature]</strong> Update the list of default React Native lazy imports to match the <a href="https://github.com/facebook/metro/blob/HEAD/facebook/react-native@ad0ccac">removal of Picker</a>, which was already deprecated. (7dcb20d)</li>
<li><strong>[Feature]</strong> Make the input transform options (e.g. <code>platform</code>) available to <code>experimentalSerializerHook</code> and <code>customSerializer</code>. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/679">https://github.com/facebook/flipper/issues/679</a>)</li>
<li><strong>[Fix]</strong> Avoid triggering Babel scope caching bugs. (4fea2bd, 1370b7a)</li>
<li><strong>[Fix]</strong> Fix Hermes debugger proxy for IPv6. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/662">https://github.com/facebook/flipper/issues/662</a>)</li>
<li><strong>[Types]</strong> Remove documentation and types for the <code>postMinifyProcess</code> option which has been broken since Metro v0.33.0. (5d778de)</li>
<li><strong>[Experimental]</strong> Various unstable additions to the transformer config. <em>These are not covered by semver and can change at any time.</em> (6482241, 3390274, 5b913fa, <a href="https://github-redirect.dependabot.com/facebook/metro/issues/677">https://github.com/facebook/flipper/issues/677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2b44ec39b4"><code>2b44ec3</code></a> Publish 0.66.1</li>
<li><a href="3bd12ad712"><code>3bd12ad</code></a> Remove biased terminology in test file</li>
<li><a href="b5adfa00a5"><code>b5adfa0</code></a> Explicitly turn off indexed_access flowconfig option in Xplat</li>
<li><a href="57106d2736"><code>57106d2</code></a> Add transformOptions to each graph. Update tests. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/679">https://github.com/facebook/flipper/issues/679</a>)</li>
<li><a href="598de6f537"><code>598de6f</code></a> Add experimental transformer setting for disabling require() renaming (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/677">https://github.com/facebook/flipper/issues/677</a>)</li>
<li><a href="25be2a8e28"><code>25be2a8</code></a> Update inspectorProxy with IPV6 localhost address (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/662">https://github.com/facebook/flipper/issues/662</a>)</li>
<li><a href="fb0a075647"><code>fb0a075</code></a> Support processing grouped assets in transformCommand</li>
<li><a href="42cca5e4d3"><code>42cca5e</code></a> Update library command to support early grouping of asset files</li>
<li><a href="47fe403c87"><code>47fe403</code></a> Accessibility improvement (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/669">https://github.com/facebook/flipper/issues/669</a>)</li>
<li><a href="a400debcc7"><code>a400deb</code></a> Deploy v0.154.0 to xplat</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/metro/compare/v0.66.0...v0.66.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=metro-react-native-babel-preset&package-manager=npm_and_yarn&previous-version=0.66.0&new-version=0.66.1)](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/2586

Reviewed By: mweststrate

Differential Revision: D29791163

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 8a2689aefed50b85a9137937c176ced0d905b837
2021-07-21 09:06:16 -07:00
Anton Nikolaev
b2f45ba178 Fix timeline scrolling
Summary: Changelog: Fixed timeline scrolling in Navigation plugin

Reviewed By: timur-valiev

Differential Revision: D29815770

fbshipit-source-id: 303ea1c27c742418e40044571207c93709d57d16
2021-07-21 07:25:06 -07:00
Anton Nikolaev
d782f19001 Refactor plugin to make it fast refreshable
Summary: Refactored Navigation plugin to make it fast-refreshable: moved the main component into a separate file and exported all components as named functions. Without these changes every change of UI triggered full reload.

Reviewed By: timur-valiev

Differential Revision: D29814077

fbshipit-source-id: 5285bdc5f14a5163f9501c0d45a3affefb08fc8e
2021-07-21 07:25:06 -07:00
Michel Weststrate
a78b6124d7 Add option to jest to run tests only locally, or on linux (#2609)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/2609

Make it possible to mark some tests to run on non-CI, or unix only

Reviewed By: nikoant

Differential Revision: D29813506

fbshipit-source-id: 140f8a4eaed5af3282ab9d139b46a52818be0934
2021-07-21 05:43:11 -07:00
Michel Weststrate
3f7e3c0441 Fix dark mode support for Changelog
Summary:
Fix changelog display in dark mode, as reported in https://github.com/facebook/flipper/issues/2379#issuecomment-851059786

Changelog: Fix dark mode support in changelog dialog.

Reviewed By: timur-valiev

Differential Revision: D29801181

fbshipit-source-id: ffbbd012c99dee897c4fd67653b4f6375294d668
2021-07-21 01:43:03 -07:00
Michel Weststrate
9cb90cd749 Support dark mode in plugin manager
Summary:
Make sure plugin manager supports dark mode

Changelog: Added dark mode support to plugin manager

Fixes https://github.com/facebook/flipper/issues/2379#issuecomment-871658004 / https://fb.workplace.com/groups/flippersupport/permalink/1173361956477794/

Reviewed By: timur-valiev

Differential Revision: D29800712

fbshipit-source-id: 76d383bbfd7013f63b9545e4e80ff9c771200746
2021-07-21 01:43:03 -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 />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=4.28.0&new-version=4.28.3)](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]
ce1ba17687 Bump @types/fb-watchman from 2.0.0 to 2.0.1 in /desktop (#2593)
Summary:
Bumps [types/fb-watchman](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fb-watchman) from 2.0.0 to 2.0.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fb-watchman">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/fb-watchman&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](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/2593

Reviewed By: mweststrate

Differential Revision: D29752886

Pulled By: passy

fbshipit-source-id: a97533bd6f110abf691facda350cf3892b6c0ac3
2021-07-20 02:19:21 -07:00
dependabot[bot]
497b5b5597 Bump @types/rsocket-core from 0.0.6 to 0.0.7 in /desktop (#2592)
Summary:
Bumps [types/rsocket-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rsocket-core) from 0.0.6 to 0.0.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rsocket-core">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/rsocket-core&package-manager=npm_and_yarn&previous-version=0.0.6&new-version=0.0.7)](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/2592

Reviewed By: mweststrate

Differential Revision: D29752888

Pulled By: passy

fbshipit-source-id: 9cf7f0b7c696567b2c31cd771aa40dfea5abec4d
2021-07-20 02:19:21 -07:00
dependabot[bot]
52c262cc78 Bump metro-cache from 0.66.0 to 0.66.1 in /desktop (#2591)
Summary:
Bumps [metro-cache](https://github.com/facebook/metro) from 0.66.0 to 0.66.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-cache's releases</a>.</em></p>
<blockquote>
<h2>Release v0.66.1</h2>
<ul>
<li><strong>[Feature]</strong> Add option to use the Hermes parser in the transformer. (6dae163)</li>
<li><strong>[Feature]</strong> Update the list of default React Native lazy imports to match the <a href="https://github.com/facebook/metro/blob/HEAD/facebook/react-native@ad0ccac">removal of Picker</a>, which was already deprecated. (7dcb20d)</li>
<li><strong>[Feature]</strong> Make the input transform options (e.g. <code>platform</code>) available to <code>experimentalSerializerHook</code> and <code>customSerializer</code>. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/679">https://github.com/facebook/flipper/issues/679</a>)</li>
<li><strong>[Fix]</strong> Avoid triggering Babel scope caching bugs. (4fea2bd, 1370b7a)</li>
<li><strong>[Fix]</strong> Fix Hermes debugger proxy for IPv6. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/662">https://github.com/facebook/flipper/issues/662</a>)</li>
<li><strong>[Types]</strong> Remove documentation and types for the <code>postMinifyProcess</code> option which has been broken since Metro v0.33.0. (5d778de)</li>
<li><strong>[Experimental]</strong> Various unstable additions to the transformer config. <em>These are not covered by semver and can change at any time.</em> (6482241, 3390274, 5b913fa, <a href="https://github-redirect.dependabot.com/facebook/metro/issues/677">https://github.com/facebook/flipper/issues/677</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2b44ec39b4"><code>2b44ec3</code></a> Publish 0.66.1</li>
<li><a href="3bd12ad712"><code>3bd12ad</code></a> Remove biased terminology in test file</li>
<li><a href="b5adfa00a5"><code>b5adfa0</code></a> Explicitly turn off indexed_access flowconfig option in Xplat</li>
<li><a href="57106d2736"><code>57106d2</code></a> Add transformOptions to each graph. Update tests. (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/679">https://github.com/facebook/flipper/issues/679</a>)</li>
<li><a href="598de6f537"><code>598de6f</code></a> Add experimental transformer setting for disabling require() renaming (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/677">https://github.com/facebook/flipper/issues/677</a>)</li>
<li><a href="25be2a8e28"><code>25be2a8</code></a> Update inspectorProxy with IPV6 localhost address (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/662">https://github.com/facebook/flipper/issues/662</a>)</li>
<li><a href="fb0a075647"><code>fb0a075</code></a> Support processing grouped assets in transformCommand</li>
<li><a href="42cca5e4d3"><code>42cca5e</code></a> Update library command to support early grouping of asset files</li>
<li><a href="47fe403c87"><code>47fe403</code></a> Accessibility improvement (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/669">https://github.com/facebook/flipper/issues/669</a>)</li>
<li><a href="a400debcc7"><code>a400deb</code></a> Deploy v0.154.0 to xplat</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/metro/compare/v0.66.0...v0.66.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=metro-cache&package-manager=npm_and_yarn&previous-version=0.66.0&new-version=0.66.1)](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/2591

Reviewed By: mweststrate

Differential Revision: D29752889

Pulled By: passy

fbshipit-source-id: 2e2371e63fc4ef8cc2e03cf4828c33a688691380
2021-07-20 02:19:21 -07:00
dependabot[bot]
810f486a4b Bump react-native-flipper from 0.96.1 to 0.98.0 in /react-native/ReactNativeFlipperExample (#2604)
Summary:
Bumps [react-native-flipper](https://github.com/facebook/flipper) from 0.96.1 to 0.98.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/flipper/releases">react-native-flipper's releases</a>.</em></p>
<blockquote>
<h2>v0.98.0</h2>
<p>See <a href="https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md">https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md</a>
for full notes.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5da8fca2e4"><code>5da8fca</code></a> Flipper Release: v0.98.0</li>
<li><a href="a3bd6a9b98"><code>a3bd6a9</code></a> Update flipper to use latest version of docusaurus-plugin-internaldocs-fb pac...</li>
<li><a href="abfa50c232"><code>abfa50c</code></a> Enable Inpage Editor On flipper sites.</li>
<li><a href="25fa0b7c61"><code>25fa0b7</code></a> Make plugin status screen more useful</li>
<li><a href="1fdc261111"><code>1fdc261</code></a> Update setup.mdx (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2595">https://github.com/facebook/flipper/issues/2595</a>)</li>
<li><a href="9498a529d5"><code>9498a52</code></a> Filter out empty strings after splitting top-level JSON</li>
<li><a href="e346c79ffd"><code>e346c79</code></a> Flipper Snapshot Bump: v0.97.1-SNAPSHOT</li>
<li><a href="1b36e33a25"><code>1b36e33</code></a> Flipper Release: v0.97.0 (<a href="https://github-redirect.dependabot.com/facebook/flipper/issues/2579">https://github.com/facebook/flipper/issues/2579</a>)</li>
<li><a href="8c7b2fe4d5"><code>8c7b2fe</code></a> ws security bump</li>
<li><a href="88d6d000c8"><code>88d6d00</code></a> Fixed error in error handling</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/flipper/compare/v0.96.1...v0.98.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-flipper&package-manager=npm_and_yarn&previous-version=0.96.1&new-version=0.98.0)](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/2604

Reviewed By: nikoant

Differential Revision: D29764086

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 49c0b86160c83ffe0014eedb2248d7e58fadf6a4
2021-07-19 09:06:21 -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 &quot;latest&quot; (<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 &quot;latest&quot; (<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 />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.29.0&new-version=7.31.0)](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 />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.28.1&new-version=4.28.3)](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
Nicola Corti
1e6863f39d Bump core-ktx to 1.5.0 and appcompat to 1.3.0 in android/tutorial
Summary:
This diff bumps core-ktx from 1.3.0 to 1.5.0 and appcompat from 1.1.0 to 1.3.0 inside `android/tutorial`
core-ktx 1.5.0 is the last version built with Kotlin 1.4.x and is the latest we can safely upgrade to.

To update to core-ktx 1.6.0 we would need to bump KGP on the overall project to 1.4.x or 1.5.x to fix the build
failures.

Reviewed By: passy

Differential Revision: D29762647

fbshipit-source-id: 7ad23b3cbebe14b36dedaa7f8aedf11eece8429d
2021-07-19 07:43:14 -07:00
facebook-flipper-bot
4953444ceb Automated: Update Podfile.lock (#2599)
Summary:
This is an automated PR to update the Podfile.lock.
- Make sure that the Podfile.lock contains latest FlipperKit and Flipper pod versions.
- Also make sure that all the dependencies are updated to the latest one.
- This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)

Pull Request resolved: https://github.com/facebook/flipper/pull/2599

Test Plan:
Imported from GitHub, without a `Test Plan:` line.

|[Site Preview: flipper](https://our.intern.facebook.com/intern/staticdocs/eph/D29752884/V2/flipper/)

Reviewed By: mweststrate

Differential Revision: D29752884

Pulled By: passy

fbshipit-source-id: ca8456fe519e093ca3a7c428d3c0b20aa39c19c7
2021-07-19 07:30:47 -07:00
Pascal Hartig
d676f8f0a6 Bump AndroidX/Kotlin setup
Summary:
Just a few tweaks to bring AndroidX up-to-date. Required
some fixes to the Kotlin Tutorial as it was throwing
errors about JRE incompatibilities.

Reviewed By: fabiomassimo

Differential Revision: D29761484

fbshipit-source-id: 10cb76115fe7542a60b6e5d14be9c0434e85171c
2021-07-19 03:54:06 -07:00
Pascal Hartig
8124663c5c Disable filter data test
Summary:
This seems to be time-sensititve and breaks
occassionally on GitHub Actions.

Reviewed By: fabiomassimo

Differential Revision: D29760768

fbshipit-source-id: 12b496257d01d169c52f3a430175846f9a7eb227
2021-07-19 03:54:06 -07:00