Skip to content

build(deps): bump multer, @nestjs/core, @nestjs/platform-express, @nestjs/platform-socket.io, @nestjs/serve-static, @nestjs/websockets and @nestjs/testing #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2025

Bumps multer to 2.0.2 and updates ancestor dependencies multer, @nestjs/core, @nestjs/platform-express, @nestjs/platform-socket.io, @nestjs/serve-static, @nestjs/websockets and @nestjs/testing. These dependencies need to be updated together.

Updates multer from 1.4.4-lts.1 to 2.0.2

Release notes

Sourced from multer's releases.

v2.0.2

Important

Full Changelog: expressjs/multer@v2.0.1...v2.0.2

v2.0.1

Important

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from multer's changelog.

2.0.2

2.0.1

2.0.0

1.4.5-lts.2

  • Fix out-of-band error event from busboy (#1177)

1.4.5-lts.1

  • No changes
Commits
Maintainer changes

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


Updates @nestjs/core from 10.3.6 to 11.1.5

Release notes

Sourced from @​nestjs/core's releases.

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

Dependencies

Committers: 11

v11.1.3 (2025-06-06)

Bug fixes

... (truncated)

Commits
  • 9bb0560 chore(@​nestjs) publish v11.1.5 release
  • 1f101ac chore(@​nestjs) publish v11.1.4 release
  • f704dcb Merge pull request #15405 from hajekjiri/bug/fix-race-condition-in-dependency...
  • a453b63 fix(core): fix race condition in class dependency resolution
  • 565943c chore: revert to chai v4
  • 3aa72ba Merge pull request #15333 from gentunian/fix-router-module-children-path-empty
  • ed714ac Merge pull request #15386 from nestjs/feat/introspection-capabilities
  • 4d436f0 test: update outdated unit tests
  • adc7e15 feat: enhance introspection capabilities
  • 2b9118a Merge pull request #15380 from SocketSomeone/patch-2
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 10.3.6 to 11.1.5

Release notes

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

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

Dependencies

Committers: 11

v11.1.3 (2025-06-06)

Bug fixes

... (truncated)

Commits

Updates @nestjs/platform-socket.io from 10.3.6 to 11.1.5

Release notes

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

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

Dependencies

Committers: 11

v11.1.3 (2025-06-06)

Bug fixes

... (truncated)

Commits

Updates @nestjs/serve-static from 4.0.1 to 5.0.3

Release notes

Sourced from @​nestjs/serve-static's releases.

Release 5.0.3

What's Changed

New Contributors

Full Changelog: nestjs/serve-static@5.0.2...5.0.3

Release 5.0.2

What's Changed

New Contributors

Full Changelog: nestjs/serve-static@5.0.1...5.0.2

Release 5.0.1

  • fix: dont send enoent error for routes under the excluded path (2cbaaaa)

Release 5.0.0

v5.0.0 (2025-01-20)

Migration guide: https://docs.nestjs.com/migration-guide

Improvements/features

  • send 404 when file does not exist
  • support preCompressed, decorateReply configuration options (Fastify)
  • support useGlobalPrefix to auto-prepend all routes with the application's global prefix
  • support Fastify v5
  • support Express v5

Breaking changes

Release 4.0.2

  • Merge pull request #1295 from nestjs/renovate/cimg-node-21.x (92c1757)
  • Merge pull request #1291 from nestjs/renovate/fastify-static-7.x (864339d)
  • chore(deps): update dependency @​fastify/static to v7 (db5c75f)
  • chore(deps): update nest monorepo to v10.3.7 (9f584a8)
  • chore(deps): update nest monorepo to v10.3.6 (a98e55e)
  • chore(deps): update typescript-eslint monorepo to v7.4.0 (db5640d)
  • chore(deps): update dependency express to v4.19.2 (572358e)
  • chore(deps): update node.js to v21 (11812bf)
  • chore(deps): update nest monorepo to v10.3.5 (8541f28)
  • chore(deps): update dependency express to v4.19.1 (422db05)
  • chore(deps): update dependency typescript to v5.4.3 (77871e0)
  • chore(deps): update dependency @​types/node to v20.11.30 (acae04e)

... (truncated)

Commits
  • afdc74b chore(): release v5.0.3
  • 54b3e4f Merge pull request #1587 from SteadEXE/master
  • cad5d89 fix(fastify): inverse fallthrough condition
  • eb0ab9e feat(fastify): implement fallthrough option for fastify adapter
  • 4a3c08c test: remove 404 test has code always fallback to index.html
  • 00d2275 fix(fastify): serve index file when it exists
  • 117fe43 chore(deps): update dependency typescript-eslint to v8.24.1 (#1586)
  • cf93ff6 chore(deps): update nest monorepo to v11.0.10 (#1585)
  • 46464a8 chore(deps): update dependency @​fastify/static to v8.1.1 (#1584)
  • 72c22f8 chore(deps): update dependency @​types/node to v22.13.4 (#1582)
  • Additional commits viewable in compare view

Updates @nestjs/websockets from 10.3.6 to 11.1.5

Release notes

Sourced from @​nestjs/websockets's releases.

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

Dependencies

Committers: 11

v11.1.3 (2025-06-06)

Bug fixes

... (truncated)

Commits

Updates @nestjs/testing from 10.3.6 to 11.1.5

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

Dependencies

Committers: 11

v11.1.3 (2025-06-06)

Bug fixes

... (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.

…stjs/platform-socket.io, @nestjs/serve-static, @nestjs/websockets and @nestjs/testing

Bumps [multer](https://github.com/expressjs/multer) to 2.0.2 and updates ancestor dependencies [multer](https://github.com/expressjs/multer), [@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/platform-socket.io](https://github.com/nestjs/nest/tree/HEAD/packages/platform-socket.io), [@nestjs/serve-static](https://github.com/nestjs/serve-static), [@nestjs/websockets](https://github.com/nestjs/nest/tree/HEAD/packages/websockets) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies need to be updated together.


Updates `multer` from 1.4.4-lts.1 to 2.0.2
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md)
- [Commits](expressjs/multer@v1.4.4-lts.1...v2.0.2)

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

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

Updates `@nestjs/platform-socket.io` from 10.3.6 to 11.1.5
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.5/packages/platform-socket.io)

Updates `@nestjs/serve-static` from 4.0.1 to 5.0.3
- [Release notes](https://github.com/nestjs/serve-static/releases)
- [Changelog](https://github.com/nestjs/serve-static/blob/master/.release-it.json)
- [Commits](nestjs/serve-static@4.0.1...5.0.3)

Updates `@nestjs/websockets` from 10.3.6 to 11.1.5
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.5/packages/websockets)

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

---
updated-dependencies:
- dependency-name: multer
  dependency-version: 2.0.2
  dependency-type: indirect
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.5
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.5
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-socket.io"
  dependency-version: 11.1.5
  dependency-type: direct:production
- dependency-name: "@nestjs/serve-static"
  dependency-version: 5.0.3
  dependency-type: direct:production
- dependency-name: "@nestjs/websockets"
  dependency-version: 11.1.5
  dependency-type: direct:production
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.5
  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 Jul 19, 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