Skip to content

Conversation

@dependabot
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

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 <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

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

@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 2 times, most recently from f90b2aa to eec7040 Compare July 2, 2025 12:12
@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch 3 times, most recently from 0c1c5df to bd503b1 Compare July 15, 2025 12:56
@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch 3 times, most recently from f99627a to 9dd0072 Compare July 24, 2025 12:55
@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch from 9dd0072 to 2c0c029 Compare July 29, 2025 12:11
@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch 2 times, most recently from ac614ec to 2e91f7c Compare August 19, 2025 20:38
@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch 2 times, most recently from 2a1e920 to 7ffa42e Compare September 10, 2025 12:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch from 7ffa42e to 1ebab63 Compare September 17, 2025 12:09
@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch 2 times, most recently from 51ff5fd to dbe8a0c Compare September 30, 2025 12:12
@dependabot dependabot bot force-pushed the dependabot/pub/packages/auth/amplify_auth_cognito_dart/ffigen-a05919b92b branch from dbe8a0c to f717cf8 Compare October 15, 2025 12:08
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 f717cf8 to 1aa2018 Compare October 16, 2025 12:08
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