Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

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

Package From To
@openapitools/openapi-generator-cli 2.25.0 2.28.0
@mikro-orm/core 6.5.9 6.6.5
@mikro-orm/mongodb 6.5.9 6.6.5
@eslint/js 9.39.1 9.39.2
eslint 9.38.0 9.39.2
prettier 3.6.2 3.8.1
typescript-eslint 8.46.2 8.53.1
@nestjs/common 11.1.8 11.1.12
@nestjs/core 11.1.8 11.1.12
@nestjs/jwt 11.0.1 11.0.2
@nestjs/platform-express 11.1.8 11.1.12
@nestjs/swagger 11.2.1 11.2.5
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.16
@nestjs/testing 11.1.8 11.1.12
supertest 7.1.4 7.2.2
ts-jest 29.4.5 29.4.6
@oclif/plugin-help 6.2.35 6.2.37
@oclif/plugin-plugins 5.4.53 5.4.55
axios 1.13.2 1.13.3
mongodb 6.20.0 6.21.0
@oclif/test 4.1.14 4.1.16
oclif 4.22.41 4.22.70
@mui/icons-material 7.3.4 7.3.7
@mui/material 7.3.4 7.3.7
@remix-run/express 2.17.2 2.17.4
@remix-run/node 2.17.2 2.17.4
@remix-run/react 2.17.2 2.17.4
@remix-run/serve 2.17.2 2.17.4
express 5.1.0 5.2.1
@types/express 5.0.5 5.0.6
i18next 25.6.0 25.8.0
i18next-fs-backend 2.6.0 2.6.1
react-i18next 16.2.1 16.5.3
@remix-run/dev 2.17.2 2.17.4
autoprefixer 10.4.21 10.4.23

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

Release notes

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

v2.28.0

2.28.0 (2026-01-19)

Features

v2.27.0

2.27.0 (2025-12-30)

Features

  • config: add support for environment variable placeholders in config (#1031) (1cd2614)

v2.26.0

2.26.0 (2025-12-22)

Bug Fixes

  • deps: update dependency fs-extra to v11.3.3 (#1079) (b74ca95)

Features

v2.25.2

2.25.2 (2025-11-20)

Bug Fixes

v2.25.1

2.25.1 (2025-11-18)

Bug Fixes

Commits
  • 4498491 feat(release): v7.19.0 release (#1103)
  • d42bef6 chore(deps): update dependency @​types/node to v20.19.30 (#1101)
  • 294c942 chore(deps): update nest monorepo to v11.1.12 (#1100)
  • bb954c4 chore(deps): update dependency prettier to v3.8.0 (#1099)
  • b42cabb chore(deps): update dependency type-fest to v5.4.1 (#1098)
  • aeb2f94 chore(deps): update dependency @​types/node to v20.19.29 (#1097)
  • 3488c85 chore(deps): update dependency type-fest to v5.4.0 (#1096)
  • bd18bf0 chore(deps): update dependency @​types/node to v20.19.28 (#1095)
  • 2ce2942 chore(deps): update commitlint monorepo to v20.3.1 (#1093)
  • aa108cf chore(deps): update commitlint monorepo to v20.3.0 (#1092)
  • Additional commits viewable in compare view

Updates @mikro-orm/core from 6.5.9 to 6.6.5

Release notes

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

v6.6.5

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

Features

  • core: improve formula callback to provide more information about the table and column mapping (#7105) (059bf97), closes #7102

v6.6.4

6.6.4 (2026-01-14)

Bug Fixes

  • core: do not convert custom types in em.refresh (143a4ed), closes #7073
  • core: fix applying filters on nested relation conditions (2ec6474)
  • core: fix processing filters on to-many relations (4a55799)
  • core: respect orphanRemoval on 1:1 relations when inverse side is a PK (#7081) (ce4bfee)
  • core: support wildcard wrap(e).populate() hints on type level (45224ee)
  • mongo: fix field name conversion when querying object embedded entities (3ea8193)
  • postres: fix casting of object embedded relation properties (6095889)

v6.6.3

6.6.3 (2026-01-04)

Bug Fixes

  • core: do not connect to database when calling orm.close() (79cabd7), closes #7041
  • core: don't reset entity identifiers when using assign on entity references (#7048) (ca5d9b8)
  • core: handle custom types properly in em.refresh (#7061) (7dc5d7d)
  • defineEntity: avoid circular type inference in meta (#7039) (a18e63d)
  • query-builder: do not reset schema when creating subquery for collection operators (4f4ea6d), closes #7053
  • schema: ensure SchemaGenerator respects skipTables option when diffing a schema (#7040) (40fa85a)

v6.6.2

6.6.2 (2025-12-07)

Bug Fixes

... (truncated)

Changelog

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

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

Features

  • core: improve formula callback to provide more information about the table and column mapping (#7105) (059bf97), closes #7102

6.6.4 (2026-01-14)

Bug Fixes

  • core: do not convert custom types in em.refresh (143a4ed), closes #7073
  • core: fix applying filters on nested relation conditions (2ec6474)
  • core: fix processing filters on to-many relations (4a55799)
  • core: respect orphanRemoval on 1:1 relations when inverse side is a PK (#7081) (ce4bfee)
  • core: support wildcard wrap(e).populate() hints on type level (45224ee)
  • mongo: fix field name conversion when querying object embedded entities (3ea8193)
  • postres: fix casting of object embedded relation properties (6095889)

6.6.3 (2026-01-04)

Bug Fixes

  • core: do not connect to database when calling orm.close() (79cabd7), closes #7041
  • core: don't reset entity identifiers when using assign on entity references (#7048) (ca5d9b8)
  • core: handle custom types properly in em.refresh (#7061) (7dc5d7d)
  • defineEntity: avoid circular type inference in meta (#7039) (a18e63d)
  • query-builder: do not reset schema when creating subquery for collection operators (4f4ea6d), closes #7053
  • schema: ensure SchemaGenerator respects skipTables option when diffing a schema (#7040) (40fa85a)

... (truncated)

Commits
  • d9b253c chore(release): v6.6.5 [skip ci]
  • 059bf97 feat(core): improve formula callback to provide more information about the ta...
  • 8caae8f fix(core): improve handling of deeply nested composite keys in em.create
  • fede490 fix(core): ensure populate hint won't include undefined for optional rela...
  • 0ab55fe fix(sql): fix populating M:N relations with pivotEntity that uses `mapToPk:...
  • 6e32ffb refactor: ensure TS check won't fail if process.argv is not populated
  • f738051 refactor: support overlapping properties with different field names in STI
  • badbc00 fix(core): support overlapping properties with different field names in STI
  • 886772a fix(core): normalize populate option in Collection.matching() for M:N rel...
  • bd44c82 fix(core): always check the database when querying by PK with filters
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @mikro-orm/mongodb from 6.5.9 to 6.6.5

Release notes

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

v6.6.5

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

Features

  • core: improve formula callback to provide more information about the table and column mapping (#7105) (059bf97), closes #7102

v6.6.4

6.6.4 (2026-01-14)

Bug Fixes

  • core: do not convert custom types in em.refresh (143a4ed), closes #7073
  • core: fix applying filters on nested relation conditions (2ec6474)
  • core: fix processing filters on to-many relations (4a55799)
  • core: respect orphanRemoval on 1:1 relations when inverse side is a PK (#7081) (ce4bfee)
  • core: support wildcard wrap(e).populate() hints on type level (45224ee)
  • mongo: fix field name conversion when querying object embedded entities (3ea8193)
  • postres: fix casting of object embedded relation properties (6095889)

v6.6.3

6.6.3 (2026-01-04)

Bug Fixes

  • core: do not connect to database when calling orm.close() (79cabd7), closes #7041
  • core: don't reset entity identifiers when using assign on entity references (#7048) (ca5d9b8)
  • core: handle custom types properly in em.refresh (#7061) (7dc5d7d)
  • defineEntity: avoid circular type inference in meta (#7039) (a18e63d)
  • query-builder: do not reset schema when creating subquery for collection operators (4f4ea6d), closes #7053
  • schema: ensure SchemaGenerator respects skipTables option when diffing a schema (#7040) (40fa85a)

v6.6.2

6.6.2 (2025-12-07)

Bug Fixes

... (truncated)

Changelog

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

6.6.5 (2026-01-21)

Bug Fixes

  • core: always check the database when querying by PK with filters (bd44c82), closes #7084
  • core: ensure populate hint won't include undefined for optional relations (fede490)
  • core: improve handling of deeply nested composite keys in em.create (8caae8f), closes #6894
  • core: normalize populate option in Collection.matching() for M:N relations (#7091) (886772a)
  • core: support overlapping properties with different field names in STI (badbc00), closes #5813
  • sql: fix populating M:N relations with pivotEntity that uses mapToPk: true (0ab55fe), closes #7107

Features

  • core: improve formula callback to provide more information about the table and column mapping (#7105) (059bf97), closes #7102

6.6.4 (2026-01-14)

Bug Fixes

  • core: do not convert custom types in em.refresh (143a4ed), closes #7073
  • core: fix applying filters on nested relation conditions (2ec6474)
  • core: fix processing filters on to-many relations (4a55799)
  • core: respect orphanRemoval on 1:1 relations when inverse side is a PK (#7081) (ce4bfee)
  • core: support wildcard wrap(e).populate() hints on type level (45224ee)
  • mongo: fix field name conversion when querying object embedded entities (3ea8193)
  • postres: fix casting of object embedded relation properties (6095889)

6.6.3 (2026-01-04)

Bug Fixes

  • core: do not connect to database when calling orm.close() (79cabd7), closes #7041
  • core: don't reset entity identifiers when using assign on entity references (#7048) (ca5d9b8)
  • core: handle custom types properly in em.refresh (#7061) (7dc5d7d)
  • defineEntity: avoid circular type inference in meta (#7039) (a18e63d)
  • query-builder: do not reset schema when creating subquery for collection operators (4f4ea6d), closes #7053
  • schema: ensure SchemaGenerator respects skipTables option when diffing a schema (#7040) (40fa85a)

... (truncated)

Commits
  • d9b253c chore(release): v6.6.5 [skip ci]
  • 059bf97 feat(core): improve formula callback to provide more information about the ta...
  • 8caae8f fix(core): improve handling of deeply nested composite keys in em.create
  • fede490 fix(core): ensure populate hint won't include undefined for optional rela...
  • 0ab55fe fix(sql): fix populating M:N relations with pivotEntity that uses `mapToPk:...
  • 6e32ffb refactor: ensure TS check won't fail if process.argv is not populated
  • f738051 refactor: support overlapping properties with different field names in STI
  • badbc00 fix(core): support overlapping properties with different field names in STI
  • 886772a fix(core): normalize populate option in Collection.matching() for M:N rel...
  • bd44c82 fix(core): always check the database when querying by PK with filters
  • Additional commits viewable in compare view
Maintainer changes

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


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.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

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.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

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;
</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.53.1

Release notes

Sourced from typescript-eslint's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

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

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

You can read about our ...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) | `2.25.0` | `2.28.0` |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.5.9` | `6.6.5` |
| [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) | `6.5.9` | `6.6.5` |
| [@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.8.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.53.1` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.8` | `11.1.12` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.8` | `11.1.12` |
| [@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.12` |
| [@nestjs/swagger](https://github.com/nestjs/swagger) | `11.2.1` | `11.2.5` |
| [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.16` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.8` | `11.1.12` |
| [supertest](https://github.com/ladjs/supertest) | `7.1.4` | `7.2.2` |
| [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.37` |
| [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.53` | `5.4.55` |
| [axios](https://github.com/axios/axios) | `1.13.2` | `1.13.3` |
| [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.16` |
| [oclif](https://github.com/oclif/oclif) | `4.22.41` | `4.22.70` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `7.3.4` | `7.3.7` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.4` | `7.3.7` |
| [@remix-run/express](https://github.com/remix-run/remix/tree/HEAD/packages/remix-express) | `2.17.2` | `2.17.4` |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.17.2` | `2.17.4` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.17.2` | `2.17.4` |
| [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve) | `2.17.2` | `2.17.4` |
| [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.8.0` |
| [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.3` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.17.2` | `2.17.4` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.23` |



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

Updates `@mikro-orm/core` from 6.5.9 to 6.6.5
- [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.5)

Updates `@mikro-orm/mongodb` from 6.5.9 to 6.6.5
- [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.5)

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.8.1
- [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.8.1)

Updates `typescript-eslint` from 8.46.2 to 8.53.1
- [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.53.1/packages/typescript-eslint)

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

Updates `@nestjs/core` from 11.1.8 to 11.1.12
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.12/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.12
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.12/packages/platform-express)

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

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.16
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Commits](nestjs/nest-cli@11.0.10...11.0.16)

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

Updates `supertest` from 7.1.4 to 7.2.2
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](forwardemail/supertest@v7.1.4...v7.2.2)

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.37
- [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.37)

Updates `@oclif/plugin-plugins` from 5.4.53 to 5.4.55
- [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.55)

Updates `axios` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.2...v1.13.3)

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.16
- [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.16)

Updates `oclif` from 4.22.41 to 4.22.70
- [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.70)

Updates `@mui/icons-material` from 7.3.4 to 7.3.7
- [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.7/packages/mui-icons-material)

Updates `@mui/material` from 7.3.4 to 7.3.7
- [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.7/packages/mui-material)

Updates `@remix-run/express` from 2.17.2 to 2.17.4
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.4/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.4/packages/remix-express)

Updates `@remix-run/node` from 2.17.2 to 2.17.4
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.4/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.4/packages/remix-node)

Updates `@remix-run/react` from 2.17.2 to 2.17.4
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.4/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.4/packages/remix-react)

Updates `@remix-run/serve` from 2.17.2 to 2.17.4
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.4/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.4/packages/remix-serve)

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.8.0
- [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.8.0)

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.3
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v16.2.1...v16.5.3)

Updates `@remix-run/dev` from 2.17.2 to 2.17.4
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/remix@2.17.4/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.4/packages/remix-dev)

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.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mikro-orm/core"
  dependency-version: 6.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mikro-orm/mongodb"
  dependency-version: 6.6.5
  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.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.12
  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.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/swagger"
  dependency-version: 11.2.5
  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.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: supertest
  dependency-version: 7.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@oclif/plugin-plugins"
  dependency-version: 5.4.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: axios
  dependency-version: 1.13.3
  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.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: oclif
  dependency-version: 4.22.70
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/icons-material"
  dependency-version: 7.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/material"
  dependency-version: 7.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@remix-run/express"
  dependency-version: 2.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@remix-run/node"
  dependency-version: 2.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@remix-run/react"
  dependency-version: 2.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@remix-run/serve"
  dependency-version: 2.17.4
  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.8.0
  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.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@remix-run/dev"
  dependency-version: 2.17.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jan 26, 2026
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