Closed renovate[bot] closed 3 months ago
3478084
during Check PR #725Summary coverage rate: lines......: 10.5% (135 of 1286 lines) functions..: no data found branches...: no data found Files changed coverage rate: n/a
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 21.x
releases. But if you manually upgrade to 21.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.
This PR contains the following updates:
15.0.3
->21.0.0
Release Notes
flutter/packages (pigeon)
### [`v21.0.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#2100) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v20.0.2...pigeon-v21.0.0) - **Breaking Change** \[cpp] Fixes style of enum names. References to enum values will need to be updated to `EnumType.kValue` style, instead of the previous `EnumType.value`. ### [`v20.0.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/pigeon/CHANGELOG.md#2002) [Compare Source](https://togithub.com/flutter/packages/compare/pigeon-v20.0.1...pigeon-v20.0.2) - \[java] Adds `equals` and `hashCode` support for data classes. - \[swift] Fully-qualifies types in Equatable extension test. ### [`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`.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.