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 v14 #65

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pigeon (source) dev_dependencies major 12.0.1 -> 14.0.1

Release Notes

flutter/packages (pigeon)

v14.0.1

Compare Source

  • Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
  • Updates issue_tracker link.

v14.0.0

Compare Source

  • Breaking change [dart] Renames locally defined host API variables.
    • [dart] Host api static field codec changed to pigeonChannelCodec.
  • [dart] Adds named parameters to host API methods.
  • [dart] Adds optional parameters to host API methods.
  • [dart] Adds default values for class constructors and host API methods.
  • Adds isEnum and isClass to TypeDeclarations.
  • [cpp] Fixes FlutterError generation being tied to ErrorOr.

v13.1.2

Compare Source

  • Adds compatibility with analyzer 6.x.

v13.1.1

Compare Source

  • [kotlin] Removes unnecessary ;s in generated code.

v13.0.0

Compare Source

  • Breaking Change [objc] Eliminates boxing of non-nullable primitive types
    (bool, int, double). Changes required:
    • Implementations of host API methods that take non-nullable
      primitives will need to be updated to match the new signatures.
    • Calls to Flutter API methods that take non-nullable primitives will need to
      be updated to pass unboxed values.
    • Calls to non-nullable primitive property methods on generated data classes
      will need to be updated.
    • WARNING: Current versions of Xcode do not appear to warn about
      implicit NSNumber * to BOOL conversions, so code that is no longer
      correct after this breaking change may compile without warning. For example,
      myGeneratedClass.aBoolProperty = @​NO can silently set aBoolProperty to
      YES. Any data class or Flutter API interactions involving bools should
      be carefully audited by hand when updating.

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 Dec 8, 2023
@Robert-SD Robert-SD deleted the renovate/pigeon-14.x branch December 8, 2023 14:02
Copy link
Contributor Author

renovate bot commented Dec 8, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.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