Skip to content

chore(deps): bump ffigen from 18.1.0 to 19.0.0 in /packages/cedar_ffi #78

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 May 19, 2025

Bumps ffigen from 18.1.0 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.
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 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)

Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 18.1.0 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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels May 19, 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.

0 participants