Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the pub group with 7 updates in the / directory:

Package From To
build_runner 2.4.15 2.6.0
flutter_launcher_icons 0.14.3 0.14.4
font_awesome_flutter 10.8.0 10.9.0
google_fonts 6.2.1 6.3.0
http 1.4.0 1.5.0
sentry_flutter 8.14.2 9.6.0
url_launcher 6.3.1 6.3.2

Updates build_runner from 2.4.15 to 2.6.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.6.0

  • Remove unused deps: analyzer, build_resolvers, collection, http, js, meta, package_config, pool, web, yaml.
  • Remove unused dev_deps: http, package_config, web.
  • Testing: read build configs using AssetReader so they're easier to test.
  • Use build 3.0.0.
  • Use build_resolvers 3.0.0.

package:build_runner v2.6.0-dev.2

  • Remove unused deps: analyzer, build_resolvers, collection, http, js, meta, package_config, pool, web, yaml.
  • Remove unused dev_deps: http, package_config, web.
  • Testing: read build configs using AssetReader so they're easier to test.

package:build_runner v2.6.0-dev.1

  • Use build 3.0.0-dev.
  • Use build_resolvers 3.0.0-dev.

package:build_runner v2.5.4

  • Bug fix: fix incremental build when previous build had package: import of a missing dep or a missing file.

package:build_runner v2.5.3

  • Bug fix: fix corner case with checked in generated output that could cause a crash.
  • Bug fix: during initial build cleanup, really delete files that correspond to hidden generated files.

package:build_runner v2.5.2

  • Simplify warnings for outdated analyzer.

package:build_runner v2.5.1

  • Don't log stack traces for subclasses of Exception.
  • Bug fix: don't run builders with multiple outputs once per output.

package:build_runner v2.5.0

User-visible changes:

  • Improved performance for large builds. More performance improvements will follow, if your workflow is affected by slow build_runner performance then please consider sharing details at https://github.com/dart-lang/build/discussions.
  • Improved logging: show what builders are running and, for long-running builders, where the time is spent.

Versions:

  • Bump the min SDK to 3.7.0.
  • Use build_test 3.0.0.
  • Use build_runner_core 9.0.0.

Internal changes:

... (truncated)

Commits

Updates flutter_launcher_icons from 0.14.3 to 0.14.4

Release notes

Sourced from flutter_launcher_icons's releases.

v0.14.4

Full Changelog: fluttercommunity/flutter_launcher_icons@v0.14.2...v0.14.4

Changelog

Sourced from flutter_launcher_icons's changelog.

0.14.4 (10th June 2025)

  • Removed rules which no longer exist from analysis_options #598
  • Fix template generated within thegenerate command #642
  • Standardize on async I/O and waiting for work to complete #646
Commits

Updates font_awesome_flutter from 10.8.0 to 10.9.0

Changelog

Sourced from font_awesome_flutter's changelog.

10.9.0

  • Upgrade to Font Awesome 6.7.2
  • Refactor icon color opacity handling and update example icons - thanks @​bennajah!
Commits

Updates google_fonts from 6.2.1 to 6.3.0

Commits

Updates http from 1.4.0 to 1.5.0

Release notes

Sourced from http's releases.

package:http v1.5.0

  • Fixed a bug in IOClient where the HttpClient's response stream was cancelled after the response stream was completed.
  • Added support for aborting requests before they complete.
  • Clarify that some header names may not be sent/received.
Commits

Updates json_serializable from 6.9.5 to 6.10.0

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.10.0

  • Required analyzer: ^7.4.0.
  • Switch to analyzer element2 model and build: ^3.0.0-dev.
  • Move package:collection to a dev dependency.
  • Use new null-aware element feature in generated code.
  • Require Dart 3.8

package:json_serializable v6.10.0-dev

  • Switch to analyzer element2 model and build: ^3.0.0-dev.
  • Move package:collection to a dev dependency.
  • Use new null-aware element feature in generated code.
  • Require Dart 3.8
Commits

Updates sentry_flutter from 8.14.2 to 9.6.0

Release notes

Sourced from sentry_flutter's releases.

9.6.0

Note: this release might require updating your Android Gradle Plugin version to at least 8.1.4.

Fixes

  • False replay config restarts because of ScreenshotWidgetStatus equality issues (#3114)
  • Debug meta not loaded for split debug info only builds (#3104)
  • TTID/TTFD root transactions (#3099, #3111)
    • Web, Linux and Windows now create a UI transaction for the root page
    • iOS, Android now correctly create idle transactions
    • Fixes behaviour of traceId generation and TTFD for app start
  • Directionality assertion issue in debug mode (#3088)

Dependencies

Internal

  • Use lifecycle hook for before send event (#3017)

9.6.0-beta.2

Fixes

  • False replay config restarts because of ScreenshotWidgetStatus equality issues (#3114)

9.6.0-beta.1

Fixes

  • Debug meta not loaded for split debug info only builds (#3104)
  • TTID/TTFD root transactions (#3099, #3111)
    • Web, Linux and Windows now create a UI transaction for the root page
    • iOS, Android now correctly create idle transactions
    • Fixes behaviour of traceId generation and TTFD for app start
  • Directionality assertion issue in debug mode (#3088)

Dependencies

Internal

  • Use lifecycle hook for before send event (#3017)

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

9.6.0

Note: this release might require updating your Android Gradle Plugin version to at least 8.1.4.

Fixes

  • False replay config restarts because of ScreenshotWidgetStatus equality issues (#3114)
  • Debug meta not loaded for split debug info only builds (#3104)
  • TTID/TTFD root transactions (#3099, #3111)
    • Web, Linux and Windows now create a UI transaction for the root page
    • iOS, Android now correctly create idle transactions
    • Fixes behaviour of traceId generation and TTFD for app start
  • Directionality assertion issue in debug mode (#3088)

Dependencies

Internal

  • Use lifecycle hook for before send event (#3017)

9.6.0-beta.2

Fixes

  • False replay config restarts because of ScreenshotWidgetStatus equality issues (#3114)

9.6.0-beta.1

Fixes

  • Debug meta not loaded for split debug info only builds (#3104)
  • TTID/TTFD root transactions (#3099, #3111)
    • Web, Linux and Windows now create a UI transaction for the root page
    • iOS, Android now correctly create idle transactions
    • Fixes behaviour of traceId generation and TTFD for app start
  • Directionality assertion issue in debug mode (#3088)

Dependencies

Internal

... (truncated)

Commits

Updates url_launcher from 6.3.1 to 6.3.2

Commits
  • 3fe6a01 [url_launcher] Fixes new unnecessary boolean operations warnings (#9409)
  • 111ceb7 [tool] Use swift-format from Xcode (#9460)
  • b90f8a7 [various] Update example apps to Swift (#9347)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • e8c9976 [ci] Update repository for 3.29 release (#9270)
  • 1f069a7 [dependabot]: Bump the test-dependencies group across 16 directories with 8 u...
  • b93cc40 [various] Scrubs pre-SDK-21 Android code (#9112)
  • 4a36dc6 [all_packages] Enforce property assignment for compile sdk over method assign...
  • 7fb1a4d Drop deprecated HTML head meta tags (#8970)
  • 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 pub group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.4.15` | `2.6.0` |
| [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | `0.14.3` | `0.14.4` |
| [font_awesome_flutter](https://github.com/fluttercommunity/font_awesome_flutter) | `10.8.0` | `10.9.0` |
| [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) | `6.2.1` | `6.3.0` |
| [http](https://github.com/dart-lang/http/tree/master/pkgs) | `1.4.0` | `1.5.0` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `8.14.2` | `9.6.0` |
| [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) | `6.3.1` | `6.3.2` |



Updates `build_runner` from 2.4.15 to 2.6.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.4.15...build_runner-v2.6.0)

Updates `flutter_launcher_icons` from 0.14.3 to 0.14.4
- [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/commits/v0.14.4)

Updates `font_awesome_flutter` from 10.8.0 to 10.9.0
- [Release notes](https://github.com/fluttercommunity/font_awesome_flutter/releases)
- [Changelog](https://github.com/fluttercommunity/font_awesome_flutter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/font_awesome_flutter/commits)

Updates `google_fonts` from 6.2.1 to 6.3.0
- [Commits](https://github.com/material-foundation/flutter-packages/commits/HEAD/packages)

Updates `http` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/http-v1.5.0/pkgs)

Updates `json_serializable` from 6.9.5 to 6.10.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.9.5...json_serializable-v6.10.0)

Updates `sentry_flutter` from 8.14.2 to 9.6.0
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@8.14.2...9.6.0)

Updates `url_launcher` from 6.3.1 to 6.3.2
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.3.2/packages/url_launcher)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: flutter_launcher_icons
  dependency-version: 0.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: font_awesome_flutter
  dependency-version: 10.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: google_fonts
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: http
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: json_serializable
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: sentry_flutter
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub
- dependency-name: url_launcher
  dependency-version: 6.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
...

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 Aug 12, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Aug 24, 2025
@dependabot dependabot bot deleted the dependabot/pub/pub-433c70d90a branch August 24, 2025 01:45
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