Skip to content

chore(deps): bump ffigen from 9.0.1 to 19.0.0 in /packages/auth/amplify_auth_cognito_dart in the ffigen group #6185

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

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

Updates ffigen from 9.0.1 to 19.0.0

Release notes

Sourced from ffigen's releases.

ffigen-v19.0.0

  • Use package:objective_c 8.0.0.
  • Breaking change: Major change to the way ObjC methods are code-genned. Methods now use named parameters, making them more readable and closer to how they're written in ObjC. For example, the NSData method dataWithBytes:length: used to be generated as dataWithBytes_length_(Pointer<Void> bytes, int length), but is now generated as dataWithBytes(Pointer<Void> bytes, {required int length}). Protocol methods are not affected.
    • Migration tip: A quick way to find affected methods is to search for _(.
  • Make it easier for a downstream clone to change behavior of certain utils.
  • Fix a bug where types could occasionally show up as a generic ObjCObjectBase, when they were supposed to be codegenned as a more specific interface types.

ffigen-v18.1.0

No release notes provided.

ffigen-v18.0.0

No release notes provided.

ffigen-v17.0.0

No release notes provided.

Commits
  • 0f9c63c [ffigen] Switch to named params for ObjC methods (#2298)
  • 3349a78 [native_doc_dartifier] Add initial skeleton (#2304)
  • 6e0edca [hooks_runner] Optimize the no hooks path (#2302)
  • 5c7152e [objective_c] CFString conversions (#2293)
  • 6d51ecf [hooks_runner] Don't report immutable Dart sources as dependencies (#2296)
  • fe3094e [hooks_runner] Remove package_config.json stability workaround (#2295)
  • e50a569 [hooks_runner] Add log trace for no-hooks scenario (#2294)
  • be5b0dc [hooks] Error outputs (#2287)
  • 79df0dc [hooks_runner] Refactor failure handling (#2284)
  • 21b9625 [objective_c] Add toObjCObject and toDartObject (#2280)
  • 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

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jul 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 1, 2025 13:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update Dart code labels Jul 1, 2025
@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch from 221d443 to f90b2aa Compare July 1, 2025 15:44
Bumps the ffigen group in /packages/auth/amplify_auth_cognito_dart with 1 update: [ffigen](https://github.com/dart-lang/native/tree/main/pkgs).


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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch from f90b2aa to eec7040 Compare July 2, 2025 12:12
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