Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
firebase_analytics 11.4.6 11.6.0
flutter_launcher_icons 0.14.3 0.14.4
google_fonts 6.2.1 6.3.0
money2 6.0.2 6.0.3
sentry_flutter 8.14.2 9.6.0

Updates firebase_analytics from 11.4.6 to 11.6.0

Commits
  • dadb0fd chore(release): publish packages
  • 376bb6e feat(auth,macos): add support for publish and addApplicationDelegate on m...
  • 8768856 chore(release): publish packages (#17486)
  • 96d2663 chore(release): publish packages (#17475)
  • 8b467e1 chore: update AGP to 8.3.0 and Gradle to 8.4 (#17427)
  • ebfecc7 chore(release): publish packages (#17415)
  • 95e624c chore(deps): Unify versions into global config and update AGP version to 8.2....
  • 57c0913 feat(analytics): add Pigeon support for firebase_analytics (#17403)
  • 4a9093e chore(release): publish packages (#17371)
  • See full diff in compare view

Updates firebase_core from 3.13.1 to 3.15.2

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 google_fonts from 6.2.1 to 6.3.0

Commits

Updates money2 from 6.0.2 to 6.0.3

Changelog

Sourced from money2's changelog.

6.0.3

  • Fixeds #96. Change the generator so if the symbol contains a $ we prefix the string with 'r'.
  • spelling.

6.0.2-beta.2

  • Fixes issue with trailing Currency isoCodes throwing a range exception as reported in #95.

6.0.2-beta.1

  • BREAKING: Fixes #95. This problem was a regression caused as part of the 6.x release. The issue was that group separators after the first (right most) group where being treated incorrectly.
    We now treat #,### == ###,### and ##,### == ##,###

We also fixed a long standing issue with common currences. All CommonCurrencies has been defined without group separators. This has now been changed so that all common currencies are defined with the appropriate group separators.

This means that the pattern for USD (and most other currencies) changes from S0.00 to S#,##0.00. All common currencies are now defined with group separators as appropriate for that currency.

The implication is that formatting with the old behavour would give $9000 whilst the new behavour would give $9,000. If you want to mimic the old behaviour you can simply set the pattern to the original 'S0.00'.

We have also changed how we are maintaing common currencies. We are are now generating common currencies from a yaml file. To regenerate common currences run: dart tool/generate_common_currencies.dart

6.0.1

  • Added method isNonZero as a convenience.

6.0.0

  • Breaking All occurances of the Precentage named arg 'scale' have been changed to decimalDigits.
  • change all occurance of scale to decimalDigits. Upgraded to Fixed 6.0

6.0.0-beta.4

  • Breaking: Money operator * now returns the same decimalDigits as the original Money instance. Previously we use the Currencies decimal Digits.
  • upgraded to fixed 5.3.4
  • Fixed broken examples in the readme and the main doco site.
  • Fixed a bug in operator * which truncated the scale of doubles. We now default to 16 digits.
  • Added a new method multiplyByNum to allow the user to expliclity control the scale.
  • created tests for all examples.
  • Added missing hkd from list of common currencies. Thanks to @​hwh97 for raising the issue.

... (truncated)

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

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [firebase_analytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_analytics) | `11.4.6` | `11.6.0` |
| [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | `0.14.3` | `0.14.4` |
| [google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages) | `6.2.1` | `6.3.0` |
| [money2](https://github.com/onepub-dev/money.dart) | `6.0.2` | `6.0.3` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `8.14.2` | `9.6.0` |



Updates `firebase_analytics` from 11.4.6 to 11.6.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_analytics-v11.6.0/packages/firebase_analytics)

Updates `firebase_core` from 3.13.1 to 3.15.2
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v3.15.2/packages/firebase_core)

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 `google_fonts` from 6.2.1 to 6.3.0
- [Commits](https://github.com/material-foundation/flutter-packages/commits/HEAD/packages)

Updates `money2` from 6.0.2 to 6.0.3
- [Changelog](https://github.com/onepub-dev/money.dart/blob/master/CHANGELOG.md)
- [Commits](onepub-dev/money.dart@6.0.2...6.0.3)

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)

---
updated-dependencies:
- dependency-name: firebase_analytics
  dependency-version: 11.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: firebase_core
  dependency-version: 3.15.2
  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: google_fonts
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: money2
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 11, 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