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 Adoption Passing Confidence
inversify (source) 6.2.2 -> 7.5.4 age adoption passing confidence

Release Notes

inversify/InversifyJS (inversify)

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 from e4988ab to 7ba48f0 Compare June 25, 2025 12:52
@renovate renovate bot force-pushed the renovate/inversify-7.x branch from 7ba48f0 to 674a1c0 Compare June 26, 2025 03:54
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