From c55e9e4bd48a548f26a720cda7ebbc9f1875babb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:54:21 +0200 Subject: [PATCH] chore(deps): update all non-major dependencies (#1881) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 6 +++--- pnpm-lock.yaml | 16 ++++++++-------- ui/web/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 9becddb6..ca8cea7a 100644 --- a/package.json +++ b/package.json @@ -99,10 +99,10 @@ "utf-8-validate": "^6.0.6" }, "devDependencies": { - "@ai-hero/sandcastle": "^0.6.6", + "@ai-hero/sandcastle": "^0.7.0", "@commitlint/cli": "^21.0.2", "@commitlint/config-conventional": "^21.0.2", - "@cspell/eslint-plugin": "^10.0.0", + "@cspell/eslint-plugin": "^10.0.1", "@eslint/js": "^9.39.4", "@mikro-orm/cli": "^6.6.14", "@types/node": "^24.12.4", @@ -117,7 +117,7 @@ "eslint-plugin-perfectionist": "^5.9.0", "eslint-plugin-vue": "^10.9.1", "husky": "^9.1.7", - "lint-staged": "^17.0.5", + "lint-staged": "^17.0.6", "neostandard": "^0.13.0", "prettier": "^3.8.3", "rimraf": "^6.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d16e6d7..9eac40ba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,8 +70,8 @@ importers: version: 4.4.3 devDependencies: '@ai-hero/sandcastle': - specifier: ^0.6.6 - version: 0.6.6 + specifier: ^0.7.0 + version: 0.7.0 '@commitlint/cli': specifier: ^21.0.2 version: 21.0.2(@types/node@24.12.4)(conventional-commits-parser@6.4.0)(typescript@6.0.3) @@ -79,7 +79,7 @@ importers: specifier: ^21.0.2 version: 21.0.2 '@cspell/eslint-plugin': - specifier: ^10.0.0 + specifier: ^10.0.1 version: 10.0.1(eslint@9.39.4(jiti@2.6.1)) '@eslint/js': specifier: ^9.39.4 @@ -124,7 +124,7 @@ importers: specifier: ^9.1.7 version: 9.1.7 lint-staged: - specifier: ^17.0.5 + specifier: ^17.0.6 version: 17.0.7 neostandard: specifier: ^0.13.0 @@ -250,13 +250,13 @@ importers: specifier: ^4.1.7 version: 4.1.8(@types/node@24.12.4)(@vitest/coverage-v8@4.1.8)(jsdom@29.1.1)(vite@8.0.16(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.6.1)(tsx@4.22.4)(yaml@2.9.0)) vue-tsc: - specifier: ^3.3.2 + specifier: ^3.3.3 version: 3.3.3(typescript@6.0.3) packages: - '@ai-hero/sandcastle@0.6.6': - resolution: {integrity: sha512-LeyODPZocHZQdIidNXPRIxzs2Hn7tPyl5GfBGakKV1zH2CIpbc7XGApQhSXpOW7r2zO8m3mqiBKdSd7ifaqWcw==} + '@ai-hero/sandcastle@0.7.0': + resolution: {integrity: sha512-Rqb9FarzvtzDHqhBoofS7HqI1Tn5J/MuPoj+EVqO6F1jK1+Zzq+kT8Zl1K8Rs9ftLcLS0VKtQoPldn3UsSsGJw==} hasBin: true peerDependencies: '@daytona/sdk': ^0.164.0 @@ -4862,7 +4862,7 @@ packages: snapshots: - '@ai-hero/sandcastle@0.6.6': + '@ai-hero/sandcastle@0.7.0': dependencies: '@clack/prompts': 1.5.0 diff --git a/ui/web/package.json b/ui/web/package.json index aaf42ace..53299450 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -46,6 +46,6 @@ "jsdom": "^29.1.1", "vite": "^8.0.14", "vitest": "^4.1.7", - "vue-tsc": "^3.3.2" + "vue-tsc": "^3.3.3" } } -- 2.43.0