build(dev-dependencies): bump the dev-dependencies-minor-and-patch group across 1 directory with 11 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the dev-dependencies-minor-and-patch group with 11 updates in the / directory:
Package | From | To |
---|---|---|
@faker-js/faker | 9.6.0 |
9.7.0 |
@nestjs/common | 11.0.13 |
11.1.0 |
@nestjs/core | 11.0.13 |
11.1.0 |
@nestjs/platform-express | 11.0.13 |
11.1.0 |
@nestjs/testing | 11.0.13 |
11.1.0 |
@swc/core | 1.11.16 |
1.11.24 |
@swc/jest | 0.2.37 |
0.2.38 |
@types/node | 22.14.0 |
22.15.9 |
class-validator | 0.14.1 |
0.14.2 |
eslint-config-codemask | 2.1.2 |
2.1.3 |
typescript | 5.8.2 |
5.8.3 |
Updates @faker-js/faker
from 9.6.0 to 9.7.0
Release notes
Sourced from @faker-js/faker
's releases.
v9.7.0
What's Changed
- feat(locale): Add bn_BD locale by
@AbrarShahriar
in faker-js/faker#3439- fix(airline): Air France and KLM Royal Dutch Airlines by
@chimurai
in faker-js/faker#3440- infra(comment-issue): fix display of thumbs up emoji by
@xDivisionByZerox
in faker-js/faker#3444- feat(locale): add localize sex support for zh_CN & zh_TW by
@sd44
in faker-js/faker#3450- fix(iban): more strict pattern for IE and PS by
@xDivisionByZerox
in faker-js/faker#3464- chore(deps): update devdependencies by
@renovate
in faker-js/faker#3456- chore(deps): update all non-major dependencies by
@renovate
in faker-js/faker#3457- chore(deps): update dependency prettier to v3.5.3 by
@renovate
in faker-js/faker#3455- chore(deps): update dependency eslint-plugin-unicorn to v58 by
@renovate
in faker-js/faker#3461- chore(deps): update vitest by
@renovate
in faker-js/faker#3459- chore(deps): update cypress/browsers:22.14.0 docker digest to 55119cf by
@renovate
in faker-js/faker#3453- chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:22 docker digest to a20b8a3 by
@renovate
in faker-js/faker#3454- chore(deps): update dependency
@vueuse/core
to v13 by@renovate
in faker-js/faker#3460- feat(locale): add Tamil language support by
@Pradeepg2445
in faker-js/faker#3468- chore(deps): update eslint by
@renovate
in faker-js/faker#3458- chore(deps): lock file maintenance by
@renovate
in faker-js/faker#3437- fix(locale): rename ja and zh_CN company affix files by
@matsueushi
in faker-js/faker#3448- feat(locale): add finance support for ja locale by
@matsueushi
in faker-js/faker#3449- feat(locale): add cy locale, start with date by
@Awen23
in faker-js/faker#3462- fix(number): don't ignore multipleOf in float when min=max by
@ST-DDT
in faker-js/faker#3417- chore(deps): update dependency
@vitest/eslint-plugin
to v1.1.42 by@renovate
in faker-js/faker#3471- chore(deps): update devdependencies by
@renovate
in faker-js/faker#3472- chore(deps): update dependency typescript to v5.8.3 by
@renovate
in faker-js/faker#3473- chore(deps): lock file maintenance by
@renovate
in faker-js/faker#3474- chore(release): 9.7.0 by
@fakerjs-bot
in faker-js/faker#3475New Contributors
@AbrarShahriar
made their first contribution in faker-js/faker#3439@chimurai
made their first contribution in faker-js/faker#3440@sd44
made their first contribution in faker-js/faker#3450@Pradeepg2445
made their first contribution in faker-js/faker#3468@matsueushi
made their first contribution in faker-js/faker#3448@Awen23
made their first contribution in faker-js/faker#3462Full Changelog: https://github.com/faker-js/faker/compare/v9.6.0...v9.7.0
Changelog
Sourced from @faker-js/faker
's changelog.
9.7.0 (2025-04-13)
New Locales
- locale: Add bn_BD locale (#3439) (fef0ad7)
- locale: add cy locale, start with date (#3462) (f70a6f7)
- locale: add finance support for ja locale (#3449) (b2c5298)
- locale: add localize sex support for zh_CN & zh_TW (#3450) (048c325)
- locale: add Tamil language support (#3468) (cdf6dc4)
Bug Fixes
Commits
81c9fba
chore(release): 9.7.0 (#3475)f6f9d7c
chore(deps): lock file maintenance (#3474)02d8417
chore(deps): update dependency typescript to v5.8.3 (#3473)8364fd0
chore(deps): update devdependencies (#3472)25f5245
chore(deps): update dependency@vitest/eslint-plugin
to v1.1.42 (#3471)e4cc4e5
fix(number): don't ignore multipleOf in float when min=max (#3417)f70a6f7
feat(locale): add cy locale, start with date (#3462)b2c5298
feat(locale): add finance support for ja locale (#3449)1e551c5
fix(locale): rename ja and zh_CN company affix files (#3448)ea6e179
chore(deps): lock file maintenance (#3437)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by faker-bot, a new releaser for @faker-js/faker
since your current version.
Updates @nestjs/common
from 11.0.13 to 11.1.0
Release notes
Sourced from @nestjs/common
's releases.
v11.1.0 (2025-04-23)
Enhancements
microservices
- #14540 feat(microservices): add support for topic exchange (rabbitmq) (
@kamilmysliwiec
)Committers: 1
- Kamil Mysliwiec (
@kamilmysliwiec
)v11.0.21 (2025-04-23)
Enhancements
Dependencies
platform-fastify
- #14989 fix(deps): update dependency fastify to v5.3.2 [security] (
@renovate[bot]
)Committers: 1
- JaeHo Jang (
@mag123c
)v11.0.20
What's Changed
- refactor(common): Prevent JavaScript being wrapped in
eval
by@Borewit
in nestjs/nest#14974New Contributors
@Borewit
made their first contribution in nestjs/nest#14974Full Changelog: https://github.com/nestjs/nest/compare/v11.0.19...v11.0.20
v11.0.18
What's Changed
- chore(common): temporarily move file-type to regular deps https://github.com/nestjs/nest/commit/d9a69a32a4d560f82112e63a28c26445d4277c44
Full Changelog: https://github.com/nestjs/nest/compare/v11.0.17...v11.0.18
v11.0.16 (2025-04-11)
- fix(common): use
file-type
to validate file mimetypes by@Chathula
in nestjs/nest#14881v11.0.15 (2025-04-10)
Bug fixes
Committers: 1
- Johan Legrand (
@johaven
)
... (truncated)
Commits
112450b
chore(@nestjs
) publish v11.1.0 release729a9cd
chore(@nestjs
) publish v11.0.21 release8dccc18
feat(common): Add fallbackToMimetype support in FileTypeValidatorde798f6
test(common): Fix invalid file type testd5bca88
chore(@nestjs
) publish v11.0.20 release8250be8
chore: add load-esm to common deps1e43fcb
refactor(common): Prevent JavaScript wrapping ineval
a6bdfd1
chore(@nestjs
) publish v11.0.19 release9c29ace
fix(common): remove leftovers11acc59
chore(@nestjs
) publish v11.0.18 release- Additional commits viewable in compare view
Updates @nestjs/core
from 11.0.13 to 11.1.0
Release notes
Sourced from @nestjs/core
's releases.
v11.1.0 (2025-04-23)
Enhancements
microservices
- #14540 feat(microservices): add support for topic exchange (rabbitmq) (
@kamilmysliwiec
)Committers: 1
- Kamil Mysliwiec (
@kamilmysliwiec
)v11.0.21 (2025-04-23)
Enhancements
Dependencies
platform-fastify
- #14989 fix(deps): update dependency fastify to v5.3.2 [security] (
@renovate[bot]
)Committers: 1
- JaeHo Jang (
@mag123c
)v11.0.20
What's Changed
- refactor(common): Prevent JavaScript being wrapped in
eval
by@Borewit
in nestjs/nest#14974New Contributors
@Borewit
made their first contribution in nestjs/nest#14974Full Changelog: https://github.com/nestjs/nest/compare/v11.0.19...v11.0.20
v11.0.18
What's Changed
- chore(common): temporarily move file-type to regular deps https://github.com/nestjs/nest/commit/d9a69a32a4d560f82112e63a28c26445d4277c44
Full Changelog: https://github.com/nestjs/nest/compare/v11.0.17...v11.0.18
v11.0.16 (2025-04-11)
- fix(common): use
file-type
to validate file mimetypes by@Chathula
in nestjs/nest#14881v11.0.15 (2025-04-10)
Bug fixes
Committers: 1
- Johan Legrand (
@johaven
)
... (truncated)
Commits
112450b
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 release4718a64
chore(@nestjs
) publish v11.0.15 releasedbc0378
chore(@nestjs
) publish v11.0.14 release- See full diff in compare view
Updates @nestjs/platform-express
from 11.0.13 to 11.1.0
Release notes
Sourced from @nestjs/platform-express
's releases.
v11.1.0 (2025-04-23)
Enhancements
microservices
- #14540 feat(microservices): add support for topic exchange (rabbitmq) (
@kamilmysliwiec
)Committers: 1
- Kamil Mysliwiec (
@kamilmysliwiec
)v11.0.21 (2025-04-23)
Enhancements
Dependencies
platform-fastify
- #14989 fix(deps): update dependency fastify to v5.3.2 [security] (
@renovate[bot]
)Committers: 1
- JaeHo Jang (
@mag123c
)v11.0.20
What's Changed
- refactor(common): Prevent JavaScript being wrapped in
eval
by@Borewit
in nestjs/nest#14974New Contributors
@Borewit
made their first contribution in nestjs/nest#14974Full Changelog: https://github.com/nestjs/nest/compare/v11.0.19...v11.0.20
v11.0.18
What's Changed
- chore(common): temporarily move file-type to regular deps https://github.com/nestjs/nest/commit/d9a69a32a4d560f82112e63a28c26445d4277c44
Full Changelog: https://github.com/nestjs/nest/compare/v11.0.17...v11.0.18
v11.0.16 (2025-04-11)
- fix(common): use
file-type
to validate file mimetypes by@Chathula
in nestjs/nest#14881v11.0.15 (2025-04-10)
Bug fixes
Committers: 1
- Johan Legrand (
@johaven
)
... (truncated)
Commits
112450b
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 release4718a64
chore(@nestjs
) publish v11.0.15 releasedbc0378
chore(@nestjs
) publish v11.0.14 release- See full diff in compare view
Updates @nestjs/testing
from 11.0.13 to 11.1.0
Release notes
Sourced from @nestjs/testing
's releases.
v11.1.0 (2025-04-23)
Enhancements
microservices
- #14540 feat(microservices): add support for topic exchange (rabbitmq) (
@kamilmysliwiec
)Committers: 1
- Kamil Mysliwiec (
@kamilmysliwiec
)v11.0.21 (2025-04-23)
Enhancements
Dependencies
platform-fastify
- #14989 fix(deps): update dependency fastify to v5.3.2 [security] (
@renovate[bot]
)Committers: 1
- JaeHo Jang (
@mag123c
)v11.0.20
What's Changed
- refactor(common): Prevent JavaScript being wrapped in
eval
by@Borewit
in nestjs/nest#14974New Contributors
@Borewit
made their first contribution in nestjs/nest#14974Full Changelog: https://github.com/nestjs/nest/compare/v11.0.19...v11.0.20
v11.0.18
What's Changed
- chore(common): temporarily move file-type to regular deps https://github.com/nestjs/nest/commit/d9a69a32a4d560f82112e63a28c26445d4277c44
Full Changelog: https://github.com/nestjs/nest/compare/v11.0.17...v11.0.18
v11.0.16 (2025-04-11)
- fix(common): use
file-type
to validate file mimetypes by@Chathula
in nestjs/nest#14881v11.0.15 (2025-04-10)
Bug fixes
Committers: 1
- Johan Legrand (
@johaven
)
... (truncated)
Commits
112450b
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 release4718a64
chore(@nestjs
) publish v11.0.15 releasedbc0378
chore(@nestjs
) publish v11.0.14 release- See full diff in compare view
Updates @swc/core
from 1.11.16 to 1.11.24
Changelog
Sourced from @swc/core
's changelog.
Changelog
[unreleased]
Bug Fixes
(
@swc/types
) Addtransform.nativeClassProperties
(#10418) (f3af44c)(
@swc/types
) AddresolveFully
toBaseModuleConfig
(#10426) (164cbaa)(es/jest) Hoisting vars with names starting with mock (#10410) (a29eb29)
(es/optimization) Support decimal numbers in
jsonify
(#10424) (affdec2)Features
Refactor
[1.11.23] - 2025-04-29
Bug Fixes
(es/compat) Remove
PURE
mark from _async_to_generator (#10414) (1c6f65c)(es/proposal) Preserve class id for hoisted classes when transforming
using
declarations (#10407) (b703f21)Refactor
... (truncated)
Commits
d793259
chore: Publish1.11.24
withswc_core
v22.5.4
edda77d
chore: Update changelog819b6da
chore: Publish1.11.24-nightly-20250429.1
withswc_core
v22.5.4
69656ef
chore: Enable fat LTO by default (#10417)7f5a002
chore: Update changelog37bb89c
chore: Publish1.11.23
withswc_core
v22.5.4
a55c5b9
chore: Update changelogc917771
chore: Publish1.11.23-nightly-20250429.1
withswc_core
v22.5.4
57605e3
chore: Publish crates withswc_core
v22.5.4
1c6f65c
fix(es/compat): RemovePURE
mark from _async_to_generator (#10414)- Additional commits viewable in compare view
Updates @swc/jest
from 0.2.37 to 0.2.38
Commits
- See full diff in compare view
Updates @types/node
from 22.14.0 to 22.15.9
Commits
- 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 eslint-config-codemask
from 2.1.2 to 2.1.3
Updates typescript
from 5.8.2 to 5.8.3
Release notes
Sourced from typescript's releases.
TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
Commits
83dc0bb
Convert release publishing inputs into parameters (#61523)ba663f6
Exclude completions of binding pattern variable initializers (#52723)7205eda
Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...89c572c
Fixed a symbol display crash on expando members write locations (#55478)7b26d2e
Fix incorrect name in new release pipeline (#61514)c7a559e
Add new release publisher yaml (#61491)29e6d66
Fixlib.includes('dom')
check incontainerSeemsToBeEmptyDomElement
(#61481)19b7772
Bump the github-actions group with 4 updates (#61474)4dc677b
Fix errors on type assertions in erasableSyntaxOnly (#61452)ee3dd72
fix(60908): Unexpected "'Type' is declared but its value is never read." erro...- 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
0
0
+0
-0
Package Dependencies
@nestjs/platform-express
npm
11.0.13 → 11.1.0
Minor
Technical Details
ID: | 1019235 |
UUID: | 3041129426 |
Node ID: | PR_kwDOKcEuGM6VBCnR |
Host: | GitHub |
Repository: | codemask-labs/nestjs-elasticsearch |