Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps get_it from 8.3.0 to 9.0.5.

Changelog

Sourced from get_it's changelog.

[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
  • f3f3176 Update workflow to trigger on main branch
  • 34582b5 Release v9.0.5: Use absolute GitHub URL for logo
  • 968304a Release v9.0.4: Fix screenshots description format
  • 1055e86 Release v9.0.3: Fix logo display on pub.dev
  • 74eca93 Release v9.0.2: Fix README button sizing for pub.dev
  • 362ab75 Reduce left margin of logo by 10px
  • 90c253a Match both sponsor buttons to same size (28px x 120px)
  • ec54114 Use inline CSS to set Buy me a coffee button size
  • 778ab25 Match Buy me a coffee button height with sponsor badge (40px)
  • 35e26c5 Reduce Buy me a coffee button size
  • 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)

Bumps [get_it](https://github.com/flutter-it/get_it) from 8.3.0 to 9.0.5.
- [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.0.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Labels

The following labels could not be found: pub. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2025
@sorydima sorydima merged commit cf78a1a into main Nov 10, 2025
11 of 37 checks passed
@dependabot dependabot bot deleted the dependabot/pub/get_it-9.0.5 branch November 10, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants