Skip to content

Bump get_it from 8.2.0 to 9.2.1#257

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/develop/get_it-9.2.1
Open

Bump get_it from 8.2.0 to 9.2.1#257
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/develop/get_it-9.2.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps get_it from 8.2.0 to 9.2.1.

Changelog

Sourced from get_it's changelog.

[9.2.1] - 2026-02-19

  • Added AI skill files in skills/ directory for AI coding assistants
  • Added AI-Assisted Development section to README

[9.2.0] - 2025-12-03

  • allReady() now caches its Future and returns the same instance on repeated calls
    • Cache is automatically invalidated when new async singletons are registered
    • This enables watch_it to detect when async registrations change (e.g., after pushNewScope)
  • Fixed: pending async singletons now complete their ready completer when removed via unregister() or scope reset, allowing allReady() to complete properly

[9.1.1] - 2025-11-25

  • Updated example project

[9.1.0] - 2025-11-20

  • Added DevTools extension for visualizing and inspecting GetIt registrations
    • View all registered objects with their type, scope, registration mode, and state
    • See instance details via toString() output for created instances
    • Manual refresh button to update the registration list
    • Requires debugEventsEnabled = true to be set on GetIt instance
    • See README for setup instructions

[9.0.5] - 2025-01-12

  • Use absolute GitHub URL for logo in README

[9.0.4] - 2025-01-12

  • Fixed screenshots description to match working 9.0.1 format

[9.0.3] - 2025-01-12

  • Fixed logo display on pub.dev by using relative path

[9.0.2] - 2025-01-12

  • Fixed button sizing in README for pub.dev display

[9.0.1]

  • Fixed linter error (missing trailing comma in test file)

[9.0.0] - BREAKING CHANGE

  • BREAKING: Disposal order now always follows strict LIFO (Last-In-First-Out) based on registration order
    • Previously, disposal order was based on the order objects appeared in internal hash maps, which was unpredictable when mixing named and unnamed registrations
    • Now all disposals are sorted by registrationNumber (a sequential counter assigned during registration) ensuring true LIFO order

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [get_it](https://github.com/flutter-it/get_it) from 8.2.0 to 9.2.1.
- [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.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Feb 28, 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