Skip to content

Commit 18645e0

Browse files
fix(deps): update dependency inversify to ^8.1.3 (#1782)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [inversify](https://inversify.io) ([source](https://redirect.github.com/inversify/monorepo)) | [`^8.1.0` → `^8.1.3`](https://renovatebot.com/diffs/npm/inversify/8.1.0/8.1.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/inversify/8.1.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/inversify/8.1.0/8.1.3?slim=true) | --- ### Release Notes <details> <summary>inversify/monorepo (inversify)</summary> ### [`v8.1.3`](https://redirect.github.com/inversify/monorepo/releases/tag/inversify%408.1.3) [Compare Source](https://redirect.github.com/inversify/monorepo/compare/inversify@8.1.2...inversify@8.1.3) ##### Patch Changes - Improved instance `transient` scoped resolution performance forcing inlined v8 constructor calls. - Updated dependencies - [@&#8203;inversifyjs/core](https://redirect.github.com/inversifyjs/core)@&#8203;12.0.1 - [@&#8203;inversifyjs/container](https://redirect.github.com/inversifyjs/container)@&#8203;3.0.1 ### [`v8.1.2`](https://redirect.github.com/inversify/monorepo/releases/tag/inversify%408.1.2) [Compare Source](https://redirect.github.com/inversify/monorepo/compare/inversify@8.1.1...inversify@8.1.2) ##### Patch Changes - Deep redirection bindings are now properly refreshed in the plan cache when relevant bindings are added or removed - Updated dependencies - [@&#8203;inversifyjs/container](https://redirect.github.com/inversifyjs/container)@&#8203;3.0.0 - [@&#8203;inversifyjs/core](https://redirect.github.com/inversifyjs/core)@&#8203;12.0.0 ### [`v8.1.1`](https://redirect.github.com/inversify/monorepo/releases/tag/inversify%408.1.1) [Compare Source](https://redirect.github.com/inversify/monorepo/compare/inversify@8.1.0...inversify@8.1.1) ##### Patch Changes - Resolution performance on transient scoped services has been improved by caching a resolver in the binding node and simplifying the core logic. Benchmarks show around 20% performance improvement on transient services with deep dependency graphs. - Updated dependencies - [@&#8203;inversifyjs/core](https://redirect.github.com/inversifyjs/core)@&#8203;11.0.0 - [@&#8203;inversifyjs/container](https://redirect.github.com/inversifyjs/container)@&#8203;2.0.2 </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Paris) - Branch creation - "after 00:00 before 16:00 on monday" - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pplancq/dev-tools). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e0d8df commit 18645e0

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@hookform/resolvers": "^5.4.0",
5353
"@tanstack/react-query": "^5.101.2",
5454
"@tanstack/react-query-devtools": "^5.101.2",
55-
"inversify": "^8.1.0",
55+
"inversify": "^8.1.3",
5656
"react": "^19.2.7",
5757
"react-dom": "^19.2.7",
5858
"react-hook-form": "^7.81.0",

0 commit comments

Comments
 (0)