Skip to content

build(deps): bump @nestjs/microservices from 11.1.12 to 11.1.19#45

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/nestjs/microservices-11.1.19
Open

build(deps): bump @nestjs/microservices from 11.1.12 to 11.1.19#45
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/nestjs/microservices-11.1.19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps @nestjs/microservices from 11.1.12 to 11.1.19.

Release notes

Sourced from @​nestjs/microservices's releases.

v11.1.19 (2026-04-13)

Bug fixes

Committers: 2

v11.1.18 (2026-04-03)

Bug fixes

Dependencies

Committers: 6

v11.1.17 (2026-03-16)

Enhancements

Bugs

... (truncated)

Commits
  • 6730995 chore(release): publish v11.1.19 release
  • bcc036d Merge pull request #16762 from burhanharoon/fix/kafka-consumer-crash-event-li...
  • d3deafe chore: remove redundant comments
  • 298857e fix(microservices): prevent stack overflow in jsonsocket.handledata()
  • 77063fb fix(microservices): use backing field for consumer crash event listener
  • 3c1cc5f chore(release): publish v11.1.18 release
  • 848a6fb fix(microservices): escape msvc pattern keys
  • 9e6774b fix(microservices): preserve packet headers in nats serializer
  • 5a05f52 chore: update readme
  • 447a373 chore(release): publish v11.1.17 release
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [@nestjs/microservices](https://github.com/nestjs/nest/tree/HEAD/packages/microservices) from 11.1.12 to 11.1.19.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.19/packages/microservices)

---
updated-dependencies:
- dependency-name: "@nestjs/microservices"
  dependency-version: 11.1.19
  dependency-type: direct:production
...

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 Apr 14, 2026
@cla-assistant
Copy link
Copy Markdown

cla-assistant bot commented Apr 14, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@cla-assistant
Copy link
Copy Markdown

cla-assistant bot commented Apr 14, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 14, 2026

Greptile Summary

Automated Dependabot bump of @nestjs/microservices from 11.1.12 to 11.1.19. The new version ships several bug fixes: a stack overflow prevention in JsonSocket.handleData(), a Kafka consumer CRASH event listener fix, and a NATS serializer header-preservation fix. Both package.json and yarn.lock are updated consistently.

Confidence Score: 5/5

Safe to merge — straightforward patch-level bump with only bug fixes and no breaking changes.

Both package.json and yarn.lock are consistently updated. The version range (^11.1.x) means the change is patch-level, the upstream changelog lists only bug fixes, and no other runtime code is modified.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps @nestjs/microservices from ^11.1.12 to ^11.1.19; all other NestJS peer dependencies remain in sync at 11.1.x.
yarn.lock Lock file updated to resolve @nestjs/microservices at 11.1.19; registry URL changed from registry.npmjs.org to registry.yarnpkg.com (both are valid Yarn-compatible registries).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["@nestjs/microservices@11.1.12"] -->|Dependabot bump| B["@nestjs/microservices@11.1.19"]
    B --> C["Fix: stack overflow in JsonSocket.handleData()"]
    B --> D["Fix: Kafka consumer CRASH event listener"]
    B --> E["Fix: NATS serializer packet header preservation"]
Loading

Reviews (1): Last reviewed commit: "build(deps): bump @nestjs/microservices ..." | Re-trigger Greptile

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