Skip to content

Bump express, @nestjs/core, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing in /library-nest-server#48

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/library-nest-server/multi-5ce5cd3718
Open

Bump express, @nestjs/core, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing in /library-nest-server#48
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/library-nest-server/multi-5ce5cd3718

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Copy link
Copy Markdown

Bumps express to 5.1.0 and updates ancestor dependencies express, @nestjs/core, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing. These dependencies need to be updated together.

Updates express from 4.18.2 to 5.1.0

Release notes

Sourced from express's releases.

v5.1.0

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0
    • res.redirect('back') and res.location('back') is no longer a supported magic string, explicitly use req.get('Referrer') || '/'.
  • change:
    • res.clearCookie will ignore user provided maxAge and expires options
  • deps: cookie-signature@^1.2.1
  • deps: debug@4.3.6
  • deps: merge-descriptors@^2.0.0
  • deps: serve-static@^2.1.0
  • deps: qs@6.13.0
  • deps: accepts@^2.0.0
  • deps: mime-types@^3.0.0
    • application/javascript => text/javascript
  • deps: type-is@^2.0.0
  • deps: content-disposition@^1.0.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Updates @nestjs/core from 9.3.5 to 11.1.9

Release notes

Sourced from @​nestjs/core's releases.

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (@​JoeNutt)

Enhancements

Dependencies

Committers: 4

v11.1.8 (2025-10-27)

Bug fixes

Committers: 2

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core

... (truncated)

Commits
  • 64c8552 chore(@​nestjs) publish v11.1.9 release
  • cc50925 fix(core): make get() throw for implicitly request-scoped trees
  • 68cd545 chore(@​nestjs) publish v11.1.8 release
  • 334012e Merge pull request #15815 from mag123c/fix/transient-nested-dependency-isolation
  • 4ffe045 fix(core): ensure nested transient provider isolation
  • ee1b347 chore(@​nestjs) publish v11.1.7 release
  • 33d6cb5 chore: update readme
  • 82b4f07 Merge pull request #15622 from nestjs/renovate/path-to-regexp-8.x
  • 5586038 Merge pull request #15503 from mag123c/feat/add-forceconsole-option-to-logger
  • fada0a7 Merge pull request #15588 from at7211/feat/enhance-dependency-error-messages
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 9.3.5 to 11.1.9

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (@​JoeNutt)

Enhancements

Dependencies

Committers: 4

v11.1.8 (2025-10-27)

Bug fixes

Committers: 2

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core

... (truncated)

Commits

Updates @nestjs/swagger from 6.2.1 to 11.2.3

Release notes

Sourced from @​nestjs/swagger's releases.

Release 11.2.3

What's Changed

Full Changelog: nestjs/swagger@11.2.2...11.2.3

Release 11.2.2

11.2.2 (2025-11-16)

Bug fixes

Dependencies

Committers: 1

11.2.1

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.2.0...11.2.1

Release 11.2.0

11.2.0 (2025-05-05)

Enhancements

  • #3424 feat(document-builder): add support for setting extensions inside the info object (@​daniseijo)
  • #3248 feat(swagger): add extension in SecuritySchemeObject (@​mag123c)

Committers: 2

Release 11.1.6

11.1.6 (2025-04-30)

... (truncated)

Commits
  • ef0173b chore(): release v11.2.3
  • 3af1a90 Merge pull request #3633 from nestjs/revert-3603-master
  • d80325f Revert "fix(plugin): add async modifier when a reference is await import stat...
  • 1f6ac4d chore(deps): update dependency typescript-eslint to v8.47.0 (#3632)
  • f95540e chore(): release v11.2.2
  • d494c63 Merge pull request #3603 from seonggukchoi/master
  • 8e0df77 Merge pull request #3593 from nestjs/renovate/swagger-ui-dist-5.x
  • 96ddedb Merge pull request #3609 from nestjs/renovate/cimg-node-24.x
  • 16fe10d Merge pull request #3621 from nestjs/renovate/microsoft-tsdoc-0.x
  • 0bbff5f Merge pull request #3627 from nestjs/renovate/npm-js-yaml-vulnerability
  • Additional commits viewable in compare view

Updates @nestjs/testing from 9.3.5 to 11.1.9

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (@​JoeNutt)

Enhancements

Dependencies

Committers: 4

v11.1.8 (2025-10-27)

Bug fixes

Committers: 2

v11.1.7 (2025-10-21)

Bug fixes

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@​mag123c)
  • common, core

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

… and @nestjs/testing

Bumps [express](https://github.com/expressjs/express) to 5.1.0 and updates ancestor dependencies [express](https://github.com/expressjs/express), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/swagger](https://github.com/nestjs/swagger) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 5.1.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...v5.1.0)

Updates `@nestjs/core` from 9.3.5 to 11.1.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.9/packages/core)

Updates `@nestjs/platform-express` from 9.3.5 to 11.1.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.9/packages/platform-express)

Updates `@nestjs/swagger` from 6.2.1 to 11.2.3
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Commits](nestjs/swagger@6.2.1...11.2.3)

Updates `@nestjs/testing` from 9.3.5 to 11.1.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.9/packages/testing)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.1.0
  dependency-type: indirect
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.9
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.9
  dependency-type: direct:production
- dependency-name: "@nestjs/swagger"
  dependency-version: 11.2.3
  dependency-type: direct:production
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
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.

0 participants