Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the regular group with 14 updates #1326

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2025

Bumps the regular group with 14 updates:

Package From To
@mikro-orm/core 6.4.6 6.4.7
@mikro-orm/mariadb 6.4.6 6.4.7
@mikro-orm/reflection 6.4.6 6.4.7
@mikro-orm/sqlite 6.4.6 6.4.7
mongodb 6.13.0 6.13.1
ws 8.18.0 8.18.1
@cspell/eslint-plugin 8.17.4 8.17.5
@eslint/js 9.20.0 9.21.0
@mikro-orm/cli 6.4.6 6.4.7
@types/node 22.13.4 22.13.5
eslint 9.20.1 9.21.0
prettier 3.5.1 3.5.2
@vitest/coverage-v8 3.0.6 3.0.7
vitest 3.0.6 3.0.7

Updates @mikro-orm/core from 6.4.6 to 6.4.7

Release notes

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

v6.4.7

6.4.7 (2025-02-22)

Bug Fixes

  • core: enforce selection of discriminator column when partial loading is used (80c1b5b), closes #6436
  • core: ensure @Check expression callback works without explicit type (5aa77db), closes #6429
  • core: ensure partial loading allows to fetch missing values (ecba90f), closes #6395
  • core: fix extra updates with joined strategy caused by custom types (2e1ab9a), closes #6432
  • core: fix querying by a composite property with shared columns (#6445) (396ee70), closes #6359
  • core: fix support for custom types on PKs in em.upsert (57a4549), closes #6434
  • core: fix type error when getting a composite PK value (2d4d2be), closes #6430
  • core: fix type resolution in em.assign with nullable properties (4f13552), closes #6426
  • mssql: fix support for upsert on compound unique constraints (#6447) (43d1ff5), closes #6390
  • schema: respect schema from config in clearDatabase() (0ab99a1), closes #6405
  • sql: quote raw().as() field aliases (d9716d7)
  • sql: respect EM schema when clearing not populated 1:m collection of wildcard entities (12223e3), closes #6387

Features

  • core: add entityName as argument for filter cond callback (#6424) (f358dbf)
  • core: improve typings for @Entity, @Index and @Unique decorators (#6416) (833a640)

Performance Improvements

  • reflection: only consider entity files instead of evaluating the whole project (#6439) (6f22fa6)
Changelog

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

6.4.7 (2025-02-22)

Bug Fixes

  • core: enforce selection of discriminator column when partial loading is used (80c1b5b), closes #6436
  • core: ensure @Check expression callback works without explicit type (5aa77db), closes #6429
  • core: ensure partial loading allows to fetch missing values (ecba90f), closes #6395
  • core: fix extra updates with joined strategy caused by custom types (2e1ab9a), closes #6432
  • core: fix querying by a composite property with shared columns (#6445) (396ee70), closes #6359
  • core: fix support for custom types on PKs in em.upsert (57a4549), closes #6434
  • core: fix type error when getting a composite PK value (2d4d2be), closes #6430
  • core: fix type resolution in em.assign with nullable properties (4f13552), closes #6426
  • mssql: fix support for upsert on compound unique constraints (#6447) (43d1ff5), closes #6390
  • schema: respect schema from config in clearDatabase() (0ab99a1), closes #6405
  • sql: quote raw().as() field aliases (d9716d7)
  • sql: respect EM schema when clearing not populated 1:m collection of wildcard entities (12223e3), closes #6387

Features

Performance Improvements

  • reflection: only consider entity files instead of evaluating the whole project (#6439) (6f22fa6)
Commits
  • a413121 chore(release): v6.4.7 [skip ci]
  • ecba90f fix(core): ensure partial loading allows to fetch missing values
  • 833a640 feat(core): improve typings for @Entity, @Index and @Unique decorators ...
  • 12223e3 fix(sql): respect EM schema when clearing not populated 1:m collection of wil...
  • 43d1ff5 fix(mssql): fix support for upsert on compound unique constraints (#6447)
  • 396ee70 fix(core): fix querying by a composite property with shared columns (#6445)
  • e6c44f9 chore(deps): update patch/minor dependencies
  • 57022b7 chore: update mongodb
  • 6f22fa6 perf(reflection): only consider entity files instead of evaluating the whole ...
  • 5a94201 chore(deps): update dependency mongodb-memory-server-core to v10.1.4
  • Additional commits viewable in compare view

Updates @mikro-orm/mariadb from 6.4.6 to 6.4.7

Release notes

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

v6.4.7

6.4.7 (2025-02-22)

Bug Fixes

  • core: enforce selection of discriminator column when partial loading is used (80c1b5b), closes #6436
  • core: ensure @Check expression callback works without explicit type (5aa77db), closes #6429
  • core: ensure partial loading allows to fetch missing values (ecba90f), closes #6395
  • core: fix extra updates with joined strategy caused by custom types (2e1ab9a), closes #6432
  • core: fix querying by a composite property with shared columns (#6445) (396ee70), closes #6359
  • core: fix support for custom types on PKs in em.upsert (57a4549), closes #6434
  • core: fix type error when getting a composite PK value (2d4d2be), closes #6430
  • core: fix type resolution in em.assign with nullable properties (4f13552), closes #6426
  • mssql: fix support for upsert on compound unique constraints (#6447) (43d1ff5), closes #6390
  • schema: respect schema from config in clearDatabase() (0ab99a1), closes #6405
  • sql: quote raw().as() field aliases (d9716d7)
  • sql: respect EM schema when clearing not populated 1:m collection of wildcard entities (12223e3), closes #6387

Features

  • core: add entityName as argument for filter cond callback (#6424) (f358dbf)
  • core: improve typings for @Entity, @Index and @Unique decorators (#6416) (833a640)

Performance Improvements

  • reflection: only consider entity files instead of evaluating the whole project (#6439) (6f22fa6)
Changelog

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

6.4.7 (2025-02-22)

Bug Fixes

  • core: enforce selection of discriminator column when partial loading is used (80c1b5b), closes #6436
  • core: ensure @Check expression callback works without explicit type (5aa77db), closes #6429
  • core: ensure partial loading allows to fetch missing values (ecba90f), closes #6395
  • core: fix extra updates with joined strategy caused by custom types (2e1ab9a), closes #6432
  • core: fix querying by a composite property with shared columns (#6445) (396ee70), closes #6359
  • core: fix support for custom types on PKs in em.upsert (57a4549), closes #6434
  • core: fix type error when getting a composite PK value (2d4d2be), closes #6430
  • core: fix type resolution in em.assign with nullable properties (4f13552), closes #6426
  • mssql: fix support for upsert on compound unique constraints (#6447) (43d1ff5), closes #6390
  • schema: respect schema from config in clearDatabase() (0ab99a1), closes #6405
  • sql: quote raw().as() field aliases (d9716d7)
  • sql: respect EM schema when clearing not populated 1:m collection of wildcard entities (12223e3), closes #6387

Features

Performance Improvements

  • reflection: only consider entity files instead of evaluating the whole project (#6439) (6f22fa6)
Commits
  • a413121 chore(release): v6.4.7 [skip ci]
  • ecba90f fix(core): ensure partial loading allows to fetch missing values
  • 833a640 feat(core): improve typings for @Entity, @Index and @Unique decorators ...
  • 12223e3 fix(sql): respect EM schema when clearing not populated 1:m collection of wil...
  • 43d1ff5 fix(mssql): fix support for upsert on compound unique constraints (#6447)
  • 396ee70 fix(core): fix querying by a composite property with shared columns (#6445)
  • e6c44f9 chore(deps): update patch/minor dependencies
  • 57022b7 chore: update mongodb
  • 6f22fa6 perf(reflection): only consider entity files instead of evaluating the whole ...
  • 5a94201 chore(deps): update dependency mongodb-memory-server-core to v10.1.4
  • Additional commits viewable in compare view

Updates @mikro-orm/reflection from 6.4.6 to 6.4.7

Release notes

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

v6.4.7

6.4.7 (2025-02-22)

Bug Fixes

  • core: enforce selection of discriminator column when partial loading is used (80c1b5b), closes #6436
  • core: ensure @Check expression callback works without explicit type (5aa77db), closes #6429
  • core: ensure partial loading allows to fetch missing values (ecba90f), closes #6395
  • core: fix extra updates with joined strategy caused by custom types (2e1ab9a), closes #6432
  • core: fix querying by a composite property with shared columns (#6445) (396ee70), closes #6359
  • core: fix support for custom types on PKs in em.upsert (57a4549), closes #6434
  • core: fix type error when getting a composite PK value (2d4d2be), closes #6430
  • core: fix type resolution in em.assign with nullable properties (4f13552), closes #6426
  • mssql: fix support for upsert on compound unique constraints (#6447) (43d1ff5), closes #6390
  • schema: respect schema from config in clearDatabase() (0ab99a1), closes #6405
  • sql: quote raw().as() field aliases (d9716d7)
  • sql: respect EM schema when clearing not populated 1:m collection of wildcard entities (12223e3), closes #6387

Features

  • core: add entityName as argument for filter cond callback (#6424) (f358dbf)
  • core: improve typings for @Entity, @Index and @Unique decorators (#6416) (833a640)

Performance Improvements

  • reflection: only consider entity files instead of evaluating the whole project (#6439) (6f22fa6)
Changelog

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

6.4.7 (2025-02-22)

Bug Fixes

  • core: enforce selection of discriminator column when partial loading is used (80c1b5b), closes #6436
  • core: ensure @Check expression callback works without explicit type (5aa77db), closes #6429
  • core: ensure partial loading allows to fetch missing values (ecba90f), closes #6395
  • core: fix extra updates with joined strategy caused by custom types (2e1ab9a), closes #6432
  • core: fix querying by a composite property with shared columns (#6445) (396ee70), closes #6359
  • core: fix support for custom types on PKs in em.upsert (57a4549), closes #6434
  • core: fix type error when getting a composite PK value (2d4d2be), closes #6430
  • core: fix type resolution in em.assign with nullable properties (4f13552), closes #6426
  • mssql: fix support for upsert on compound unique constraints (#6447) (43d1ff5), closes #6390
  • schema: respect schema from config in clearDatabase() (0ab99a1), closes #6405
  • sql: quote raw().as() field aliases (d9716d7)
  • sql: respect EM schema when clearing not populated 1:m collection of wildcard entities (12223e3), closes #6387

Features

Performance Improvements

  • reflection: only consider entity files instead of evaluating the whole project (#6439) (6f22fa6)
Commits
  • a413121 chore(release): v6.4.7 [skip ci]
  • ecba90f fix(core): ensure partial loading allows to fetch missing values
  • 833a640 feat(core): improve typings for @Entity, @Index and @Unique decorators ...
  • 12223e3 fix(sql): respect EM schema when clearing not populated 1:m collection of wil...
  • 43d1ff5 fix(mssql): fix support for upsert on compound unique constraints (#6447)
  • 396ee70 fix(core): fix querying by a composite property with shared columns (#6445)
  • e6c44f9 chore(deps): update patch/minor dependencies
  • 57022b7 chore: update mongodb
  • 6f22fa6 perf(reflection): only consider entity files instead of evaluating the whole ...
  • 5a94201 chore(deps): update dependency mongodb-memory-server-core to v10.1.4
  • Additional commits viewable in compare view

Updates @mikro-orm/sqlite from 6.4.6 to 6.4.7

Release notes

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

v6.4.7

6.4.7 (2025-02-22)

Bug Fixes

  • core: enforce selection of discriminator column when partial loading is used (80c1b5b), closes #6436
  • core: ensure @Check expression callback works without explicit type (5aa77db), closes #6429
  • core: ensure partial loading allows to fetch missing values (ecba90f), closes #6395
  • core: fix extra updates with joined strategy caused by custom types (2e1ab9a), closes #6432
  • core: fix querying by a composite property with shared columns (#6445) (396ee70), closes #6359
  • core: fix support for custom types on PKs in em.upsert (57a4549), closes #6434
  • core: fix type error when getting a composite PK value (2d4d2be), closes #6430
  • core: fix type resolution in em.assign with nullable properties (4f13552), closes #6426
  • mssql: fix support for upsert on compound unique constraints (#6447) (43d1ff5), closes #6390
  • schema: respect schema from config in clearDatabase() (0ab99a1), closes #6405
  • sql: quote raw().as() field aliases (d9716d7)
  • sql: respect EM schema when clearing not populated 1:m collection of wildcard entities (12223e3), closes #6387

Features

  • core: add entityName as argument for filter cond callback (#6424) (f358dbf)
  • core: improve typings for @Entity, @Index and @Unique decorators (#6416) (833a640)

Performance Improvements

  • reflection: only consider entity files instead of evaluating the whole project (#6439) (6f22fa6)
Changelog

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

6.4.7 (2025-02-22)

Bug Fixes

  • core: enforce selection of discriminator column when partial loading is used (80c1b5b), closes #6436
  • core: ensure @Check expression callback works without explicit type (5aa77db), closes #6429
  • core: ensure partial loading allows to fetch missing values (ecba90f), closes #6395
  • core: fix extra updates with joined strategy caused by custom types (2e1ab9a), closes #6432
  • core: fix querying by a composite property with shared columns (#6445) (396ee70), closes #6359
  • core: fix support for custom types on PKs in em.upsert (57a4549), closes #6434
  • core: fix type error when getting a composite PK value (2d4d2be), closes #6430
  • core: fix type resolution in em.assign with nullable properties (4f13552), closes #6426
  • mssql: fix support for upsert on compound unique constraints (#6447) (43d1ff5), closes #6390
  • schema: respect schema from config in clearDatabase() (0ab99a1), closes #6405
  • sql: quote raw().as() field aliases (d9716d7)
  • sql: respect EM schema when clearing not populated 1:m collection of wildcard entities (12223e3), closes #6387

Features

Performance Improvements

  • reflection: only consider entity files instead of evaluating the whole project (#6439) (6f22fa6)
Commits
  • a413121 chore(release): v6.4.7 [skip ci]
  • ecba90f fix(core): ensure partial loading allows to fetch missing values
  • 833a640 feat(core): improve typings for @Entity, @Index and @Unique decorators ...
  • 12223e3 fix(sql): respect EM schema when clearing not populated 1:m collection of wil...
  • 43d1ff5 fix(mssql): fix support for upsert on compound unique constraints (#6447)
  • 396ee70 fix(core): fix querying by a composite property with shared columns (#6445)
  • e6c44f9 chore(deps): update patch/minor dependencies
  • 57022b7 chore: update mongodb
  • 6f22fa6 perf(reflection): only consider entity files instead of evaluating the whole ...
  • 5a94201 chore(deps): update dependency mongodb-memory-server-core to v10.1.4
  • Additional commits viewable in compare view

Updates mongodb from 6.13.0 to 6.13.1

Release notes

Sourced from mongodb's releases.

v6.13.1

6.13.1 (2025-02-20)

The MongoDB Node.js team is pleased to announce version 6.13.1 of the mongodb package!

Release Notes

Remove extraneous Promise<Document> in Collection.replaceOne return type

The return type signature of the replaceOne method no longer includes the general Promise<Document> type. Thanks to @​arturmuller, the replaceOne type signature is now more accurate! 🎉

Fix writeConcern omitted when timeoutMS is provided

When timeoutMS and a write concern were provided, the writeConcern was incorrectly omitted from the final command executed by the driver.

Thanks @​stepanho for contributing the fix!

Update BSON version requirement to 6.10.3

This pulls in fixes made in bson versions 6.10.3 and 6.10.2 into the driver.

BSON 6.10.2 fixed an issue in calculateObjectSize ignoring the size contributed by BigInt values to a BSON document. This impacted batch splitting logic in bulkWrite operations: if the actual BSON was over the size returned by calculateObjectSize the server would return an error.

[!WARNING] BSON 6.10.3 addresses a potential data corruption risk with the use of useBigInt64 flag introduced in BSON 6.4.0, where negative Long values would be deserialized into BigInt as unsigned integers when the useBigInt64 flag was enabled. (Thanks to @​rkistner for reporting this issue!)

Bug Fixes

  • NODE-6407: use conversationId returned from server in saslContinue (#4368) (fbefa6b)
  • NODE-6613: Update error messages when primaries go stale (#4397) (6528c8d)
  • NODE-6690: Remove extraneous Document in replaceOne return type (#4383) (6c81d4e)
  • NODE-6763: pass WriteConcernOptions instead on WriteConcernSettings (#4421) (26f15d7)
  • NODE-6777: update BSON to 6.10.3 (#4428) (db5b9e0)

Documentation

We invite you to try the mongodb library immediately, and report any issues to the NODE project.

Changelog

Sourced from mongodb's changelog.

6.13.1 (2025-02-20)

Bug Fixes

  • NODE-6407: use conversationId returned from server in saslContinue (#4368) (fbefa6b)
  • NODE-6613: Update error messages when primaries go stale (#4397) (6528c8d)
  • NODE-6690: Remove extraneous Document in replaceOne return type (#4383) (6c81d4e)
  • NODE-6763: pass WriteConcernOptions instead on WriteConcernSettings (#4421) (26f15d7)
  • NODE-6777: update BSON to 6.10.3 (#4428) (db5b9e0)
Commits
  • 21f2cb9 chore(main): release 6.13.1 [skip-ci] (#4391)
  • db5b9e0 fix(NODE-6777): update BSON to 6.10.3 (#4428)
  • 0789dff ci(NODE-6570): re-enable azure oidc auth tests (#4424)
  • a2998d5 ci(NODE-6768): regenerate lockfile (#4425)
  • 45233da test(NODE-6745): only find python when installing native (#4422)
  • efea166 ci(NODE-6728): test FLE on Alpine linux (#4417)
  • 26f15d7 fix(NODE-6763): pass WriteConcernOptions instead on WriteConcernSettings (#4421)
  • 94122fb ci(NODE-6749): make Atlas cluster prefix < 23 characters long (#4420)
  • d18108c ci: dont test aws on all server versions (#4418)
  • ae234a8 ci(NODE-6748): unskip serverless tests (#4416)
  • Additional commits viewable in compare view

Updates ws from 8.18.0 to 8.18.1

Release notes

Sourced from ws's releases.

8.18.1

Bug fixes

  • The length of the UNIX domain socket paths in the tests has been shortened to make them work when run via CITGM (021f7b8b).
Commits

Updates @cspell/eslint-plugin from 8.17.4 to 8.17.5

Release notes

Sourced from @​cspell/eslint-plugin's releases.

v8.17.5

Changes

Fixes

fix: Replace the legacy cspell-tools (#6928)


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#6937)

Update Dictionaries (main)

Summary

 .../snapshots/MartinThoma/LaTeX-examples/report.yaml      |  3 +--
 .../snapshots/MartinThoma/LaTeX-examples/snapshot.txt     |  3 +--
 packages/cspell-bundled-dicts/package.json                |  2 +-
 pnpm-lock.yaml                                            | 15 ++++++++++-----
 4 files changed, 13 insertions(+), 10 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#6931)

Update Dictionaries (main)

... (truncated)

Changelog

Sourced from @​cspell/eslint-plugin's changelog.

8.17.5 (2025-02-22)

Commits
  • 2d80ee2 v8.17.5
  • 100a164 ci: Workflow Bot -- Update ALL Dependencies (main) (

Bumps the regular group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.4.6` | `6.4.7` |
| [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.4.6` | `6.4.7` |
| [@mikro-orm/reflection](https://github.com/mikro-orm/mikro-orm) | `6.4.6` | `6.4.7` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.4.6` | `6.4.7` |
| [mongodb](https://github.com/mongodb/node-mongodb-native) | `6.13.0` | `6.13.1` |
| [ws](https://github.com/websockets/ws) | `8.18.0` | `8.18.1` |
| [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) | `8.17.4` | `8.17.5` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.20.0` | `9.21.0` |
| [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm) | `6.4.6` | `6.4.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` |
| [eslint](https://github.com/eslint/eslint) | `9.20.1` | `9.21.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.5.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.0.6` | `3.0.7` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.6` | `3.0.7` |


Updates `@mikro-orm/core` from 6.4.6 to 6.4.7
- [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.4.6...v6.4.7)

Updates `@mikro-orm/mariadb` from 6.4.6 to 6.4.7
- [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.4.6...v6.4.7)

Updates `@mikro-orm/reflection` from 6.4.6 to 6.4.7
- [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.4.6...v6.4.7)

Updates `@mikro-orm/sqlite` from 6.4.6 to 6.4.7
- [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.4.6...v6.4.7)

Updates `mongodb` from 6.13.0 to 6.13.1
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v6.13.0...v6.13.1)

Updates `ws` from 8.18.0 to 8.18.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.0...8.18.1)

Updates `@cspell/eslint-plugin` from 8.17.4 to 8.17.5
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.17.5/packages/cspell-eslint-plugin)

Updates `@eslint/js` from 9.20.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js)

Updates `@mikro-orm/cli` from 6.4.6 to 6.4.7
- [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.4.6...v6.4.7)

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

Updates `eslint` from 9.20.1 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.20.1...v9.21.0)

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

Updates `@vitest/coverage-v8` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/coverage-v8)

Updates `vitest` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/vitest)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/mariadb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/reflection"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/sqlite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@cspell/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: "@mikro-orm/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies dependencies label Feb 25, 2025
Copy link

Quality Gate Passed Quality Gate passed for 'e-mobility-charging-stations-simulator-webui'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Copy link

Quality Gate Passed Quality Gate passed for 'e-mobility-charging-stations-simulator'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/regular-2f42a407d0 branch February 27, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants