From 8dbd37303b7d229dbceb57983772076f70efd999 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 13 May 2026 19:03:51 +0200 Subject: [PATCH] chore: release main (#1851) * chore: release main * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 10 +++++----- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- tests/ocpp-server/CHANGELOG.md | 6 ++++++ tests/ocpp-server/pyproject.toml | 2 +- ui/cli/CHANGELOG.md | 10 ++++++++++ ui/cli/package.json | 2 +- ui/cli/sonar-project.properties | 2 +- ui/common/CHANGELOG.md | 6 ++++++ ui/common/package.json | 2 +- ui/common/sonar-project.properties | 2 +- ui/web/CHANGELOG.md | 14 ++++++++++++++ ui/web/package.json | 2 +- ui/web/sonar-project.properties | 2 +- 15 files changed, 71 insertions(+), 14 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index afb521bf..c7ba5a28 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe2bf05f..5358f827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 5f0363bd..823800cb 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/sonar-project.properties b/sonar-project.properties index e78b51f7..a7ea0990 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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. diff --git a/tests/ocpp-server/CHANGELOG.md b/tests/ocpp-server/CHANGELOG.md index 7effee9a..465ed466 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -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 diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 4be87401..6d349b4b 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -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" diff --git a/ui/cli/CHANGELOG.md b/ui/cli/CHANGELOG.md index 15058af2..ac237b00 100644 --- a/ui/cli/CHANGELOG.md +++ b/ui/cli/CHANGELOG.md @@ -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 diff --git a/ui/cli/package.json b/ui/cli/package.json index 58997cc6..6cb84ae0 100644 --- a/ui/cli/package.json +++ b/ui/cli/package.json @@ -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" diff --git a/ui/cli/sonar-project.properties b/ui/cli/sonar-project.properties index 6d27a7e8..24e94695 100644 --- a/ui/cli/sonar-project.properties +++ b/ui/cli/sonar-project.properties @@ -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. diff --git a/ui/common/CHANGELOG.md b/ui/common/CHANGELOG.md index 42e0103e..095bc699 100644 --- a/ui/common/CHANGELOG.md +++ b/ui/common/CHANGELOG.md @@ -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 diff --git a/ui/common/package.json b/ui/common/package.json index 59476792..6be50d46 100644 --- a/ui/common/package.json +++ b/ui/common/package.json @@ -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" diff --git a/ui/common/sonar-project.properties b/ui/common/sonar-project.properties index 67c5e4ed..a3aed2e1 100644 --- a/ui/common/sonar-project.properties +++ b/ui/common/sonar-project.properties @@ -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. diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index 747efed6..c8fdbfba 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -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 diff --git a/ui/web/package.json b/ui/web/package.json index 17b0bb6a..57389780 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -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", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 5aa98505..c13d9b2f 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -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. -- 2.43.0