Skip to content

build(deps): bump the nestjs group across 1 directory with 4 updates#2738

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/nestjs-362a840f30
Open

build(deps): bump the nestjs group across 1 directory with 4 updates#2738
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/nestjs-362a840f30

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps the nestjs group with 4 updates in the / directory: @nestjs-modules/mailer, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing.

Updates @nestjs-modules/mailer from 2.3.4 to 2.3.5

Release notes

Sourced from @​nestjs-modules/mailer's releases.

@​nestjs-modules/mailer@​2.3.5

Patch Changes

  • Auto-release patch version with latest changes.
Commits

Updates @nestjs/platform-express from 11.1.19 to 11.1.21

Release notes

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

v11.1.21 (2026-05-14)

Bug fixes

Committers: 1

v11.1.20 (2026-05-13)

Bug fixes

Enhancements

Dependencies

Committers: 13

... (truncated)

Commits
  • 983dd52 chore(release): publish v11.1.21 release
  • a0b0139 chore: update readme
  • 7caeb3f chore(release): publish v11.1.20 release
  • f6a3c2f fix(docs): update some old links in docs
  • 5e33ecf feat: add MulterOptions and MulterField interfaces for express platform confi...
  • See full diff in compare view

Updates @nestjs/swagger from 11.4.2 to 11.4.3

Release notes

Sourced from @​nestjs/swagger's releases.

Release 11.4.3

11.4.3 (2026-05-14)

Bug fixes

Enhancements

Dependencies

Committers: 6

Commits
  • 354363e chore(): release v11.4.3
  • 0d79a3c Merge pull request #3910 from yudin-s/fix/query-param-const-enum-schema
  • b7c2bd0 Merge pull request #3906 from nestjs/renovate/swagger-ui-dist-5.x
  • 7ae4f7c Merge pull request #3911 from tibohaffner/fix/fastify-compress-async-handlers
  • 9531340 fix(swagger-module): return reply from async route handlers
  • 1fa21a2 fix(swagger): support const enum query params
  • d5eb143 chore(deps): update nest monorepo to v11.1.20 (#3907)
  • b5e3d2d chore(deps): update commitlint monorepo to v21.0.1 (#3905)
  • 4e52413 fix(deps): update dependency swagger-ui-dist to v5.32.6
  • ccfd4b9 chore(deps): update dependency @​types/node to v24.12.4 (#3904)
  • Additional commits viewable in compare view

Updates @nestjs/testing from 11.1.19 to 11.1.21

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.21 (2026-05-14)

Bug fixes

Committers: 1

v11.1.20 (2026-05-13)

Bug fixes

Enhancements

Dependencies

Committers: 13

... (truncated)

Commits
  • 983dd52 chore(release): publish v11.1.21 release
  • a0b0139 chore: update readme
  • 7caeb3f chore(release): publish v11.1.20 release
  • 2e290c6 fix(core): fix deeply nested transient providers resolution
  • f6a3c2f fix(docs): update some old links in docs
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm labels May 19, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 19, 2026 00:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm labels May 19, 2026
@github-actions github-actions Bot enabled auto-merge May 19, 2026 00:40
@dependabot dependabot Bot changed the title build(deps): bump the nestjs group with 4 updates build(deps): bump the nestjs group across 1 directory with 4 updates May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nestjs-362a840f30 branch 4 times, most recently from 50ade2f to 35f06b0 Compare May 19, 2026 01:25
Bumps the nestjs group with 4 updates in the / directory: [@nestjs-modules/mailer](https://github.com/nest-modules/mailer), [@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).


Updates `@nestjs-modules/mailer` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/nest-modules/mailer/releases)
- [Commits](https://github.com/nest-modules/mailer/compare/@nestjs-modules/mailer@2.3.4...@nestjs-modules/mailer@2.3.5)

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

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

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

---
updated-dependencies:
- dependency-name: "@nestjs-modules/mailer"
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/swagger"
  dependency-version: 11.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nestjs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nestjs-362a840f30 branch from 35f06b0 to cd7b5e3 Compare May 19, 2026 01:36
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 npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants