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/inversify-express-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.7
Choose a base ref
...
head repository: inversify/inversify-express-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 25, 2024

  1. Update npm packages including express (#400)

    * version updates
    
    * chore: update package.json dependencies
    
    * fix: remove redundant clean step from build script
    
    ---------
    
    Co-authored-by: Richard Zampieri <[email protected]>
    irfanh94 and rsaz authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a0ee887 View commit details
    Browse the repository at this point in the history
  2. Fix dependency updates (#411)

    * Revert "Update npm packages including express (#400)"
    
    This reverts commit a0ee887.
    
    * chore: update dependencies
    
    * chore: update eslint
    
    * style: format package.json
    notaphplover authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    81933b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. fix: remove 204 return falsey & add default expressjs behavior on emp… (

    #412)
    
    * fix: remove 204 return falsey & add default expressjs behavior on empty-void return
    
    * chore: update changelog for cant set headers
    rsaz authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    f17992c View commit details
    Browse the repository at this point in the history
  2. Bump package version (#413)

    * chore: bump package version
    
    * chore: keep original inverisfy peer constrint
    notaphplover authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    c69e749 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Fix wrong typescript import (#414)

    * chore: remove settings
    
    * chore: update package lock file
    
    * fix: update injectHttpContext types to generate right ts declaration types
    
    * docs: update changelog
    notaphplover authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    126649c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079e471 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. chore(deps): bump path-to-regexp and express (#416)

    Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
    
    Updates `path-to-regexp` from 0.1.10 to 0.1.12
    - [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
    - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
    - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12)
    
    Updates `express` from 4.21.1 to 4.21.2
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
    - [Commits](expressjs/express@4.21.1...4.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: path-to-regexp
      dependency-type: indirect
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    a14ad54 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Configuration menu
    Copy the full SHA
    dc887ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c135e28 View commit details
    Browse the repository at this point in the history
Loading