Skip to content

chore(pnpm deps)(deps-dev): bump @nestjs/testing from 11.1.9 to 11.1.12#440

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nestjs/testing-11.1.12
Closed

chore(pnpm deps)(deps-dev): bump @nestjs/testing from 11.1.9 to 11.1.12#440
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nestjs/testing-11.1.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 30, 2026

Bumps @nestjs/testing from 11.1.9 to 11.1.12.

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.12 (2026-01-15)

Bug fixes

Dependencies

Committers: 3

v11.1.11 (2025-12-29)

Bug fixes

  • platform-fastify
  • core
    • #16133 fix(core): add missing catch handler for forward-ref provider resolution (@​coti-z)

Dependencies

Committers: 3

v11.1.10 (2025-12-22)

Bug fixes

  • core
    • #16098 fix(core): instantiate nested transient providers in static context (@​mag123c)
    • #16005 fix(core): resolve all providers when using resolve() with each option (@​malkovitc)
  • microservices
  • common

... (truncated)

Commits

Dependabot compatibility score

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)

Greptile Overview

Greptile Summary

Automated dependency update bumping @nestjs/testing from 11.1.9 to 11.1.12 in devDependencies.

Changes:

  • Updated @nestjs/testing version constraint in package.json
  • Lockfile reflects the new resolved version and transitive dependency updates
  • Includes three minor version releases (11.1.10, 11.1.11, 11.1.12) with bug fixes for NestJS core and platform modules

Key improvements from release notes:

  • Fixes regression in file-type loading under Windows OS
  • Fixes for nested transient providers and forward-ref provider resolution
  • Security fix for Fastify platform middie bypassing through decoded chars
  • Updated transitive dependencies (ws, socket.io, file-type, find-my-way)

This is a standard maintenance update with no breaking changes. The update is safe to merge as it only affects the testing library used in development.

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a standard automated dependency update for a dev dependency
  • Score reflects that this is a minor version bump of a devDependency with no breaking changes, includes bug fixes and security improvements, and only affects testing infrastructure
  • No files require special attention

Important Files Changed

Filename Overview
package.json Updated @nestjs/testing from ^11.1.5 to ^11.1.12 in devDependencies
pnpm-lock.yaml Lockfile updated with transitive dependencies for @nestjs/testing 11.1.12 and minor version bumps for eslint-related packages

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant PM as Package Manager (pnpm)
    participant R as Repository
    participant NJ as @nestjs/testing

    D->>R: Detect outdated dependency
    Note over D: @nestjs/testing 11.1.9 → 11.1.12
    D->>PM: Update package.json version constraint
    PM->>NJ: Resolve @nestjs/testing@11.1.12
    NJ-->>PM: Return package + transitive deps
    PM->>PM: Update pnpm-lock.yaml
    Note over PM: Update resolved versions<br/>@babel/code-frame@7.28.6<br/>@babel/runtime@7.28.6<br/>@eslint-community/eslint-utils@4.9.1<br/>@eslint/eslintrc@3.3.3<br/>esquery@1.7.0<br/>sax@1.4.4
    PM-->>D: Lock file updated
    D->>R: Create Pull Request #440
Loading

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

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

---
updated-dependencies:
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies PRs from Dependabot pnpm package.json labels Jan 30, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
family-tree Ignored Ignored Preview Jan 30, 2026 8:14am

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@Xayrulloh Xayrulloh closed this Apr 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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/nestjs/testing-11.1.12 branch April 12, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies PRs from Dependabot pnpm package.json

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant