Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump facebook-flipper from 0.213.0 to 0.214.0 #3069

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2023

Bumps facebook-flipper from 0.213.0 to 0.214.0.
Updates com.facebook.flipper:flipper from 0.213.0 to 0.214.0

Release notes

Sourced from com.facebook.flipper:flipper's releases.

v0.214.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

Commits
  • 43db3d5 Flipper Release: v0.214.0
  • 457767c Ready needs to be able to handle asynchronous code
  • 072d618 Use String.prototype.replaceAll in sourcemap removal script
  • caf55f5 Support STRING_SET operator type
  • 2affcbd Support ENUM_SET operator type
  • e514778 Polish spacing
  • cb6dd36 Support absolute date operator type
  • 7b9ddb6 Remove last search term on backspace press when term finder is empty
  • 52a4051 Refine NO_VALUE renderer
  • 857e2d2 Support enum operator type
  • Additional commits viewable in compare view

Updates com.facebook.flipper:flipper-leakcanary2-plugin from 0.213.0 to 0.214.0

Release notes

Sourced from com.facebook.flipper:flipper-leakcanary2-plugin's releases.

v0.214.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

Commits
  • 43db3d5 Flipper Release: v0.214.0
  • 457767c Ready needs to be able to handle asynchronous code
  • 072d618 Use String.prototype.replaceAll in sourcemap removal script
  • caf55f5 Support STRING_SET operator type
  • 2affcbd Support ENUM_SET operator type
  • e514778 Polish spacing
  • cb6dd36 Support absolute date operator type
  • 7b9ddb6 Remove last search term on backspace press when term finder is empty
  • 52a4051 Refine NO_VALUE renderer
  • 857e2d2 Support enum operator type
  • Additional commits viewable in compare view

Updates com.facebook.flipper:flipper-network-plugin from 0.213.0 to 0.214.0

Release notes

Sourced from com.facebook.flipper:flipper-network-plugin's releases.

v0.214.0

See https://github.com/facebook/flipper/blob/main/desktop/static/CHANGELOG.md for full notes.

Commits
  • 43db3d5 Flipper Release: v0.214.0
  • 457767c Ready needs to be able to handle asynchronous code
  • 072d618 Use String.prototype.replaceAll in sourcemap removal script
  • caf55f5 Support STRING_SET operator type
  • 2affcbd Support ENUM_SET operator type
  • e514778 Polish spacing
  • cb6dd36 Support absolute date operator type
  • 7b9ddb6 Remove last search term on backspace press when term finder is empty
  • 52a4051 Refine NO_VALUE renderer
  • 857e2d2 Support enum operator type
  • Additional commits viewable in compare view

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps `facebook-flipper` from 0.213.0 to 0.214.0.

Updates `com.facebook.flipper:flipper` from 0.213.0 to 0.214.0
- [Release notes](https://github.com/facebook/flipper/releases)
- [Commits](facebook/flipper@v0.213.0...v0.214.0)

Updates `com.facebook.flipper:flipper-leakcanary2-plugin` from 0.213.0 to 0.214.0
- [Release notes](https://github.com/facebook/flipper/releases)
- [Commits](facebook/flipper@v0.213.0...v0.214.0)

Updates `com.facebook.flipper:flipper-network-plugin` from 0.213.0 to 0.214.0
- [Release notes](https://github.com/facebook/flipper/releases)
- [Commits](facebook/flipper@v0.213.0...v0.214.0)

---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-leakcanary2-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.facebook.flipper:flipper-network-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Aug 31, 2023
@dependabot dependabot bot requested a review from frett August 31, 2023 02:14
@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #3069 (8684015) into develop (ad9b3a6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #3069   +/-   ##
========================================
  Coverage    31.24%   31.24%           
========================================
  Files          421      421           
  Lines        10300    10300           
  Branches      2288     2288           
========================================
  Hits          3218     3218           
  Misses        6544     6544           
  Partials       538      538           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2023

Superseded by #3072.

@dependabot dependabot bot closed this Sep 1, 2023
@dependabot dependabot bot deleted the dependabot/gradle/facebook-flipper-0.214.0 branch September 1, 2023 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant