Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps get_it from 8.3.0 to 9.1.1.

Changelog

Sourced from get_it's changelog.

[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
    • The strictDisposalOrder parameter has been removed from reset(), resetScope(), popScope(), popScopesTill(), and dropScope() methods
    • Performance impact is minimal: ~8% overhead for 10,000 registrations (approximately 2-3ms), negligible for typical applications
    • This change ensures correctness and predictability in dependency cleanup, which is more important than the minor performance cost
    • Impact on existing apps: If your app's behavior relies on the previous imperfect reverse disposal order, there is likely a design issue in your dependency structure that should be addressed
  • Fixed bug in registerCachedFactoryParamAsync where calling getAsync would fail with null error because it was checking the wrong function parameter (sync creationFunctionParam instead of asyncCreationFunctionParam)
Commits
  • 294ae0f Remove generated test folder from example
  • 7e15996 Release V9.1.1: Update example project
  • 88954f1 Exclude gradle-wrapper.jar from published package
  • a419c16 Fix DevTools extension registration for multiple GetIt instances
  • 3f5f587 Fix formatting and exclude devtools extension from analyzer
  • 3ee13e9 Allow gradlew in example/android/.gitignore
  • 1bf01e5 Clean up gitignore rules for gradlew
  • d8353d1 Explicitly un-ignore gradlew files
  • fe7987d Allow gradlew in gitignore, remove IDE files from git
  • 4185880 Remove doc folder and makedoc.bat
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 1, 2025
Bumps [get_it](https://github.com/flutter-it/get_it) from 8.3.0 to 9.1.1.
- [Release notes](https://github.com/flutter-it/get_it/releases)
- [Changelog](https://github.com/flutter-it/get_it/blob/main/CHANGELOG.md)
- [Commits](flutter-it/get_it@V8.3.0...V9.1.1)

---
updated-dependencies:
- dependency-name: get_it
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/get_it-9.1.1 branch from f8e6cec to 1fbfaf0 Compare December 4, 2025 11:27
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Superseded by #1031.

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/pub/get_it-9.1.1 branch December 8, 2025 00:04
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