Skip to content

build(deps): Bump inversify from 7.11.0 to 8.1.0 in the npm-production-dependencies group#296

Merged
neilime merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-production-dependencies-60cb66f49c
Mar 23, 2026
Merged

build(deps): Bump inversify from 7.11.0 to 8.1.0 in the npm-production-dependencies group#296
neilime merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-production-dependencies-60cb66f49c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm-production-dependencies group with 1 update: inversify.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 20, 2026
@github-actions
Copy link
Copy Markdown

Hi, thank you for creating your PR, we will check it out very soon

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 20, 2026

Codecov Report

❌ Patch coverage is 97.80220% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.73%. Comparing base (f9a4734) to head (056b9fe).

Files with missing lines Patch % Lines
packages/cli/src/lib/container.ts 94.11% 1 Missing ⚠️
packages/core/src/container.ts 95.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #296      +/-   ##
==========================================
+ Coverage   88.39%   88.73%   +0.34%     
==========================================
  Files          99       99              
  Lines        3454     3434      -20     
  Branches      878      871       -7     
==========================================
- Hits         3053     3047       -6     
+ Misses        357      346      -11     
+ Partials       44       41       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@neilime neilime force-pushed the dependabot/npm_and_yarn/npm-production-dependencies-60cb66f49c branch 5 times, most recently from 3d26cf5 to 7719ea5 Compare March 23, 2026 07:56
Bumps the npm-production-dependencies group with 1 update: [inversify](https://github.com/inversify/monorepo).

Updates `inversify` 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
  dependency-group: npm-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
@neilime neilime force-pushed the dependabot/npm_and_yarn/npm-production-dependencies-60cb66f49c branch from 7719ea5 to 056b9fe Compare March 23, 2026 08:17
@neilime neilime merged commit e695526 into main Mar 23, 2026
28 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/npm-production-dependencies-60cb66f49c branch March 23, 2026 08:31
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.

2 participants