Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 33 updates in the / directory:

Package From To
@openapitools/openapi-generator-cli 2.25.0 2.25.2
@mikro-orm/core 6.5.9 6.6.2
@mikro-orm/mongodb 6.5.9 6.6.2
@eslint/js 9.39.1 9.39.2
eslint 9.38.0 9.39.2
prettier 3.6.2 3.7.4
typescript-eslint 8.46.2 8.49.0
@nestjs/common 11.1.8 11.1.9
@nestjs/core 11.1.8 11.1.9
@nestjs/jwt 11.0.1 11.0.2
@nestjs/platform-express 11.1.8 11.1.9
@nestjs/swagger 11.2.1 11.2.3
class-validator 0.14.2 0.14.3
megalodon 10.1.3 10.2.0
nestjs-i18n 10.5.1 10.6.0
nestjs-pino 4.4.1 4.5.0
pino-pretty 13.1.2 13.1.3
@nestjs/cli 11.0.10 11.0.14
@nestjs/testing 11.1.8 11.1.9
ts-jest 29.4.5 29.4.6
@oclif/plugin-help 6.2.35 6.2.36
@oclif/plugin-plugins 5.4.53 5.4.54
mongodb 6.20.0 6.21.0
@oclif/test 4.1.14 4.1.15
oclif 4.22.41 4.22.57
@mui/icons-material 7.3.4 7.3.6
@mui/material 7.3.4 7.3.6
express 5.1.0 5.2.1
@types/express 5.0.5 5.0.6
i18next 25.6.0 25.7.3
i18next-fs-backend 2.6.0 2.6.1
react-i18next 16.2.1 16.5.0
autoprefixer 10.4.21 10.4.23

Updates @openapitools/openapi-generator-cli from 2.25.0 to 2.25.2

Release notes

Sourced from @​openapitools/openapi-generator-cli's releases.

v2.25.2

2.25.2 (2025-11-20)

Bug Fixes

v2.25.1

2.25.1 (2025-11-18)

Bug Fixes

Commits
  • 8cec27e fix(deps): update dependency glob to v13 (#1052)
  • 7c4b115 chore(deps): update nx monorepo to v22.1.0 (#1053)
  • 6373d47 fix(deps): update dependency glob to v12 (#1051)
  • a1a0576 chore(deps): update nx monorepo to v22.0.4 (#1050)
  • 0fb7310 chore(deps): update dependency glob to v11.1.0 [security] (#1049)
  • ae1e86e chore(deps): update nest monorepo to v11.1.9 (#1047)
  • 7b46fdd chore(deps): update dependency @​types/node to v20.19.25 (#1046)
  • dbb01c8 chore(deps): update nx monorepo to v22.0.3 (#1045)
  • 76254ff chore(deps): update dependency axios to v1.13.2 (#1044)
  • 4259642 chore(deps): update dependency eslint to v9.39.1 (#1043)
  • Additional commits viewable in compare view

Updates @mikro-orm/core from 6.5.9 to 6.6.2

Release notes

Sourced from @​mikro-orm/core's releases.

v6.6.2

6.6.2 (2025-12-07)

Bug Fixes

  • core: deprecate some EM and MikroORM methods (551b1df)
  • core: fix joining embedded entity with virtual property (2a76b1d), closes #7023
  • core: handle BigInt in Date hydration (#7003) (236b429), closes #7002

Features

  • core: use upsert when adding items to not initialized M:N collections (#7019) (268f378), closes #6625

Performance Improvements

  • core: store subscribers in Set to deduplicate them by identity (#7010) (a41c498), closes #7009

v6.6.1

6.6.1 (2025-11-25)

Bug Fixes

  • core: try to infer property types regardless of inferDefaultValues option (98eef5e)
  • mongo: fix processing of nested lazy scalar properties (94927c6), closes #6994
  • mongo: respect property fieldName on index creation (#6979) (44998c0), closes #6978
  • mysql: ensure raw values are rehydrated after flush (9a86383), closes #6968
  • query-builder: do not require transaction when for LockMode.NONE (6c2a4b6), closes #6969

Performance Improvements

  • core: simplify processing of scalars that use simple ORM provided type classes (15d7e74)

v6.6.0

6.6.0 (2025-11-11)

Bug Fixes

  • core: do not ignore updating the whole inlined embedded property to null (d0913f1), closes #6966
  • core: ensure base properties in STI entities won't be ignored when overridden in one child (b31ffec), closes #6957
  • core: ensure original entity data are in correct shape after merging (7a30cca), closes #6951
  • core: rehydrate nullable to-one properties that were discarded via filters with select-in strategy (3d58538), closes #6460
  • core: support falsy values in scalar references (#6942) (a02c2a8)
  • core: support type detection on classes with dots in their names like Temporal.Instant (8cca4a8), closes #6953
  • postgres: allow executing schema queries via knex in migrations (5196f24), closes #6949

... (truncated)

Changelog

Sourced from @​mikro-orm/core's changelog.

6.6.2 (2025-12-07)

Bug Fixes

  • core: deprecate some EM and MikroORM methods (551b1df)
  • core: fix joining embedded entity with virtual property (2a76b1d), closes #7023
  • core: handle BigInt in Date hydration (#7003) (236b429), closes #7002

Features

  • core: use upsert when adding items to not initialized M:N collections (#7019) (268f378), closes #6625

Performance Improvements

  • core: store subscribers in Set to deduplicate them by identity (#7010) (a41c498), closes #7009

6.6.1 (2025-11-25)

Bug Fixes

  • core: try to infer property types regardless of inferDefaultValues option (98eef5e)
  • mongo: fix processing of nested lazy scalar properties (94927c6), closes #6994
  • mongo: respect property fieldName on index creation (#6979) (44998c0), closes #6978
  • mysql: ensure raw values are rehydrated after flush (9a86383), closes #6968
  • query-builder: do not require transaction when for LockMode.NONE (6c2a4b6), closes #6969

Performance Improvements

  • core: simplify processing of scalars that use simple ORM provided type classes (15d7e74)

6.6.0 (2025-11-11)

Bug Fixes

  • core: do not ignore updating the whole inlined embedded property to null (d0913f1), closes #6966
  • core: ensure base properties in STI entities won't be ignored when overridden in one child (b31ffec), closes #6957

... (truncated)

Commits
  • 45dc7ad chore(release): v6.6.2 [skip ci]
  • 2a76b1d fix(core): fix joining embedded entity with virtual property
  • 43261b2 chore(deps): bump jws from 3.2.2 to 3.2.3 (#7033)
  • d5f0b45 chore(deps): update patch/minor dependencies to v20.2.0
  • 105badb chore(deps): update dependency mongodb-memory-server-core to v10.4.1
  • c4d1618 chore(deps): update dependency mongodb-memory-server-core to v10.4.0
  • 268f378 feat(core): use upsert when adding items to not initialized M:N collections (...
  • 55151d7 chore(deps): update patch/minor dependencies (#6970)
  • 76d6b13 chore: Add @apify/docusaurus-plugin-typedoc-api to renovate ignore block (#...
  • a41c498 perf(core): store subscribers in Set to deduplicate them by identity (#7010)
  • Additional commits viewable in compare view

Updates @mikro-orm/mongodb from 6.5.9 to 6.6.2

Release notes

Sourced from @​mikro-orm/mongodb's releases.

v6.6.2

6.6.2 (2025-12-07)

Bug Fixes

  • core: deprecate some EM and MikroORM methods (551b1df)
  • core: fix joining embedded entity with virtual property (2a76b1d), closes #7023
  • core: handle BigInt in Date hydration (#7003) (236b429), closes #7002

Features

  • core: use upsert when adding items to not initialized M:N collections (#7019) (268f378), closes #6625

Performance Improvements

  • core: store subscribers in Set to deduplicate them by identity (#7010) (a41c498), closes #7009

v6.6.1

6.6.1 (2025-11-25)

Bug Fixes

  • core: try to infer property types regardless of inferDefaultValues option (98eef5e)
  • mongo: fix processing of nested lazy scalar properties (94927c6), closes #6994
  • mongo: respect property fieldName on index creation (#6979) (44998c0), closes #6978
  • mysql: ensure raw values are rehydrated after flush (9a86383), closes #6968
  • query-builder: do not require transaction when for LockMode.NONE (6c2a4b6), closes #6969

Performance Improvements

  • core: simplify processing of scalars that use simple ORM provided type classes (15d7e74)

v6.6.0

6.6.0 (2025-11-11)

Bug Fixes

  • core: do not ignore updating the whole inlined embedded property to null (d0913f1), closes #6966
  • core: ensure base properties in STI entities won't be ignored when overridden in one child (b31ffec), closes #6957
  • core: ensure original entity data are in correct shape after merging (7a30cca), closes #6951
  • core: rehydrate nullable to-one properties that were discarded via filters with select-in strategy (3d58538), closes #6460
  • core: support falsy values in scalar references (#6942) (a02c2a8)
  • core: support type detection on classes with dots in their names like Temporal.Instant (8cca4a8), closes #6953
  • postgres: allow executing schema queries via knex in migrations (5196f24), closes #6949

... (truncated)

Changelog

Sourced from @​mikro-orm/mongodb's changelog.

6.6.2 (2025-12-07)

Bug Fixes

  • core: deprecate some EM and MikroORM methods (551b1df)
  • core: fix joining embedded entity with virtual property (2a76b1d), closes #7023
  • core: handle BigInt in Date hydration (#7003) (236b429), closes #7002

Features

  • core: use upsert when adding items to not initialized M:N collections (#7019) (268f378), closes #6625

Performance Improvements

  • core: store subscribers in Set to deduplicate them by identity (#7010) (a41c498), closes #7009

6.6.1 (2025-11-25)

Bug Fixes

  • core: try to infer property types regardless of inferDefaultValues option (98eef5e)
  • mongo: fix processing of nested lazy scalar properties (94927c6), closes #6994
  • mongo: respect property fieldName on index creation (#6979) (44998c0), closes #6978
  • mysql: ensure raw values are rehydrated after flush (9a86383), closes #6968
  • query-builder: do not require transaction when for LockMode.NONE (6c2a4b6), closes #6969

Performance Improvements

  • core: simplify processing of scalars that use simple ORM provided type classes (15d7e74)

6.6.0 (2025-11-11)

Bug Fixes

  • core: do not ignore updating the whole inlined embedded property to null (d0913f1), closes #6966
  • core: ensure base properties in STI entities won't be ignored when overridden in one child (b31ffec), closes #6957

... (truncated)

Commits
  • 45dc7ad chore(release): v6.6.2 [skip ci]
  • 2a76b1d fix(core): fix joining embedded entity with virtual property
  • 43261b2 chore(deps): bump jws from 3.2.2 to 3.2.3 (#7033)
  • d5f0b45 chore(deps): update patch/minor dependencies to v20.2.0
  • 105badb chore(deps): update dependency mongodb-memory-server-core to v10.4.1
  • c4d1618 chore(deps): update dependency mongodb-memory-server-core to v10.4.0
  • 268f378 feat(core): use upsert when adding items to not initialized M:N collections (...
  • 55151d7 chore(deps): update patch/minor dependencies (#6970)
  • 76d6b13 chore: Add @apify/docusaurus-plugin-typedoc-api to renovate ignore block (#...
  • a41c498 perf(core): store subscribers in Set to deduplicate them by identity (#7010)
  • Additional commits viewable in compare view

Updates @eslint/js from 9.39.1 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates eslint from 9.38.0 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)

... (truncated)

Commits

Updates prettier from 3.6.2 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prettier since your current version.


Updates typescript-eslint from 8.46.2 to 8.49.0

Release notes

Sourced from typescript-eslint's releases.

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.1

8.48.1 (2025-12-02)

⏪ Reverts

  • eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)

🩹 Fixes

  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.49.0 (2025-12-08)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.48.1 (2025-12-02)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.48.0 (2025-11-24)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.47.0 (2025-11-17)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.4 (2025-11-10)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.3 (2025-11-03)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @nestjs/common from 11.1.8 to 11.1.9

Release notes

Sourced from @​nestjs/common's releases.

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (@​JoeNutt)

Enhancements

Dependencies

Committers: 4

Commits

Updates @nestjs/core from 11.1.8 to 11.1.9

Release notes

Sourced from @​nestjs/core's releases.

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (

Bumps the dependencies group with 33 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) | `2.25.0` | `2.25.2` |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.5.9` | `6.6.2` |
| [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) | `6.5.9` | `6.6.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.1` | `9.39.2` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.2` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.49.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.8` | `11.1.9` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.8` | `11.1.9` |
| [@nestjs/jwt](https://github.com/nestjs/jwt) | `11.0.1` | `11.0.2` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.8` | `11.1.9` |
| [@nestjs/swagger](https://github.com/nestjs/swagger) | `11.2.1` | `11.2.3` |
| [class-validator](https://github.com/typestack/class-validator) | `0.14.2` | `0.14.3` |
| [megalodon](https://github.com/h3poteto/megalodon) | `10.1.3` | `10.2.0` |
| [nestjs-i18n](https://github.com/ToonvanStrijp/nestjs-i18n) | `10.5.1` | `10.6.0` |
| [nestjs-pino](https://github.com/iamolegga/nestjs-pino) | `4.4.1` | `4.5.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `13.1.2` | `13.1.3` |
| [@nestjs/cli](https://github.com/nestjs/nest-cli) | `11.0.10` | `11.0.14` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.8` | `11.1.9` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.5` | `29.4.6` |
| [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.35` | `6.2.36` |
| [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.53` | `5.4.54` |
| [mongodb](https://github.com/mongodb/node-mongodb-native) | `6.20.0` | `6.21.0` |
| [@oclif/test](https://github.com/oclif/test) | `4.1.14` | `4.1.15` |
| [oclif](https://github.com/oclif/oclif) | `4.22.41` | `4.22.57` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `7.3.4` | `7.3.6` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.4` | `7.3.6` |
| [express](https://github.com/expressjs/express) | `5.1.0` | `5.2.1` |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `5.0.5` | `5.0.6` |
| [i18next](https://github.com/i18next/i18next) | `25.6.0` | `25.7.3` |
| [i18next-fs-backend](https://github.com/i18next/i18next-fs-backend) | `2.6.0` | `2.6.1` |
| [react-i18next](https://github.com/i18next/react-i18next) | `16.2.1` | `16.5.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.23` |



Updates `@openapitools/openapi-generator-cli` from 2.25.0 to 2.25.2
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Commits](OpenAPITools/openapi-generator-cli@v2.25.0...v2.25.2)

Updates `@mikro-orm/core` from 6.5.9 to 6.6.2
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.5.9...v6.6.2)

Updates `@mikro-orm/mongodb` from 6.5.9 to 6.6.2
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.5.9...v6.6.2)

Updates `@eslint/js` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `eslint` from 9.38.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.2)

Updates `prettier` from 3.6.2 to 3.7.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.7.4)

Updates `typescript-eslint` from 8.46.2 to 8.49.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/typescript-eslint)

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

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

Updates `@nestjs/jwt` from 11.0.1 to 11.0.2
- [Release notes](https://github.com/nestjs/jwt/releases)
- [Commits](nestjs/jwt@11.0.1...11.0.2)

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

Updates `@nestjs/swagger` from 11.2.1 to 11.2.3
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Commits](nestjs/swagger@11.2.1...11.2.3)

Updates `class-validator` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/typestack/class-validator/releases)
- [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md)
- [Commits](typestack/class-validator@v0.14.2...v0.14.3)

Updates `megalodon` from 10.1.3 to 10.2.0
- [Release notes](https://github.com/h3poteto/megalodon/releases)
- [Commits](h3poteto/megalodon@v10.1.3...v10.2.0)

Updates `nestjs-i18n` from 10.5.1 to 10.6.0
- [Release notes](https://github.com/ToonvanStrijp/nestjs-i18n/releases)
- [Commits](toonvanstrijp/nestjs-i18n@v10.5.1...v10.6.0)

Updates `nestjs-pino` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/iamolegga/nestjs-pino/releases)
- [Commits](iamolegga/nestjs-pino@4.4.1...4.5.0)

Updates `pino-pretty` from 13.1.2 to 13.1.3
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v13.1.2...v13.1.3)

Updates `@nestjs/cli` from 11.0.10 to 11.0.14
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Commits](nestjs/nest-cli@11.0.10...11.0.14)

Updates `@nestjs/testing` from 11.1.8 to 11.1.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.9/packages/testing)

Updates `ts-jest` from 29.4.5 to 29.4.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.6)

Updates `@oclif/plugin-help` from 6.2.35 to 6.2.36
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-help@6.2.35...6.2.36)

Updates `@oclif/plugin-plugins` from 5.4.53 to 5.4.54
- [Release notes](https://github.com/oclif/plugin-plugins/releases)
- [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-plugins@5.4.53...5.4.54)

Updates `mongodb` from 6.20.0 to 6.21.0
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v6.21.0/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v6.20.0...v6.21.0)

Updates `@oclif/test` from 4.1.14 to 4.1.15
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@4.1.14...4.1.15)

Updates `oclif` from 4.22.41 to 4.22.57
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.22.41...4.22.57)

Updates `@mui/icons-material` from 7.3.4 to 7.3.6
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.6/packages/mui-icons-material)

Updates `@mui/material` from 7.3.4 to 7.3.6
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.6/packages/mui-material)

Updates `express` from 5.1.0 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v5.1.0...v5.2.1)

Updates `@types/express` from 5.0.5 to 5.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `i18next` from 25.6.0 to 25.7.3
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.6.0...v25.7.3)

Updates `i18next-fs-backend` from 2.6.0 to 2.6.1
- [Changelog](https://github.com/i18next/i18next-fs-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-fs-backend@v2.6.0...v2.6.1)

Updates `react-i18next` from 16.2.1 to 16.5.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v16.2.1...v16.5.0)

Updates `autoprefixer` from 10.4.21 to 10.4.23
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.21...10.4.23)

---
updated-dependencies:
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-version: 2.25.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mikro-orm/core"
  dependency-version: 6.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mikro-orm/mongodb"
  dependency-version: 6.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/jwt"
  dependency-version: 11.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/swagger"
  dependency-version: 11.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: class-validator
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: megalodon
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nestjs-i18n
  dependency-version: 10.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nestjs-pino
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pino-pretty
  dependency-version: 13.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/cli"
  dependency-version: 11.0.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@oclif/plugin-help"
  dependency-version: 6.2.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@oclif/plugin-plugins"
  dependency-version: 5.4.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mongodb
  dependency-version: 6.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@oclif/test"
  dependency-version: 4.1.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: oclif
  dependency-version: 4.22.57
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/icons-material"
  dependency-version: 7.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/material"
  dependency-version: 7.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/express"
  dependency-version: 5.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: i18next
  dependency-version: 25.7.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: i18next-fs-backend
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-i18next
  dependency-version: 16.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: 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 Dec 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 12, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-40951435f5 branch January 12, 2026 18:19
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.

0 participants