Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2025

Bumps the nestjs group with 7 updates in the / directory:

Package From To
@nestjs/common 11.1.1 11.1.2
@nestjs/core 11.0.12 11.1.2
@nestjs/platform-express 11.0.12 11.1.2
@nestjs/swagger 11.1.0 11.2.0
@nestjs/cli 11.0.5 11.0.7
@nestjs/schematics 11.0.2 11.0.5
@nestjs/testing 11.0.12 11.1.2

Updates @nestjs/common from 11.1.1 to 11.1.2

Release notes

Sourced from @​nestjs/common's releases.

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

Commits

Updates @nestjs/core from 11.0.12 to 11.1.2

Release notes

Sourced from @​nestjs/core's releases.

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

v11.1.1 (2025-05-14)

Bug fixes

Enhancements

Dependencies

Committers: 7

... (truncated)

Commits

Updates @nestjs/platform-express from 11.0.12 to 11.1.2

Release notes

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

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

v11.1.1 (2025-05-14)

Bug fixes

Enhancements

Dependencies

Committers: 7

... (truncated)

Commits

Updates @nestjs/swagger from 11.1.0 to 11.2.0

Release notes

Sourced from @​nestjs/swagger's releases.

Release 11.2.0

11.2.0 (2025-05-05)

Enhancements

  • #3424 feat(document-builder): add support for setting extensions inside the info object (@​daniseijo)
  • #3248 feat(swagger): add extension in SecuritySchemeObject (@​mag123c)

Committers: 2

Release 11.1.6

11.1.6 (2025-04-30)

Enhancements

  • #3423 feat(swagger-plugin): add skipDefaultValues option to omit unspecified default fields and corresponding test (@​mag123c)

Committers: 1

Release 11.1.5

11.1.5 (2025-04-22)

Bug fixes

Committers: 1

Release 11.1.4

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.1.3...11.1.4

Release 11.1.3

11.1.3 (2025-04-14)

Bug fixes

Dependencies

Committers: 1

... (truncated)

Commits
  • e3f44bd chore(): release v11.2.0
  • 2a4de7a Merge pull request #3424 from daniseijo/extensions-info-section
  • 5943508 Merge pull request #3248 from mag123c/3179-security-scheme-extension
  • d4acd13 chore(deps): update dependency eslint-plugin-prettier to v5.3.1 (#3428)
  • 592d617 chore(deps): update dependency release-it to v19.0.2 (#3427)
  • fb0ef34 chore(deps): update eslint monorepo to v9.26.0 (#3426)
  • a0c3ee2 chore(deps): update dependency class-validator to v0.14.2 (#3425)
  • 9a0745e feat(document-builder): add support for setting extensions inside the info ob...
  • 1f399f0 chore(): release v11.1.6
  • b7338cc Merge pull request #3417 from nestjs/renovate/cimg-node-22.x
  • Additional commits viewable in compare view

Updates @nestjs/cli from 11.0.5 to 11.0.7

Release notes

Sourced from @​nestjs/cli's releases.

Release 11.0.7

What's Changed

Full Changelog: nestjs/nest-cli@11.0.6...11.0.7

Release 11.0.6

What's Changed

New Contributors

Full Changelog: nestjs/nest-cli@11.0.5...11.0.6

Commits
  • e343fab chore(): release v11.0.7
  • 8a0c1c1 Merge pull request #2996 from nestjs/renovate/webpack-5.x
  • a6ddad8 Merge pull request #3000 from micalevisk/feat/issue-2981
  • c5df8e6 refactor: deduplicate assertNonArray utility function
  • 62b2434 chore(deps): update typescript-eslint monorepo to v8.31.0 (#2999)
  • 36a464d chore(deps): update dependency eslint to v9.25.1 (#2998)
  • bca2918 feat: support multiple --env-file arguments
  • 7397574 chore(deps): update dependency eslint to v9.25.0 (#2997)
  • 34467d3 fix(deps): update dependency webpack to v5.99.6
  • ec7d02a chore(deps): update dependency release-it to v19 (#2995)
  • Additional commits viewable in compare view

Updates @nestjs/schematics from 11.0.2 to 11.0.5

Release notes

Sourced from @​nestjs/schematics's releases.

Release 11.0.5

  • chore: update eslint language options (app schematic) (180391a)
  • chore(deps): update typescript-eslint monorepo to v8.29.1 (#2042) (bee9e31)

Release 11.0.4

  • chore: fix package name (0398c6a)
  • chore(deps): update dependency typescript to v5.8.3 (#2041) (5257ea1)
  • chore(deps): update eslint monorepo to v9.24.0 (#2040) (115da29)

Release 11.0.3

What's Changed

Full Changelog: nestjs/schematics@11.0.2...11.0.3

Commits
  • c942010 chore(): release v11.0.5
  • 180391a chore: update eslint language options (app schematic)
  • bee9e31 chore(deps): update typescript-eslint monorepo to v8.29.1 (#2042)
  • 0705544 chore(): release v11.0.4
  • 0398c6a chore: fix package name
  • 5257ea1 chore(deps): update dependency typescript to v5.8.3 (#2041)
  • 115da29 chore(deps): update eslint monorepo to v9.24.0 (#2040)
  • 9f52e78 chore(): release v11.0.3
  • c99416b Merge pull request #2016 from nestjs/renovate/angular-cli-monorepo
  • c56ce20 chore(deps): update dependency @​types/node to v22.14.0 (#2039)
  • Additional commits viewable in compare view

Updates @nestjs/testing from 11.0.12 to 11.1.2

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

v11.1.1 (2025-05-14)

Bug fixes

Enhancements

Dependencies

Committers: 7

... (truncated)

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 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 <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 nestjs group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.1` | `11.1.2` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.0.12` | `11.1.2` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.0.12` | `11.1.2` |
| [@nestjs/swagger](https://github.com/nestjs/swagger) | `11.1.0` | `11.2.0` |
| [@nestjs/cli](https://github.com/nestjs/nest-cli) | `11.0.5` | `11.0.7` |
| [@nestjs/schematics](https://github.com/nestjs/schematics) | `11.0.2` | `11.0.5` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.0.12` | `11.1.2` |



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

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

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

Updates `@nestjs/swagger` from 11.1.0 to 11.2.0
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@11.1.0...11.2.0)

Updates `@nestjs/cli` from 11.0.5 to 11.0.7
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](nestjs/nest-cli@11.0.5...11.0.7)

Updates `@nestjs/schematics` from 11.0.2 to 11.0.5
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](nestjs/schematics@11.0.2...11.0.5)

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

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nestjs
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nestjs
- dependency-name: "@nestjs/swagger"
  dependency-version: 11.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nestjs
- dependency-name: "@nestjs/cli"
  dependency-version: 11.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/schematics"
  dependency-version: 11.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nestjs
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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