Skip to content

BC-9597 - Bump @nestjs/common and @openapitools/openapi-generator-cli#63

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/multi-4381d3adbd
Closed

BC-9597 - Bump @nestjs/common and @openapitools/openapi-generator-cli#63
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/multi-4381d3adbd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps @nestjs/common and @openapitools/openapi-generator-cli. These dependencies needed to be updated together.
Updates @nestjs/common from 10.4.7 to 10.4.17

Release notes

Sourced from @​nestjs/common's releases.

v10.4.16

What's Changed

Full Changelog: nestjs/nest@v10.4.15...v10.4.16

v10.4.15 (2024-12-09)

Dependencies

v10.4.13 (2024-12-03)

Bug fixes

  • common
    • #14256 chore(common): Add type declaration for RawBody decorator with pipes (@​sapenlei)

Dependencies

Committers: 3

v10.4.12 (2024-11-29)

Bug fixes

Dependencies

... (truncated)

Commits
  • dc2a3c0 chore(@​nestjs) publish v10.4.17 release
  • c4fb432 chore(common): temporarily move file-type to regular deps
  • 6c8aec6 chore(@​nestjs) publish v10.4.16 release
  • 2b9e132 chore: update outdated tests, make file-type optional
  • cb0d650 chore: remove duplicate packages
  • 6196ab2 Merge branch 'Chathula-fix-nestjs-common-mime-validator'
  • 0ac7959 chore: minor tweaks
  • 312a54a Update packages/common/pipes/file/file-type.validator.ts
  • a28fc03 refactor(common): move back file type validator options type
  • 07b4b38 refactor(common): move file-type package to peer dependencies
  • Additional commits viewable in compare view

Updates @openapitools/openapi-generator-cli from 2.15.3 to 2.20.0

Release notes

Sourced from @​openapitools/openapi-generator-cli's releases.

v2.20.0

2.20.0 (2025-04-27)

Features

v2.19.1

2.19.1 (2025-04-17)

Bug Fixes

  • deps: update nest monorepo to v11.0.20 (#912) (f765225)

v2.19.0

2.19.0 (2025-04-16)

Features

v2.18.4

2.18.4 (2025-03-15)

Bug Fixes

  • deps: update dependency fs-extra to v11 (#903) (11a2df5)

v2.18.3

2.18.3 (2025-03-14)

Bug Fixes

  • deps: update dependency rxjs to v7.8.2 (#896) (ec586d4)

v2.18.2

2.18.2 (2025-03-14)

Bug Fixes

  • deps: update dependency reflect-metadata to v0.2.2 (#780) (ed23197)

v2.18.1

2.18.1 (2025-03-14)

... (truncated)

Commits
  • a2b567b feat(release): v7.13.0 release (#914)
  • f765225 fix(deps): update nest monorepo to v11.0.20 (#912)
  • 66820a2 chore: bump @types/node package (#911)
  • c049f02 chore(deps): update dependency typescript to v5.8.3 (#910)
  • b3adf2c chore(deps): update dependency eslint-config-prettier to v10.1.2 (#909)
  • f956568 chore(deps): update dependency @​types/node to v18.19.86 (#907)
  • e17e4b5 feat(release): trigger a release (#908)
  • c1faf74 chore: update NestJS dependency to v11 (#870)
  • 11a2df5 fix(deps): update dependency fs-extra to v11 (#903)
  • 572a963 chore(deps): update nx monorepo to v20.6.0 (#901)
  • Additional commits viewable in compare view

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 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/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) and [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli). These dependencies needed to be updated together.

Updates `@nestjs/common` from 10.4.7 to 10.4.17
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.17/packages/common)

Updates `@openapitools/openapi-generator-cli` from 2.15.3 to 2.20.0
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](OpenAPITools/openapi-generator-cli@v2.15.3...v2.20.0)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-version: 10.4.17
  dependency-type: direct:production
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-version: 2.20.0
  dependency-type: direct:development
...

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 30, 2025
@github-actions github-actions bot changed the title Bump @nestjs/common and @openapitools/openapi-generator-cli BC-9597 - Bump @nestjs/common and @openapitools/openapi-generator-cli Apr 30, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 5, 2025

@Loki-Afro
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Loki-Afro
Copy link
Member

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-4381d3adbd branch May 8, 2025 08:33
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