]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1851) cli@v4.7.3 ocpp-server@v4.7.3 simulator@v4.7.3 ui-common@v4.7.3 v4.7 web@v4.7.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 13 May 2026 17:03:51 +0000 (19:03 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 17:03:51 +0000 (19:03 +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 afb521bf20dd1d8ff78d66158a54d23ad483f414..c7ba5a28ed55d5bd069eeb52e089a0c4b325afc6 100644 (file)
@@ -1,7 +1,7 @@
 {
-  ".": "4.7.2",
-  "ui/common": "4.7.2",
-  "ui/cli": "4.7.2",
-  "ui/web": "4.7.2",
-  "tests/ocpp-server": "4.7.2"
+  ".": "4.7.3",
+  "ui/common": "4.7.3",
+  "ui/cli": "4.7.3",
+  "ui/web": "4.7.3",
+  "tests/ocpp-server": "4.7.3"
 }
index fe2bf05fecb1d76329fbebba81f64d72cc607726..5358f827635b26136369b6653ae405bd38f1f601 100644 (file)
@@ -1,5 +1,26 @@
 # Changelog
 
+## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.2...simulator@v4.7.3) (2026-05-13)
+
+### 🐞 Bug Fixes
+
+- **ci:** lowercase badge label for consistency ([92317d0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/92317d093ae2ad98d2aa37e4acba9797447e76a3))
+- **ci:** use stable v1.4.2 release of github-repo-stats ([dd1f008](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/dd1f008df4450f73293a03ef732758a738cbe35f))
+- **deps:** update all non-major dependencies ([#1855](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1855)) ([d3f125f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d3f125ff8ec9c5156355f7242cee42621fa2b62b))
+- **lint:** enable Vue strictTypeChecked and fix config ([b4020a3](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b4020a3ad105ce23502428828878010202e6d8a4))
+- regenerate lockfile matching overrides configuration ([025615b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/025615b1cf5638d435222e4400e710d6ef7755d4))
+- set allowBuilds placeholders to false ([ab01a95](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/ab01a9540af165b8ffb89acdfc08eafe01fd1286))
+
+### ✨ Polish
+
+- consolidate object-check utilities to eliminate duplication ([2990944](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2990944535b2e13826897657d526da65b9d17ec4))
+- remove unnecessary type assertions across monorepo ([f2fe22c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f2fe22cada0c10ff63eb5d0ee6ca8f79a74de430))
+
+### 🤖 Automation
+
+- add --interpreted-frames-native-stack to profiling scripts ([b1d02d7](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b1d02d7cea9481e59205d057289c511f135f94fb))
+- add dev profiling script and fix prod profiling ([5294fbd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/5294fbd61100140155b7a523802817031a735af9))
+
 ## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.1...simulator@v4.7.2) (2026-05-09)
 
 ### 🐞 Bug Fixes
index 5f0363bd3872cfdc07375126916bf49e1194c5c1..823800cb2b468f2f1a1b1c2288caf387f518a156 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.7.2",
+  "version": "4.7.3",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index e78b51f727ed92aaa2399868a3105dfa272218cf..a7ea09901ffcc566cbf9bcf5077f431d707a460c 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.7.2
+sonar.projectVersion=4.7.3
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 7effee9ac889df0c8e8db877f10275892b8250b5..465ed466c98ad32841051b9b182a6a41a0063620 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.7.2...ocpp-server@v4.7.3) (2026-05-13)
+
+### 🧹 Chores
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.7.1...ocpp-server@v4.7.2) (2026-05-09)
 
 ### 🧹 Chores
index 4be87401e2463e673d239338b35200dc84f989bc..6d349b4ba5e85d1edee6d09feefe7b1ae851e723 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.7.2"
+version = "4.7.3"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 15058af24b645f7a5af544ebf4d10008ca61c16c..ac237b000204afbe42b5ccb2883de34dc0562c19 100644 (file)
@@ -1,5 +1,15 @@
 # Changelog
 
+## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.7.2...cli@v4.7.3) (2026-05-13)
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1855](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1855)) ([d3f125f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d3f125ff8ec9c5156355f7242cee42621fa2b62b))
+
+### ✨ Polish
+
+- remove unnecessary type assertions across monorepo ([f2fe22c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f2fe22cada0c10ff63eb5d0ee6ca8f79a74de430))
+
 ## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.7.1...cli@v4.7.2) (2026-05-09)
 
 ### 🧹 Chores
index 58997cc698cf5f804b7c320d53fe4f6c57aedafa..6cb84ae026f072b5a3aec7883b552ae7333f492b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "cli",
-  "version": "4.7.2",
+  "version": "4.7.3",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 6d27a7e84b99ccebe181e5e459b060b5dc890785..24e94695361814b091945043ae32b55b45d1a69b 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.7.2
+sonar.projectVersion=4.7.3
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 42e0103eea40e05b08963842101c044a488b6eea..095bc6990739638258a0dcd410e1ec053d27cc24 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.7.2...ui-common@v4.7.3) (2026-05-13)
+
+### ✨ Polish
+
+- remove unnecessary type assertions across monorepo ([f2fe22c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f2fe22cada0c10ff63eb5d0ee6ca8f79a74de430))
+
 ## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.7.1...ui-common@v4.7.2) (2026-05-09)
 
 ### 🧹 Chores
index 59476792d3f5bea67ab9378e4d9824119ca85ff0..6be50d46af576c0683b0e58a0758ee20f09fc323 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "ui-common",
-  "version": "4.7.2",
+  "version": "4.7.3",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 67c5e4edcbf5646586c264a58dc19255b56d6f63..a3aed2e17dab17258929ba4f32c8ea7786147009 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.7.2
+sonar.projectVersion=4.7.3
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 747efed6fb051427124c4c19662482485fe6f15d..c8fdbfba4a5ca0a05689533c0d15521d44c831d4 100644 (file)
@@ -1,5 +1,19 @@
 # Changelog
 
+## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.7.2...web@v4.7.3) (2026-05-13)
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1855](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1855)) ([d3f125f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d3f125ff8ec9c5156355f7242cee42621fa2b62b))
+- **lint:** enable Vue strictTypeChecked and fix config ([b4020a3](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b4020a3ad105ce23502428828878010202e6d8a4))
+- **test:** mock router.push in all remaining test files ([b8e7c7a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b8e7c7ac2f12d6e791b0d165d33f1a39b8dd5570))
+- **test:** mock router.push to return Promise ([61f8576](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/61f8576e1b3e63e97bb05a4ecbc20098c5be37df))
+- **test:** mock router.push to return Promise in all test files ([7e924f7](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7e924f708315728b3921be758749a943bd73b389))
+
+### ✨ Polish
+
+- remove unnecessary type assertions across monorepo ([f2fe22c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f2fe22cada0c10ff63eb5d0ee6ca8f79a74de430))
+
 ## [4.7.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.7.1...web@v4.7.2) (2026-05-09)
 
 ### 🧹 Chores
index 17b0bb6afaaae351482bd01c3df5caa98aab538a..57389780b37584ea541b7e62979ccadf3925cf64 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "web",
-  "version": "4.7.2",
+  "version": "4.7.3",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 5aa985055e5ec3f8429937c69b25449dc082da86..c13d9b2fa736ed4bedf8dcb44429d0c53d6245e9 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.7.2
+sonar.projectVersion=4.7.3
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.