Adyen / adyen-flutter

MIT License
22 stars 3 forks source link

Update dependency pigeon to v20 #185

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

flutter/packages (pigeon) ### [`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.

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.

github-actions[bot] commented 1 month ago

LCOV of commit 2da61e5 during Check PR #642

Summary coverage rate:
  lines......: 1.7% (39 of 2318 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

renovate[bot] commented 1 month ago

Renovate Ignore Notification

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