From: Jérôme Benoit Date: Mon, 10 Mar 2025 10:40:32 +0000 (+0100) Subject: Combined PRs (#1346) X-Git-Tag: ocpp-server@v2.0.3~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b4de16cdd2a66937662f23c86d4af0f4766f27dd;p=e-mobility-charging-stations-simulator.git Combined PRs (#1346) * build(deps): bump the regular group with 8 updates Bumps the regular group with 8 updates: | Package | From | To | | --- | --- | --- | | [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.4.8` | `6.4.9` | | [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.4.8` | `6.4.9` | | [@mikro-orm/reflection](https://github.com/mikro-orm/mikro-orm) | `6.4.8` | `6.4.9` | | [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.4.8` | `6.4.9` | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.7.1` | `19.8.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.7.1` | `19.8.0` | | [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm) | `6.4.8` | `6.4.9` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.0` | `6.2.1` | Updates `@mikro-orm/core` from 6.4.8 to 6.4.9 - [Release notes](https://github.com/mikro-orm/mikro-orm/releases) - [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md) - [Commits](https://github.com/mikro-orm/mikro-orm/compare/v6.4.8...v6.4.9) Updates `@mikro-orm/mariadb` from 6.4.8 to 6.4.9 - [Release notes](https://github.com/mikro-orm/mikro-orm/releases) - [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md) - [Commits](https://github.com/mikro-orm/mikro-orm/compare/v6.4.8...v6.4.9) Updates `@mikro-orm/reflection` from 6.4.8 to 6.4.9 - [Release notes](https://github.com/mikro-orm/mikro-orm/releases) - [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md) - [Commits](https://github.com/mikro-orm/mikro-orm/compare/v6.4.8...v6.4.9) Updates `@mikro-orm/sqlite` from 6.4.8 to 6.4.9 - [Release notes](https://github.com/mikro-orm/mikro-orm/releases) - [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md) - [Commits](https://github.com/mikro-orm/mikro-orm/compare/v6.4.8...v6.4.9) Updates `@commitlint/cli` from 19.7.1 to 19.8.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/cli) Updates `@commitlint/config-conventional` from 19.7.1 to 19.8.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/config-conventional) Updates `@mikro-orm/cli` from 6.4.8 to 6.4.9 - [Release notes](https://github.com/mikro-orm/mikro-orm/releases) - [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md) - [Commits](https://github.com/mikro-orm/mikro-orm/compare/v6.4.8...v6.4.9) Updates `vite` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@6.2.1/packages/vite) --- 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: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: "@commitlint/config-conventional" 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: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular ... Signed-off-by: dependabot[bot] * build(deps-dev): bump ruff in /tests/ocpp-server in the regular group Bumps the regular group in /tests/ocpp-server with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.9.9 to 0.9.10 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.9...0.9.10) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- b4de16cdd2a66937662f23c86d4af0f4766f27dd