build(dev-dependencies): bump the dev-dependencies-minor-and-patch group across 1 directory with 16 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(3 months ago)
(3 months ago)
(3 months ago)
by github-actions[bot]
dependencies javascript
Bumps the dev-dependencies-minor-and-patch group with 16 updates in the / directory:
Package | From | To |
---|---|---|
@commitlint/cli | 19.8.0 |
19.8.1 |
@commitlint/config-conventional | 19.8.0 |
19.8.1 |
@nestjs/cli | 11.0.5 |
11.0.7 |
@nestjs/schematics | 11.0.2 |
11.0.5 |
@nestjs/testing | 11.0.12 |
11.1.2 |
@stylistic/eslint-plugin-ts | 4.2.0 |
4.4.0 |
@types/express | 5.0.1 |
5.0.2 |
@types/node | 22.13.17 |
22.15.29 |
@typescript-eslint/eslint-plugin | 8.29.0 |
8.33.0 |
@typescript-eslint/parser | 8.29.0 |
8.33.0 |
eslint-config-prettier | 10.1.1 |
10.1.5 |
eslint-plugin-prettier | 5.2.5 |
5.4.1 |
supertest | 7.1.0 |
7.1.1 |
ts-jest | 29.3.1 |
29.3.4 |
typescript | 5.8.2 |
5.8.3 |
typescript-eslint | 8.29.0 |
8.33.0 |
Updates @commitlint/cli
from 19.8.0 to 19.8.1
Release notes
Sourced from @commitlint/cli
's releases.
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
Commits
Updates @commitlint/config-conventional
from 19.8.0 to 19.8.1
Release notes
Sourced from @commitlint/config-conventional
's releases.
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
Changelog
Sourced from @commitlint/config-conventional
's changelog.
19.8.1 (2025-05-08)
Note: Version bump only for package
@commitlint/config-conventional
Commits
Updates @nestjs/cli
from 11.0.5 to 11.0.7
Release notes
Sourced from @nestjs/cli
's releases.
Release 11.0.7
What's Changed
- fix(deps): update angular-cli monorepo to v19.2.8 by
@renovate
in nestjs/nest-cli#2985- chore(deps): update dependency
@swc/cli
to v0.7.3 by@renovate
in nestjs/nest-cli#2994- feat: support multiple
--env-file
arguments by@micalevisk
in nestjs/nest-cli#3000- fix(deps): update dependency webpack to v5.99.6 by
@renovate
in nestjs/nest-cli#2996Full Changelog: https://github.com/nestjs/nest-cli/compare/11.0.6...11.0.7
Release 11.0.6
What's Changed
- fix(deps): update dependency ansis to v3.17.0 by
@renovate
in nestjs/nest-cli#2936- chore(deps): update dependency
@swc/core
to v1.11.16 by@renovate
in nestjs/nest-cli#2972- style: adjust spacing after heart emoji in package_manager_question by
@RayRemnant
in nestjs/nest-cli#2974- fix(deps): update angular-cli monorepo to v19.2.6 by
@renovate
in nestjs/nest-cli#2946- fix(deps): update dependency fork-ts-checker-webpack-plugin to v9.1.0 by
@renovate
in nestjs/nest-cli#2968- fix(deps): update dependency
@inquirer/prompts
to v7.4.1 by@renovate
in nestjs/nest-cli#2952New Contributors
@RayRemnant
made their first contribution in nestjs/nest-cli#2974Full Changelog: https://github.com/nestjs/nest-cli/compare/11.0.5...11.0.6
Commits
e343fab
chore(): release v11.0.78a0c1c1
Merge pull request #2996 from nestjs/renovate/webpack-5.xa6ddad8
Merge pull request #3000 from micalevisk/feat/issue-2981c5df8e6
refactor: deduplicateassertNonArray
utility function62b2434
chore(deps): update typescript-eslint monorepo to v8.31.0 (#2999)36a464d
chore(deps): update dependency eslint to v9.25.1 (#2998)bca2918
feat: support multiple--env-file
arguments7397574
chore(deps): update dependency eslint to v9.25.0 (#2997)34467d3
fix(deps): update dependency webpack to v5.99.6ec7d02a
chore(deps): update dependency release-it to v19 (#2995)- Additional commits viewable in compare view
Updates @nestjs/schematics
from 11.0.2 to 11.0.5
Release notes
Sourced from @nestjs/schematics
's releases.
Release 11.0.5
- chore: update eslint language options (app schematic) (180391a)
- chore(deps): update typescript-eslint monorepo to v8.29.1 (#2042) (bee9e31)
Release 11.0.4
- chore: fix package name (0398c6a)
- chore(deps): update dependency typescript to v5.8.3 (#2041) (5257ea1)
- chore(deps): update eslint monorepo to v9.24.0 (#2040) (115da29)
Release 11.0.3
What's Changed
- chore(deps): update dependency typescript to v5.8.2 by
@renovate
in nestjs/schematics#2012- fix(deps): update angular-cli monorepo to v19.2.6 by
@renovate
in nestjs/schematics#2016Full Changelog: https://github.com/nestjs/schematics/compare/11.0.2...11.0.3
Commits
c942010
chore(): release v11.0.5180391a
chore: update eslint language options (app schematic)bee9e31
chore(deps): update typescript-eslint monorepo to v8.29.1 (#2042)0705544
chore(): release v11.0.40398c6a
chore: fix package name5257ea1
chore(deps): update dependency typescript to v5.8.3 (#2041)115da29
chore(deps): update eslint monorepo to v9.24.0 (#2040)9f52e78
chore(): release v11.0.3c99416b
Merge pull request #2016 from nestjs/renovate/angular-cli-monorepoc56ce20
chore(deps): update dependency@types/node
to v22.14.0 (#2039)- Additional commits viewable in compare view
Updates @nestjs/testing
from 11.0.12 to 11.1.2
Release notes
Sourced from @nestjs/testing
'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 release112450b
chore(@nestjs
) publish v11.1.0 release729a9cd
chore(@nestjs
) publish v11.0.21 released5bca88
chore(@nestjs
) publish v11.0.20 releasea6bdfd1
chore(@nestjs
) publish v11.0.19 release11acc59
chore(@nestjs
) publish v11.0.18 releasef8a171c
chore(@nestjs
) publish v11.0.17 releaseb6edf9a
chore(@nestjs
) publish v11.0.16 release- Additional commits viewable in compare view
Updates @stylistic/eslint-plugin-ts
from 4.2.0 to 4.4.0
Release notes
Sourced from @stylistic/eslint-plugin-ts
's releases.
v4.4.0
4.4.0 (2025-05-24)
Features
v4.3.0
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
Chores
comma-dangle
(#716) (7e55b16)- merge
brace-style
(#715) (5769933)- merge
indent
(#713) (a57c2bb)- merge
key-spacing
(#734) (99c0873)- merge
keyword-spacing
(#732) (0018519)- merge
lines-between-class-members
(#730) (9f4bda0)- merge
no-extra-parens
(#711) (d6809c9)- merge
no-extra-semi
(#731) (880814e)- merge
object-property-newline
(#719) (d49ef91)- merge
quote-props
(#729) (e5b09a5)- merge
quotes
(#720) (9284830)
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin-ts
's changelog.
4.4.0 (2025-05-24)
Features
4.3.0 (2025-05-24)
Features
- configs: add new severity option for all rules (#733) (#736) (c553a9c)
- jsx-sort-props: support custom reservedFirst and reservedLast (#744) (fb17e96)
Bug Fixes
- eslint-plugin: only export interfaces in index (#763) (93a4eb1)
- handle new AST change on
TSImportType
(8f31461)- indent: handle
ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)- indent: wrong PropertyDefinition value offset when ts type have multiple line (#774) (140e18f)
- no-extra-parens: do not break specific
ReturnStatement
(#738) (a375a92)Documentation
- deprecate
jsx-indent
(#741) (ca23ce1)- fix comment example (#759) (c841bb6)
- fix eslint error (#775) (f2866f9)
- fix eslint error tip does not display (#792) (b09756d)
- incorrect error tip should display (#747) (7e06b81)
- typo (#723) (b6ed751)
Chores
comma-dangle
(#716) (7e55b16)- merge
brace-style
(#715) (5769933)- merge
indent
(#713) (a57c2bb)- merge
key-spacing
(#734) (99c0873)- merge
keyword-spacing
(#732) (0018519)- merge
lines-between-class-members
(#730) (9f4bda0)- merge
no-extra-parens
(#711) (d6809c9)- merge
no-extra-semi
(#731) (880814e)- merge
object-property-newline
(#719) (d49ef91)- merge
quote-props
(#729) (e5b09a5)- merge
quotes
(#720) (9284830)- merge
semi-spacing
(#727) (72856a8)- merge
semi
(#728) (85eeaa1)
... (truncated)
Commits
Updates @types/express
from 5.0.1 to 5.0.2
Commits
- See full diff in compare view
Updates @types/node
from 22.13.17 to 22.15.29
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.29.0 to 8.33.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedType
with no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io
- Dima Barabash
@dbarabashh
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing
(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
this
from optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportType
property name whenassert
(#11115)❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.33.0 (2025-05-26)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedType
with no type annotation (#11180)- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
❤️ Thank You
- Azat S.
@azat-io
- Dima Barabash
@dbarabashh
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [only-throw-error] add option
allowRethrowing
(#11075)- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- eslint-plugin: [unified-signatures] exempt
this
from optional parameter overload check (#11005)- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
❤️ Thank You
- Andy Edwards
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
8.31.1 (2025-04-28)
🩹 Fixes
... (truncated)
Commits
dca57b3
chore(release): publish 8.33.0387eeb5
docs(eslint-plugin): [typedef] deprecate the rule (#11202)f9e0eb9
chore: clean up nx and other config (#11226)1c0e1ae
chore: update some package scripts and dependency config (#10765)05014ff
chore: use TLA in ESM scripts rather than async main().catch() (#11218)220c38c
chore: updateeslint-plugin-perfectionist
tov4
(#11185)af077a0
chore(release): publish 8.32.1f8db925
fix(eslint-plugin): [consistent-indexed-object-style] check for indirect circ...98c5c4c
fix(eslint-plugin): [consistent-indexed-object-style] adjust auto-fixer to ge...b2be3dc
chore: simplifytsconfig
setup usingconfigDir
(#11136)- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 8.29.0 to 8.33.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedType
with no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io
- Dima Barabash
@dbarabashh
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing
(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
this
from optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportType
property name whenassert
(#11115)❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.33.0 (2025-05-26)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.1 (2025-05-12)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.32.0 (2025-05-05)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.31.1 (2025-04-28)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.31.0 (2025-04-21)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.0 (2025-04-14)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.29.1 (2025-04-07)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
dca57b3
chore(release): publish 8.33.0f9e0eb9
chore: clean up nx and other config (#11226)1c0e1ae
chore: update some package scripts and dependency config (#10765)48a9835
chore(parser): finish migrating tovitest
(#11191)-
Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+500Deletions:
-394
Package Dependencies
@typescript-eslint/parser
npm
8.29.0 → 8.33.0
Minor
@typescript-eslint/eslint-plugin
npm
8.29.0 → 8.33.0
Minor
@stylistic/eslint-plugin-ts
npm
4.2.0 → 4.4.0
Minor
@commitlint/config-conventional
npm
19.8.0 → 19.8.1
Patch
Technical Details
ID: | 777293 |
UUID: | 2557487441 |
Node ID: | PR_kwDOLtyvls6YcClR |
Host: | GitHub |
Repository: | adax10/nestjs-template-with-sql-and-i18n |
Merge State: | Unknown |