Skip to content

chore(deps): bump the pub-minor-patch group across 1 directory with 14 updates#19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-0b91b1822a
Open

chore(deps): bump the pub-minor-patch group across 1 directory with 14 updates#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-0b91b1822a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
build_runner 2.15.0 2.15.1
flutter_map 8.3.0 8.3.1
flutter_native_splash 2.4.7 2.4.8
geolocator 14.0.1 14.0.3
go_router 17.2.3 17.3.0
google_fonts 8.1.0 8.2.0
mustache_template 2.0.4 2.0.5
package_info_plus 10.1.0 10.2.1
path_provider 2.1.5 2.1.6
sentry_dart_plugin 3.3.0 3.4.0
sentry_flutter 9.20.0 10.0.0-alpha.2
share_plus 13.1.0 13.2.1
shorebird_code_push 2.0.6 2.0.7
upgrader 13.3.0 13.5.0

Updates build_runner from 2.15.0 to 2.15.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.15.1

  • Pass Dart SDK --packages arg to builder compiles, so they can be compiled with different packages to the current version solve.
  • More efficient watching for file changes in workspaces and other setups with nested packages.
  • Support builders with no declared outputs. They can't output anything, but they can do processing, write log messages and choose whether to fail the build.
  • Mention in command usage that --define values are parsed as JSON with a fallback.
  • Performance: reduce size of serialized build state when there are optional outputs that are not written.
  • Bug fix: handle errors from post process builders in previous runs without crashing.
  • Bug fix: fix dart run build_runner test to correctly pass arguments after -- to the test process.
  • Bug fix: fix crash if a resolved Dart source contains invalid utf8.
  • Bug fix: fix incorrect output when builder code changes during builder compile.
  • Bug fix: do a clean build when switching between a workspace build and a package build, as incremental builds were sometimes incorrect.
  • Require Dart 3.8.0.
