-
Notifications
You must be signed in to change notification settings - Fork 32
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
chore(deps): update dependency pigeon to v22 #398
Conversation
To view this pull requests documentation preview, visit the following URL: Documentation is deployed and generated using docs.page. |
WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant SecureStore
participant Pigeon
User->>SecureStore: Request to store data
SecureStore->>Pigeon: Generate code for storage
Pigeon-->>SecureStore: Return generated code
SecureStore-->>User: Confirm data stored
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/secure_store/pubspec.yaml (1 hunks)
Additional comments not posted (1)
packages/secure_store/pubspec.yaml (1)
20-20
: Verify compatibility and test integration withpigeon
v22.0.0.The update from
^10.0.1
to^22.0.0
is a major version change and may introduce breaking changes or new features. Ensure that the codebase is compatible with this version and thoroughly test the integration to avoid potential issues.
This PR contains the following updates:
^10.0.1
->^22.0.0
Release Notes
flutter/packages (pigeon)
v22.6.0
Compare Source
includeErrorClass
toSwiftOptions
.v22.5.0
Compare Source
@ProxyApi
.v22.4.2
Compare Source
README.md
to replace the deprecatedflutter pub run pigeon
command withdart run pigeon
.v22.4.1
Compare Source
v22.4.0
Compare Source
v22.3.0
Compare Source
v22.2.0
Compare Source
@ProxyApi
.v22.1.0
Compare Source
v22.0.0
Compare Source
map
to nullable keys ofAnyHashable
to conform to other platforms.v21.2.0
Compare Source
Object
from generics.varPrefix
andclassMemberNamePrefix
.v21.1.0
Compare Source
v21.0.0
Compare Source
will need to be updated to
EnumType.kValue
style, instead of the previousEnumType.value
.v20.0.2
Compare Source
equals
andhashCode
support for data classes.v20.0.1
Compare Source
v20.0.0
Compare Source
@unchecked Sendable
to codec method.v19.0.2
Compare Source
@JvmOverloads
to theHostApi
setUp method. This prevents the calling Java code from having to provide an emptyString
as Kotlin provides it by defaultv19.0.1
Compare Source
PigeonInstanceMangerApi
to use the shared api channel code.v19.0.0
Compare Source
FlutterError
in favor ofPigeonError
.v18.0.1
Compare Source
toList
andfromList
when encoding/decoding data classes.list
.v18.0.0
Compare Source
FlutterApi
setup
tosetUp
.v17.3.0
Compare Source
@SwiftClass
annotation to allow choice betweenstruct
andclass
for data classes.v17.2.0
Compare Source
@ProxyApi
.v17.1.3
Compare Source
v17.1.2
Compare Source
v17.1.1
Compare Source
v17.1.0
Compare Source
includeErrorClass
toKotlinOptions
.v17.0.0
Compare Source
writeEnum
function to adhere to Kotlin naming conventions.v16.0.5
Compare Source
v16.0.4
Compare Source
v16.0.3
Compare Source
v16.0.2
Compare Source
v16.0.1
Compare Source
v16.0.0
Compare Source
VoidResult
type forVoid
returns.Void
return types to use newVoidResult
.v15.0.3
Compare Source
v15.0.2
Compare Source
v15.0.1
Compare Source
v15.0.0
Compare Source
v14.0.1
Compare Source
v14.0.0
Compare Source
codec
changed topigeonChannelCodec
.isEnum
andisClass
toTypeDeclaration
s.FlutterError
generation being tied to ErrorOr.v13.1.2
Compare Source
analyzer
6.x.v13.1.1
Compare Source
;
s in generated code.v13.0.0
Compare Source
(bool, int, double). Changes required:
primitives will need to be updated to match the new signatures.
be updated to pass unboxed values.
will need to be updated.
Xcode
do not appear to warn aboutimplicit
NSNumber *
toBOOL
conversions, so code that is no longercorrect after this breaking change may compile without warning. For example,
myGeneratedClass.aBoolProperty = @​NO
can silently setaBoolProperty
toYES
. Any data class or Flutter API interactions involvingbool
s shouldbe carefully audited by hand when updating.
v12.0.1
Compare Source
v12.0.0
Compare Source
Result<return-type>
.Result<return-type, FlutterError>
.Reply
class from all method returns and replaces it withResult
.Reply
callbacks withResult
classes that contain bothsuccess
andfailure
methods.NullableResult
class for all nullable method returns.NullableResult
rather thanResult
.setup
method tosetUp
.nil
response on error.<api>Setup
toSetUp<api>
.v11.0.1
Compare Source
v11.0.0
Compare Source
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 was generated by Mend Renovate. View the repository job log.