Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps ffigen from 20.0.0 to 20.1.0.

Release notes

Sourced from ffigen's releases.

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.
Commits
  • 9767a50 [ffigen] Prepare to publish ffigen 20.1.0 (#2801)
  • 16f0ed7 [ffigen] Prevent imported types from being renamed. (#2791)
  • 9439bfb [ffigen] Fix function type param name bug (#2797)
  • 8f1f806 [ffigen] Improve docs of config API (#2774)
  • dea1bf3 [jni] Do not fail flutter build on desktop if jdk is unavailable (#2794)
  • 5501355 [ffigen] Fix unnamed enum multi-def bug (#2789)
  • 52424e1 [ffigen] Fix bug in imported enums (#2786)
  • dd7125d [ffigen] Fix a naming conflict in function internal variables (#2787)
  • d2504b3 [objective_c] CI to check for xcode analyser errors (#2779)
  • 9d2b355 [jni] Do not require engineId for android app context (#2777)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 20.0.0 to 20.1.0.
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/ffigen-v20.1.0/pkgs)

---
updated-dependencies:
- dependency-name: ffigen
  dependency-version: 20.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Nov 24, 2025
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.

1 participant