Skip to content

chore(deps-dev): bump the dev-dependencies group with 3 updates - #54

Merged
camcima merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-26b27e1b9a
Aug 19, 2026
Merged

chore(deps-dev): bump the dev-dependencies group with 3 updates#54
camcima merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-26b27e1b9a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 3 updates: @nestjs/common, @nestjs/core and @nestjs/testing.

Updates @nestjs/common from 11.1.28 to 11.1.29

Release notes

Sourced from @​nestjs/common's releases.

v11.1.29

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.28...v11.1.29

Commits
  • 03587a1 chore(release): publish v11.1.29 release
  • 1e11696 fix(common): added test for #17398
  • 34e4dc1 fix(common): exclude pipe options from validator options
  • 41d9f37 Merge pull request #17327 from kyu4583/feat/sse-comment-fields
  • 3f03234 Merge pull request #17333 from Ativ3k/feat/override-mimetype
  • 15f30d3 fix(common): Add @​publicApi to ParseDatePipe, rename ParseArrayOptions
  • 54f6db2 fix(common): Correct JSDoc in two http exceptions
  • 6e5b5a7 test(common): add override mimetype validation coverage
  • a8a3b55 feat(common): add override mimetype option to file type validator
  • 9612c86 feat(core): support sse comments
  • Additional commits viewable in compare view

Updates @nestjs/core from 11.1.28 to 11.1.29

Release notes

Sourced from @​nestjs/core's releases.

v11.1.29

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.28...v11.1.29

Commits
  • 03587a1 chore(release): publish v11.1.29 release
  • b147e64 chore: narrow type down to a random tuple
  • d047fbd Merge remote-tracking branch 'refs/remotes/origin/master'
  • 5adcd7a chore: apply function decorator to middleware functions
  • 2edb01d Merge pull request #17360 from kyu4583/fix/sse-retry-zero
  • 51cef82 Merge pull request #17400 from Se3do/fix/async-executor-anti-pattern
  • 58dc559 test(core): add unit tests for module-ref
  • 8539f87 refactor(core): remove async promise executor anti-patterns
  • 363aacb fix(core): resolve barrier immediately when target count is zero
  • 803fc2c fix(core): serialize SSE retry field when value is zero
  • Additional commits viewable in compare view

Updates @nestjs/testing from 11.1.28 to 11.1.29

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.29

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.28...v11.1.29

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 3 updates: [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing).


Updates `@nestjs/common` from 11.1.28 to 11.1.29
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.29/packages/common)

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

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

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 Aug 19, 2026
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.85%. Comparing base (38aef3c) to head (8e74f69).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #54   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files          11       11           
  Lines         668      668           
  Branches      153      153           
=======================================
  Hits          667      667           
  Misses          1        1           
Flag Coverage Δ
unit 99.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@camcima
camcima merged commit 3b2cb15 into main Aug 19, 2026
11 checks passed
@camcima
camcima deleted the dependabot/npm_and_yarn/dev-dependencies-26b27e1b9a branch August 19, 2026 00:52
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