]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
build(deps-dev): bump the regular group with 2 updates (#1444)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 23 Jun 2025 18:52:52 +0000 (20:52 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Jun 2025 18:52:52 +0000 (18:52 +0000)
* build(deps-dev): bump the regular group with 2 updates

Bumps the regular group with 2 updates: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [prettier](https://github.com/prettier/prettier).

Updates `eslint-plugin-jsdoc` from 51.1.2 to 51.2.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/v51.1.2...v51.2.1)

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

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 51.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: prettier
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
* [autofix.ci] apply automated fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
README.md

index 9e5ff7bf73ecd6ad47656cdcd84fec9263cf6850..c03b3f5e388197f395337b62047254a4ecc31f2d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -849,7 +849,6 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`.
 Examples:
 
 - **Start Transaction**
-
   - Request:  
     `ProcedureName`: 'startTransaction'  
     `PDU`: {  
@@ -867,7 +866,6 @@ Examples:
     }
 
 - **Stop Transaction**
-
   - Request:  
     `ProcedureName`: 'stopTransaction'  
     `PDU`: {  
@@ -884,7 +882,6 @@ Examples:
     }
 
 - **Status Notification**
-
   - Request:  
     `ProcedureName`: 'statusNotification'  
     `PDU`: {  
@@ -903,7 +900,6 @@ Examples:
     }
 
 - **Heartbeat**
-
   - Request:  
     `ProcedureName`: 'heartbeat'  
     `PDU`: {