Skip to content

Update dependency inversify to v7 #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2025

This PR contains the following updates:

Package Change Age Confidence
inversify (source) 6.2.2 -> 7.7.1 age confidence

Release Notes

inversify/InversifyJS (inversify)

v7.7.1

Compare Source

Changed
  • Fixed a bug involving circular dependencies when resolving services in some edge cases.
  • Fixed a bug involving circular dependencies when bindings are bound in some edge cases.

v7.7.0

Compare Source

Added
  • Added Bind type.
  • Added IsBound type.
  • Added OnActivation type.
  • Added OnDeactivation type.
  • Added Rebind type.
  • Added RebindSync type.
  • Added Unbind type.
  • Added UnbindSync type.
Changed
  • Updated BindOnFluentSyntaxImplementation.onDeactivation to throw an error on non singleton scoped bindings.
  • Updated ServiceResolutionManager to provide right getChained operation after computed properties are reset.
  • Updated Container to properly manage bindings bindings on child containers after a parent container restores a snapshot.

v7.6.1

Compare Source

Changed
  • Updated getAll and getAllAsync options with missing chained property.

v7.6.0

Compare Source

Added
  • Added MultiInjectOptions.
Changed
  • Updated multiInject decorator with optional MultiInjectOptions.
  • Updated getAll and getAllAsync options with optionalchained property.

v7.5.4

Compare Source

Changed
  • Updated ServiceIdentifier to rely on Function again. This solves an issue affecting classes with protected constructors.

v7.5.3

Compare Source

Changed
  • Updated ServiceIdentifier removing Function in favor of a new AbstractNewable type. ServiceIdentifier now uses AbstractNewable instead of Function to better represent abstract classes. This provides better type safety and semantics.

v7.5.2

Compare Source

Changed
  • Fixed Container.snapshot so snapshot bindings are not updated after a snapshot is taken.
  • Fixed a memory leak affecting child containers.

v7.5.1

Compare Source

Changed
  • Updated Container.get like methods to properly set bindings when autobind mode is set:
    • @injectable scopes properly handled.
    • Autobind mode no longer creates duplicated bindings.

v7.5.0

Compare Source

Changed
  • Updated Container with unloadSync.
  • Updated Container with loadSync.

v7.4.0

Compare Source

Changed
  • Updated ContainerModuleLoadOptions with rebind.
  • Updated ContainerModuleLoadOptions with rebindSync.
  • Updated BindToFluentSyntax.toResolvedValue with additional type constraints.

v7.3.0

Compare Source

Changed
  • Updated Container with rebindSync.
  • Updated Container with unbindSync.
  • Updated Container with rebind.
  • Updated ContainerModuleLoadOptions with unbindSync.
  • Updated ContainerModuleLoadOptions.unbind to accept BindingIdentifier.

v7.2.0

Compare Source

Added
  • Added BindingIdentifier.
Changed
  • Updated BindInFluentSyntax with getIdentifier.
  • Updated Container.unbind to handle BindingIdentifier.
  • Updated BindOnFluentSyntax with getIdentifier.
  • Updated BindWhenFluentSyntax with getIdentifier.

v7.1.0

Compare Source

Added
  • Added BindingActivation.
  • Added BindingDeactivation.

v7.0.2

Compare Source

Changed
  • Updated container.get like methods to no longer initialize twice singleton scoped bindings.

v7.0.1

Compare Source

Changed
  • Updated Container.get like methods to no longer initialize twice singleton scoped bindings.

v7.0.0

Compare Source

Parity version with 7.0.0-alpha.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/inversify-7.x branch from 0cd8c5c to e4988ab Compare June 1, 2025 09:34
@renovate renovate bot force-pushed the renovate/inversify-7.x branch 3 times, most recently from 674a1c0 to d8e02b2 Compare June 28, 2025 05:56
@renovate renovate bot force-pushed the renovate/inversify-7.x branch 2 times, most recently from 4b3e776 to 6d2c741 Compare July 14, 2025 01:57
@renovate renovate bot force-pushed the renovate/inversify-7.x branch from 6d2c741 to 670aca9 Compare July 31, 2025 21:45
@renovate renovate bot force-pushed the renovate/inversify-7.x branch from 670aca9 to faca5df Compare August 11, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants