Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps get_it and nekoton_repository. These dependencies needed to be updated together.
Updates get_it from 8.3.0 to 9.1.0

Changelog

Sourced from get_it's changelog.

[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
  • 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
  • 7505081 Add .pubignore to exclude extension source from pub publish
  • 21d3a1a Release V9.1.0
  • Additional commits viewable in compare view

Updates nekoton_repository from 2.1.0 to 2.1.2

Changelog

Sourced from nekoton_repository's changelog.

nekoton_repository - v2.1.2

  • FIX: update flutter_nekoton_bridge dependency to stable version. (75e76c6d)

2.1.2

  • FIX: update flutter_nekoton_bridge dependency to stable version. (75e76c6d)

2025-11-20

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

  • nekoton_repository - v2.1.1

nekoton_repository - v2.1.1

2.1.1

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2025-11-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits
  • de93f9c chore(release): publish packages
  • 75e76c6 fix: update flutter_nekoton_bridge dependency to stable version
  • 9872236 Merge pull request #258 from broxus/version-bump
  • bcec85c chore(release): publish packages
  • 787bfe3 fix(EWM-593): account name generation on scan/import
  • 3953abb Merge pull request #257 from broxus/version-bump
  • 8cf5dfc chore(release): publish packages
  • 77e3f52 feat: update flutter_nekoton_bridge to version 4.1.0-dev.3
  • 5a2cf18 Merge pull request #256 from broxus/version-bump
  • 46d840a chore(release): publish packages
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
nekoton_repository [> 0.46.0-dev.1]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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 Nov 24, 2025
Bumps [get_it](https://github.com/flutter-it/get_it) and [nekoton_repository](https://github.com/broxus/nekoton_repository). These dependencies needed to be updated together.

Updates `get_it` from 8.3.0 to 9.1.0
- [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.0)

Updates `nekoton_repository` from 2.1.0 to 2.1.2
- [Release notes](https://github.com/broxus/nekoton_repository/releases)
- [Changelog](https://github.com/broxus/nekoton_repository/blob/main/CHANGELOG.md)
- [Commits](broxus/nekoton_repository@nekoton_repository-v2.1.0...nekoton_repository-v2.1.2)

---
updated-dependencies:
- dependency-name: get_it
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: nekoton_repository
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/multi-9d43b77050 branch from 7a18d1e to 5615ea0 Compare November 25, 2025 10:01
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