Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the shorebird_code_push-deps group in /shorebird_code_push with 2 updates: ffigen and very_good_analysis.

Updates ffigen from 16.1.0 to 19.1.0

Release notes

Sourced from ffigen's releases.

ffigen-v19.1.0

  • Bump minimum Dart version to 3.8.0.
  • Format using dart format so that the formatter uses the target package's Dart version and formatting options.
  • Add _ to the list of Dart keywords, since it has special meaning in newer Dart versions.
  • Update to the latest lints.

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

Updates very_good_analysis from 7.0.0 to 9.0.0

Release notes

Sourced from very_good_analysis's releases.

v9.0.0

What's Changed

New Contributors

Full Changelog: VeryGoodOpenSource/very_good_analysis@v8.0.0...v9.0.0

v9.0.0-rc.1

  • feat: support Dart 3.8.0 152
    • Now preserves old formatter trailing commas.

v8.0.0

  • chore: release 8.0.0-rc.1
  • fix: remove omit_obvious_property_types as it conflicts with type_annotate_public_apis 148

v8.0.0-rc.1

  • feat: add omit_obvious_property_types 143
  • feat: add specify_nonobvious_property_types 143
  • feat: add strict_top_level_inference 143
  • feat: add unnecessary_underscores 143
  • feat: remove require_trailing_commas 143
Changelog

Sourced from very_good_analysis's changelog.

9.0.0

  • chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 139
  • chore: release 9.0.0-rc.1 154

9.0.0-rc.1

  • feat: support Dart 3.8.0 152

8.0.0

  • chore: release 8.0.0-rc.1
  • fix: remove omit_obvious_property_types as it conflicts with type_annotate_public_apis 148

8.0.0-rc.1

  • feat: add omit_obvious_property_types 143
  • feat: add specify_nonobvious_property_types 143
  • feat: add strict_top_level_inference 143
  • feat: add unnecessary_underscores 143
  • feat: remove require_trailing_commas 143
Commits
  • efa405e chore: release v9.0.0 (#155)
  • 7274f10 chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 (#139)
  • 48a481b chore: release 9.0.0-rc.1 (#154)
  • 93f7149 feat: support Dart 3.8.0 (#152)
  • cb79f4c chore: release v8.0.0 (#149)
  • 038c837 fix: remove omit_obvious_property_types as it conflicts with `type_annotate...
  • 088a37f chore: release 8.0.0-rc.1 (#144)
  • 9d6a168 feat: update VGA for Dart v3.7.0 (#143)
  • aea4e33 docs: update exclusion table (#134)
  • 004e68c chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#135)
  • Additional commits viewable in compare view

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 shorebird_code_push-deps group in /shorebird_code_push with 2 updates: [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) and [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis).


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

Updates `very_good_analysis` from 7.0.0 to 9.0.0
- [Release notes](https://github.com/VeryGoodOpenSource/very_good_analysis/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/very_good_analysis@v7.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: ffigen
  dependency-version: 19.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: shorebird_code_push-deps
- dependency-name: very_good_analysis
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: shorebird_code_push-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Aug 11, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 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 recreate.

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