Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps the production-dependencies group with 5 updates in the / directory:

Package From To
@nestjs/common 11.0.20 11.1.6
@nestjs/core 11.0.20 11.1.6
@nestjs/platform-express 11.0.20 11.1.6
mysql2 3.14.0 3.15.2
typeorm 0.3.22 0.3.27

Updates @nestjs/common from 11.0.20 to 11.1.6

Release notes

Sourced from @​nestjs/common's releases.

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

... (truncated)

Commits

Updates @nestjs/core from 11.0.20 to 11.1.6

Release notes

Sourced from @​nestjs/core's releases.

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

... (truncated)

Commits
  • 35c3ded chore(@​nestjs) publish v11.1.6 release
  • 60b2ed4 Merge pull request #15504 from hajekjiri/bug/fix-undefined-injection
  • ab93e4b fix(core): fix race condition in class dependency resolution
  • f14a976 style(core): change inquirer id to const
  • 93f54ed fix(core): attach root inquirer for nested transient providers
  • cd009a7 refactor(core): fix the typo 'controler' to 'controller'
  • 9bb0560 chore(@​nestjs) publish v11.1.5 release
  • 1f101ac chore(@​nestjs) publish v11.1.4 release
  • f704dcb Merge pull request #15405 from hajekjiri/bug/fix-race-condition-in-dependency...
  • a453b63 fix(core): fix race condition in class dependency resolution
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 11.0.20 to 11.1.6

Release notes

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

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

... (truncated)

Commits

Updates mysql2 from 3.14.0 to 3.15.2

Release notes

Sourced from mysql2's releases.

v3.15.2

3.15.2 (2025-10-08)

