Skip to content

chore(deps): bump @nestjs/core from 11.1.11 to 11.1.26 in /backend#2280

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/backend/staging/nestjs/core-11.1.26
Open

chore(deps): bump @nestjs/core from 11.1.11 to 11.1.26 in /backend#2280
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/backend/staging/nestjs/core-11.1.26

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps @nestjs/core from 11.1.11 to 11.1.26.

Release notes

Sourced from @​nestjs/core's releases.

v11.1.26

What's Changed

Full Changelog: nestjs/nest@v11.1.25...v11.1.26

v11.1.25

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.24...v11.1.25

v11.1.24 (2026-05-25)

Bug fixes

Enhancements

Dependencies

Committers: 2

v11.1.23 (2026-05-21)

Bug fixes

  • core
    • nestjs/nest#16998 fix snapshot: true eagerly instantiates Terminus transient indicators since 11.1.20

Committers: 1

v11.1.22 (2026-05-21)

Bug fixes

... (truncated)

Commits
  • 9ff83d5 chore(release): publish v11.1.26 release
  • 0f398fd test: fix broken unit test
  • d152eec fix(core): post sse endpoint empty response #17098
  • 02f8041 chore(release): publish v11.1.25 release
  • e2ad4e2 Update package.json
  • 396cf81 refactor(core): avoid duplicating sse intercept call
  • 55cd699 fix(core): preserve deferred SSE handlers
  • 7b5ca83 fix(core): register SSE close listener before async setup
  • d8a0ab8 chore(release): publish v11.1.24 release
  • 3ed595e fix(core): keep dependency parent registry internal
  • 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)

Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 11.1.11 to 11.1.26.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.26/packages/core)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 8, 2026
@greptile-apps

greptile-apps Bot commented Jun 8, 2026

Copy link
Copy Markdown

Greptile Summary

Routine Dependabot patch bump of @nestjs/core in backend/package.json from ^11.1.11 to ^11.1.26. All intermediate releases are bug-fix only (SSE empty-response fix, SSE close-listener race, Redis pending-request cleanup on close, dependency-tree cache reset, snapshot-mode transient-indicator fix) with one minor diagnostic enhancement (warning on late WebSocket adapter registration).

  • The version constraint uses the caret (^), so npm will install the newest 11.1.x release available at install time; this is consistent with how the other NestJS packages in the file are pinned.
  • @nestjs/common is currently at ^11.1.17 while @nestjs/core moves to ^11.1.26; both resolve within the same minor and are fully compatible — no peer-dependency conflict is introduced.

Confidence Score: 5/5

Safe to merge — single-package patch bump with no API or breaking changes.

The only change is advancing the lower bound of the @nestjs/core version constraint within the same minor. Every intermediate release contains only bug fixes (SSE, Redis, snapshot mode) and one diagnostic warning; no breaking changes were introduced. Peer dependencies remain compatible.

No files require special attention.

Important Files Changed

Filename Overview
backend/package.json Bumps @nestjs/core version constraint from ^11.1.11 to ^11.1.26, picking up 15 patch releases containing only bug fixes and one feature (warning on late WebSocket adapter registration).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[backend/package.json] --> B["@nestjs/core ^11.1.11 → ^11.1.26"]
    B --> C[v11.1.12–v11.1.23: bug fixes\nSSE, Redis, snapshot mode]
    B --> D[v11.1.24: dependency-tree cache reset\n+ warn on late WS adapter]
    B --> E[v11.1.25: SSE close-listener race fix\nRedis pending-request cleanup]
    B --> F[v11.1.26: SSE empty-response fix]
    C & D & E & F --> G[npm install resolves to latest 11.1.x]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump @nestjs/core from 11.1..." | 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