chore(deps-npm): bump hono from 4.12.9 to 4.12.14 in /sdk/ts/mastra#42
Closed
dependabot[bot] wants to merge 192 commits intomainfrom
Closed
chore(deps-npm): bump hono from 4.12.9 to 4.12.14 in /sdk/ts/mastra#42dependabot[bot] wants to merge 192 commits intomainfrom
dependabot[bot] wants to merge 192 commits intomainfrom
Conversation
Apache 2.0 licensed reference implementation of the HELM Unified Canonical Standard v1.2. Core: - Fail-closed governance kernel with CSNF determinism - CEL-based Policy Decision Point (PDP) with delegation - Ed25519 cryptographic signing and verification - Effect taxonomy (E0-E4) with canonical reason codes (ALLOW/DENY/ESCALATE) - ProofGraph DAG with replay chain verification - 15 conformance gates across 5 levels (Compliant → Sovereign) - Policy bundle system with jurisdictional pack composition SDKs: Go, Python, TypeScript, Rust, Java (all v0.9.0) CLI: helm verify, helm conform, helm bundle Protocols: 45+ JSON schemas, 8 proto definitions, TLA+ specifications Documentation: Architecture, security model, threat model, conformance guide Verified: go build ✅ | go vet ✅ | go test (113 packages, 0 failures) ✅
…s v1.0.1 - Rename @mindburn/helm-sdk to @mindburn/helm (SDK is the primary package) - Rename CLI from @mindburn/helm to @mindburn/helm-cli - Update all adapter deps from @mindburn/helm-sdk to @mindburn/helm - Update source imports, vitest aliases, and tsconfig paths - Align all packages to v1.0.1 - Fix verify.test.ts MANDATORY_DIRS sync Published packages: @mindburn/helm@1.0.1 (SDK) @mindburn/helm-cli@1.0.1 (CLI verifier) @mindburn/helm-openai-agents@1.0.1 @mindburn/helm-autogen@1.0.1 @mindburn/helm-mastra@1.0.1 @mindburn/helm-semantic-kernel@1.0.1
- Add delegation gate, identity, and MCP scope support - Update architecture and security model docs - Update reason codes schema - Sync package-lock.json files for npm adapters
- Replace all @mindburn/helm-sdk → @mindburn/helm (20+ files) - Replace npx @mindburn/helm → npx @mindburn/helm-cli (verify.md, README) - Update 'not yet published' → npm packages are live - Update RELEASE_CHANNEL_TRUTH: 6 npm packages ACTIVE, PyPI/crates/Maven WITHHELD - Promote L3 conformance from 'Specified' to 'Shipped' (all 10 L3 gates pass) - Update README badge to L1+L2+L3 - Fix autogen/semantic-kernel README titles with @mindburn/ prefix - Fix mcp_runtime.go build error (delegation headers in stdio handler)
… mastra Point @mindburn/helm path to ../dist/index.d.ts instead of ../src/index.ts to avoid TS6059 rootDir conflict when type-checking adapters independently.
Rename in pyproject.toml, Cargo.toml, pom.xml, Python/TS examples, gen.sh codegen script, release.yml workflow, and CODEOWNERS team slug. Zero instances of 'helm-sdk' remain in the entire repository.
Replace npx @mindburn/helm → npx @mindburn/helm-cli in export_pack.sh, replay-ui/index.html, and helm-verify GitHub action.
Two spec violations prevented standard MCP clients from connecting: 1. lite_mode.go: Security warning printed to os.Stdout, poisoning the JSON-RPC channel. Redirected to os.Stderr. 2. mcp_runtime.go: writeMCPResponse used LSP-style Content-Length headers. MCP spec requires newline-delimited JSON (NDJSON) for stdio transport. Switched to one JSON object per line. Verified: initialize, tools/list, tools/call, ping all return clean JSON-RPC on stdout with zero non-JSON bytes.
…y (F5, F16) F5: Guardian functional options pattern - Introduce GuardianOption type with 13 With* constructors - Deprecate 12 Set* methods for backward compatibility - NewGuardian now accepts variadic GuardianOption parameters F16: CLI command registry migration - Add registry.go with lightweight, zero-dependency Subcommand registry - Replace monolithic switch statement in main.go with Dispatch() - Register 20+ subcommands via init() across all *_cmd.go files - Dynamic, sorted help output replaces hardcoded printUsage() - Extract handlePackCreate/handlePackVerify into pack_cmd.go Also includes previously committed deep review fixes: - F1/F2/F4: Dead code removal in runServer() - F6: Crypto-random decision IDs - F7: PRG error propagation - F8: strings.Contains replacing hand-rolled helpers - F9-F12: Configurable ports, timeouts, graceful shutdown - F13/F14: Fail-closed receipt store and outbox - F15: Remove legacy verdict aliases - F17: Per-request MCP session IDs - F18: .gitignore coverage (pre-existing)
…e TODO lint violation - go.work: 1.25.0 → 1.24 (1.25.0 is not a stable release, breaks CI) - go.mod: downgrade golang.org/x/* to Go 1.24-compatible versions - autonomy_handler.go: remove TODO (violates zero-TODO CI lint gate) - go mod tidy: re-resolved with Go 1.24.1 toolchain
…t makefile targets
- README.md, docs/index.md: remove Vercel AI SDK heading - docs/INTEGRATIONS/vercel_ai_sdk.md → ai_sdk.md (vendor-neutral) - docs/specs/FRAMEWORK_INTEGRATIONS.md: Vercel → AI SDK (generic) - examples/ts_vercel_baseurl/ → ts_openai_baseurl/ - examples/README.md: updated table entry
Version Unification: - Create VERSION file as single source of truth (0.3.0) - buildinfo.go: 0.2.0 → 0.3.0 - Makefile provenance: hardcoded 0.1.1 → - Makefile release default: reads VERSION file - Root package.json: 1.0.0 → 0.3.0, mark private, clean metadata - @mindburn/helm-cli: 1.0.1 → 0.3.0 License Unification (intentional, permanent): - Root package.json: ISC → Apache-2.0 - @mindburn/helm-cli: BSL-1.1 → Apache-2.0 - protocols/specs/effects/openapi.yaml: BSL-1.1 → Apache-2.0 CLI/Doc Alignment: - Fix --profile L2 → --level L2 across 7 doc files - Fix fabricated JSON outputs to match conform.go struct - Update CLI command count: 11 → 20+ - Fix docs/index.md BSL license footer → Apache 2.0 New: - scripts/proof-path.sh (blessed 8-step verification) - docs/PRODUCT_BOUNDARY.md (OSS/commercial boundary) - CHANGELOG.md 0.3.0 entry - RELEASE.md references VERSION file
…API version 1. make build now injects VERSION via -ldflags (was plain go build) - Shared VERSION/GIT_COMMIT/BUILD_TIME/LDFLAGS at top of Makefile - release-binaries uses RELEASE_LDFLAGS (adds -s -w) - Provenance target unchanged (already had inline ldflags) 2. demo company alias removed - Switch case, usage text, help text all now show organization only - VERIFICATION.md legacy alias parenthetical removed 3. conform usage string: (--profile, --json) → (--level L1|L2 or --profile, --json) 4. API version unified to 0.3.0 - api/openapi/helm.openapi.yaml: 0.1.1 → 0.3.0 - sdk/go/client/types_gen.go: 57 comment headers updated
Measured hot-path p99 = 75µs (0.075ms), 66× under the < 5ms claim. Benchmark coverage: - crypto: Ed25519 sign/verify receipt, sign decision - store: SQLite append (single + parallel), retrieval - guardian: EvaluateDecision (existing, extended) - composite: full hot-path (Guardian + sign + store), deny path, parallel - TestOverheadReport: 10K iterations with p50/p95/p99/mean/σ, JSON output Results (Apple M-series, Go 1.24, arm64): baseline_no_helm p99=2µs mean=0.17µs helm_allow p99=75µs mean=48µs helm_deny p99=29µs mean=21µs New files: - core/pkg/crypto/signer_bench_test.go - core/pkg/store/receipt_store_bench_test.go - core/benchmarks/hotpath_bench_test.go - core/benchmarks/results/latest.json - benchmarks/README.md Modified: - README.md: latency claims now link to measured evidence - Makefile: bench + bench-report targets
- README: 'Sub-0.1ms p99 overhead' replaces defensive '< 5ms' - README comparison table: '75µs p99 (benchmarked)' with methodology link - docs/BENCHMARKS.md: full methodology, environment, caveats, reproduction - CHANGELOG: Phase 2 performance evidence section added Scoped claim: 75µs p99 on governed allow hot path in benchmark harness. Deny path: 29µs p99. Mean overhead: 48µs.
1. benchmarks/README.md: replace stale inline JSON (245µs/10cpu) with schema shape + pointer to actual latest.json (75µs/16cpu) 2. Scenario table: add 'In JSON report' column, helm_allow_parallel marked benchmark-only (not in structured report) 3. helm_deny description: honestly documented as Guardian deny eval only (no receipt signing/store in deny path) 4. TestOverheadReport: remove misleading overhead percentage (near-zero baseline makes % noisy), replace with optional ratio All 4 issues identified in audit. Benchmark artifact and docs now say the exact same thing.
65µs p99 allow, 29µs deny, 63µs incremental overhead. No misleading percentage in output. Docs and artifact aligned.
Phase 2.2: Golden Evidence Packs - artifacts/golden/starter-organization.tar (139KB, mock provider) - artifacts/golden/README.md — lifecycle and regeneration docs - scripts/generate-golden.sh — automated generation - .gitignore: negation for artifacts/golden/ Phase 2.3: Insertion Guide - docs/INSERTION_GUIDE.md — 3 copy-paste integration paths: 1. Base URL proxy (2 lines, any OpenAI SDK) 2. MCP interceptor (1 command, Claude Code/Cursor) 3. SDK wrapper (Go + TypeScript) Phase 2.4: Architectural Boundary - docs/PACKAGE_TAXONOMY.md — all 83 core/pkg/ directories classified: TCB (8), Supporting (32), Extension (24), Enterprise-origin (12), Internal (7)
- Python: helm → helm-sdk (matches PyPI published identity) - TypeScript: @mindburn/helm 1.0.1 → 0.3.0 (matches VERSION) - Rust: helm → helm-sdk, 0.9.0 → 0.3.0 - README SDK matrix: proxy-first hierarchy, Java removed from headline - Insertion Guide linked from SDK section
…/ts/openai-agents/vite-8.0.8 chore(deps-npm): bump vite from 8.0.2 to 8.0.8 in /sdk/ts/openai-agents
…/ts/openai-agents/path-to-regexp-8.4.2 chore(deps-npm): bump path-to-regexp from 8.3.0 to 8.4.2 in /sdk/ts/openai-agents
…/ts/protobufjs-7.5.5 chore(deps-npm): bump protobufjs from 7.5.4 to 7.5.5 in /sdk/ts
…/ts/gemini/protobufjs-7.5.5 chore(deps-npm): bump protobufjs from 7.5.4 to 7.5.5 in /sdk/ts/gemini
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.11 to 1.19.14. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.11...v1.19.14) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.2 to 8.0.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…/ts/mastra/vite-8.0.8 chore(deps-npm): bump vite from 8.0.2 to 8.0.8 in /sdk/ts/mastra
…/ts/mastra/hono/node-server-1.19.14 chore(deps-npm): bump @hono/node-server from 1.19.11 to 1.19.14 in /sdk/ts/mastra
Bumps and [path-to-regexp](https://github.com/pillarjs/path-to-regexp). These dependencies needed to be updated together. Updates `path-to-regexp` from 0.1.12 to 0.1.13 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/v.0.1.13/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.12...v.0.1.13) Updates `path-to-regexp` from 8.3.0 to 8.4.2 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/v.0.1.13/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.12...v.0.1.13) --- updated-dependencies: - dependency-name: path-to-regexp dependency-version: 0.1.13 dependency-type: indirect - dependency-name: path-to-regexp dependency-version: 8.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…/ts/mastra/multi-ec766bc2ac chore(deps-npm): bump path-to-regexp in /sdk/ts/mastra
Bumps the npm group with 5 updates in the /packages/mindburn-helm-cli directory: | Package | From | To | | --- | --- | --- | | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.10.1` | `1.2.0` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.4` | `2.4.12` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.11` | `25.6.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.4` | Bumps the npm group with 3 updates in the /sdk/ts directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [typescript](https://github.com/microsoft/TypeScript) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm group with 2 updates in the /sdk/ts/anthropic directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 3 updates in the /sdk/ts/claude-code directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [typescript](https://github.com/microsoft/TypeScript) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm group with 1 update in the /sdk/ts/copilot directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 2 updates in the /sdk/ts/crewai-js directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 1 update in the /sdk/ts/dify directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 1 update in the /sdk/ts/flowise directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 3 updates in the /sdk/ts/gemini directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [typescript](https://github.com/microsoft/TypeScript) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm group with 1 update in the /sdk/ts/haystack directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 2 updates in the /sdk/ts/langchain directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 1 update in the /sdk/ts/langgraph directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 1 update in the /sdk/ts/llamaindex-ts directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 3 updates in the /sdk/ts/mastra directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [typescript](https://github.com/microsoft/TypeScript) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm group with 1 update in the /sdk/ts/mistral directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 3 updates in the /sdk/ts/openai-agents directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [typescript](https://github.com/microsoft/TypeScript) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm group with 1 update in the /sdk/ts/vercel-ai directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the npm group with 2 updates in the /tools/vscode-helm directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@clack/prompts` from 0.10.1 to 1.2.0 - [Release notes](https://github.com/bombshell-dev/clack/releases) - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md) - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.2.0/packages/prompts) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `@types/node` from 22.19.11 to 25.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.4 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@types/node` from 22.19.11 to 25.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.1 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `vitest` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/ts) Updates `@biomejs/biome` from 2.4.8 to 2.4.12 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@mindburn/helm` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Mindburn-Labs/helm-oss/releases) - [Changelog](https://github.com/Mindburn-Labs/helm-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mindburn-Labs/helm-oss/commits/v0.4.0/sdk/t... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.2 to 8.0.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…/ts/gemini/vite-8.0.8 chore(deps-npm): bump vite from 8.0.2 to 8.0.8 in /sdk/ts/gemini
…kages/mindburn-helm-cli/npm-8516c89bbd chore(deps-npm): bump the npm group across 18 directories with 6 updates
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.80.0 to 0.90.0. - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.80.0...sdk-v0.90.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.90.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…/ts/claude-code/anthropic-ai/sdk-0.90.0 chore(deps-npm): bump @anthropic-ai/sdk from 0.80.0 to 0.90.0 in /sdk/ts/claude-code
Completes the Phase 1 OSS truth sweep for the 5 docs files where the
published version label did not match VERSION=0.4.0. Each change
updates a "current as of" claim to the truth reported by the repo's
actual artifacts:
- docs/guides/otel-integration.md policy_ref example
- docs/security/owasp-agentic-top10-coverage.md HELM Version header
- docs/architecture/path-aware-policy.md CEL policies section heading
- docs/BENCHMARKS.md benchmark-result example
- benchmarks/README.md benchmark-schema example
Verification: both benchmark result files (`benchmarks/results/latest.json`
and `core/benchmarks/results/latest.json`) already emit
`"helm_version": "0.4.0"`, confirming the doc examples were stale
relative to what the benchmarks actually produce.
Not touched by this commit:
- dashboard/README.md ("0.3.0+" is forward-compatible)
- docs/standards/submissions/lfai-conformance-profile-v1.md
(dated historical snapshot)
- sdk/ts/*/package-lock.json (regenerates via npm install after
publishing @mindburn/helm 0.4.0;
separate follow-up)
- sdk/go/types_gen.go (regenerates via `make codegen`)
Refs: /Users/ivan/.claude/plans/swift-napping-treehouse.md Phase 1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs(phase-1): sweep stale 0.3.0 references to 0.4.0
The manifest was pinned at commit 00dba04 (2026-03-05) and had fallen out of sync with subsequent repo reorganization: - core/pkg/incubator/audit was moved to core/pkg/audit - Several new protected files were added without manifest updates This caused downstream helm (commercial) to fail verify-boundary with 201+ violations because protected paths in helm referenced an OSS manifest that no longer matched current OSS layout. Changes ======= 1. tools/boundary/generate-manifest.sh - PROTECTED_DIRS: core/pkg/incubator/audit → core/pkg/audit (matches the current-repo reality; the old path no longer exists) 2. tools/boundary/protected.manifest (regenerated) - 726 files (was 555) — reflects all current protected-path content - Commit header: 9a05d0d (current HEAD) - Generated: 2026-04-17T18:33:36Z Verification ============ $ ./tools/verify-boundary.sh Results: 726 current, 0 stale, 0 errors OSS boundary check passed. ✓ Downstream ========== helm (commercial) will need to re-sync via tools/sync-oss-kernel.sh to pick up this regenerated manifest. A separate PR in helm lands that resync together with the commercial-side generator fix. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…t-generator chore(boundary): regenerate protected.manifest from current layout
Final helm-oss doc truth-compression sweep. Two files still carried 0.3.0 version claims after Phase 1 (PR #23) bumped the active release metadata: - CLAUDE.md line 7: 'Version 0.3.0' in project summary - CLAUDE.md line 38: 'VERSION - release string (0.3.0)' in canonical-paths list - docs/standards/submissions/lfai-conformance-profile-v1.md line 111: 'commit tag 0.3.0' citation; the submission was actually prepared against 2026-04-15 0.4.0 per CHANGELOG All three bumped to 0.4.0 to match helm-oss/VERSION. No behavior change. Refs: /Users/ivan/.claude/plans/swift-napping-treehouse.md Phase 10 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…mpression docs(phase-10): final 0.3.0 residuals in docs -> 0.4.0
* ci: add Claude Code label-gate + async-review workflows
Part of the HELM × Claude Code operating substrate. label-gate.yml
requires the `needs-ultrareview` label on PRs touching core/pkg kernel/
crypto/guardian/proofgraph/evidencepack/contracts/policy/authority,
protocols, reference packs, conformance tests, fixtures, proofs, or the
public front door. claude-code-async-review.yml runs /review (or
/ultrareview when labeled) via anthropics/claude-code-action@v1 on
Opus 4.7, effort=high.
Requires ANTHROPIC_API_KEY repo secret to be useful.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* feat(ds): adopt Mindburn DS v1.0 Parchment / Graphite palette (mirror of helm)
Mirrors the helm-commercial DS adoption:
- packages/design-tokens/*.css Parchment/Graphite palette +
Fraunces / Inter Tight / JetBrains Mono.
- apps/helm-studio/index.html + public/favicon.svg cyan/blue stroke
colours flipped to DS Ink-Blue (#8aa4c8).
Single source of truth: mindburn/app/styles/design-system.css.
helm-studio shell + trust-portal automatically inherit the new
palette via @helm/design-tokens.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* docs(ds): add Design system section to CLAUDE.md
Pinned to mindburn/app/styles/design-system.css as canonical source.
Notes that packages/design-tokens/tokens.css must stay byte-equal to
helm's mirror; palette changes flow inbound via make sync-oss-kernel.
* feat(cmd/helm): mount researchruntime API (read + write plane)
Makes the research runtime reachable in the OSS `helm` binary. Until
this commit, researchruntime/ was test-green but unreachable from any
running server.
Split into three logical steps, merged here as one commit for a single
reviewable diff; rebase on conflict if more granular history is needed:
1. Services struct gains 7 research stores (missions, tasks, sources,
drafts, publications, feed, overrides) + blob, and two service
handles (ResearchConductor, ResearchPublication).
2. Read-plane mount: RegisterSubsystemRoutes now invokes
researchapi.MountResearchRuntime when db is available. Nil-guard
added to publishPublication handler: returns 503 "publication
service not wired" when ResearchPublication is nil, avoiding a
nil-panic on deploys where the write plane is disabled.
3. Write-plane wiring (env-gated): when HELM_RESEARCH_ENABLED=1 +
OPENROUTER_API_KEY is set, initializes MinIO-fs blob store
(HELM_RESEARCH_DATA_DIR, default ./data/research), OpenRouter LLM
(HELM_RESEARCH_PRIMARY_MODEL, default anthropic/claude-sonnet-4.6),
OpenRouter search client (HELM_RESEARCH_SEARCH_MODEL, default
perplexity/llama-3.1-sonar-large-128k-online), browser fetcher,
sources registry, 7 agents (planner, webscout, harvester, verifier,
synthesizer, editor, publisher), RegistryPublisher, publication
Service, and conductor Service.
Verification:
go build ./cmd/helm/... # clean
go test ./cmd/helm/... ./pkg/researchruntime/... -count=1
# all 20 suites + cmd/helm green
Design context: /Users/ivan/.claude/plans/typed-booping-whale.md
(Task 6.3) and the mount ADR at
/Users/ivan/Code/Mindburn-Labs/docs/ai/adr-researchruntime-cmd-helm-mount.md.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* test(researchruntime): add integration + E2E smoke tests
Two build-tagged (//go:build integration) files. Skip when TEST_DB_URL
is unset, so unit-only CI is unchanged.
store/integration_test.go — 7 subtests against a live Postgres:
Mission, Task, Source, Draft, Publication, Feed, Override stores.
Exercises every public method (Create/Get/Save/List/Update/Resolve/
AcquireLease/ReleaseLease/SetSupersededBy/GetBySlug). Applies
migrations idempotently from ./migrations/. Unique IDs per test
(t.Name + nanosecond) so parallel runs and reruns against a
persistent test DB don't collide. Closes the "[no test files]" gap
that `go test` flagged on this package.
api/e2e_integration_test.go — single TestResearchAPI_E2E_Smoke that
exercises 12 of 14 HTTP endpoints via httptest.NewRecorder:
POST /api/research/missions
GET /api/research/missions
GET /api/research/missions/{id}
POST /api/research/missions/{id}/cancel
GET /api/research/missions/{id}/tasks
GET /api/research/missions/{id}/sources
GET /api/research/missions/{id}/drafts
GET /api/research/publications
GET /api/research/publications/{id}
GET /api/research/feed
GET /api/research/overrides
POST /api/research/overrides/{id}/resolve
The two deferred endpoints (publish, feed/stream SSE) require
publication.Service or are exercised separately.
Run:
TEST_DB_URL=postgres://... go test -tags=integration \
./pkg/researchruntime/... -count=1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: mindburnlabs <mindburnlabs@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps [hono](https://github.com/honojs/hono) from 4.12.9 to 4.12.14. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.9...v4.12.14) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps hono from 4.12.9 to 4.12.14.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
cf2d2b74.12.1466daa2eMerge commit from forkfa2c74ffix(aws-lambda): handle invalid header names in request processing (#4883)37799274.12.13faa6c46feat(cache): addonCacheNotAvailableoption (#4876)f23e97bfeat(trailing-slash): addskipoption (#4862)1aa32fbfix(types): infer response type from last handler in app.on 9- and 10-handler...c37ba264.12.12cc067c8Merge commit from forka586cd7Merge commit from forkDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.