focustree / starknet.dart

Mobile SDK for StarkNet ✨
https://starknetdart.dev
MIT License
29 stars 26 forks source link

Update dependency pigeon to v20 - autoclosed #380

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pigeon (source) dev_dependencies major ^10.0.1 -> ^20.0.0

Release Notes

flutter/packages (pigeon) ### [`v20.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#2001) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v20.0.0...pigeon-v20.0.1) - \[cpp] Fixes handling of null class arguments. ### [`v20.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#2000) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v19.0.2...pigeon-v20.0.0) - Moves all codec logic to single custom codec per file. - **Breaking Change** Limits the number of total custom types to 126. - If more than 126 custom types are needed, consider breaking up your definition files. - Fixes bug that prevented collection subtypes from being added properly. - \[swift] Adds `@unchecked Sendable` to codec method. - \[objc] \[cpp] Fixes bug that prevented setting custom header import path. ### [`v19.0.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1902) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v19.0.1...pigeon-v19.0.2) - \[kotlin] Adds the `@JvmOverloads` to the `HostApi` setUp method. This prevents the calling Java code from having to provide an empty `String` as Kotlin provides it by default ### [`v19.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1901) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v19.0.0...pigeon-v19.0.1) - \[dart] Updates `PigeonInstanceMangerApi` to use the shared api channel code. ### [`v19.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1900) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v18.0.1...pigeon-v19.0.0) - **Breaking Change** \[swift] Removes `FlutterError` in favor of `PigeonError`. - Updates minimum supported SDK version to Flutter 3.16/Dart 3.2. ### [`v18.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1801) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v18.0.0...pigeon-v18.0.1) - Fixes unnecessary calls of `toList` and `fromList` when encoding/decoding data classes. - \[kotlin] Changes to some code to make it more idiomatic. - Removes collisions with the word `list`. ### [`v18.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1800) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v17.3.0...pigeon-v18.0.0) - Adds message channel suffix option to all APIs. - **Breaking Change** \[dart] Changes `FlutterApi` `setup` to `setUp`. ### [`v17.3.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1730) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v17.2.0...pigeon-v17.3.0) - \[swift] Adds `@SwiftClass` annotation to allow choice between `struct` and `class` for data classes. - \[cpp] Adds support for recursive data class definitions. ### [`v17.2.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1720) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v17.1.3...pigeon-v17.2.0) - \[dart] Adds implementation for `@ProxyApi`. ### [`v17.1.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1713) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v17.1.2...pigeon-v17.1.3) - \[objc] Fixes double prefixes added to enum names. ### [`v17.1.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1712) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v17.1.1...pigeon-v17.1.2) - \[swift] Separates message call code generation into separate methods. ### [`v17.1.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1711) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v17.1.0...pigeon-v17.1.1) - Removes heap allocation in generated C++ code. ### [`v17.1.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1710) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v17.0.0...pigeon-v17.1.0) - \[kotlin] Adds `includeErrorClass` to `KotlinOptions`. - Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. ### [`v17.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1700) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v16.0.5...pigeon-v17.0.0) - **Breaking Change** \[kotlin] Converts Kotlin enum case generation to SCREAMING_SNAKE_CASE. - Updates `writeEnum` function to adhere to Kotlin naming conventions. - Improves handling of complex names with enhanced regex patterns. - Expands unit tests for comprehensive name conversion validation. - **Migration Note**: This change modifies the naming convention of Kotlin enum cases generated from the Pigeon package. It is recommended to review the impact on your existing codebase and update any dependent code accordingly. ### [`v16.0.5`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1605) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v16.0.4...pigeon-v16.0.5) - Adds ProxyApi to AST generation. ### [`v16.0.4`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1604) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v16.0.3...pigeon-v16.0.4) - \[swift] Improve style of Swift output. ### [`v16.0.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1603) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v16.0.2...pigeon-v16.0.3) - \[kotlin] Separates message call code generation into separate methods. ### [`v16.0.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1602) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v16.0.1...pigeon-v16.0.2) - \[dart] Separates message call code generation into separate methods. ### [`v16.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1601) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v16.0.0...pigeon-v16.0.1) - \[dart] Fixes test generation for missing wrapResponse method if only host Api. ### [`v16.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1600) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v15.0.3...pigeon-v16.0.0) - \[java] Adds `VoidResult` type for `Void` returns. - **Breaking Change** \[java] Updates all `Void` return types to use new `VoidResult`. ### [`v15.0.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1503) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v15.0.2...pigeon-v15.0.3) - Fixes new lint warnings. ### [`v15.0.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1502) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v15.0.1...pigeon-v15.0.2) - Prevents optional and non-positional parameters in Flutter APIs. - \[dart] Fixes named parameters in test output of host API methods. ### [`v15.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1501) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v15.0.0...pigeon-v15.0.1) - \[java] Adds [@​CanIgnoreReturnValue](https://togithub.com/CanIgnoreReturnValue) annotation to class builder. ### [`v15.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1500) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v14.0.1...pigeon-v15.0.0) - **Breaking Change** \[kotlin] Updates Flutter API to use new errorClassName. ### [`v14.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1401) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v14.0.0...pigeon-v14.0.1) - Updates minimum supported SDK version to Flutter 3.10/Dart 3.0. - Updates issue_tracker link. ### [`v14.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1400) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v13.1.2...pigeon-v14.0.0) - **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 `TypeDeclaration`s. - \[cpp] Fixes `FlutterError` generation being tied to ErrorOr. ### [`v13.1.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1312) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v13.1.1...pigeon-v13.1.2) - Adds compatibility with `analyzer` 6.x. ### [`v13.1.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1311) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v13.0.0...pigeon-v13.1.1) - \[kotlin] Removes unnecessary `;`s in generated code. ### [`v13.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1300) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v12.0.1...pigeon-v13.0.0) - **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 `bool`s should be carefully audited by hand when updating. ### [`v12.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1201) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v12.0.0...pigeon-v12.0.1) - \[swift] Adds protocol for Flutter APIs. ### [`v12.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1200) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v11.0.1...pigeon-v12.0.0) - Adds error handling on Flutter API methods. - **Breaking Change** \[kotlin] Flutter API methods now return `Result`. - **Breaking Change** \[swift] Flutter API methods now return `Result`. - **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 `Setup` to `SetUp`. ### [`v11.0.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1101) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v11.0.0...pigeon-v11.0.1) - Adds pub topics to package metadata. ### [`v11.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#1100) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v10.1.6...pigeon-v11.0.0) - Adds primitive enum support. - \[objc] Fixes nullable enums. - **Breaking Change** \[objc] Changes all nullable enums to be boxed in custom classes. - **Breaking Change** \[objc] Changes all enums names to have class prefix. - Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

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.



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

coderabbitai[bot] commented 3 months ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.