Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inversify/InversifyJS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.0
Choose a base ref
...
head repository: inversify/InversifyJS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 31, 2025

  1. chore: update auto merge on patch or minor to v8.29.0 (#1774)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 31, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    24dfb3d View commit details

Commits on Apr 1, 2025

  1. Chore/bump version (#1776)

    * chore: bump version
    
    * docs: update changelog
    notaphplover authored Apr 1, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5974e3a View commit details
Showing with 69 additions and 62 deletions.
  1. +7 −0 CHANGELOG.md
  2. +57 −57 package-lock.json
  3. +5 −5 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [7.4.0]

### Changed
- Updated `ContainerModuleLoadOptions` with `rebind`.
- Updated `ContainerModuleLoadOptions` with `rebindSync`.
- Updated `BindToFluentSyntax.toResolvedValue` with additional type constraints.

## [7.3.0]

### Changed
114 changes: 57 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
"dependencies": {
"@inversifyjs/common": "1.5.0",
"@inversifyjs/container": "1.7.0",
"@inversifyjs/container": "1.8.0",
"@inversifyjs/core": "5.1.0"
},
"devDependencies": {
@@ -16,8 +16,8 @@
"@types/chai": "4.3.20",
"@types/mocha": "10.0.10",
"@types/sinon": "17.0.4",
"@typescript-eslint/eslint-plugin": "8.28.0",
"@typescript-eslint/parser": "8.28.0",
"@typescript-eslint/eslint-plugin": "8.29.0",
"@typescript-eslint/parser": "8.29.0",
"chai": "4.5.0",
"eslint": "9.23.0",
"eslint-config-prettier": "10.1.1",
@@ -32,7 +32,7 @@
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typescript": "5.8.2",
"typescript-eslint": "8.28.0"
"typescript-eslint": "8.29.0"
},
"peerDependencies": {
"reflect-metadata": "~0.2.2"
@@ -77,5 +77,5 @@
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec"
},
"sideEffects": false,
"version": "7.3.0"
"version": "7.4.0"
}