build(dependencies): bump the prod-dependencies-minor-and-patch group with 4 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(5 days ago)
(5 days ago)
dependencies javascript
Bumps the prod-dependencies-minor-and-patch group with 4 updates: @nestjs/common, @nestjs/core, @nestjs/platform-express and typeorm.
Updates @nestjs/common
from 11.1.5 to 11.1.6
Release notes
Sourced from @nestjs/common
's releases.
v11.1.6 (2025-08-07)
Bug fixes
core
- #15504 fix(core): fix race condition in class dependency resolution from imported modules (
@hajekjiri
)- #15469 fix(core): attach root inquirer for nested transient providers (
@kamilmysliwiec
)microservices
- #15508 fix(microservices): report correct buffer length in exception (
@kim-sung-jee
)- #15492 fix(microservices): fix kafka serilization of class instances (
@LeonBiersch
)Dependencies
platform-fastify
- #15493 chore(deps): bump
@fastify/cors
from 11.0.1 to 11.1.0 (@dependabot[bot]
)Committers: 6
- Jiri Hajek (
@hajekjiri
)- Kamil Mysliwiec (
@kamilmysliwiec
)- Leon Biersch (
@LeonBiersch
)- Seongjee Kim (
@kim-sung-jee
)@premierbell
- pTr (
@ptrgits
)
Commits
35c3ded
chore(@nestjs
) publish v11.1.6 release97df306
refactor(common): fix the typo 'sring' to 'string'- See full diff in compare view
Updates @nestjs/core
from 11.1.5 to 11.1.6
Release notes
Sourced from @nestjs/core
's releases.
v11.1.6 (2025-08-07)
Bug fixes
core
- #15504 fix(core): fix race condition in class dependency resolution from imported modules (
@hajekjiri
)- #15469 fix(core): attach root inquirer for nested transient providers (
@kamilmysliwiec
)microservices
- #15508 fix(microservices): report correct buffer length in exception (
@kim-sung-jee
)- #15492 fix(microservices): fix kafka serilization of class instances (
@LeonBiersch
)Dependencies
platform-fastify
- #15493 chore(deps): bump
@fastify/cors
from 11.0.1 to 11.1.0 (@dependabot[bot]
)Committers: 6
- Jiri Hajek (
@hajekjiri
)- Kamil Mysliwiec (
@kamilmysliwiec
)- Leon Biersch (
@LeonBiersch
)- Seongjee Kim (
@kim-sung-jee
)@premierbell
- pTr (
@ptrgits
)
Commits
35c3ded
chore(@nestjs
) publish v11.1.6 release60b2ed4
Merge pull request #15504 from hajekjiri/bug/fix-undefined-injectionab93e4b
fix(core): fix race condition in class dependency resolutionf14a976
style(core): change inquirer id to const93f54ed
fix(core): attach root inquirer for nested transient providerscd009a7
refactor(core): fix the typo 'controler' to 'controller'- See full diff in compare view
Updates @nestjs/platform-express
from 11.1.5 to 11.1.6
Release notes
Sourced from @nestjs/platform-express
's releases.
v11.1.6 (2025-08-07)
Bug fixes
core
- #15504 fix(core): fix race condition in class dependency resolution from imported modules (
@hajekjiri
)- #15469 fix(core): attach root inquirer for nested transient providers (
@kamilmysliwiec
)microservices
- #15508 fix(microservices): report correct buffer length in exception (
@kim-sung-jee
)- #15492 fix(microservices): fix kafka serilization of class instances (
@LeonBiersch
)Dependencies
platform-fastify
- #15493 chore(deps): bump
@fastify/cors
from 11.0.1 to 11.1.0 (@dependabot[bot]
)Committers: 6
- Jiri Hajek (
@hajekjiri
)- Kamil Mysliwiec (
@kamilmysliwiec
)- Leon Biersch (
@LeonBiersch
)- Seongjee Kim (
@kim-sung-jee
)@premierbell
- pTr (
@ptrgits
)
Commits
35c3ded
chore(@nestjs
) publish v11.1.6 release- See full diff in compare view
Updates typeorm
from 0.3.25 to 0.3.26
Release notes
Sourced from typeorm's releases.
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 settingconnectionOptions.extra.stringifyObjects = false
.- When using SAP HANA, TypeORM now uses the built-in pool from the
@sap/hana-client
library. The deprecatedhdb-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
- chore: Remove manual trigger on publish workflow by
@michaelbromley
in typeorm/typeorm#11536- test(ci): force mocha to exit on stuck process by
@OSA413
in typeorm/typeorm#11538- fix(oracle): pass duplicated parameters correctly to the client when executing a query by
@alumni
in typeorm/typeorm#11537- feat(sap): add support for REAL_VECTOR and HALF_VECTOR data types in SAP HANA Cloud by
@alumni
in typeorm/typeorm#11526- fix: add stricter type-checking and improve event loop handling by
@alumni
in typeorm/typeorm#11540- perf: avoid unnecessary count on getManyAndCount by
@EQuincerot
in typeorm/typeorm#11524- feat(sap): use the native driver for connection pooling by
@alumni
in typeorm/typeorm#11520- fix: support for better-sqlite3 v12 by
@mohd-akram
in typeorm/typeorm#11557- fix: preserve
useIndex
when cloning a QueryExpressionMap (or a QueryBuilder) by@kettui
in typeorm/typeorm#10679- chore: change test badge from
test.yml
tocommit-validation.yml
by@albasyir
in typeorm/typeorm#11560- fix: do not create junction table metadata when it already exists by
@ragrag
in typeorm/typeorm#11114- fix(mysql): support AnalyticDB returning version() column name in getVersion() by
@rhydian0x
in typeorm/typeorm#11555- fix: resolve array modification bug in QueryRunner drop methods #11563 by
@taina0407
in typeorm/typeorm#11564- fix(mysql): set
stringifyObjects
implicitly by@alumni
in typeorm/typeorm#11574- docs: separate driver-specific documentation by
@alumni
in typeorm/typeorm#11581- docs: fix redirect to mongodb page by
@alumni
in typeorm/typeorm#11584- feat(11528): add Redis 5.x support with backward compatibility wite peer dependency to allow by
@par333k
in typeorm/typeorm#11585- fix: regtype is not supported in aurora serverless v2 by
@ArsenyYankovsky
in typeorm/typeorm#11568- fix(platform[web worker]): improve globalThis variable retrieval for … by
@dasoncheng
in typeorm/typeorm#11495- docs: added
@piying/orm
extension to readme by@wszgrcy
in typeorm/typeorm#11596- docs: Fix
reload
option typo by@radovanovic-stevan
in typeorm/typeorm#11601- feat: add entity mode virtual-property by
@wszgrcy
in typeorm/typeorm#11597- chore: Release v0.3.26 by
@michaelbromley
in typeorm/typeorm#11602New Contributors
@EQuincerot
made their first contribution in typeorm/typeorm#11524@kettui
made their first contribution in typeorm/typeorm#10679@ragrag
made their first contribution in typeorm/typeorm#11114@rhydian0x
made their first contribution in typeorm/typeorm#11555@taina0407
made their first contribution in typeorm/typeorm#11564@par333k
made their first contribution in typeorm/typeorm#11585@dasoncheng
made their first contribution in typeorm/typeorm#11495@wszgrcy
made their first contribution in typeorm/typeorm#11596@radovanovic-stevan
made their first contribution in typeorm/typeorm#11601Full Changelog: https://github.com/typeorm/typeorm/compare/0.3.25...0.3.26
Changelog
Sourced from typeorm's changelog.
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 settingconnectionOptions.extra.stringifyObjects = false
.- When using SAP HANA, TypeORM now uses the built-in pool from the
@sap/hana-client
library. The deprecatedhdb-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- regtype is not supported in aurora serverless v2 (#11568) (6e9f20d)
- resolve array modification bug in QueryRunner drop methods (#11564) (f351757), closes #11563
- support for better-sqlite3 v12 (#11557) (1ea3a5e)
Features
- add Redis 5.x support with backward compatibility with peer dependency to allow (#11585) (17cf837), closes #11528
- sap: add support for REAL_VECTOR and HALF_VECTOR data types in SAP HANA Cloud (#11526) (abf8863)
- sap: use the native driver for connection pooling (#11520) (aebc7eb)
- support virtual columns in entity schema (#11597) (d1e3950)
Performance Improvements
Commits
4d204ad
chore: Release v0.3.26 (#11602)d1e3950
feat: support virtual columns in entity schema (#11597)1698313
docs: fixreload
option typo (#11601)0b767e8
docs: added@piying/orm
extension to readme (#11596)ec26eae
fix(platform[web worker]): improve globalThis variable retrieval for browser ...6e9f20d
fix: regtype is not supported in aurora serverless v2 (#11568)17cf837
feat(11528): add Redis 5.x support with backward compatibility wite peer depe...8097d1a
docs: fix redirect to mongodb page (#11584)23fcde2
docs: separate driver-specific documentation (#11581)d57fe3b
fix(mysql): setstringifyObjects
implicitly (#11574)- 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
Pull Request Statistics
1
2
+20
-20
Package Dependencies
Technical Details
ID: | 6072948 |
UUID: | 2788293184 |
Node ID: | PR_kwDOLtyvls6mMfpA |
Host: | GitHub |
Repository: | adax10/nestjs-template-with-sql-and-i18n |
Merge State: | Unknown |