e-mobility-charging-stations-simulator.git
5 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Mon, 12 Aug 2024 21:19:18 +0000 (23:19 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps): bump the regular group with 9 updates (#1137)
dependabot[bot] [Mon, 12 Aug 2024 18:13:17 +0000 (20:13 +0200)] 
build(deps): bump the regular group with 9 updates (#1137)

Bumps the regular group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.3.4` | `6.3.5` |
| [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.3.4` | `6.3.5` |
| [@mikro-orm/reflection](https://github.com/mikro-orm/mikro-orm) | `6.3.4` | `6.3.5` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.3.4` | `6.3.5` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.9.0` |
| [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm) | `6.3.4` | `6.3.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.1.0` | `22.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.0.0` | `50.0.1` |

Updates `@mikro-orm/core` from 6.3.4 to 6.3.5
- [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.3.4...v6.3.5)

Updates `@mikro-orm/mariadb` from 6.3.4 to 6.3.5
- [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.3.4...v6.3.5)

Updates `@mikro-orm/reflection` from 6.3.4 to 6.3.5
- [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.3.4...v6.3.5)

Updates `@mikro-orm/sqlite` from 6.3.4 to 6.3.5
- [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.3.4...v6.3.5)

Updates `@eslint/js` from 9.8.0 to 9.9.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.9.0/packages/js)

Updates `@mikro-orm/cli` from 6.3.4 to 6.3.5
- [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.3.4...v6.3.5)

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

Updates `eslint` from 9.8.0 to 9.9.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/compare/v9.8.0...v9.9.0)

Updates `eslint-plugin-jsdoc` from 50.0.0 to 50.0.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.0.0...v50.0.1)

---
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: "@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-minor
  dependency-group: regular
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 weeks agobuild(deps): bump winston from 3.14.0 to 3.14.1 in the regular group (#1135)
dependabot[bot] [Fri, 9 Aug 2024 16:33:51 +0000 (18:33 +0200)] 
build(deps): bump winston from 3.14.0 to 3.14.1 in the regular group (#1135)

Bumps the regular group with 1 update: [winston](https://github.com/winstonjs/winston).

Updates `winston` from 3.14.0 to 3.14.1
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 weeks agobuild(deps-dev): bump ruff in /tests/ocpp-server in the regular group (#1133)
dependabot[bot] [Fri, 9 Aug 2024 13:48:22 +0000 (15:48 +0200)] 
build(deps-dev): bump ruff in /tests/ocpp-server in the regular group (#1133)

Bumps the regular group in /tests/ocpp-server with 1 update: [ruff](https://github.com/astral-sh/ruff).

Updates `ruff` from 0.5.6 to 0.5.7
- [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.5.6...0.5.7)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 weeks agobuild(deps): bump vue from 3.4.36 to 3.4.37 in the regular group (#1132)
dependabot[bot] [Thu, 8 Aug 2024 16:53:44 +0000 (18:53 +0200)] 
build(deps): bump vue from 3.4.36 to 3.4.37 in the regular group (#1132)

Bumps the regular group with 1 update: [vue](https://github.com/vuejs/core).

Updates `vue` from 3.4.36 to 3.4.37
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.36...v3.4.37)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Thu, 8 Aug 2024 12:46:34 +0000 (14:46 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps-dev): bump eslint-plugin-jsdoc in the major group (#1131)
dependabot[bot] [Wed, 7 Aug 2024 17:53:32 +0000 (17:53 +0000)] 
build(deps-dev): bump eslint-plugin-jsdoc in the major group (#1131)

Bumps the major group with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).

Updates `eslint-plugin-jsdoc` from 48.11.0 to 50.0.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.11.0...v50.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 weeks agobuild(deps): bump the regular group with 7 updates (#1130)
dependabot[bot] [Wed, 7 Aug 2024 17:52:35 +0000 (19:52 +0200)] 
build(deps): bump the regular group with 7 updates (#1130)

Bumps the regular group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.3.3` | `6.3.4` |
| [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.3.3` | `6.3.4` |
| [@mikro-orm/reflection](https://github.com/mikro-orm/mikro-orm) | `6.3.3` | `6.3.4` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.3.3` | `6.3.4` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.3.0` | `19.4.0` |
| [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm) | `6.3.3` | `6.3.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.5` | `5.4.0` |

Updates `@mikro-orm/core` from 6.3.3 to 6.3.4
- [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.3.3...v6.3.4)

Updates `@mikro-orm/mariadb` from 6.3.3 to 6.3.4
- [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.3.3...v6.3.4)

Updates `@mikro-orm/reflection` from 6.3.3 to 6.3.4
- [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.3.3...v6.3.4)

Updates `@mikro-orm/sqlite` from 6.3.3 to 6.3.4
- [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.3.3...v6.3.4)

Updates `@commitlint/cli` from 19.3.0 to 19.4.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.4.0/@commitlint/cli)

Updates `@mikro-orm/cli` from 6.3.3 to 6.3.4
- [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.3.3...v6.3.4)

Updates `vite` from 5.3.5 to 5.4.0
- [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@5.4.0/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: "@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-minor
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 weeks agochore: bump volta pnpm version
Jérôme Benoit [Wed, 7 Aug 2024 10:58:12 +0000 (12:58 +0200)] 
chore: bump volta pnpm version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agochore: bump volta node version
Jérôme Benoit [Tue, 6 Aug 2024 19:17:30 +0000 (21:17 +0200)] 
chore: bump volta node version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agobuild(deps): bump the regular group with 2 updates (#1129)
dependabot[bot] [Tue, 6 Aug 2024 18:13:35 +0000 (20:13 +0200)] 
build(deps): bump the regular group with 2 updates (#1129)

Bumps the regular group with 2 updates: [vue](https://github.com/vuejs/core) and [vue-router](https://github.com/vuejs/router).

Updates `vue` from 3.4.35 to 3.4.36
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.35...v3.4.36)

Updates `vue-router` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.4.2...v4.4.3)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Tue, 6 Aug 2024 13:17:10 +0000 (15:17 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 weeks agoMerge branch 'main' of github.com:SAP/e-mobility-charging-stations-simulator
Jérôme Benoit [Tue, 6 Aug 2024 13:10:54 +0000 (15:10 +0200)] 
Merge branch 'main' of github.com:SAP/e-mobility-charging-stations-simulator

5 weeks agochore(ci): group dependabot updates by semver revision for poetry
Jérôme Benoit [Tue, 6 Aug 2024 13:10:20 +0000 (15:10 +0200)] 
chore(ci): group dependabot updates by semver revision for poetry

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agobuild(deps): bump the regular group with 5 updates (#1128)
dependabot[bot] [Tue, 6 Aug 2024 10:49:55 +0000 (10:49 +0000)] 
build(deps): bump the regular group with 5 updates (#1128)

Bumps the regular group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.3.2` | `6.3.3` |
| [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.3.2` | `6.3.3` |
| [@mikro-orm/reflection](https://github.com/mikro-orm/mikro-orm) | `6.3.2` | `6.3.3` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.3.2` | `6.3.3` |
| [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm) | `6.3.2` | `6.3.3` |

Updates `@mikro-orm/core` from 6.3.2 to 6.3.3
- [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.3.2...v6.3.3)

Updates `@mikro-orm/mariadb` from 6.3.2 to 6.3.3
- [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.3.2...v6.3.3)

Updates `@mikro-orm/reflection` from 6.3.2 to 6.3.3
- [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.3.2...v6.3.3)

Updates `@mikro-orm/sqlite` from 6.3.2 to 6.3.3
- [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.3.2...v6.3.3)

Updates `@mikro-orm/cli` from 6.3.2 to 6.3.3
- [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.3.2...v6.3.3)

---
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: "@mikro-orm/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 weeks agobuild(deps-dev): bump ruff from 0.5.5 to 0.5.6 in /tests/ocpp-server (#1121)
dependabot[bot] [Tue, 6 Aug 2024 10:48:09 +0000 (12:48 +0200)] 
build(deps-dev): bump ruff from 0.5.5 to 0.5.6 in /tests/ocpp-server (#1121)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.5 to 0.5.6.
- [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.5.5...0.5.6)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 weeks agochore(ci): group dependabot updates by semver revision
Jérôme Benoit [Tue, 6 Aug 2024 10:44:08 +0000 (12:44 +0200)] 
chore(ci): group dependabot updates by semver revision

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agotest: refine AsyncLock runExclusive() expectation
Jérôme Benoit [Sun, 4 Aug 2024 18:47:59 +0000 (20:47 +0200)] 
test: refine AsyncLock runExclusive() expectation

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore(deps-dev): remove duplicated eslint related deps
Jérôme Benoit [Sat, 3 Aug 2024 13:39:35 +0000 (15:39 +0200)] 
chore(deps-dev): remove duplicated eslint related deps

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore: trivial AsyncLock cleanup
Jérôme Benoit [Sat, 3 Aug 2024 13:24:02 +0000 (15:24 +0200)] 
chore: trivial AsyncLock cleanup

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agotest: cleanup AsyncLock test
Jérôme Benoit [Sat, 3 Aug 2024 13:20:48 +0000 (15:20 +0200)] 
test: cleanup AsyncLock test

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agotest: add missing tests/utils/AsyncLock.test.ts file
Jérôme Benoit [Sat, 3 Aug 2024 13:14:51 +0000 (15:14 +0200)] 
test: add missing tests/utils/AsyncLock.test.ts file

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agotest: add AsyncLock test
Jérôme Benoit [Sat, 3 Aug 2024 12:53:24 +0000 (14:53 +0200)] 
test: add AsyncLock test

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore: remove linter disablement
Jérôme Benoit [Sat, 3 Aug 2024 11:38:25 +0000 (13:38 +0200)] 
chore: remove linter disablement

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agoMerge branch 'main' of github.com:SAP/e-mobility-charging-stations-simulator
Jérôme Benoit [Sat, 3 Aug 2024 10:53:50 +0000 (12:53 +0200)] 
Merge branch 'main' of github.com:SAP/e-mobility-charging-stations-simulator

6 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Sat, 3 Aug 2024 10:53:29 +0000 (12:53 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agobuild(deps-dev): bump @types/node from 22.0.3 to 22.1.0 (#1120)
dependabot[bot] [Fri, 2 Aug 2024 16:50:46 +0000 (18:50 +0200)] 
build(deps-dev): bump @types/node from 22.0.3 to 22.1.0 (#1120)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.3 to 22.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 weeks agorefactor(deps-dev): remove unused deps
Jérôme Benoit [Fri, 2 Aug 2024 10:41:39 +0000 (12:41 +0200)] 
refactor(deps-dev): remove unused deps

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agofix: silence TS strict null check errors
Jérôme Benoit [Fri, 2 Aug 2024 10:25:32 +0000 (12:25 +0200)] 
fix: silence TS strict null check errors

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Fri, 2 Aug 2024 10:02:43 +0000 (12:02 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore: cleanup eslint configuration
Jérôme Benoit [Fri, 2 Aug 2024 00:13:35 +0000 (02:13 +0200)] 
chore: cleanup eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore: cleanup eslint configuration
Jérôme Benoit [Thu, 1 Aug 2024 23:58:34 +0000 (01:58 +0200)] 
chore: cleanup eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore: cleanup eslint configuration
Jérôme Benoit [Thu, 1 Aug 2024 23:58:07 +0000 (01:58 +0200)] 
chore: cleanup eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore: cleanup eslint configuration
Jérôme Benoit [Thu, 1 Aug 2024 23:44:17 +0000 (01:44 +0200)] 
chore: cleanup eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore: cleanup eslint configuration
Jérôme Benoit [Thu, 1 Aug 2024 22:46:30 +0000 (00:46 +0200)] 
chore: cleanup eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore: fix eslint configuration for vue.js
Jérôme Benoit [Thu, 1 Aug 2024 22:25:34 +0000 (00:25 +0200)] 
chore: fix eslint configuration for vue.js

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Thu, 1 Aug 2024 16:08:04 +0000 (18:08 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Thu, 1 Aug 2024 11:04:34 +0000 (13:04 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore(deps): apply updates
Jérôme Benoit [Thu, 1 Aug 2024 10:52:34 +0000 (12:52 +0200)] 
chore(deps): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Wed, 31 Jul 2024 19:36:30 +0000 (21:36 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
6 weeks agotest: add checkStationInfoConnectorStatus() test
Jérôme Benoit [Wed, 31 Jul 2024 17:26:52 +0000 (19:26 +0200)] 
test: add checkStationInfoConnectorStatus() test

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agoMerge branch 'main' of github.com:SAP/e-mobility-charging-stations-simulator
Jérôme Benoit [Wed, 31 Jul 2024 17:07:01 +0000 (19:07 +0200)] 
Merge branch 'main' of github.com:SAP/e-mobility-charging-stations-simulator

6 weeks agotest: add getPhaseRotationValue() test
Jérôme Benoit [Wed, 31 Jul 2024 17:06:23 +0000 (19:06 +0200)] 
test: add getPhaseRotationValue() test

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agobuild(deps-dev): bump @vitest/coverage-v8 from 2.0.4 to 2.0.5 (#1117)
dependabot[bot] [Wed, 31 Jul 2024 16:54:56 +0000 (18:54 +0200)] 
build(deps-dev): bump @vitest/coverage-v8 from 2.0.4 to 2.0.5 (#1117)

Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 weeks agobuild(deps-dev): bump vitest from 2.0.4 to 2.0.5 (#1116)
dependabot[bot] [Wed, 31 Jul 2024 16:47:39 +0000 (18:47 +0200)] 
build(deps-dev): bump vitest from 2.0.4 to 2.0.5 (#1116)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Wed, 31 Jul 2024 10:19:26 +0000 (12:19 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agochore: release main (#1108) ocpp-server@v1.5.1 simulator@v1.5.1 webui@v1.5.1
Jérôme Benoit [Tue, 30 Jul 2024 21:20:13 +0000 (23:20 +0200)] 
chore: release main (#1108)

* chore: release main

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
6 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Tue, 30 Jul 2024 21:13:27 +0000 (23:13 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
6 weeks agobuild(deps-dev): bump eslint-plugin-jsdoc from 48.9.2 to 48.10.1 (#1115)
dependabot[bot] [Tue, 30 Jul 2024 20:59:56 +0000 (22:59 +0200)] 
build(deps-dev): bump eslint-plugin-jsdoc from 48.9.2 to 48.10.1 (#1115)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.9.2 to 48.10.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.9.2...v48.10.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Mon, 29 Jul 2024 18:37:13 +0000 (20:37 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agobuild(deps-dev): bump husky from 9.1.3 to 9.1.4 (#1114)
dependabot[bot] [Mon, 29 Jul 2024 17:31:04 +0000 (19:31 +0200)] 
build(deps-dev): bump husky from 9.1.3 to 9.1.4 (#1114)

Bumps [husky](https://github.com/typicode/husky) from 9.1.3 to 9.1.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.1.3...v9.1.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agobuild(deps-dev): bump @types/ws from 8.5.11 to 8.5.12 (#1113)
dependabot[bot] [Mon, 29 Jul 2024 17:21:01 +0000 (19:21 +0200)] 
build(deps-dev): bump @types/ws from 8.5.11 to 8.5.12 (#1113)

Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.11 to 8.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agobuild(deps-dev): bump eslint-plugin-jsdoc from 48.8.3 to 48.9.2 (#1112)
dependabot[bot] [Mon, 29 Jul 2024 17:17:12 +0000 (19:17 +0200)] 
build(deps-dev): bump eslint-plugin-jsdoc from 48.8.3 to 48.9.2 (#1112)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.8.3 to 48.9.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.8.3...v48.9.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Sun, 28 Jul 2024 15:08:26 +0000 (17:08 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Sat, 27 Jul 2024 10:10:21 +0000 (12:10 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agorefactor: move buidling, bundling, ... scripts into a directory
Jérôme Benoit [Fri, 26 Jul 2024 17:19:25 +0000 (19:19 +0200)] 
refactor: move buidling, bundling, ... scripts into a directory

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agotest: add checkConfiguration() helper test
Jérôme Benoit [Fri, 26 Jul 2024 16:52:31 +0000 (18:52 +0200)] 
test: add checkConfiguration() helper test

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agotest: add more charging station helpers tests
Jérôme Benoit [Fri, 26 Jul 2024 16:37:48 +0000 (18:37 +0200)] 
test: add more charging station helpers tests

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agorefactor(test): code cleanups
Jérôme Benoit [Fri, 26 Jul 2024 15:44:04 +0000 (17:44 +0200)] 
refactor(test): code cleanups

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agotest: add some tests for charging station helpers
Jérôme Benoit [Fri, 26 Jul 2024 15:39:58 +0000 (17:39 +0200)] 
test: add some tests for charging station helpers

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agodocs: add OCPP 2 mock server component to issue templates
Jérôme Benoit [Fri, 26 Jul 2024 13:39:19 +0000 (15:39 +0200)] 
docs: add OCPP 2 mock server component to issue templates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agochore(deps): apply updates
Jérôme Benoit [Fri, 26 Jul 2024 12:58:32 +0000 (14:58 +0200)] 
chore(deps): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agorefactor: silence two linter errors
Jérôme Benoit [Thu, 25 Jul 2024 19:17:48 +0000 (21:17 +0200)] 
refactor: silence two linter errors

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agorefactor: cleanup eslint configuration
Jérôme Benoit [Thu, 25 Jul 2024 18:35:34 +0000 (20:35 +0200)] 
refactor: cleanup eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agobuild(ci): reenabled auto code formating and linting on simulator
Jérôme Benoit [Thu, 25 Jul 2024 18:04:00 +0000 (20:04 +0200)] 
build(ci): reenabled auto code formating and linting on simulator

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agobuild(deps-dev): bump ruff from 0.5.4 to 0.5.5 in /tests/ocpp-server (#1109)
dependabot[bot] [Thu, 25 Jul 2024 17:10:03 +0000 (19:10 +0200)] 
build(deps-dev): bump ruff from 0.5.4 to 0.5.5 in /tests/ocpp-server (#1109)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.4 to 0.5.5.
- [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.5.4...0.5.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agobuild(ci): reenabled linting on web ui code
Jérôme Benoit [Thu, 25 Jul 2024 16:41:10 +0000 (18:41 +0200)] 
build(ci): reenabled linting on web ui code

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agochore: cleanup formatting and linting configuration
Jérôme Benoit [Thu, 25 Jul 2024 16:25:26 +0000 (18:25 +0200)] 
chore: cleanup formatting and linting configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agochore: refine eslint flat configuration
Jérôme Benoit [Thu, 25 Jul 2024 16:03:50 +0000 (18:03 +0200)] 
chore: refine eslint flat configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agochore: release main (#1080) ocpp-server@v1.5.0 simulator@v1.5.0 v1.5 webui@v1.5.0
Jérôme Benoit [Thu, 25 Jul 2024 11:35:57 +0000 (13:35 +0200)] 
chore: release main (#1080)

* chore: release main

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
7 weeks agochore(deps): apply updates
Jérôme Benoit [Thu, 25 Jul 2024 11:31:13 +0000 (13:31 +0200)] 
chore(deps): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agorefactor: refine station information validation error message
Jérôme Benoit [Thu, 25 Jul 2024 09:41:44 +0000 (11:41 +0200)] 
refactor: refine station information validation error message

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agorefactor: validate station information at CS init
Jérôme Benoit [Wed, 24 Jul 2024 23:14:16 +0000 (01:14 +0200)] 
refactor: validate station information at CS init

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agofix: ensure OCPP payload validation report error details
Jérôme Benoit [Wed, 24 Jul 2024 22:14:10 +0000 (00:14 +0200)] 
fix: ensure OCPP payload validation report error details

The validate() is already bound to Ajv and cannot be rebinded to
a different instance.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Wed, 24 Jul 2024 18:54:41 +0000 (20:54 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Wed, 24 Jul 2024 18:52:31 +0000 (20:52 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agobuild(deps-dev): bump @vitejs/plugin-vue from 5.0.5 to 5.1.0 (#1105)
dependabot[bot] [Wed, 24 Jul 2024 18:41:58 +0000 (20:41 +0200)] 
build(deps-dev): bump @vitejs/plugin-vue from 5.0.5 to 5.1.0 (#1105)

Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 5.0.5 to 5.1.0.
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.0/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agobuild(deps-dev): bump @types/node from 20.14.11 to 20.14.12 (#1106)
dependabot[bot] [Wed, 24 Jul 2024 18:30:48 +0000 (20:30 +0200)] 
build(deps-dev): bump @types/node from 20.14.11 to 20.14.12 (#1106)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 20.14.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agobuild(deps): bump vue from 3.4.33 to 3.4.34 (#1107)
dependabot[bot] [Wed, 24 Jul 2024 18:24:24 +0000 (20:24 +0200)] 
build(deps): bump vue from 3.4.33 to 3.4.34 (#1107)

Bumps [vue](https://github.com/vuejs/core) from 3.4.33 to 3.4.34.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.33...v3.4.34)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Tue, 23 Jul 2024 14:15:57 +0000 (16:15 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
7 weeks agobuild(deps): bump tar from 7.4.0 to 7.4.1 (#1102)
dependabot[bot] [Tue, 23 Jul 2024 14:06:43 +0000 (16:06 +0200)] 
build(deps): bump tar from 7.4.0 to 7.4.1 (#1102)

Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.0 to 7.4.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.4.0...v7.4.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 weeks agorefactor: refine OCPP PDU validation error messages
Jérôme Benoit [Tue, 23 Jul 2024 12:14:26 +0000 (14:14 +0200)] 
refactor: refine OCPP PDU validation error messages

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
8 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Sun, 21 Jul 2024 16:49:29 +0000 (18:49 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
8 weeks agochore(deps-dev): apply updates
Jérôme Benoit [Sat, 20 Jul 2024 17:51:35 +0000 (19:51 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
8 weeks agochore: align code formatting configuration
Jérôme Benoit [Fri, 19 Jul 2024 13:10:04 +0000 (15:10 +0200)] 
chore: align code formatting configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
8 weeks agochore: bump volta node version
Jérôme Benoit [Thu, 18 Jul 2024 19:31:26 +0000 (21:31 +0200)] 
chore: bump volta node version

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
8 weeks agobuild(deps): bump github/combine-prs from 5.0.0 to 5.1.0 (#1093)
dependabot[bot] [Thu, 18 Jul 2024 17:12:10 +0000 (19:12 +0200)] 
build(deps): bump github/combine-prs from 5.0.0 to 5.1.0 (#1093)

Bumps [github/combine-prs](https://github.com/github/combine-prs) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/github/combine-prs/releases)
- [Commits](https://github.com/github/combine-prs/compare/v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: github/combine-prs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 weeks agobuild(deps-dev): bump ruff from 0.5.2 to 0.5.3 in /tests/ocpp-server (#1094)
dependabot[bot] [Thu, 18 Jul 2024 17:11:51 +0000 (19:11 +0200)] 
build(deps-dev): bump ruff from 0.5.2 to 0.5.3 in /tests/ocpp-server (#1094)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.2 to 0.5.3.
- [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/commits)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months agochore(deps-dev): apply updates
Jérôme Benoit [Thu, 18 Jul 2024 14:06:08 +0000 (16:06 +0200)] 
chore(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 months agobuild(deps-dev): bump husky from 9.0.11 to 9.1.0 (#1091)
dependabot[bot] [Thu, 18 Jul 2024 13:56:58 +0000 (15:56 +0200)] 
build(deps-dev): bump husky from 9.0.11 to 9.1.0 (#1091)

Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.0)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months agorefactor: npx -> pnpm dlx where appropriates
Jérôme Benoit [Wed, 17 Jul 2024 12:36:38 +0000 (14:36 +0200)] 
refactor: npx -> pnpm dlx where appropriates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 months agochore(deps): apply updates
Jérôme Benoit [Wed, 17 Jul 2024 12:32:36 +0000 (14:32 +0200)] 
chore(deps): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 months agoMerge pull request #1090 from SAP/combined-prs-branch
Jérôme Benoit [Wed, 17 Jul 2024 12:25:55 +0000 (14:25 +0200)] 
Merge pull request #1090 from SAP/combined-prs-branch

Combined PRs

2 months agoMerge branch 'main' into combined-prs-branch
Jérôme Benoit [Wed, 17 Jul 2024 02:15:30 +0000 (04:15 +0200)] 
Merge branch 'main' into combined-prs-branch

2 months agoMerge dependabot/npm_and_yarn/typescript-eslint-7.16.1 into combined-prs-branch
Jérôme Benoit [Wed, 17 Jul 2024 02:15:28 +0000 (04:15 +0200)] 
Merge dependabot/npm_and_yarn/typescript-eslint-7.16.1 into combined-prs-branch

2 months agobuild(deps-dev): bump typescript-eslint from 7.16.0 to 7.16.1
dependabot[bot] [Tue, 16 Jul 2024 16:36:12 +0000 (16:36 +0000)] 
build(deps-dev): bump typescript-eslint from 7.16.0 to 7.16.1

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.16.0 to 7.16.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/v7.16.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agobuild(ci): fix autofix GH action
Jérôme Benoit [Mon, 15 Jul 2024 15:49:02 +0000 (17:49 +0200)] 
build(ci): fix autofix GH action

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 months agochore: fix lock file
Jérôme Benoit [Mon, 15 Jul 2024 15:39:27 +0000 (17:39 +0200)] 
chore: fix lock file

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 months agochore: configuration cleanups after migration to eslint flat config
Jérôme Benoit [Mon, 15 Jul 2024 15:31:29 +0000 (17:31 +0200)] 
chore: configuration cleanups after migration to eslint flat config

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 months agochore(ci): silence linter error
Jérôme Benoit [Mon, 15 Jul 2024 13:33:26 +0000 (15:33 +0200)] 
chore(ci): silence linter error

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>