Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps get_it from 8.2.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)

[8.3.0]

  • Added findAll() method for finding all registered instances by type with flexible matching options (subtypes, interfaces, scope filtering)
  • Added resetLazySingletons() method to reset multiple lazy singletons at once with optional scope parameters
  • Added onCreated callback parameter to registerLazySingleton, registerLazySingletonAsync, and registerSingletonAsync for lifecycle hooks
  • Improved parameter validation error messages in debug mode - now provides clear, actionable feedback when wrong parameter types are passed to factories
  • Fixed bug in cached factories where parameter validation could throw unhelpful errors
Commits
  • 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
  • 9a8f676 Increase codecov badge width to 200px
  • 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.2.0 to 9.0.5.
- [Release notes](https://github.com/flutter-it/get_it/releases)
- [Changelog](https://github.com/flutter-it/get_it/blob/master/CHANGELOG.md)
- [Commits](flutter-it/get_it@v8.2.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 dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Nov 3, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

Build Status

Build successful. APKs to test: https://github.com/fossasia/magic-epaper-app/actions/runs/19036783435/artifacts/4449662352.

Screenshots

Android Screenshots
iPhone Screenshots
iPad Screenshots

@mariobehling mariobehling merged commit 46403e9 into main Nov 5, 2025
6 checks passed
@dependabot dependabot bot deleted the ee66dependabot/pub/get_it-9.0.5 branch November 5, 2025 15:03
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.

2 participants