Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2025

Bumps inversify from 6.2.2 to 7.5.4.

Release notes

Sourced from inversify's releases.

v7.5.4

Changed

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

v7.5.3

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

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

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

Changed

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

v7.4.0

Changed

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

v7.3.0

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

[7.2.0]

Added

  • Added BindingIdentifier.

Changed

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

... (truncated)

Changelog

Sourced from inversify's changelog.

[7.5.4]

Changed

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

[7.5.3]

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.

[7.5.2]

Changed

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

[7.5.1]

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.

[7.5.0]

Changed

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

[7.4.0]

Changed

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

[7.3.0]

Changed

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

[7.2.0]

Added

  • Added BindingIdentifier.

... (truncated)

Commits

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)

@dependabot dependabot bot added the dependencies Dependabot PRs label Jul 2, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/inversify-7.5.4 branch from 0ab8787 to e0f812c Compare July 8, 2025 09:20
Bumps [inversify](https://github.com/inversify/InversifyJS) from 6.2.2 to 7.5.4.
- [Release notes](https://github.com/inversify/InversifyJS/releases)
- [Changelog](https://github.com/inversify/InversifyJS/blob/master/CHANGELOG.md)
- [Commits](inversify/InversifyJS@v6.2.2...v7.5.4)

---
updated-dependencies:
- dependency-name: inversify
  dependency-version: 7.5.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/inversify-7.5.4 branch from e0f812c to af1ba7d Compare July 8, 2025 10:56
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 16, 2025

Superseded by #176.

@dependabot dependabot bot closed this Jul 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/inversify-7.5.4 branch July 16, 2025 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependabot PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants