Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the dependencies group with 23 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.0
@mikro-orm/mongodb 6.5.9 6.6.0
eslint 9.38.0 9.39.1
typescript-eslint 8.46.2 8.47.0
@nestjs/common 11.1.8 11.1.9
@nestjs/core 11.1.8 11.1.9
@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
@nestjs/cli 11.0.10 11.0.12
@nestjs/testing 11.1.8 11.1.9
@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.50
@mui/icons-material 7.3.4 7.3.5
@mui/material 7.3.4 7.3.5
i18next 25.6.0 25.6.3
i18next-fs-backend 2.6.0 2.6.1
react-i18next 16.2.1 16.3.5
autoprefixer 10.4.21 10.4.22

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

Release notes

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

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
  • reflection: support string literal properties (#6960) (148ac75)

Features

  • core: allow control over relation filters in entity definition (#6959) (28a7e44), closes #6457
  • core: allow defining filters on nullable relations as strict (#6952) (1dae6cf), closes #6784 #6943 #6784
  • core: allow disabling filters on relations (7798e57), closes #6457
  • core: support private properties with get/set accessors (#6967) (659ca93), closes #6932
  • entity-generator: allow generating enums as type or JS dictionary (#6956) (ccf24df), closes #6457
  • entity-generator: support generating defineEntity() definitions (#6954) (d523f13)
  • entity-generator: support native postgres enums (#6958) (746e4bf)
  • knex: reexport raw helper that supports QueryBuilder and Knex.QueryBuilder (#6955) (897cc7f), closes #6751 #6782
  • postgres: skip left joined relations from pessimistic locks automatically (ffb71a1), closes #6412
Changelog

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

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
  • reflection: support string literal properties (#6960) (148ac75)

Features

  • core: allow control over relation filters in entity definition (#6959) (28a7e44), closes #6457
  • core: allow defining filters on nullable relations as strict (#6952) (1dae6cf), closes #6784 #6943 #6784
  • core: allow disabling filters on relations (7798e57), closes #6457
  • core: support private properties with get/set accessors (#6967) (659ca93), closes #6932
  • entity-generator: allow generating enums as type or JS dictionary (#6956) (ccf24df), closes #6457
  • entity-generator: support generating defineEntity() definitions (#6954) (d523f13)
  • entity-generator: support native postgres enums (#6958) (746e4bf)
  • knex: reexport raw helper that supports QueryBuilder and Knex.QueryBuilder (#6955) (897cc7f), closes #6751 #6782
  • postgres: skip left joined relations from pessimistic locks automatically (ffb71a1), closes #6412
Commits
  • 9486404 chore(release): v6.6.0 [skip ci]
  • 1a1276d docs: add missing forceConstructor: true to the examples using native priva...
  • d0913f1 fix(core): do not ignore updating the whole inlined embedded property to null
  • eae6099 chore(deps): update patch/minor dependencies
  • 659ca93 feat(core): support private properties with get/set accessors (#6967)
  • e6dfba0 chore(deps): update yarn to v4.11.0
  • 28a7e44 feat(core): allow control over relation filters in entity definition (#6959)
  • 148ac75 fix(reflection): support string literal properties (#6960)
  • 224a9af chore(deps): update dependency eslint to v9.39.1
  • b31ffec fix(core): ensure base properties in STI entities won't be ignored when overr...
  • Additional commits viewable in compare view

Updates @mikro-orm/mongodb from 6.5.9 to 6.6.0

Release notes

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

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
  • reflection: support string literal properties (#6960) (148ac75)

Features

  • core: allow control over relation filters in entity definition (#6959) (28a7e44), closes #6457
  • core: allow defining filters on nullable relations as strict (#6952) (1dae6cf), closes #6784 #6943 #6784
  • core: allow disabling filters on relations (7798e57), closes #6457
  • core: support private properties with get/set accessors (#6967) (659ca93), closes #6932
  • entity-generator: allow generating enums as type or JS dictionary (#6956) (ccf24df), closes #6457
  • entity-generator: support generating defineEntity() definitions (#6954) (d523f13)
  • entity-generator: support native postgres enums (#6958) (746e4bf)
  • knex: reexport raw helper that supports QueryBuilder and Knex.QueryBuilder (#6955) (897cc7f), closes #6751 #6782
  • postgres: skip left joined relations from pessimistic locks automatically (ffb71a1), closes #6412
Changelog

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

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
  • reflection: support string literal properties (#6960) (148ac75)

Features

  • core: allow control over relation filters in entity definition (#6959) (28a7e44), closes #6457
  • core: allow defining filters on nullable relations as strict (#6952) (1dae6cf), closes #6784 #6943 #6784
  • core: allow disabling filters on relations (7798e57), closes #6457
  • core: support private properties with get/set accessors (#6967) (659ca93), closes #6932
  • entity-generator: allow generating enums as type or JS dictionary (#6956) (ccf24df), closes #6457
  • entity-generator: support generating defineEntity() definitions (#6954) (d523f13)
  • entity-generator: support native postgres enums (#6958) (746e4bf)
  • knex: reexport raw helper that supports QueryBuilder and Knex.QueryBuilder (#6955) (897cc7f), closes #6751 #6782
  • postgres: skip left joined relations from pessimistic locks automatically (ffb71a1), closes #6412
Commits
  • 9486404 chore(release): v6.6.0 [skip ci]
  • 1a1276d docs: add missing forceConstructor: true to the examples using native priva...
  • d0913f1 fix(core): do not ignore updating the whole inlined embedded property to null
  • eae6099 chore(deps): update patch/minor dependencies
  • 659ca93 feat(core): support private properties with get/set accessors (#6967)
  • e6dfba0 chore(deps): update yarn to v4.11.0
  • 28a7e44 feat(core): allow control over relation filters in entity definition (#6959)
  • 148ac75 fix(reflection): support string literal properties (#6960)
  • 224a9af chore(deps): update dependency eslint to v9.39.1
  • b31ffec fix(core): ensure base properties in STI entities won't be ignored when overr...
  • Additional commits viewable in compare view

Updates eslint from 9.38.0 to 9.39.1

Release notes

Sourced from eslint's releases.

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)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits
  • e277281 9.39.1
  • 4cdf397 Build: changelog update for 9.39.1
  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284)
  • c7ebefc chore: package.json update for @​eslint/js release
  • 650753e fix: Only pass node to JS lang visitor methods (#20283)
  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275)
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266)
  • 009e507 test: fix version tests for ESLint v10 (#20274)
  • b44d426 docs: Update README
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.46.2 to 8.47.0

Release notes

Sourced from typescript-eslint's releases.

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • parser: error when both projectService and project are set (#11333)

❤️ Thank You

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

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

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 (@​JoeNutt)

Enhancements

Dependencies

Committers: 4

Commits

Updates @nestjs/platform-express from 11.1.8 to 11.1.9

Release notes

Sourced from @​nestjs/platform-express'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/swagger from 11.2.1 to 11.2.3

Release notes

Sourced from @​nestjs/swagger's releases.

Release 11.2.3

What's Changed

Full Changelog: nestjs/swagger@11.2.2...11.2.3

Release 11.2.2

11.2.2 (2025-11-16)

Bug fixes

Dependencies

Committers: 1

Commits
  • ef0173b chore(): release v11.2.3
  • 3af1a90 Merge pull request #3633 from nestjs/revert-3603-master
  • d80325f Revert "fix(plugin): add async modifier when a reference is await import stat...
  • 1f6ac4d chore(deps): update dependency typescript-eslint to v8.47.0 (#3632)
  • f95540e chore(): release v11.2.2
  • d494c63 Merge pull request #3603 from seonggukchoi/master
  • 8e0df77 Merge pull request #3593 from nestjs/renovate/swagger-ui-dist-5.x
  • 96ddedb Merge pull request #3609 from nestjs/renovate/cimg-node-24.x
  • 16fe10d Merge pull request #3621 from nestjs/renovate/microsoft-tsdoc-0.x
  • 0bbff5f Merge pull request #3627 from nestjs/renovate/npm-js-yaml-vulnerability
  • Additional commits viewable in compare view

Updates class-validator from 0.14.2 to 0.14.3

Release notes

Sourced from class-validator's releases.

v0.14.3

What's Changed

New Contributors

Fu...

Description has been truncated

Bumps the dependencies group with 23 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.0` |
| [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) | `6.5.9` | `6.6.0` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.47.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/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` |
| [@nestjs/cli](https://github.com/nestjs/nest-cli) | `11.0.10` | `11.0.12` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.8` | `11.1.9` |
| [@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.50` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `7.3.4` | `7.3.5` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.4` | `7.3.5` |
| [i18next](https://github.com/i18next/i18next) | `25.6.0` | `25.6.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.3.5` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.22` |



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

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

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

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

Updates `typescript-eslint` from 8.46.2 to 8.47.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.47.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/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)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [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 `@nestjs/cli` from 11.0.10 to 11.0.12
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](nestjs/nest-cli@11.0.10...11.0.12)

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 `@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.50
- [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.50)

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

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

Updates `i18next` from 25.6.0 to 25.6.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.6.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.3.5
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v16.2.1...v16.3.5)

Updates `autoprefixer` from 10.4.21 to 10.4.22
- [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.22)

---
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.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mikro-orm/mongodb"
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.47.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/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: "@nestjs/cli"
  dependency-version: 11.0.12
  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: "@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.50
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/icons-material"
  dependency-version: 7.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/material"
  dependency-version: 7.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: i18next
  dependency-version: 25.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.22
  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 Nov 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

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

@dependabot dependabot bot closed this Dec 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-e252bc0d4c branch December 1, 2025 17:58
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