diff --git a/CHANGELOG.md b/CHANGELOG.md index db9664dd..f43c0186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [7.9.1] + +### Changed +- Updated `Container` to trigger autobind options on autobound parent container related binding requests. + ## [7.9.0] ### Changed diff --git a/package.json b/package.json index 4f89d42c..00cdcaa4 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.", "dependencies": { "@inversifyjs/common": "1.5.2", - "@inversifyjs/container": "1.12.6", - "@inversifyjs/core": "7.2.0" + "@inversifyjs/container": "1.12.7", + "@inversifyjs/core": "8.0.0" }, "devEngines": { "packageManager": { @@ -89,5 +89,5 @@ "test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec" }, "sideEffects": false, - "version": "7.9.0" + "version": "7.9.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef19c434..97e24414 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,11 +12,11 @@ importers: specifier: 1.5.2 version: 1.5.2 '@inversifyjs/container': - specifier: 1.12.6 - version: 1.12.6(reflect-metadata@0.2.2) + specifier: 1.12.7 + version: 1.12.7(reflect-metadata@0.2.2) '@inversifyjs/core': - specifier: 7.2.0 - version: 7.2.0(reflect-metadata@0.2.2) + specifier: 8.0.0 + version: 8.0.0(reflect-metadata@0.2.2) reflect-metadata: specifier: ~0.2.2 version: 0.2.2 @@ -238,13 +238,13 @@ packages: '@inversifyjs/common@1.5.2': resolution: {integrity: sha512-WlzR9xGadABS9gtgZQ+luoZ8V6qm4Ii6RQfcfC9Ho2SOlE6ZuemFo7PKJvKI0ikm8cmKbU8hw5UK6E4qovH21w==} - '@inversifyjs/container@1.12.6': - resolution: {integrity: sha512-P0RWN5tkLPZG6HMa4zQCpiMfyzjI5JHJc/ZlHPcyXLO9FIrmB0sXi6Oa4ic3+GEO/L/mz+a5k8RRCsa7mQ94eg==} + '@inversifyjs/container@1.12.7': + resolution: {integrity: sha512-gmZCrg+4FnC0K16b1oKp+HER50WCcvJ29x6S9GC5duVfIfrTve704Gx5Plj1sAiovRbY9d45TEFN96zH/QQrpg==} peerDependencies: reflect-metadata: ~0.2.2 - '@inversifyjs/core@7.2.0': - resolution: {integrity: sha512-rOmtf31TGTeO5BNZhobV0hoV5F0yGwVJFm8mWyoLJbemOH1ugZRMYlVyKXvSDZfMCi/MSU4EEasSi/NFaq4qeA==} + '@inversifyjs/core@8.0.0': + resolution: {integrity: sha512-rYmI6lT9NbhujCRu/cMRAqvpM+I0leYmgHidA418f8VbMeRexxr9WbjPb8KaUG/dQpTUzHkHDxh+0ocp/fb+Ng==} '@inversifyjs/plugin@0.2.0': resolution: {integrity: sha512-R/JAdkTSD819pV1zi0HP54mWHyX+H2m8SxldXRgPQarS3ySV4KPyRdosWcfB8Se0JJZWZLHYiUNiS6JvMWSPjw==} @@ -1972,15 +1972,15 @@ snapshots: '@inversifyjs/common@1.5.2': {} - '@inversifyjs/container@1.12.6(reflect-metadata@0.2.2)': + '@inversifyjs/container@1.12.7(reflect-metadata@0.2.2)': dependencies: '@inversifyjs/common': 1.5.2 - '@inversifyjs/core': 7.2.0(reflect-metadata@0.2.2) + '@inversifyjs/core': 8.0.0(reflect-metadata@0.2.2) '@inversifyjs/plugin': 0.2.0 '@inversifyjs/reflect-metadata-utils': 1.3.0(reflect-metadata@0.2.2) reflect-metadata: 0.2.2 - '@inversifyjs/core@7.2.0(reflect-metadata@0.2.2)': + '@inversifyjs/core@8.0.0(reflect-metadata@0.2.2)': dependencies: '@inversifyjs/common': 1.5.2 '@inversifyjs/prototype-utils': 0.1.2