]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1832) cli@v4.6.1 ocpp-server@v4.6.1 simulator@v4.6.1 ui-common@v4.6.1 v4.6 web@v4.6.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 6 May 2026 17:32:34 +0000 (19:32 +0200)
committerGitHub <noreply@github.com>
Wed, 6 May 2026 17:32:34 +0000 (19:32 +0200)
* chore: release main

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
15 files changed:
.github/release-please/manifest.json
CHANGELOG.md
package.json
sonar-project.properties
tests/ocpp-server/CHANGELOG.md
tests/ocpp-server/pyproject.toml
ui/cli/CHANGELOG.md
ui/cli/package.json
ui/cli/sonar-project.properties
ui/common/CHANGELOG.md
ui/common/package.json
ui/common/sonar-project.properties
ui/web/CHANGELOG.md
ui/web/package.json
ui/web/sonar-project.properties

index 5948d7438f1f70b2c2a9bdddea78f04e73785d0d..d2e397cd653c31fe1f4213c19891a5da9a7beb94 100644 (file)
@@ -1,7 +1,7 @@
 {
-  ".": "4.6.0",
-  "ui/common": "4.6.0",
-  "ui/cli": "4.6.0",
-  "ui/web": "4.6.0",
-  "tests/ocpp-server": "4.6.0"
+  ".": "4.6.1",
+  "ui/common": "4.6.1",
+  "ui/cli": "4.6.1",
+  "ui/web": "4.6.1",
+  "tests/ocpp-server": "4.6.1"
 }
index 181990afd6f2973ba8e7fd365a6a53626168a5a3..4f1c3d15e49e9be1fd0657dc99fe6df2e4ed34b2 100644 (file)
@@ -1,5 +1,13 @@
 # Changelog
 
+## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.6.0...simulator@v4.6.1) (2026-05-06)
+
+### 🐞 Bug Fixes
+
+- **deps:** override ip-address vulnerability ([2221278](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2221278103c4f697052ce4335bde640211eabba7))
+- **deps:** update all non-major dependencies ([#1825](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1825)) ([c4998a1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c4998a1457e09957339042d0e0d42edd7ae50620))
+- **deps:** update all non-major dependencies ([#1830](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1830)) ([81c3678](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/81c3678a5034220cd0d36342f3775c0203b834b1))
+
 ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.5.1...simulator@v4.6.0) (2026-05-02)
 
 ### 🚀 Features
index 848ef43b147dc0f280fc92b3478a68b8a21df66c..1b68e6960722cfb924dff4109671338906838f90 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.6.0",
+  "version": "4.6.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 7994debffbae19c97dca1254cf246dc811693ed7..3ab779d1150b9f3cd51097ea26ee02ac3f7fb33d 100644 (file)
@@ -4,7 +4,7 @@ sonar.organization=sap-1
 # This is the name and version displayed in the SonarCloud UI.
 sonar.projectName=e-mobility-charging-stations-simulator
 # x-release-please-start-version
-sonar.projectVersion=4.6.0
+sonar.projectVersion=4.6.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index bede8082baa6fe6de8f5badf492c4d21d56d20da..6cfe2954f36d3317a2867d80ab63d86e04815974 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.6.0...ocpp-server@v4.6.1) (2026-05-06)
+
+### 🧹 Chores
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.5.1...ocpp-server@v4.6.0) (2026-05-02)
 
 ### 🧹 Chores
index 96abe3facb2ce0dbb989bcc92c2df41ec4bf85f3..82f68813c4b9adbb2851fdaf132c0b271d6c7d64 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.6.0"
+version = "4.6.1"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 2eb65e8d476b71593a15a619b199b1617f1f45ad..3cbb76802bf2c83690faae194c33fc7764a7113b 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.6.0...cli@v4.6.1) (2026-05-06)
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1825](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1825)) ([c4998a1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c4998a1457e09957339042d0e0d42edd7ae50620))
+
 ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.5.1...cli@v4.6.0) (2026-05-02)
 
 ### 🐞 Bug Fixes
index 23028dbe74a8f5fad289f17c69ef218a1ba74248..af4a46c593d1627f905c8c5d1b7de614f9a0d953 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "cli",
-  "version": "4.6.0",
+  "version": "4.6.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index ba83b09ef37138758310bb1428d4c9ed8a5c091b..66e6fa311c10ff970cda738d746b74c99230c2f2 100644 (file)
@@ -4,7 +4,7 @@ sonar.organization=sap-1
 # This is the name and version displayed in the SonarCloud UI.
 sonar.projectName=e-mobility-charging-stations-simulator-cli
 # x-release-please-start-version
-sonar.projectVersion=4.6.0
+sonar.projectVersion=4.6.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index de2ddbf48844873462e0a785c81ccd30158487a7..25317b2c63094637342f20d4f48dfaec104bcc73 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.6.0...ui-common@v4.6.1) (2026-05-06)
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1825](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1825)) ([c4998a1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c4998a1457e09957339042d0e0d42edd7ae50620))
+
 ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.5.1...ui-common@v4.6.0) (2026-05-02)
 
 ### 🚀 Features
index 410bd9da7121970ac75d29987e609df527137873..b782f1c8b58a068d32151528b223144370bb85e5 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "ui-common",
-  "version": "4.6.0",
+  "version": "4.6.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 38d3249a6d8609fc3c3821df6e7497bbb2c3a173..0695cc99963aa79da823e5db1d18d9b93f246d31 100644 (file)
@@ -4,7 +4,7 @@ sonar.organization=sap-1
 # This is the name and version displayed in the SonarCloud UI.
 sonar.projectName=e-mobility-charging-stations-simulator-ui-common
 # x-release-please-start-version
-sonar.projectVersion=4.6.0
+sonar.projectVersion=4.6.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 7d0cef28843c573396a6c59ee7927f2a0e29adcc..58105fa36434afc73a46e9b82ada5bc87dd94643 100644 (file)
@@ -1,5 +1,13 @@
 # Changelog
 
+## [4.6.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.6.0...web@v4.6.1) (2026-05-06)
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1825](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1825)) ([c4998a1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c4998a1457e09957339042d0e0d42edd7ae50620))
+- **deps:** update all non-major dependencies ([#1830](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1830)) ([81c3678](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/81c3678a5034220cd0d36342f3775c0203b834b1))
+- restore comments lost during rebase conflict resolution ([7cb5abe](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7cb5abe497720ec1fec71203a4390f67bc50d0a3))
+
 ## [4.6.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.5.1...webui@v4.6.0) (2026-05-02)
 
 ### 🚀 Features
index a5864afe5173c4996721da9b31faf71071af86ce..e02e7cccd3e159355e167d9f3ba1ec93895f66f4 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "web",
-  "version": "4.6.0",
+  "version": "4.6.1",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 0a832acaa34fb115054d056066551ce68a472500..5170240a9f0615cb6b6f480f355abe9ba1574fa3 100644 (file)
@@ -4,7 +4,7 @@ sonar.organization=sap-1
 # This is the name and version displayed in the SonarCloud UI.
 sonar.projectName=e-mobility-charging-stations-simulator-web
 # x-release-please-start-version
-sonar.projectVersion=4.6.0
+sonar.projectVersion=4.6.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.