Commits
  • 565856b Release build 4.0.7, build_runner 3.15.1. (#5010)
  • 76f0f89 Fix workspace vs package build config conflict (#5008)
  • 8921c3f Formatting changes due to latest dev SDK. (#5007)
  • e999ea4 Fix incorrect build due to racy builder changes. (#4988)
  • d2a2f4f Bump SDK upper bounds. (#5006)
  • a72038d Set flattenBuild in passed ReaderWriter. (#5004)
  • ea0cf6b fix(build_daemon): reject cross-origin WebSocket handshakes (CSWSH) (#4992)
  • ae52e61 Use BuiltList.of instead of BuiltList.from. (#5003)
  • a8e949c Fix trigger evaluation reading ungenerated parts. (#5000)
  • 39353ef Bump actions/cache from 5.0.5 to 6.1.0 in the github-actions group (#5002)
  • Additional commits viewable in compare view

Updates flutter_map from 8.3.0 to 8.3.1

Release notes

Sourced from flutter_map's releases.

v8.3.1

What's Changed

Full Changelog: fleaflet/flutter_map@v8.3.0...v8.3.1

Changelog

Sourced from flutter_map's changelog.

[8.3.1] - 2026/07/xx

Contains the following user-affecting bug fixes:

  • Revert #2182 to fix multiple internal errors - #2218 for #2199
  • Prevent memory leak and crash when Markers with NaN coordinates provided - #2213 for #2178

Contains the following user-affecting performance improvements:

  • Improve MarkerLayer performance by caching projections - #2213
  • Improve PolygonLayer performance, particularly for polygons with holes - #2211
  • Improve PolylineLayer performance by improving culling algorithm - #2212

Contains the following other notable changes:

  • Support 'pkg:latlong2' v0.10.x dependency - #2207

Many thanks to these contributors (in no particular order):

Commits
  • 0a4b176 perf: cull polylines via cached projected bounding boxes & chore: prepare for...
  • 35eb283 revert: fix: throw when LatLng is non-finite (#2218)
  • 3d59772 perf: avoid quadratic hole-point iteration in PolygonLayer offset generatio...
  • 001fb2b perf: cache zoom-independent marker projections in MarkerLayer (#2213)
  • 8408690 chore(deps): bump actions/checkout from 6 to 7 (#2215)
  • 27bfafe chore(deps): bump codecov/codecov-action from 6 to 7 (#2210)
  • f614459 chore: allow 'pkg:latlong2' v0.10.x dependency (#2207)
  • See full diff in compare view

Updates flutter_native_splash from 2.4.7 to 2.4.8

Release notes

Sourced from flutter_native_splash's releases.

v2.4.8

[2.4.8] - (2026-May-29)

Changelog

Sourced from flutter_native_splash's changelog.

[2.4.8] - (2026-May-29)

Commits
  • 3de495d Introduce android_min_sdk parameter. Thanks Nico for PR #820. Remove unnecess...
  • fd38fae Introduce min Android SDK parameter (#820)
  • fb3dc86 Remove unnecessary native code (#828)
  • 3e1619e Update dependencies (#829)
  • e1b94e3 chore: minor housekeeping - format, ci update, more tests (#824)
  • 5f338b0 fix: remove command always showing help instead of executing (#823)
  • See full diff in compare view

Updates geolocator from 14.0.1 to 14.0.3

Commits
  • 6eb56a6 Maintenance, updates dependencies
  • 1c2a5a1 Maintenance, updates dependencies
  • ccdb2c5 Maintenance, updates dependencies
  • fe1bee2 Maintenance, updates dependencies
  • 68d8042 Maintenance, updates dependencies
  • a49f789 Maintenance, updates dependencies
  • 627caff Maintenance, updates dependencies
  • da8c4f5 Maintenance, updates dependencies
  • 7332ccb Maintenance, updates dependencies
  • 9f4725e docs: clarify that Position.heading carries course over ground (#1187) (#1783)
  • Additional commits viewable in compare view

Updates go_router from 17.2.3 to 17.3.0

Commits
  • 40733eb [go_router] Batch release (#11813)
  • 6246800 [vector_graphics_compiler] Support xml 7 (#11804)
  • 0bceb64 Migrated video_player_android to Built-in Kotlin (#11798)
  • e930ced [vector_graphics_compiler]: Fix Stack Overflow and CPU/Memory DoS on SVGs wit...
  • 10cbdc5 [in_app_purchase_android] Update Play Billing library to 8.0.0 (#10816)
  • b74a269 [google_maps_flutter] Federate READMEs (#11790)
  • c19a48d [google_maps_flutter] Remove duplicated privacy manifest entries (#11791)
  • db270b4 [go_router] Allow users to specify onExit as optional (#11150)
  • 6da2737 [google_maps_flutter] Add Android and iOS attribution ID (#11731)
  • 874b823 [dependabot]: Bump org.json:json from 20251224 to 20260522 in /packages/in_ap...
  • Additional commits viewable in compare view

Updates google_fonts from 8.1.0 to 8.2.0

Commits
  • 9f95026 [google_fonts] Extract the config class to its own file (#12202)
  • ad9840e Update All Flutter Android Example Apps to 3.47 Template Versions (#12195)
  • 16e6411 [go_router_builder] Support analyzer 13 (#12189)
  • 502ebc7 [shared_preferences] Convert legacy tests to Kotlin (#12193)
  • 745da2e [material_ui, cupertino_ui] Migrate @macros that are defined in Material an...
  • 2899d50 [material_ui, cupertino_ui] Add #region to example files to remove license ...
  • e8903cb [video_player] Implement screen auto-lock control for video playback (#11225)
  • ad2eab1 [camera] Guard CameraController value updates after dispose (#11861)
  • 83b39db [material_ui] Remove unused example files (#12179)
  • c8937ef [google_maps_flutter_platform_interface] Adds support for mapTypeControlEnabl...
  • Additional commits viewable in compare view

Updates mustache_template from 2.0.4 to 2.0.5

Commits

Updates package_info_plus from 10.1.0 to 10.2.1

Commits
  • 9336187 chore(release): prepare for release (#3928)
  • 4962175 fix(package_info_plus): raise Apple platform minimums in SPM manifests to mat...
  • 65ecfd0 chore(release): prepare for release (#3912)
  • 7d46a46 feat(package_info_plus): Updated Swift Package Manager setup for Flutter 3.44...
  • 479ef7d feat(package_info_plus): Add support of built-in Kotlin (#3894)
  • 40bb847 refactor(package_info_plus): change android gradle from groovy to kotlin (#3858)
  • See full diff in compare view

Updates path_provider from 2.1.5 to 2.1.6

Commits
  • aa964a3 [path_provider] Document null vs UnsupportedError return semantics (#11793)
  • bd297cf [AGP 9] Migrate Remaining Plugin Example Apps to Built-in Kotlin (#11806)
  • 2e006b2 [path_provider] Create temp dir in tests if needed (#11841)
  • 24a3833 Updated analysis_options line width from flutter/flutter (#11692)
  • 1dfbada [ci] Update repo for 3.44 stable release (#11741)
  • 0ffbde8 Roll Flutter from 707dbc0420a3 to 23f6f5853f50 (149 revisions) (#11700)
  • f52df41 [path_provider] Remove dependency on engine PathUtils (#11467)
  • e37fa8f [various] Convert remaining Groovy files to Kotlin (#11443)
  • 0e0a032 [various] Ignore generated plugin files (#11455)
  • c7d680f [path_provider_android] Changes internal implementation to use JNI (#9770)
  • Additional commits viewable in compare view

Updates sentry_dart_plugin from 3.3.0 to 3.4.0

Release notes

Sourced from sentry_dart_plugin's releases.

3.4.0

Dependencies

Fixes

Internal Changes

Changelog

Sourced from sentry_dart_plugin's changelog.

3.4.0

Dependencies

Fixes

Internal Changes

Commits

Updates sentry_flutter from 9.20.0 to 10.0.0-alpha.2

Release notes

Sourced from sentry_flutter's releases.

10.0.0-alpha.2

Features

Internal Changes

10.0.0-alpha.1

Features

Dart

Other

Enhancements

Dependencies

Deps

Flutter

Internal Changes

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

10.0.0-alpha.2

Features

Internal Changes

10.0.0-alpha.1

9.23.0

Features

Dart

Other

Fixes

Enhancements

Dependencies

Deps

... (truncated)

Commits
  • 6d4fb55 chore: Complete 10.0.0-alpha.2 changelog entries (#3861)
  • c73b211 release: 10.0.0-alpha.2
  • b726e2c ref(logs): Make traceId required on SentryLog (#3842)
  • 48735cc ref: Make clone() internal and remove deprecated protocol clones (#3845)
  • 6416504 ref(dart): Make feature flags hub/scope-based (#3848)
  • 48a1579 ref(file): Remove file.async attributes from instrumentation (#3841)
  • fa875f7 feat(logs): Add Hint to beforeSend for logs, metrics, and spans (#3847)
  • e70dba8 chore(grpc): Bump version to 10.0.0-alpha.1
  • 65f2623 Merge remote-tracking branch 'origin/main' into v10-branch
  • f153e69 ref(logs): Make logger methods return void (#3852)
  • Additional commits viewable in compare view

Updates share_plus from 13.1.0 to 13.2.1

Commits
  • 9336187 chore(release): prepare for release (#3928)
  • 949e771 fix(share_plus): raise Apple platform minimums in SPM manifests to match Flut...
  • 65ecfd0 chore(release): prepare for release (#3912)
  • cf00609 feat(share_plus): Updated Swift Package Manager setup for Flutter 3.44 (#3911)
  • 0c9b0ad feat(share_plus): Add support of built-in Kotlin (#3896)
  • d9b6f29 refactor(share_plus): change android gradle from groovy to kotlin (#3860)
  • 09d75d8 fix(share_plus): resolve js interop lint and maintain minimum sdk (#3846)
  • See full diff in compare view

Updates shorebird_code_push from 2.0.6 to 2.0.7

Release notes

Sourced from shorebird_code_push's releases.

shorebird_code_push-v2.0.7

  • chore: internal cleanup; no public API changes.
Commits
  • 1f85c4a chore(deps): update mockall requirement (#365)
  • dd213f9 fix: populate current_patch_number from running_patch, not the boot breadcrum...
  • 83df31b chore(deps): bump the gh-deps group across 5 directories with 2 updates (#362)
  • a591b7f feat(ci): adopt shorebird_ci workflow w/ required aggregator (#359)
  • fe37333 fix(inflate): preserve real upstream cause + add diagnostic byte counters (#358)
  • d3a161d feat: report diagnostic events for failed patch updates (#347)
  • 90c3492 refactor: per-patch lifecycle state machine (#352)
  • 96fd327 feat: stage 2 integration tests — fake patch server + golden path + rollback ...
  • 8649c75 perf: mmap libapp.so out of the APK instead of buffering in RAM (#354)
  • 8072ed9 feat: stage 1 integration test harness (#353)
  • Additional commits viewable in compare view

Updates upgrader from 13.3.0 to 13.5.0

Changelog

Sourced from upgrader's changelog.

13.5.0

  • Updated the xml dependency constraint from ^6.3.0 to >=6.3.0 <8.0.0 to support stable xml 7.0.0.

13.4.0

  • [551] [550] Changed isTooSoon to reset when a newer app store version is available.
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

…4 updates

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

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.15.0` | `2.15.1` |
| [flutter_map](https://github.com/fleaflet/flutter_map) | `8.3.0` | `8.3.1` |
| [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.7` | `2.4.8` |
| [geolocator](https://github.com/baseflow/flutter-geolocator) | `14.0.1` | `14.0.3` |
| [go_router](https://github.com/flutter/packages/tree/main/packages) | `17.2.3` | `17.3.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `8.1.0` | `8.2.0` |
| [mustache_template](https://github.com/flutter/core-packages/tree/main/third_party/packages) | `2.0.4` | `2.0.5` |
| [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `10.1.0` | `10.2.1` |
| [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) | `2.1.5` | `2.1.6` |
| [sentry_dart_plugin](https://github.com/getsentry/sentry-dart-plugin) | `3.3.0` | `3.4.0` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `9.20.0` | `10.0.0-alpha.2` |
| [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) | `13.1.0` | `13.2.1` |
| [shorebird_code_push](https://github.com/shorebirdtech/updater) | `2.0.6` | `2.0.7` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.3.0` | `13.5.0` |



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

Updates `flutter_map` from 8.3.0 to 8.3.1
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v8.3.0...v8.3.1)

Updates `flutter_native_splash` from 2.4.7 to 2.4.8
- [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases)
- [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md)
- [Commits](jonbhanson/flutter_native_splash@v2.4.7...v2.4.8)

Updates `geolocator` from 14.0.1 to 14.0.3
- [Commits](Baseflow/flutter-geolocator@geolocator_v14.0.1...geolocator_14.0.3)

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

Updates `google_fonts` from 8.1.0 to 8.2.0
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.2.0/packages)

Updates `mustache_template` from 2.0.4 to 2.0.5
- [Commits](https://github.com/flutter/core-packages/commits/mustache_template-v2.0.5/third_party/packages)

Updates `package_info_plus` from 10.1.0 to 10.2.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v10.2.1/packages/package_info_plus)

Updates `path_provider` from 2.1.5 to 2.1.6
- [Commits](https://github.com/flutter/packages/commits/path_provider-v2.1.6/packages/path_provider)

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

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

Updates `share_plus` from 13.1.0 to 13.2.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v13.2.1/packages/share_plus)

Updates `shorebird_code_push` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/shorebirdtech/updater/releases)
- [Commits](shorebirdtech/updater@shorebird_code_push-v2.0.6...shorebird_code_push-v2.0.7)

Updates `upgrader` from 13.3.0 to 13.5.0
- [Changelog](https://github.com/larryaasen/upgrader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/larryaasen/upgrader/commits)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: flutter_map
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: flutter_native_splash
  dependency-version: 2.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: geolocator
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: go_router
  dependency-version: 17.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: google_fonts
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: mustache_template
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: package_info_plus
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: path_provider
  dependency-version: 2.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: sentry_dart_plugin
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
  dependency-version: 10.0.0-alpha.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor-patch
- dependency-name: share_plus
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: shorebird_code_push
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: upgrader
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
...

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 Jul 20, 2026
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