Skip to content

chore(deps): bump ffigen from 9.0.1 to 20.1.1 in /packages/auth/amplify_auth_cognito_dart in the ffigen group across 1 directory - #7259

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-13f6530259
Open

chore(deps): bump ffigen from 9.0.1 to 20.1.1 in /packages/auth/amplify_auth_cognito_dart in the ffigen group across 1 directory#7259
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-13f6530259

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the ffigen group with 1 update in the /packages/auth/amplify_auth_cognito_dart directory: ffigen.

Updates ffigen from 9.0.1 to 20.1.1

Release notes

Sourced from ffigen's releases.

package:ffigen v20.1.1

  • Update tests and examples now that package:objective_c is using native assets.

package:ffigen v20.1.0

  • Add xcodeUri, iosSdkUri, and macSdkUri, to mirror xcodePath, iosSdkPath, and macSdkPath.
  • Export some missing elements from the config API.
  • Provide more convenience utils for building FFIgen configs: Declarations.excludeAll, Declarations.includeAll, Declarations.includeSet, Declarations.includeAllMembers, Declarations.includeMemberSet, Declarations.useOriginalName, Declarations.renameWithMap, Declarations.useMemberOriginalName, and Declarations.renameMemberWithMap.
  • Fix a bug where function pointer param names could collide with keywords.
  • Fix a bug where unnamed enum constants were being multiply defined.
  • Fix a bug in imported NS_OPTIONS enums.
  • Fix a bug in the internal variables generated by function bindings.
  • Fix a bug where types imported from package:objective_c could be renamed.

ffigen-v20.0.0

  • Breaking change: Completely rewrite the public Dart API for FFIgen. The new API is focused on a declartive configuration: FfiGenerate(...) with a generate() method. The configuration describes everything w.r.t. to the FFIgen input and output. The generate method takes context parameters such as a logger and path to libclang. With this breaking change, also some defaults changed: (1) @Native bindings are now the default, and (2) struct/unions refered to by pointer will be generated as Opaque by default.
  • Breaking change: Rename some ObjC interface built in methods. Rename isInstance to isA, castFrom to as, and castFromPointer to fromPointer.
  • Breaking change: Change ObjC interfaces and protocols to generate as extension types. This gives a small performance boost, and in most cases won't require any code changes.
  • Breaking change: Change how ObjC protocols are generated, splitting the methods related to constructing instances into a separate Foo$Builder class. The protocol's instance methods are now directly invokable from the built object.
  • Breaking change: Minor breaking change in the way that ObjC interface methods are generated. Interface methods are now generated as extension methods instead of being part of the class. This shouldn't require any code changes unless you are using show or hide when importing the interface.
    • If you are using show/hide to show or hide a particular interface, eg Foo, you'll now also need to show or hide Foo$Methods.
    • In rare cases the runtime type of the Dart wrapper object around the ObjC

... (truncated)

Commits

@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Aug 11, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 11, 2026 12:44
@dependabot dependabot Bot changed the title chore(deps): bump ffigen from 9.0.1 to 21.0.0 in /packages/auth/amplify_auth_cognito_dart in the ffigen group chore(deps): bump ffigen from 9.0.1 to 21.0.0 in /packages/auth/amplify_auth_cognito_dart in the ffigen group across 1 directory Aug 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-13f6530259 branch from 9f436ed to 2d99dd6 Compare August 12, 2026 12:44
Bumps the ffigen group with 1 update in the /packages/auth/amplify_auth_cognito_dart directory: [ffigen](https://github.com/dart-lang/native/tree/main/pkgs).


Updates `ffigen` from 9.0.1 to 20.1.1
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/ffigen-v20.1.1/pkgs)

---
updated-dependencies:
- dependency-name: ffigen
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ffigen
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump ffigen from 9.0.1 to 21.0.0 in /packages/auth/amplify_auth_cognito_dart in the ffigen group across 1 directory chore(deps): bump ffigen from 9.0.1 to 20.1.1 in /packages/auth/amplify_auth_cognito_dart in the ffigen group across 1 directory Aug 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-13f6530259 branch from 2d99dd6 to 5019612 Compare August 18, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants