Skip to content

chore(deps): bump get_it from 9.2.1 to 9.3.0 in /shorebird_fintech_wallet - #70

Merged
AbhishekDoshi26 merged 1 commit into
mainfrom
dependabot/pub/shorebird_fintech_wallet/get_it-9.3.0
Sep 24, 2026
Merged

AbhishekDoshi26 merged 1 commit into
mainfrom
dependabot/pub/shorebird_fintech_wallet/get_it-9.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

Bumps get_it from 9.2.1 to 9.3.0.

Changelog

Sourced from get_it's changelog.

[9.3.0] - 2026-09-19

[9.3.0] - 2026-09-19

  • Detect circular self-resolution of lazy singletons (sync and async) and cached factories and throw a descriptive StateError instead of a StackOverflowError. Thanks to @​muhammadkamel (#423).
  • pubspec.lock is no longer committed, following the Dart guidelines for library packages.
  • New acceptsParams getter on ObjectRegistration that tells whether the registered factory takes parameters. Passing param1/param2 to a registration that doesn't accept parameters now fails an assert in debug mode instead of silently ignoring them.
  • New global flag skipUnregisterIfNotRegistered: when set to true, unregister silently ignores a missing registration instead of throwing (default stays false). Thanks to @​Gorniaky (#420) and @​AzazelSensei (#424) for raising this.
  • DevTools extension: filter and sort for the registrations table. Thanks to @​yang-lile (#421).
  • DevTools extension rebuilt with Flutter 3.47.1.
  • Fixed analyzer warnings/infos reported by pub.dev and updated dev dependencies.
Commits

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Sep 23, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Sep 23, 2026
Bumps [get_it](https://github.com/flutter-it/get_it) from 9.2.1 to 9.3.0.
- [Release notes](https://github.com/flutter-it/get_it/releases)
- [Changelog](https://github.com/flutter-it/get_it/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flutter-it/get_it/commits)

---
updated-dependencies:
- dependency-name: get_it
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pub/shorebird_fintech_wallet/get_it-9.3.0 branch from eeb6001 to d0783ff Compare September 24, 2026 12:19

@AbhishekDoshi26 AbhishekDoshi26 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed: get_it 9.3.0 is a non-breaking minor release (circular-resolution detection, acceptsParams assert, opt-in skipUnregisterIfNotRegistered flag). The app registers only parameterless lazySingletons/factory via injectable, so nothing is affected. Local pub get/analyze/test all pass; CI green.

@AbhishekDoshi26
AbhishekDoshi26 merged commit c6ab959 into main Sep 24, 2026
13 checks passed
@AbhishekDoshi26
AbhishekDoshi26 deleted the dependabot/pub/shorebird_fintech_wallet/get_it-9.3.0 branch September 24, 2026 12:22
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.

1 participant