From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:52:19 +0000 (+0200) Subject: chore(deps): update all non-major dependencies (#1947) X-Git-Tag: cli@v4.11.0~74 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=563733332a9bd42462102465944f70accd8c07a9;p=e-mobility-charging-stations-simulator.git chore(deps): update all non-major dependencies (#1947) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/package.json b/package.json index 201ad42b..a30096c6 100644 --- a/package.json +++ b/package.json @@ -100,9 +100,9 @@ "utf-8-validate": "^6.0.6" }, "devDependencies": { - "@ai-hero/sandcastle": "^0.10.0", - "@commitlint/cli": "^21.1.0", - "@commitlint/config-conventional": "^21.1.0", + "@ai-hero/sandcastle": "^0.12.0", + "@commitlint/cli": "^21.2.0", + "@commitlint/config-conventional": "^21.2.0", "@cspell/eslint-plugin": "^10.0.1", "@eslint/js": "^9.39.4", "@mikro-orm/cli": "^6.6.15", @@ -120,7 +120,7 @@ "husky": "^9.1.7", "lint-staged": "^17.0.8", "neostandard": "^0.13.0", - "prettier": "^3.9.1", + "prettier": "^3.9.4", "rimraf": "^6.1.3", "semver": "^7.8.5", "skott": "^0.35.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 38db0bb3..f6f57311 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,13 +73,13 @@ importers: version: 4.4.3 devDependencies: '@ai-hero/sandcastle': - specifier: ^0.10.0 - version: 0.10.0 + specifier: ^0.12.0 + version: 0.12.0 '@commitlint/cli': - specifier: ^21.1.0 + specifier: ^21.2.0 version: 21.2.0(@types/node@24.13.2)(typescript@6.0.3) '@commitlint/config-conventional': - specifier: ^21.1.0 + specifier: ^21.2.0 version: 21.2.0 '@cspell/eslint-plugin': specifier: ^10.0.1 @@ -133,7 +133,7 @@ importers: specifier: ^0.13.0 version: 0.13.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) prettier: - specifier: ^3.9.1 + specifier: ^3.9.4 version: 3.9.4 rimraf: specifier: ^6.1.3 @@ -247,7 +247,7 @@ importers: specifier: ^29.1.1 version: 29.1.1 vite: - specifier: ^8.1.0 + specifier: ^8.1.1 version: 8.1.1(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.6.1)(tsx@4.22.4)(yaml@2.9.0) vitest: specifier: ^4.1.9 @@ -258,8 +258,8 @@ importers: packages: - '@ai-hero/sandcastle@0.10.0': - resolution: {integrity: sha512-7iUX90cF/RWP80OfcOf/1fkJyoPRAJo4ICyttpWWokKoFGGnuQ82lvxKpU3IEiWPbwT/g8O2PotTzgiimtQT7g==} + '@ai-hero/sandcastle@0.12.0': + resolution: {integrity: sha512-kdQ414rM8t1QiWeqZ3Klz4KSd0PqQG4bRVuqGpRDUomWhojSZkEAc1tbcEcThVmBEaHkCt8LmYR49vqEPNIoYQ==} hasBin: true peerDependencies: '@daytona/sdk': ^0.164.0 @@ -4932,7 +4932,7 @@ packages: snapshots: - '@ai-hero/sandcastle@0.10.0': + '@ai-hero/sandcastle@0.12.0': dependencies: '@clack/prompts': 1.6.0 diff --git a/ui/web/package.json b/ui/web/package.json index 5fbfc23a..a216be7e 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -44,7 +44,7 @@ "@vue/test-utils": "^2.4.11", "@vue/tsconfig": "^0.9.1", "jsdom": "^29.1.1", - "vite": "^8.1.0", + "vite": "^8.1.1", "vitest": "^4.1.9", "vue-tsc": "^3.3.5" }