Skip to content

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

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

chore(deps): bump the pub-minor-patch group across 1 directory with 5 updates#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-210cfbb772

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

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

Package From To
flutter_native_splash 2.4.7 2.4.8
geolocator 14.0.1 14.0.2
sentry_dart_plugin 3.3.0 3.4.0
sentry_flutter 9.20.0 9.21.0
upgrader 13.3.0 13.5.0

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.2

Commits

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 9.21.0

Release notes

Sourced from sentry_flutter's releases.

9.21.0

Features

  • Rename SentryFeedbackWidget to SentryFeedbackForm by @​denrase in #3702
    • SentryFeedbackWidget is deprecated and will be removed in the next major version. Use SentryFeedbackForm instead.

Fixes

Dart

Flutter

Enhancements

Flutter

Dependencies

Deps

Internal Changes

Changelog

Sourced from sentry_flutter's changelog.

9.21.0

Features

  • Rename SentryFeedbackWidget to SentryFeedbackForm by @​denrase in #3702
    • SentryFeedbackWidget is deprecated and will be removed in the next major version. Use SentryFeedbackForm instead.

Fixes

Dart

Flutter

Enhancements

Flutter

Dependencies

Deps

Internal Changes

Commits
  • ac6746e release: 9.21.0
  • 5fc86f6 ci: Fix craft prepare and SwiftPM archive signing (#3718)
  • 370150f chore: update packages/flutter/scripts/update-cocoa.sh to 8.58.3 (#3726)
  • f52ea5c chore: update packages/flutter/scripts/update-android.sh to 8.43.0 (#3727)
  • a421dc6 fix(flutter): Forward sample rate to native SDKs (#3722)
  • b3b2719 perf(flutter): Move Android JNI work to core worker to avoid work on main iso...
  • e8f0fc4 chore: update packages/flutter/scripts/update-android.sh to 8.42.0 (#3715)
  • 9f2a741 build(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml (#3...
  • 9940ffa refactor(feedback): Rename SentryFeedbackWidget to SentryFeedbackForm (#3...
  • 3fe9e80 fix(flutter): Release Android JNI refs (#3712)
  • 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

… updates

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

| Package | From | To |
| --- | --- | --- |
| [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.2` |
| [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` | `9.21.0` |
| [upgrader](https://github.com/larryaasen/upgrader) | `13.3.0` | `13.5.0` |



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.2
- [Commits](Baseflow/flutter-geolocator@geolocator_v14.0.1...geolocator_v14.0.2)

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 9.21.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@9.20.0...9.21.0)

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: 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.2
  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: 9.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jun 2, 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