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

Update dependency pigeon to v12 #41

Closed
wants to merge 3 commits into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pigeon dev_dependencies major 11.0.1 -> 12.0.0

Release Notes

flutter/packages (pigeon)

v12.0.0

  • Adds error handling on Flutter API methods.
  • Breaking Change [kotlin] Flutter API methods now return Result<return-type>.
  • Breaking Change [swift] Flutter API methods now return Result<return-type, FlutterError>.
  • Breaking Change [java] Removes Reply class from all method returns and replaces it with Result.
    • Changes required: Replace all Reply callbacks with Result classes that contain both success and failure methods.
  • Breaking Change [java] Adds NullableResult class for all nullable method returns.
    • Changes required: Any method that returns a nullable type will need to be updated to return NullableResult rather than Result.
  • Breaking Change [java] Renames Host API setup method to setUp.
  • Breaking Change [objc] Boxes all enum returns to allow for nil response on error.
  • Breaking Change [objc] Renames <api>Setup to SetUp<api>.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@Robert-SD Robert-SD closed this Oct 4, 2023
@Robert-SD Robert-SD deleted the renovate/pigeon-12.x branch October 4, 2023 12:55
@renovate
Copy link
Contributor Author

renovate bot commented Oct 4, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 12.x releases. But if you manually upgrade to 12.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant