Skip to content

Bump the production-dependencies group across 1 directory with 4 updates #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 4 updates in the / directory: @nestjs/core, @nestjs/platform-express, mysql2 and typeorm.

Updates @nestjs/core from 11.0.11 to 11.0.20

Release notes

Sourced from @​nestjs/core's releases.

v11.0.20

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.0.19...v11.0.20

v11.0.18

What's Changed

Full Changelog: nestjs/nest@v11.0.17...v11.0.18

v11.0.16 (2025-04-11)

v11.0.15 (2025-04-10)

Bug fixes

Committers: 1

v11.0.14 (2025-04-09)

Bug fixes

  • platform-fastify
    • #14511 fix(fastify): adds the non-standard http methods to the instance (@​johaven)

Committers: 1

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@​KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)

Dependencies

... (truncated)

Commits

Updates @nestjs/platform-express from 11.0.11 to 11.0.20

Release notes

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

v11.0.20

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.0.19...v11.0.20

v11.0.18

What's Changed

Full Changelog: nestjs/nest@v11.0.17...v11.0.18

v11.0.16 (2025-04-11)

v11.0.15 (2025-04-10)

Bug fixes

Committers: 1

v11.0.14 (2025-04-09)

Bug fixes

  • platform-fastify
    • #14511 fix(fastify): adds the non-standard http methods to the instance (@​johaven)

Committers: 1

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@​KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)

Dependencies

... (truncated)

Commits

Updates mysql2 from 3.13.0 to 3.14.0

Release notes

Sourced from mysql2's releases.

v3.14.0

3.14.0 (2025-03-19)

Features

Changelog

Sourced from mysql2's changelog.

3.14.0 (2025-03-19)

Features

Commits
  • 1fe1c9d chore(master): release 3.14.0 (#3473)
  • 67d18f9 build(deps-dev): bump poku from 3.0.1 to 3.0.2 in /website (#3488)
  • 65cc9cf build(deps-dev): bump poku from 3.0.1 to 3.0.2 (#3487)
  • 2e7f224 build(deps): bump lucide-react from 0.482.0 to 0.483.0 in /website (#3486)
  • d6d82ed build(deps): bump sass from 1.85.1 to 1.86.0 in /website (#3485)
  • a2a9804 build(deps): bump lucide-react from 0.479.0 to 0.482.0 in /website (#3484)
  • 2670f32 build(deps-dev): bump portfinder from 1.0.34 to 1.0.35 (#3483)
  • ec4a2d7 build(deps): bump @​easyops-cn/docusaurus-search-local in /website (#3482)
  • 6ac4646 build(deps): bump @​babel/helpers from 7.26.9 to 7.26.10 in /website (#3480)
  • c504675 build(deps): bump @​babel/runtime from 7.26.9 to 7.26.10 in /website (#3479)
  • Additional commits viewable in compare view

Updates typeorm from 0.3.21 to 0.3.22

Release notes

Sourced from typeorm's releases.

0.3.22

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.3.22 (2025-04-03)

Bug Fixes

  • bulk insert NULL values in Oracle (#11363) (bcaa0bf)
  • ensure correct MSSQL parameter conversion in where conditions (ecae9f5), closes #11285
  • export QueryEvent before/after types (#10688) (03dbc7a)
  • FindOptionsSelect to use correct type when property is an object (#11355) (834e856)
  • incorrect table alias in insert orUpdate with Postgres driver (#11082) (72c6991), closes #11077
  • inverse relation metadata not cyclic (50a660a)
  • remove unnecessary import from JS migration (#11327) (72145b8)
  • remove unnecessary spaces in message when running non-fake migrations (#10809) (c3bebdc)
  • sap: incorrect handling of simple array/json data type (#11322) (27b4207)
  • sap: normalize deprecated/removed data types in SAP HANA Cloud (#11356) (460ef02)
  • sap: pass the configured schema to the db client (#11321) (04ca83a)
  • sql escape issues identified by CodeQL (#11338) (863caf1)
  • update mongodb connection options (#11310) (81bb9d5)
  • version detection for Postgres derived variants (#11375) (3d79786)

Features

  • postgres: support macaddr8 column type (b0ea913)
  • Send DriverInfo to MongoDB client (#11214) (a29e047)
  • Support Expo SQLite Next (7b242e1)

Reverts

Commits
  • 6c5668b chore: Bump version to v0.3.22 and generate changelog (#11378)
  • 72beb26 chore: Add package publishing workflow (#11377)
  • 72c6991 fix: incorrect table alias in insert orUpdate with Postgres driver (#11082)
  • 5922519 docs: add comment explaining select version() (#11376)
  • 7b242e1 feat: Support Expo SQLite Next
  • 3d79786 fix: version detection for Postgres derived variants (#11375)
  • 460ef02 fix(sap): normalize deprecated/removed data types in SAP HANA Cloud (#11356)
  • 863caf1 fix: sql escape issues identified by CodeQL (#11338)
  • c3bebdc fix: remove unnecessary spaces in message when running non-fake migrations (#...
  • bcaa0bf fix: bulk insert NULL values in Oracle (#11363)
  • 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 <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 production-dependencies group with 4 updates in the / directory: [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [mysql2](https://github.com/sidorares/node-mysql2) and [typeorm](https://github.com/typeorm/typeorm).


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

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

Updates `mysql2` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.13.0...v3.14.0)

Updates `typeorm` from 0.3.21 to 0.3.22
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.21...0.3.22)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-version: 11.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: mysql2
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typeorm
  dependency-version: 0.3.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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 Apr 18, 2025
@refactorian refactorian merged commit c12dba1 into main Apr 18, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-e4c0e17357 branch April 18, 2025 09:59
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