Bug Fixes

  • fix sha256_password to work correctly over a TLS connection (#3809) (fb9eae1)

v3.15.1

3.15.1 (2025-09-24)

Bug Fixes

  • typings: fix missing callback to PoolCluster.end() (#3819) (53a9bc2)

v3.15.0

3.15.0 (2025-09-16)

Features

v3.14.5

3.14.5 (2025-09-08)

Bug Fixes

v3.14.4

3.14.4 (2025-09-01)

Bug Fixes

  • stream: destroy connection when stream errors (#3769) (cc34a83)
  • stream: resume connection when stream errors or is destroyed (#3775) (9642a1e)
  • stream: fix backpressure when using TLS (#1752) (64ea4cd)

v3.14.3

3.14.3 (2025-07-29)

Bug Fixes

  • resolve parser cache collision with dual typeCast connections (#3644) (ce2ad75)

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.15.2 (2025-10-08)

Bug Fixes

  • fix sha256_password to work correctly over a TLS connection (#3809) (fb9eae1)

3.15.1 (2025-09-24)

Bug Fixes

  • typings: missing callback to PoolCluster.end() (#3819) (53a9bc2)

3.15.0 (2025-09-16)

Features

3.14.5 (2025-09-08)

Bug Fixes

3.14.4 (2025-09-01)

Bug Fixes

  • destroy connection when stream errors (#3769) (cc34a83)
  • fix backpressure when using TLS (#1752) (64ea4cd)
  • stream: resume connection when stream errors or is destroyed (#3775) (9642a1e)

3.14.3 (2025-07-29)

Bug Fixes

  • resolve parser cache collision with dual typeCast connections (#3644) (ce2ad75)

3.14.2 (2025-07-10)

Bug Fixes

... (truncated)

Commits
  • 8143e42 chore(master): release 3.15.2 (#3846)
  • 9d48033 build(deps): bump lucide-react from 0.544.0 to 0.545.0 in /website (#3853)
  • 645279c build(deps-dev): bump @​eslint/markdown from 7.3.0 to 7.4.0 (#3852)
  • a62ad85 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3850)
  • 46f3c51 build(deps-dev): bump @​types/node from 24.6.2 to 24.7.0 (#3849)
  • f9715e7 build(deps-dev): bump @​eslint/js from 9.36.0 to 9.37.0 (#3848)
  • 293b3c5 build(deps-dev): bump @​types/node from 24.6.2 to 24.7.0 in /website (#3847)
  • fb9eae1 fix: fix sha256_password to work correctly over a TLS connection (#3809)
  • 234901d build(deps): bump react-dom from 19.1.1 to 19.2.0 in /website (#3843)
  • eb17272 build(deps-dev): bump @​types/node from 24.6.1 to 24.6.2 (#3840)
  • Additional commits viewable in compare view

Updates typeorm from 0.3.22 to 0.3.27

Release notes

Sourced from typeorm's releases.

0.3.27

Note: This release reverts a fix from 0.3.26 (#11114) because it introduced a regression in certain cases.

Once a fix can be provided which does not have this regression, it will be released in a future patch.

What's Changed

New Contributors

Full Changelog: typeorm/typeorm@0.3.26...0.3.27

0.3.26

Notes:

  • When using MySQL, TypeORM now connects using stringifyObjects: true, in order to avoid a potential security vulnerability in the mysql/mysql2 client libraries. You can revert to the old behavior by setting connectionOptions.extra.stringifyObjects = false.
  • When using SAP HANA, TypeORM now uses the built-in pool from the @sap/hana-client library. The deprecated hdb-pool is no longer necessary and can be removed. See https://typeorm.io/docs/drivers/sap/#data-source-options for the new pool options.

What's Changed

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.3.27 (2025-09-19)

Bug Fixes

Features

  • add new undefined and null behavior flags (#11332) (96ea431)
  • allow VirtualColumns to be initially non-selectable (#11586) (22b26d1)
  • migration: improve JSDoc types in generated migration templates (#11490) (fa3cd43)
  • mysql: add support for MySQL 9 / MariaDB 12 (#11575) (8b76e1a)
  • postgres: support vector/halfvec data types (#11437) (a49f612)

Performance Improvements

  • Cache package.json location between getNearestPackageJson invocations (#11580) (b6ffd46), closes #4136

Reverts

0.3.26 (2025-08-16)

Notes:

  • When using MySQL, TypeORM now connects using stringifyObjects: true, in order to avoid a potential security vulnerability in the mysql/mysql2 client libraries. You can revert to the old behavior by setting connectionOptions.extra.stringifyObjects = false.
  • When using SAP HANA, TypeORM now uses the built-in pool from the @sap/hana-client library. The deprecated hdb-pool is no longer necessary and can be removed. See https://typeorm.io/docs/drivers/sap/#data-source-options for the new pool options.

Bug Fixes

  • add stricter type-checking and improve event loop handling (#11540) (01dddfe)
  • do not create junction table metadata when it already exists (#11114) (3c26cf1)
  • mysql: set stringifyObjects implicitly (#11574) (d57fe3b)
  • mysql: support Alibaba AnalyticDB returning version() column name in getVersion() (#11555) (1737e97)
  • oracle: pass duplicated parameters correctly to the client when executing a query (#11537) (f2d2236)
  • platform[web worker]: improve globalThis variable retrieval for browser environment (#11495) (ec26eae)
  • preserve useIndex when cloning a QueryExpressionMap (or a QueryBuilder) (#10679) (66ee307), closes #10678 #10678

... (truncated)

Commits
  • 9ea8577 chore: Release v0.3.27 (#11661)
  • 34d8714 Revert "fix: do not create junction table metadata when it already exists (#1...
  • 974ead2 fix: JSON parsing for mysql2 client library (#8319) (#11659)
  • a49f612 feat(postgres): support vector/halfvec data types (#11437)
  • 96ea431 feat: add new undefined and null behavior flags (#11332)
  • 93aa5c4 ci: add close stale issues GH action (#11651)
  • 8b76e1a feat(mysql): add support for MySQL 9 / MariaDB 12 (#11575)
  • 3fac86b fix: update tests to reflect migration template changes (#11653)
  • fa3cd43 feat(migration): improve JSDoc types in generated migration templates (#11490)
  • 6e92aad build(deps): bump axios from 1.11.0 to 1.12.1 in /docs (#11649)
  • 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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.0.20` | `11.1.6` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.0.20` | `11.1.6` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.0.20` | `11.1.6` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.14.0` | `3.15.2` |
| [typeorm](https://github.com/typeorm/typeorm) | `0.3.22` | `0.3.27` |



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

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

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

Updates `mysql2` from 3.14.0 to 3.15.2
- [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.14.0...v3.15.2)

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

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mysql2
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typeorm
  dependency-version: 0.3.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-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 Oct 15, 2025
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