Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all group with 1 update: ffigen.

Updates 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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 1 update: [ffigen](https://github.com/dart-lang/native/tree/main/pkgs).


Updates `ffigen` 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
  dependency-group: all
...

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
@GregoryConrad GregoryConrad merged commit 6575ae7 into main Nov 24, 2025
6 checks passed
@GregoryConrad GregoryConrad deleted the dependabot/pub/all-614ee4332e branch November 24, 2025 21:05
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.

2 participants