build(dependencies): bump the prod-dependencies-minor-and-patch group with 6 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
by github-actions[bot]
dependencies javascript
Bumps the prod-dependencies-minor-and-patch group with 6 updates:
Package | From | To |
---|---|---|
@nestjs/common | 11.1.0 |
11.1.2 |
@nestjs/core | 11.1.0 |
11.1.2 |
@nestjs/platform-express | 11.1.0 |
11.1.2 |
@nestjs/swagger | 11.1.6 |
11.2.0 |
class-validator | 0.14.1 |
0.14.2 |
typeorm | 0.3.22 |
0.3.24 |
Updates @nestjs/common
from 11.1.0 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
common
- #15185 chore(deps): bump file-type from 20.5.0 to 21.0.0 (
@dependabot[bot]
)platform-express
- #15159 chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0 (
@dependabot[bot]
)Committers: 2
- JaeHo Jang (
@mag123c
)- Jan Roček (
@janroker
)v11.1.1 (2025-05-14)
Bug fixes
core
- #15056 fix(core): HTTP adapter error mapping (
@maxbronnikov10
)microservices
- #15062 fix(microservices): ensure all redis and amqp client closes properly (
@yatin166
)- #15032 fix(microservices): ensure all the amqp connections are closed properly (
@yatin166
)- #15020 fix(microservices): ensure all redis connections are closed (
@yatin166
)core
,platform-fastify
- #15061 fix(core): bring back
getHeader
andappendHeader
methods fromAbstractHttpAdapter
(@micalevisk
)platform-express
Enhancements
microservices
- #14606 feat(microservices): add specific transport id to microservices (
@maxbronnikov10
)- #15057 feat(microservices): Allow custom exchangeType as string for plugin compatibility (
@ChangmoKang
)- #15072 feat(microservices): Add exchange arguments to RabbitMQ (
@gapon2401
)Dependencies
platform-fastify
- #15129 chore(deps): bump fastify from 5.3.2 to 5.3.3 (
@dependabot[bot]
)platform-ws
- #15068 chore(deps): bump ws from 8.18.1 to 8.18.2 (
@dependabot[bot]
)common
- #15029 chore(deps): bump file-type from 20.4.1 to 20.5.0 (
@dependabot[bot]
)Committers: 7
- Antonio Tripodi (
@Tony133
)- Changmo Kang (Ryan) (
@ChangmoKang
)- Igor Gaponov (
@gapon2401
)- Jackie McDoniel (
@jmcdo29
)
... (truncated)
Commits
32b5feb
chore(@nestjs
) publish v11.1.2 release8863c12
chore(deps): bump file-type from 20.5.0 to 21.0.0f262812
chore: update package.json2cccff1
chore(@nestjs
) publish v11.1.1 release8a93b85
chore(common): fix incorrect comment0e95b3b
refactor(common): move logger utils to dedicated files9d270a2
Merge branch 'julien/log-level-filtering' of github.com:y-nk/nest into y-nk-j...3c6c9ea
Merge branch 'master' of https://github.com/nestjs/nestc05a0e6
chore(common): set class-transformer and class-validator version constraint53b5138
chore: mark public api in the console-logger.service.ts- Additional commits viewable in compare view
Updates @nestjs/core
from 11.1.0 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
common
- #15185 chore(deps): bump file-type from 20.5.0 to 21.0.0 (
@dependabot[bot]
)platform-express
- #15159 chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0 (
@dependabot[bot]
)Committers: 2
- JaeHo Jang (
@mag123c
)- Jan Roček (
@janroker
)v11.1.1 (2025-05-14)
Bug fixes
core
- #15056 fix(core): HTTP adapter error mapping (
@maxbronnikov10
)microservices
- #15062 fix(microservices): ensure all redis and amqp client closes properly (
@yatin166
)- #15032 fix(microservices): ensure all the amqp connections are closed properly (
@yatin166
)- #15020 fix(microservices): ensure all redis connections are closed (
@yatin166
)core
,platform-fastify
- #15061 fix(core): bring back
getHeader
andappendHeader
methods fromAbstractHttpAdapter
(@micalevisk
)platform-express
Enhancements
microservices
- #14606 feat(microservices): add specific transport id to microservices (
@maxbronnikov10
)- #15057 feat(microservices): Allow custom exchangeType as string for plugin compatibility (
@ChangmoKang
)- #15072 feat(microservices): Add exchange arguments to RabbitMQ (
@gapon2401
)Dependencies
platform-fastify
- #15129 chore(deps): bump fastify from 5.3.2 to 5.3.3 (
@dependabot[bot]
)platform-ws
- #15068 chore(deps): bump ws from 8.18.1 to 8.18.2 (
@dependabot[bot]
)common
- #15029 chore(deps): bump file-type from 20.4.1 to 20.5.0 (
@dependabot[bot]
)Committers: 7
- Antonio Tripodi (
@Tony133
)- Changmo Kang (Ryan) (
@ChangmoKang
)- Igor Gaponov (
@gapon2401
)- Jackie McDoniel (
@jmcdo29
)
... (truncated)
Commits
32b5feb
chore(@nestjs
) publish v11.1.2 releasef262812
chore: update package.json2cccff1
chore(@nestjs
) publish v11.1.1 release7338c03
Merge pull request #15056 from maxbronnikov10/fix/http-adapter-errorfb3b12d
fix(core): HTTP adapter error mappingcb6080e
refactor(core,platform-fastify): drop useless optional signature10f4a9d
fix(core): bring backgetHeader
andappendHeader
methods on `AbstractHttp...- See full diff in compare view
Updates @nestjs/platform-express
from 11.1.0 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
common
- #15185 chore(deps): bump file-type from 20.5.0 to 21.0.0 (
@dependabot[bot]
)platform-express
- #15159 chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0 (
@dependabot[bot]
)Committers: 2
- JaeHo Jang (
@mag123c
)- Jan Roček (
@janroker
)v11.1.1 (2025-05-14)
Bug fixes
core
- #15056 fix(core): HTTP adapter error mapping (
@maxbronnikov10
)microservices
- #15062 fix(microservices): ensure all redis and amqp client closes properly (
@yatin166
)- #15032 fix(microservices): ensure all the amqp connections are closed properly (
@yatin166
)- #15020 fix(microservices): ensure all redis connections are closed (
@yatin166
)core
,platform-fastify
- #15061 fix(core): bring back
getHeader
andappendHeader
methods fromAbstractHttpAdapter
(@micalevisk
)platform-express
Enhancements
microservices
- #14606 feat(microservices): add specific transport id to microservices (
@maxbronnikov10
)- #15057 feat(microservices): Allow custom exchangeType as string for plugin compatibility (
@ChangmoKang
)- #15072 feat(microservices): Add exchange arguments to RabbitMQ (
@gapon2401
)Dependencies
platform-fastify
- #15129 chore(deps): bump fastify from 5.3.2 to 5.3.3 (
@dependabot[bot]
)platform-ws
- #15068 chore(deps): bump ws from 8.18.1 to 8.18.2 (
@dependabot[bot]
)common
- #15029 chore(deps): bump file-type from 20.4.1 to 20.5.0 (
@dependabot[bot]
)Committers: 7
- Antonio Tripodi (
@Tony133
)- Changmo Kang (Ryan) (
@ChangmoKang
)- Igor Gaponov (
@gapon2401
)- Jackie McDoniel (
@jmcdo29
)
... (truncated)
Commits
Updates @nestjs/swagger
from 11.1.6 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
- Daniel Seijo (
@daniseijo
)- JaeHo Jang (
@mag123c
)
Commits
e3f44bd
chore(): release v11.2.02a4de7a
Merge pull request #3424 from daniseijo/extensions-info-section5943508
Merge pull request #3248 from mag123c/3179-security-scheme-extensiond4acd13
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...- See full diff in compare view
Updates class-validator
from 0.14.1 to 0.14.2
Release notes
Sourced from class-validator's releases.
v0.14.2
What's Changed
- fix: forbidUnknownValues should default true when validatorOptions undefined by
@cduff
in typestack/class-validator#2196- fix: Add ValidationMetadata.name to IsOptional by
@Clashsoft
in typestack/class-validator#2044- docs: update changelog for 0.14.1 by
@haiweilian
in typestack/class-validator#2542- ci: update codecov by
@haiweilian
in typestack/class-validator#2556- fix: pass IsBase64 options correctly by
@aseyfpour
in typestack/class-validator#2549- fix: pass arguments correctly to isBase64 by
@braaar
in typestack/class-validator#2574- feat: release v0.14.2 by
@braaar
in typestack/class-validator#2600New Contributors
@cduff
made their first contribution in typestack/class-validator#2196@namandeep-123
made their first contribution in typestack/class-validator#2423@haiweilian
made their first contribution in typestack/class-validator#2542@aseyfpour
made their first contribution in typestack/class-validator#2549Full Changelog: https://github.com/typestack/class-validator/compare/v0.14.1...v0.14.2
Changelog
Sourced from class-validator's changelog.
0.14.2 (2025-05-02)
Fixed
- Fixed an issue where
forbidUnknownValues
did not default totrue
whenvalidatorOptions
was undefined. (#2196 by@cduff
)- Fixed the
ValidationMetadata.name
property to work correctly with the@IsOptional
decorator. (#2044 by@Clashsoft
)- Updated the Codecov configuration for continuous integration. (#2556 by
@haiweilian
)- Fixed an issue where options were not passed correctly to the
@IsBase64
decorator. (#2549 by@aseyfpour
)- Fixed argument handling for the
isBase64
function. (#2574 by@braaar
)
Commits
221502c
feat: release v0.14.2 (#2600)0ea279b
fix: pass arguments correctly to isBase64 (#2574)3bff66f
build: disable Dependabot updates0c87beb
fix: pass IsBase64 options correctly (#2549)b07bb16
ci: update codecov (#2556)721bb5e
docs: update changelog for 0.14.1 (#2542)63fe9c5
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2490)0e14d0c
build(deps): bump libphonenumber-js from 1.10.62 to 1.11.1 (#2476)b12b00a
build(deps-dev): bump@types/node
from 20.12.8 to 20.12.10 (#2475)ba60be9
build(deps): bump libphonenumber-js from 1.10.61 to 1.10.62 (#2473)- Additional commits viewable in compare view
Updates typeorm
from 0.3.22 to 0.3.24
Release notes
Sourced from typeorm's releases.
0.3.24
What's Changed
- feat: add tagged template for executing raw SQL queries by
@Newbie012
in typeorm/typeorm#11432- chore: Add husky and lint-staged by
@maxbronnikov10
in typeorm/typeorm#11448- fix: resolve pkg.pr.new issue by
@naorpeled
in typeorm/typeorm#11463- perf: improve save performance during entities update by
@lotczyk
in typeorm/typeorm#11456- refactor: remove unused NamingStrategyNotFoundError by
@mguida22
in typeorm/typeorm#11462- chore: add note about breaking change in 0.3.23 by
@mguida22
in typeorm/typeorm#11469- build: include db version in coveralls flag-name by
@mguida22
in typeorm/typeorm#11461- chore: include warning about update({}) in changelog by
@sgarner
in typeorm/typeorm#11471- feat: add updateAll and deleteAll methods to EntityManager and Repository APIs by
@sgarner
in typeorm/typeorm#11459- Fix/11466 mssql find operator by
@christian-forgacs
in typeorm/typeorm#11468- feat(spanner): support insert returning by
@denes
in typeorm/typeorm#11460- chore: clarify commit practices by
@mguida22
in typeorm/typeorm#11472- fix(mssql): avoid mutating input parameter array values by
@sgarner
in typeorm/typeorm#11476- fix: capacitor driver PRAGMA bug by
@AlexAzartsev
in typeorm/typeorm#11467- chore: version 0.3.24 by
@mguida22
in typeorm/typeorm#11478New Contributors
@denes
made their first contribution in typeorm/typeorm#11460@AlexAzartsev
made their first contribution in typeorm/typeorm#11467Full Changelog: https://github.com/typeorm/typeorm/compare/0.3.23...0.3.24
0.3.23
:warning: Note on a breaking change
This release includes a technically breaking change (from this PR) in the behaviour of the
delete
andupdate
methods of the EntityManager and Repository APIs, when an empty object is supplied as the criteria:await repository.delete({}) await repository.update({}, { foo: 'bar' })
- Old behaviour was to delete or update all rows in the table
- New behaviour is to throw an error:
Empty criteria(s) are not allowed for the delete/update method.
Why?
This behaviour was not documented and is considered dangerous as it can allow a badly-formed object (e.g. with an undefined id) to inadvertently delete or update the whole table.
When the intention actually was to delete or update all rows, such queries can be rewritten using the QueryBuilder API:
await repository.createQueryBuilder().delete().execute() // executes: DELETE FROM table_name await repository.createQueryBuilder().update().set({ foo: 'bar' }).execute() // executes: UPDATE table_name SET foo = 'bar'
... (truncated)
Changelog
Sourced from typeorm's changelog.
0.3.24 (2025-05-14)
Bug Fixes
- capacitor use query to run PRAGMA statements (#11467) (d325d9e)
- ci: resolve pkg.pr.new publish failure (2168441)
- mssql: avoid mutating input parameter array values (#11476) (b8dbca5)
Features
- add tagged template for executing raw SQL queries (#11432) (c464ff8)
- add updateAll and deleteAll methods to EntityManager and Repository APIs (#11459) (23bb1ee)
- spanner: support insert returning (#11460) (144634d), closes #11453
Performance Improvements
- improve save performance during entities update (15de733)
0.3.23 (2025-05-05)
:warning: Note on a breaking change
This release includes a technically breaking change (from this PR) in the behaviour of the
delete
andupdate
methods of the EntityManager and Repository APIs, when an empty object is supplied as the criteria:await repository.delete({}) await repository.update({}, { foo: 'bar' })
- Old behaviour was to delete or update all rows in the table
- New behaviour is to throw an error:
Empty criteria(s) are not allowed for the delete/update method.
Why?
This behaviour was not documented and is considered dangerous as it can allow a badly-formed object (e.g. with an undefined id) to inadvertently delete or update the whole table.
When the intention actually was to delete or update all rows, such queries can be rewritten using the QueryBuilder API:
await repository.createQueryBuilder().delete().execute() // executes: DELETE FROM table_name await repository.createQueryBuilder().update().set({ foo: 'bar' }).execute() // executes: UPDATE table_name SET foo = 'bar'
... (truncated)
Commits
12a71e4
chore: version 0.3.24 (#11478)d325d9e
fix: capacitor driver PRAGMA bug (#11467)b8dbca5
fix(mssql): avoid mutating input parameter array values (#11476)9f889b3
chore: clarify commit practices (#11472)144634d
feat(spanner): support insert returning (#11460)e9eaf79
Fix/11466 mssql find operator (#11468)23bb1ee
feat: add updateAll and deleteAll methods to EntityManager and Repository API...a6b61f7
chore: include warning about update({}) in changelog (#11471)6d1c4f0
build: ensure coveralls flag-name is unique by db, node and client versions (...1198dc2
chore: add note about breaking change in 0.3.23 (#11469)- 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
+54
-53
Package Dependencies
Technical Details
ID: | 777224 |
UUID: | 2557486914 |
Node ID: | PR_kwDOLtyvls6YcCdC |
Host: | GitHub |
Repository: | adax10/nestjs-template-with-sql-and-i18n |
Merge State: | Unknown |