Skip to content

Bump inversify from 7.11.0 to 8.1.0#1216

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/inversify-8.1.0
Open

Bump inversify from 7.11.0 to 8.1.0#1216
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/inversify-8.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2026

Bumps inversify from 7.11.0 to 8.1.0.

Release notes

Sourced from inversify's releases.

inversify@8.1.0

Minor Changes

  • Export AbstractNewable type for use in abstract class bindings

Patch Changes

  • Ignored test typings from published package
  • Updated dependencies
    • @​inversifyjs/common@​2.0.1
    • @​inversifyjs/container@​2.0.1
    • @​inversifyjs/core@​10.0.1

inversify@8.0.0

Note: Consider the migration guide for reference

Major Changes

  • Renamed Container.unbind to unbindAsync
  • Renamed Container.unbindSync to unbind
  • Renamed Container.rebind to rebindAsync
  • Renamed Container.rebindSync to rebind
  • Renamed ContainerModuleLoadOptions.unbind to unbindAsync
  • Renamed ContainerModuleLoadOptions.unbindSync to unbind
  • Renamed ContainerModuleLoadOptions.rebind to rebindAsync
  • Renamed ContainerModuleLoadOptions.rebindSync to rebind
  • Updated package to be ESM only
  • Renamed Container.load to loadAsync
  • Renamed Container.loadSync to load
  • Updated ServiceIdentifier type. Now, a Function is a valid ServiceIdentifier<T> if and only if it satisfies AbstractNewable<T> | Newable<T>
  • Renamed Container.unload to unloadAsync
  • Renamed Container.unloadSync to unload
  • Renamed Container.unbindAll to Container.unbindAllAsync
  • Renamed Container.unbindAllSync to Container.unbindAll
  • Remove Provider
  • Remove ProviderBinding

Patch Changes

  • Updated dependencies
    • @​inversifyjs/container@​2.0.0
    • @​inversifyjs/common@​2.0.0
    • @​inversifyjs/core@​10.0.0

inversify@8.0.0-beta.0

Major Changes

  • Renamed Container.unbind to unbindAsync
  • Renamed Container.unbindSync to unbind
  • Renamed Container.rebind to rebindAsync

... (truncated)

Commits
  • 0e73647 Merge pull request #1637 from inversify/renovate/auto-merge-on-patch-or-minor
  • 07c9a2e Merge pull request #1638 from inversify/changeset-release/main
  • 2b0f24c chore: update auto merge on patch or minor to v20.5.0
  • 34291eb chore: bump package versions
  • d52fdf9 Merge pull request #1636 from inversify/fix/wrong-changeset
  • 3769723 fix: wrong changeset
  • 3a51df4 Merge pull request #1635 from inversify/chore/update-react-code-runner-to-use...
  • 3720ad5 chore: update inversify code runner to v8
  • 0af2675 Merge pull request #1634 from inversify/chore/fix-npmignore-config
  • 5e949fa chore: ignore test modules
  • 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 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 [inversify](https://github.com/inversify/monorepo) from 7.11.0 to 8.1.0.
- [Release notes](https://github.com/inversify/monorepo/releases)
- [Changelog](https://github.com/inversify/monorepo/blob/main/docs/release.md)
- [Commits](https://github.com/inversify/monorepo/compare/inversify@7.11.0...inversify@8.1.0)

---
updated-dependencies:
- dependency-name: inversify
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 22, 2026
@dependabot dependabot bot requested a review from scbedd as a code owner March 22, 2026 18:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 22, 2026
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants