Skip to content

deps: bump the pub-minor-patch group across 1 directory with 9 updates - #45

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/pub-minor-patch-7ec2bb0d2e
Open

deps: bump the pub-minor-patch group across 1 directory with 9 updates#45
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/pub-minor-patch-7ec2bb0d2e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 9 updates in the / directory:

Package From To
build_runner 2.15.1 2.16.0
intl 0.20.2 0.20.3
riverpod_annotation 4.0.3 4.0.6
riverpod_generator 4.0.4 4.0.8
flutter_riverpod 3.3.2 3.4.2
freezed 3.2.6-dev.1 4.0.0-dev.3
drift_dev 2.34.0 2.34.5
flutter_local_notifications 22.2.0 22.3.0
go_router 17.3.0 17.5.0

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates riverpod_annotation from 4.0.3 to 4.0.6

Commits

Updates riverpod_generator from 4.0.4 to 4.0.8

Commits

Updates flutter_riverpod from 3.3.2 to 3.4.2

Commits

Updates freezed from 3.2.6-dev.1 to 4.0.0-dev.3

Commits

Updates drift_dev from 2.34.0 to 2.34.5

Commits
  • 461e8fa Prepare 2.34.5 release
  • 3a3a4a2 drift3: Schema generator CLI
  • fffcd8c drift3: Include dialect options on generated database
  • 7bd3d56 Fix quoted link targets and two typos in the docs
  • 719672e fix: escape reserved Dart keywords in SQL column names (#3838)
  • 9d1e626 Fix deprecation warning in drift_sqlite
  • 7cd7162 Fix docs build
  • 0882972 Port schema export runtime helper to drift3
  • 0936361 Install dependencies in release workflow
  • b728238 Fix version number typo in changelog
  • Additional commits viewable in compare view

Updates drift_dev from 2.34.0 to 2.34.5

Commits
  • 461e8fa Prepare 2.34.5 release
  • 3a3a4a2 drift3: Schema generator CLI
  • fffcd8c drift3: Include dialect options on generated database
  • 7bd3d56 Fix quoted link targets and two typos in the docs
  • 719672e fix: escape reserved Dart keywords in SQL column names (#3838)
  • 9d1e626 Fix deprecation warning in drift_sqlite
  • 7cd7162 Fix docs build
  • 0882972 Port schema export runtime helper to drift3
  • 0936361 Install dependencies in release workflow
  • b728238 Fix version number typo in changelog
  • Additional commits viewable in compare view

Updates flutter_local_notifications from 22.2.0 to 22.3.0

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v22.3.0

  • [Android][iOS][macOS] added openAppNotificationSettings() method. This opens the system settings UI where the user can manage notification permissions for the app. When not possible, on iOS, it opens the application's settings on iOS and on macOS, it opens the system settings notification pane. Thanks to the PR from hamadcc
Commits
  • b475bc8 [various] added macOS implementation of openAppNotificationSettings() (#2812)
  • fd48e8c Clang Format
  • 1492de5 [flutter_local_notifications] Add openAppNotificationSettings() for Android a...
  • See full diff in compare view

Updates flutter_riverpod from 3.3.2 to 3.4.2

Commits

Updates freezed from 3.2.6-dev.1 to 4.0.0-dev.3

Commits

Updates go_router from 17.3.0 to 17.5.0

Commits
  • ccd8274 [go_router] Batch release (#12411)
  • a0e27cc [material_ui] Enable localized time_picker_test cases (#12391)
  • 41b464a [material_ui] Main example (#12336)
  • f67f6a7 [camera_android_camerax][tool] Migrate complexity checks to package:cognitive...
  • 142990b [camera_web] Remove invalid @​JS annotation on extension type constructors (#1...
  • df17293 [pigeon] add support for analyzer 13 and 14 (#12358)
  • 17c97d0 [cupertino_ui, material_ui] Fix bad doc references (#12381)
  • 4e3f83d Sync release-go_router-17.4.0 to main (#12370)
  • 5579f26 [go_router] Add route metadata support to GoRouterState. (#11773)
  • b1424e2 [go_router] Document regex constraints for path parameters (#12281)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates riverpod_annotation from 4.0.3 to 4.0.6

Commits

Updates riverpod_generator from 4.0.4 to 4.0.8

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 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-minor-patch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.0` |
| [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.20.2` | `0.20.3` |
| [riverpod_annotation](https://github.com/rrousselGit/riverpod) | `4.0.3` | `4.0.6` |
| [riverpod_generator](https://github.com/rrousselGit/riverpod) | `4.0.4` | `4.0.8` |
| [flutter_riverpod](https://github.com/rrousselGit/riverpod) | `3.3.2` | `3.4.2` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.6-dev.1` | `4.0.0-dev.3` |
| [drift_dev](https://github.com/simolus3/drift) | `2.34.0` | `2.34.5` |
| [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) | `22.2.0` | `22.3.0` |
| [go_router](https://github.com/flutter/packages/tree/main/packages) | `17.3.0` | `17.5.0` |



Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)

Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)

Updates `riverpod_annotation` from 4.0.3 to 4.0.6
- [Commits](rrousselGit/riverpod@riverpod_annotation-v4.0.3...riverpod_annotation-v4.0.6)

Updates `riverpod_generator` from 4.0.4 to 4.0.8
- [Commits](rrousselGit/riverpod@riverpod_generator-v4.0.4...riverpod_generator-v4.0.8)

Updates `flutter_riverpod` from 3.3.2 to 3.4.2
- [Commits](rrousselGit/riverpod@flutter_riverpod-v3.3.2...flutter_riverpod-v3.4.2)

Updates `freezed` from 3.2.6-dev.1 to 4.0.0-dev.3
- [Commits](rrousselGit/freezed@freezed-v3.2.6-dev.1...freezed-v4.0.0-dev.3)

Updates `drift_dev` from 2.34.0 to 2.34.5
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.34.0...drift_dev-2.34.5)

Updates `drift_dev` from 2.34.0 to 2.34.5
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.34.0...drift_dev-2.34.5)

Updates `flutter_local_notifications` from 22.2.0 to 22.3.0
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v22.2.0...flutter_local_notifications-v22.3.0)

Updates `flutter_riverpod` from 3.3.2 to 3.4.2
- [Commits](rrousselGit/riverpod@flutter_riverpod-v3.3.2...flutter_riverpod-v3.4.2)

Updates `freezed` from 3.2.6-dev.1 to 4.0.0-dev.3
- [Commits](rrousselGit/freezed@freezed-v3.2.6-dev.1...freezed-v4.0.0-dev.3)

Updates `go_router` from 17.3.0 to 17.5.0
- [Commits](https://github.com/flutter/packages/commits/go_router-v17.5.0/packages)

Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)

Updates `riverpod_annotation` from 4.0.3 to 4.0.6
- [Commits](rrousselGit/riverpod@riverpod_annotation-v4.0.3...riverpod_annotation-v4.0.6)

Updates `riverpod_generator` from 4.0.4 to 4.0.8
- [Commits](rrousselGit/riverpod@riverpod_generator-v4.0.4...riverpod_generator-v4.0.8)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: riverpod_annotation
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: riverpod_generator
  dependency-version: 4.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: flutter_riverpod
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: freezed
  dependency-version: 4.0.0-dev.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor-patch
- dependency-name: drift_dev
  dependency-version: 2.34.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: drift_dev
  dependency-version: 2.34.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: flutter_local_notifications
  dependency-version: 22.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: flutter_riverpod
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: freezed
  dependency-version: 4.0.0-dev.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor-patch
- dependency-name: go_router
  dependency-version: 17.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: riverpod_annotation
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: riverpod_generator
  dependency-version: 4.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants