Skip to content

build(deps): bump multer, @nestjs/core, @nestjs/platform-express and @nestjs/testing#4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-4563ef5713
Closed

build(deps): bump multer, @nestjs/core, @nestjs/platform-express and @nestjs/testing#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-4563ef5713

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 10, 2025

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

Updates multer from 1.4.4-lts.1 to 2.0.1

Release notes

Sourced from multer's releases.

v2.0.1

Important

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from multer's changelog.

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 9.4.3 to 11.1.3

Release notes

Sourced from @​nestjs/core's releases.

v11.1.3 (2025-06-06)

Bug fixes

Enhancements

Dependencies

Committers: 3

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

v11.1.1 (2025-05-14)

Bug fixes

  • core
  • microservices
  • core, platform-fastify
    • #15061 fix(core): bring back getHeader and appendHeader methods from AbstractHttpAdapter (@​micalevisk)
  • platform-express

... (truncated)

Commits
  • 1613f50 chore(@​nestjs) publish v11.1.3 release
  • 521544c Merge pull request #15203 from isaryy/microservice-defer-init
  • 1c4a20a feat(core): defer initialization connected microservice
  • b84c1fe fix(core): gracefully shutdown the app when repl exits
  • 32b5feb chore(@​nestjs) publish v11.1.2 release
  • f262812 chore: update package.json
  • 2cccff1 chore(@​nestjs) publish v11.1.1 release
  • 7338c03 Merge pull request #15056 from maxbronnikov10/fix/http-adapter-error
  • fb3b12d fix(core): HTTP adapter error mapping
  • cb6080e refactor(core,platform-fastify): drop useless optional signature
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 9.4.3 to 11.1.3

Release notes

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

v11.1.3 (2025-06-06)

Bug fixes

Enhancements

Dependencies

Committers: 3

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

v11.1.1 (2025-05-14)

Bug fixes

  • core
  • microservices
  • core, platform-fastify
    • #15061 fix(core): bring back getHeader and appendHeader methods from AbstractHttpAdapter (@​micalevisk)
  • platform-express

... (truncated)

Commits

Updates @nestjs/testing from 9.4.3 to 11.1.3

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.3 (2025-06-06)

Bug fixes

Enhancements

Dependencies

Committers: 3

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

v11.1.1 (2025-05-14)

Bug fixes

  • core
  • microservices
  • core, platform-fastify
    • #15061 fix(core): bring back getHeader and appendHeader methods from AbstractHttpAdapter (@​micalevisk)
  • platform-express

... (truncated)

Commits

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…@nestjs/testing

Bumps [multer](https://github.com/expressjs/multer) to 2.0.1 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) 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.1
- [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.1)

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

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

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

---
updated-dependencies:
- dependency-name: multer
  dependency-version: 2.0.1
  dependency-type: indirect
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.3
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.3
  dependency-type: direct:production
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.3
  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 Jun 10, 2025
@LabEG LabEG closed this Jul 20, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 20, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-4563ef5713 branch July 20, 2025 12:57
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.

1 participant