From 1146f2630fb3eb1b845b34132de93de40b721508 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Jun 2026 17:49:47 +0000 Subject: [PATCH 1/6] chore: sync versions to v4.0.0 [skip ci] --- package.json | 4 ++-- packages/cli/package.json | 2 +- packages/codemod/package.json | 2 +- packages/compat/package.json | 2 +- packages/context/package.json | 2 +- packages/core/package.json | 2 +- packages/core/src/spec.ts | 2 +- packages/evolve/package.json | 2 +- packages/express/package.json | 2 +- packages/go/package.json | 2 +- packages/mcp-server/package.json | 2 +- packages/mcp/package.json | 2 +- packages/metrics/package.json | 2 +- packages/native/package.json | 2 +- packages/playground/package.json | 2 +- packages/protocol/package.json | 2 +- packages/python/package.json | 2 +- packages/react/package.json | 2 +- packages/review-mcp/package.json | 2 +- packages/review-python/package.json | 2 +- packages/review/package.json | 2 +- packages/terminal/package.json | 2 +- packages/test/package.json | 2 +- packages/vue/package.json | 2 +- 24 files changed, 25 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 1952fa1a..01abead7 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "kern-monorepo", - "version": "3.5.8", + "version": "4.0.0", "private": true, "type": "module", "packageManager": "pnpm@10.32.1", - "description": "KERN \u2014 backend structure and portable route logic for TypeScript/Express and Python/FastAPI parity.", + "description": "KERN — backend structure and portable route logic for TypeScript/Express and Python/FastAPI parity.", "author": "cukas", "repository": { "type": "git", diff --git a/packages/cli/package.json b/packages/cli/package.json index 6f6c24e1..26c22fec 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/cli", - "version": "3.5.8", + "version": "4.0.0", "description": "KERN CLI — transpile, compile, minify, and analyze .kern files", "type": "module", "main": "./dist/index.js", diff --git a/packages/codemod/package.json b/packages/codemod/package.json index 159a7f98..931a1090 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/codemod", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern Codemod — apply kern-review TemplateMatch results to rewrite TS into KERN-template-backed TS", "type": "module", "main": "./dist/index.js", diff --git a/packages/compat/package.json b/packages/compat/package.json index 12df1f45..1164e7fc 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "kern-lang", - "version": "3.5.8", + "version": "4.0.0", "description": "The language LLMs think in. Write one .kern file, ship 7 targets. 70% fewer tokens.", "type": "module", "main": "./dist/index.js", diff --git a/packages/context/package.json b/packages/context/package.json index df9ae396..05d19afe 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/context", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern Project Context Graph — compact, deterministic whole-project map for LLM context", "type": "module", "main": "./dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index ea8eec4f..efde15a5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/core", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern core — parser, types, spec, config, style engines, codegen", "type": "module", "main": "./dist/index.js", diff --git a/packages/core/src/spec.ts b/packages/core/src/spec.ts index 5bdaf48d..2712c26a 100644 --- a/packages/core/src/spec.ts +++ b/packages/core/src/spec.ts @@ -10,7 +10,7 @@ * Targets: Next.js, React+Tailwind, React Native, Express */ -export const KERN_VERSION = '3.5.8'; +export const KERN_VERSION = '4.0.0'; // ── Grammar ───────────────────────────────────────────────────────────── export const IR_GRAMMAR = ` diff --git a/packages/evolve/package.json b/packages/evolve/package.json index 6d7fcc29..5a7da34b 100644 --- a/packages/evolve/package.json +++ b/packages/evolve/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/evolve", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern Evolve — self-extending template system: detect gaps, propose templates, validate, stage", "type": "module", "main": "./dist/index.js", diff --git a/packages/express/package.json b/packages/express/package.json index 63b33ca1..927d9eb9 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/express", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern Express TypeScript backend transpiler", "type": "module", "main": "./dist/index.js", diff --git a/packages/go/package.json b/packages/go/package.json index 3b451f1e..4be3450d 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/go", - "version": "3.5.8", + "version": "4.0.0", "description": "KERN Go net/http backend codegen", "type": "module", "main": "./dist/index.js", diff --git a/packages/mcp-server/package.json b/packages/mcp-server/package.json index 63e619f8..c996c423 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/mcp-server", - "version": "3.5.8", + "version": "4.0.0", "description": "KERN MCP server — compile, review, and analyze .kern files via MCP", "type": "module", "main": "./dist/index.js", diff --git a/packages/mcp/package.json b/packages/mcp/package.json index bcdd5776..3c8616a7 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/mcp", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern MCP server transpiler — compile .kern to secure MCP servers", "type": "module", "main": "./dist/index.js", diff --git a/packages/metrics/package.json b/packages/metrics/package.json index b650f5d2..2be1fd94 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/metrics", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern language metrics and project context export", "type": "module", "main": "./dist/index.js", diff --git a/packages/native/package.json b/packages/native/package.json index bbcab38f..acbf2808 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/native", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern React Native transpiler", "type": "module", "main": "./dist/index.js", diff --git a/packages/playground/package.json b/packages/playground/package.json index 8226570c..6640fa34 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/playground", - "version": "3.5.8", + "version": "4.0.0", "private": true, "description": "KERN Playground — interactive compiler UI", "type": "module", diff --git a/packages/protocol/package.json b/packages/protocol/package.json index f7087f04..5faf3865 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/protocol", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern draft protocol — structured AI communication format", "type": "module", "main": "./dist/index.js", diff --git a/packages/python/package.json b/packages/python/package.json index 61cbb51a..90642006 100644 --- a/packages/python/package.json +++ b/packages/python/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/python", - "version": "3.5.8", + "version": "4.0.0", "description": "KERN Python backend codegen (FastAPI router target included)", "type": "module", "main": "./dist/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index 18297426..369e0234 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/react", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern React transpilers — Tailwind, Next.js, Web", "type": "module", "main": "./dist/index.js", diff --git a/packages/review-mcp/package.json b/packages/review-mcp/package.json index d8f5fdc4..311d9bfa 100644 --- a/packages/review-mcp/package.json +++ b/packages/review-mcp/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/review-mcp", - "version": "3.5.8", + "version": "4.0.0", "repository": { "type": "git", "url": "git+https://github.com/KERNlang/kern.git", diff --git a/packages/review-python/package.json b/packages/review-python/package.json index b72946c7..76dfd681 100644 --- a/packages/review-python/package.json +++ b/packages/review-python/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/review-python", - "version": "3.5.8", + "version": "4.0.0", "description": "Python concept mapper for kern review — tree-sitter based", "type": "module", "main": "dist/index.js", diff --git a/packages/review/package.json b/packages/review/package.json index 05aa5d7d..00126e54 100644 --- a/packages/review/package.json +++ b/packages/review/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/review", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern Review — scan TS, infer .kern IR, roundtrip diff, report", "type": "module", "main": "./dist/index.js", diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 8e312eaf..f1b03086 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/terminal", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern ANSI terminal rendering transpiler", "type": "module", "main": "./dist/index.js", diff --git a/packages/test/package.json b/packages/test/package.json index 0c8e3dfa..b3dc3e73 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/test", - "version": "3.5.8", + "version": "4.0.0", "description": "Native KERN structural test runner", "type": "module", "main": "./dist/index.js", diff --git a/packages/vue/package.json b/packages/vue/package.json index ff5f087d..882fd733 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/vue", - "version": "3.5.8", + "version": "4.0.0", "description": "Kern Vue/Nuxt transpilers — Vue 3 SFC + Nuxt 3 output", "type": "module", "main": "./dist/index.js", From f06f1a51b35934fa6fabcea0becef6649bf87118 Mon Sep 17 00:00:00 2001 From: cukas Date: Fri, 12 Jun 2026 07:49:32 +0200 Subject: [PATCH 2/6] chore(check): sync @kernlang/check version to 4.0.0 The dev version-sync commit predates packages/check (landed on main in the v4 wave), so the merge brought it in at 3.5.8 and check:repo failed. Co-Authored-By: kern-agon --- packages/check/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/check/package.json b/packages/check/package.json index 68b6b967..d5bce66b 100644 --- a/packages/check/package.json +++ b/packages/check/package.json @@ -1,6 +1,6 @@ { "name": "@kernlang/check", - "version": "3.5.8", + "version": "4.0.0", "description": "KERN nominal assignability core \u2014 lifted Liskov subtype and override-variance checks", "type": "module", "main": "./dist/index.js", From c1da90fd86c5a75d94c06e203edbeb6c781d8bda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 09:09:33 +0200 Subject: [PATCH 3/6] Chore(deps): bump the minor-and-patch group with 4 updates (#430) Bumps the minor-and-patch group with 4 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [next](https://github.com/vercel/next.js) and [ink](https://github.com/vadimdemedes/ink). Updates `@biomejs/biome` from 2.4.16 to 2.5.0 - [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.5.0/packages/@biomejs/biome) Updates `@types/node` from 25.9.2 to 25.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `next` from 16.2.7 to 16.2.9 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v16.2.7...v16.2.9) Updates `ink` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/vadimdemedes/ink/releases) - [Commits](https://github.com/vadimdemedes/ink/compare/v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 25.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: next dependency-version: 16.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ink dependency-version: 7.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 +- packages/playground/package.json | 4 +- packages/terminal/package.json | 2 +- pnpm-lock.yaml | 246 +++++++++++++++---------------- 4 files changed, 128 insertions(+), 128 deletions(-) diff --git a/package.json b/package.json index 25e42135..ceef5f30 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,8 @@ } }, "devDependencies": { - "@biomejs/biome": "^2.4.16", - "@types/node": "^25.9.2", + "@biomejs/biome": "^2.5.0", + "@types/node": "^25.9.3", "typescript": "^6.0.3" } } diff --git a/packages/playground/package.json b/packages/playground/package.json index 6640fa34..5c7fe0ec 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -20,12 +20,12 @@ "@kernlang/vue": "workspace:*", "@monaco-editor/react": "^4.6.0", "monaco-editor": "^0.55.1", - "next": "^16.2.7", + "next": "^16.2.9", "react": "^19.2.7", "react-dom": "^19.2.7" }, "devDependencies": { - "@types/node": "^25.9.2", + "@types/node": "^25.9.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.0.0", "typescript": "^6.0.3" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index f1b03086..7f20c9e4 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -48,7 +48,7 @@ "devDependencies": { "@types/react": "19.2.17", "@inkjs/ui": "2.0.0", - "ink": "7.0.5", + "ink": "7.0.6", "react": "19.2.7" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cecc32ea..37052868 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,11 +20,11 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: ^2.4.16 - version: 2.4.16 + specifier: ^2.5.0 + version: 2.5.0 '@types/node': - specifier: ^25.9.2 - version: 25.9.2 + specifier: ^25.9.3 + version: 25.9.3 typescript: specifier: ^6.0.3 version: 6.0.3 @@ -266,8 +266,8 @@ importers: specifier: ^0.55.1 version: 0.55.1 next: - specifier: ^16.2.7 - version: 16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + specifier: ^16.2.9 + version: 16.2.9(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react: specifier: ^19.2.7 version: 19.2.7 @@ -276,8 +276,8 @@ importers: version: 19.2.7(react@19.2.7) devDependencies: '@types/node': - specifier: ^25.9.2 - version: 25.9.2 + specifier: ^25.9.3 + version: 25.9.3 '@types/react': specifier: ^19.2.17 version: 19.2.17 @@ -359,13 +359,13 @@ importers: devDependencies: '@inkjs/ui': specifier: 2.0.0 - version: 2.0.0(ink@7.0.5(@types/react@19.2.17)(react@19.2.7)) + version: 2.0.0(ink@7.0.6(@types/react@19.2.17)(react@19.2.7)) '@types/react': specifier: 19.2.17 version: 19.2.17 ink: - specifier: 7.0.5 - version: 7.0.5(@types/react@19.2.17)(react@19.2.7) + specifier: 7.0.6 + version: 7.0.6(@types/react@19.2.17)(react@19.2.7) react: specifier: 19.2.7 version: 19.2.7 @@ -392,65 +392,65 @@ packages: resolution: {integrity: sha512-p+CMKJ93HFmLkjXKlXiVGlMQEuRb6H0MokBSwUsX+S6BRX8eV5naFZpQJFfJHjRZY0Hmnqy1/r6UWl3x+19zYA==} engines: {node: '>=18'} - '@biomejs/biome@2.4.16': - resolution: {integrity: sha512-x9ajFh1zChVybCiM3TN6OD4phAqLgtPZjFrZF+aTMYCPjwBO+k529TX7PPsAqtGNLeV4UgzwQnowEgS7bGmzcA==} + '@biomejs/biome@2.5.0': + resolution: {integrity: sha512-4kURkd9hAPrdDM3C9n82ycYgx8hvQcW6MjKTEejruj8rK0N8P3OPpdy8BvI8kt3KWY4ycF5XtDOrktetEfhfuw==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@2.4.16': - resolution: {integrity: sha512-wxPvu4XOA85YJk9ixSWUmq/QBHbid85BISbOAqqBM/5xQpPk9ayjk5375tOlSC0BeCwNSbPFafQBm+vBumXq0A==} + '@biomejs/cli-darwin-arm64@2.5.0': + resolution: {integrity: sha512-Mn3Fwi3SA5fgmfCPqmzpWF2DLZnms3BVAhM088nTnGrTZmHS3wwIjcoZPqpXeNgd3DrrLH6xp8vTLIBuJoZiXw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.4.16': - resolution: {integrity: sha512-xFCqGPwYusQJp4N4NJLi1XJiZqjwFdjhT+KqtNy+Ug3qgfczqnTa6MSDvxJF6TkuDLoYJItMapz6tAf7kCekFw==} + '@biomejs/cli-darwin-x64@2.5.0': + resolution: {integrity: sha512-rg3VPL5P8mYro6pqlXYXuJWph21slVp3SZtAqWSrkZs40d2gTzYmHF8E/X1iTID25btmNKltNDJ926sqVBp7DQ==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.4.16': - resolution: {integrity: sha512-oYxnW0ARfJkr72ezzF2OR8N/rtkgLUQeYtF8cFhVswbknHxtTcmzSsanVJP8yQKnGpGpc2ck6c5zLvHahL6Cbg==} + '@biomejs/cli-linux-arm64-musl@2.5.0': + resolution: {integrity: sha512-vQdM4oSGaf7ZNeGO9w5+Y8SBtyser9M6znxYbm7Ec8wInxJu1WiKxFYZW5Auj2d80bcVvefuGGRxoFOE0eee8g==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] libc: [musl] - '@biomejs/cli-linux-arm64@2.4.16': - resolution: {integrity: sha512-2kFb4//jxfZaP6D+Rj5VkHkxgyD9EoRAVBEQb8PKRv+s4NO2zYNJKXFaJmK1CmhufJOWEfpHKaRbOja7qjmdhQ==} + '@biomejs/cli-linux-arm64@2.5.0': + resolution: {integrity: sha512-tl+LW8fdD96/xdeWtWwc82LIOc5CoY7N2AsogLTp5R4ECErYt+8Jl/N68ezN9vzSiqPTxw6vjcihoLPYKZHrlw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] libc: [glibc] - '@biomejs/cli-linux-x64-musl@2.4.16': - resolution: {integrity: sha512-iHDS+MCM65DPqWGu+ECC3uoALyj2H7F4nVUPxIPjz/PIl94EUu+EDfGZDzFP+NY1EOPVt9NQvwFqq7HdMmowdg==} + '@biomejs/cli-linux-x64-musl@2.5.0': + resolution: {integrity: sha512-+9hIcMngJ+yGUahXqZuZ8CoWKJE9SAZsFsM3QDvXpNsLbXZ9lqVzgBhOk/jTSYkOA0GLP9eu3teukqpLUojHMg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] libc: [musl] - '@biomejs/cli-linux-x64@2.4.16': - resolution: {integrity: sha512-NbcBbi/nJqn5baae6wqRXdS7Gadf2uRpehSh6vMSYpG8OhkXl/Xg8aorWrJ+9VWqAT5ml90alLvorkpMW0nBwQ==} + '@biomejs/cli-linux-x64@2.5.0': + resolution: {integrity: sha512-zpEGf4RQbFEh8Vt7OmavLyyOzRbtcE9osCqrS1kfvt8jDvxwhKXLSf7n0ebr/ov0RJ9ssP+lhs6C8a9WwFvrQA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] libc: [glibc] - '@biomejs/cli-win32-arm64@2.4.16': - resolution: {integrity: sha512-0rgImMsNb5v/chhkIFe3wu7PEFClS6RBAYUijGL9UsYN3PanSaoK24HSSuSJb1pYbYYVjzAyZTl3gtjJ84BM8A==} + '@biomejs/cli-win32-arm64@2.5.0': + resolution: {integrity: sha512-jB0wAvTLI4itx5VidqVUejPQFhRUxiZ9l9FvZ26D5fl6t3qme+ZB4PD3bTSeL1vZ8NI2Rx/zj6H9zcESuGHKGw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.4.16': - resolution: {integrity: sha512-Kp85jgoBHa05gix6UIRjfCDiUV3w/8VIdZ247VyyO2gEjaw12WEVhdIjlxp/AMzXxqxQwbxNTDVZ3Mwd2RG5rw==} + '@biomejs/cli-win32-x64@2.5.0': + resolution: {integrity: sha512-VT/lF+GId+67j8aDfLkxdxNoVApsPSTbyAtB3jJq0IWTrY77WXfbPfpngxq0bA6JCEv/7k8C9qWjDRKRznDlyw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] - '@emnapi/runtime@1.10.0': - resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} + '@emnapi/runtime@1.11.1': + resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==} '@hono/node-server@1.19.14': resolution: {integrity: sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==} @@ -637,57 +637,57 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@next/env@16.2.7': - resolution: {integrity: sha512-tMJizPlj6ZYpBMMdK8S0LJufrP4QTdR6pcv9KQ/bVETPAmg0j1mlHE9G2c38UyGHxoBapgwuj7XjbGJ2RcDFOg==} + '@next/env@16.2.9': + resolution: {integrity: sha512-ki5VxxXfzD/9TDe13wyeTKIjQTAwBVpnr8KhRDUr8ltMUq1/NBpWNT5tiPoxiGl+PHM4X2ahSOiPk6iAimIzPg==} - '@next/swc-darwin-arm64@16.2.7': - resolution: {integrity: sha512-vm1EDI/pVaBNNiychmxk3fft+OhQPVD9cIM/tReLZIQ3TfQ4kqI9DwKk00dzuS1ulC7icbrzCFrmRRlk9PfNdw==} + '@next/swc-darwin-arm64@16.2.9': + resolution: {integrity: sha512-HkfxNYUCmcct0Xsqib5KxqMSHV4AHJq857BNRchyBDs4YS19aHzVfn1kDuBYKqLLQBjXgnkIsjV2Kd4d2wzYhw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@16.2.7': - resolution: {integrity: sha512-O3IRSv1ZBL1zs0WrIgefTEcTKFVn+ryxBNe54erJ6KsD+2f/Mmt7g2jOYh8PSBdUwPtKQJuCsTMlZ7tIu2AcsQ==} + '@next/swc-darwin-x64@16.2.9': + resolution: {integrity: sha512-7IAtK4MeybpqRV9GRABWEhJ62mOS+rzWOzOTFie4cSEtm12xsoOMJRcECoZx3FHPzFAqN/IJtHqWAFOLfl152w==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@16.2.7': - resolution: {integrity: sha512-Re6PZtjBDd0aMU+VcZcC/PrIvj4WhrjDYtMhhCVQamWN4L90EVP0pcEOBQD25prSlw7OzNw5QpHLWMilRLsRNw==} + '@next/swc-linux-arm64-gnu@16.2.9': + resolution: {integrity: sha512-hBD75iWpUtkL9SmQmcRhmLomn9jgkPzCEkbOcLgHymPEKzv+6ONy13RRiIEz/iEObjkS2Jlb5gYS2XGoS3X4rw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] libc: [glibc] - '@next/swc-linux-arm64-musl@16.2.7': - resolution: {integrity: sha512-qyogG9QtBzWxgJfeGBvOEHI3851gTfCF3wLZ5RDLTBJGAmE9p1qDwKCOdrBrvBzRvYDT+gUDp72pzlSEfAXgNA==} + '@next/swc-linux-arm64-musl@16.2.9': + resolution: {integrity: sha512-qZTI3pf9SGc/obr8NkQAekBxmp1QK+kVm+VAf3BALLfFAj+1kUhkTxmrWpVos9R/UYIA8AWX2p6cGI5WdwzVUA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] libc: [musl] - '@next/swc-linux-x64-gnu@16.2.7': - resolution: {integrity: sha512-Vhe4ZDuBpmMogrGi5D4R2Kq4JAQlj6+wvgaFYy31zfES0zPmt6TLA+cuYpM/OLrPZjo2MYQTHVqNUSCR6+fDZQ==} + '@next/swc-linux-x64-gnu@16.2.9': + resolution: {integrity: sha512-xm0HfRNX+UkH4R3c18ynswjj5o5uEj/7iI9p9omdtTSIsRCzQqkGMA+10nzJ4EHnYC3as65IMhbbl5fWRUWHYg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] libc: [glibc] - '@next/swc-linux-x64-musl@16.2.7': - resolution: {integrity: sha512-srvian89JahFLw1YLBEuhvPJ0DO5lpUeJQMXy4xYo7g628ZlNgXdNkqoxSAv9OYrBfByh6vxISMwW/mRbzCY+g==} + '@next/swc-linux-x64-musl@16.2.9': + resolution: {integrity: sha512-QumimHkGEG6vM3PfEDWKyKen03NcqLOkeKB1EfcPe7VxzmEiCa4jNnMyBn/US5zcd/VE1CI+O8Ovb3lfjVHfGw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] libc: [musl] - '@next/swc-win32-arm64-msvc@16.2.7': - resolution: {integrity: sha512-GX3wvLpULFuRFJzwHaKfm7QZJ18F4ZSuxlPJ96BoBglCzBmdSjyeBKF+ZhWhvL/ckxNfLnNa7bsObO2ipYpszw==} + '@next/swc-win32-arm64-msvc@16.2.9': + resolution: {integrity: sha512-hzQpKZvw8rAwI6A2uQh6SacCSvNAXaIkPNsWwzqqfRiIMiXMfH936skDhz1OO6KpvdKkJrgHHtqQOq5PIXOvdQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-x64-msvc@16.2.7': - resolution: {integrity: sha512-J4WlM72NMk076Qsg0jTdK3SNXatlSdnjW7L7oNGLst1tAGjHrJh/FYi+pw9wyIjEtGRKDNzD0zuiY16oWYWVaw==} + '@next/swc-win32-x64-msvc@16.2.9': + resolution: {integrity: sha512-qr2VL3Ce5QrwgO2yh1ujSBawrimjVKX8FGF/cOynmdYKJY0BdHpGVNIRK1tqONB10Vkm25Ub1BD2bkjWs4+96w==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -713,8 +713,8 @@ packages: '@types/http-errors@2.0.5': resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} - '@types/node@25.9.2': - resolution: {integrity: sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==} + '@types/node@25.9.3': + resolution: {integrity: sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==} '@types/qs@6.15.0': resolution: {integrity: sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==} @@ -774,8 +774,8 @@ packages: resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} engines: {node: 18 || 20 || >=22} - baseline-browser-mapping@2.10.34: - resolution: {integrity: sha512-IMDedajPifLnHNY0X9n8hKxRTQ6/eTHwr5bDo04WnuqxyKw6LYtQywCuuqPZwhl3aBXMvQpJov42GLCwRRdQzw==} + baseline-browser-mapping@2.10.37: + resolution: {integrity: sha512-girxaJ7WZssDOFhzCGZTDKoTa1gk6A1TbflaYTpykLJ4UU9Fz9kx1aREM8JCuoVHbL8X8T/mJg7w2oYSq72Oig==} engines: {node: '>=6.0.0'} hasBin: true @@ -799,8 +799,8 @@ packages: resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==} engines: {node: '>= 0.4'} - caniuse-lite@1.0.30001797: - resolution: {integrity: sha512-l8xKG+gwAIExZGl9FrF7KUwuOmk6wbEPC9Xoy/RtnWv1XG0Q4LFlagaLpUv3Kiza3W/wm27zy0yWJEieYKAP6w==} + caniuse-lite@1.0.30001799: + resolution: {integrity: sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==} chalk@5.6.2: resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==} @@ -918,8 +918,8 @@ packages: resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} engines: {node: '>= 0.4'} - es-toolkit@1.47.0: - resolution: {integrity: sha512-n1GuoD0WEQZMBk5tttoZSqwgyLx01oqa5XsBmCHwPyNe1S9jPBEmtR2pSgp2kJuWE3ciFZ6yRHmY4pM4C3OOkw==} + es-toolkit@1.47.1: + resolution: {integrity: sha512-5RAqEwf4P4E17p+W75KLOWw/nOvKZzSQpxM32IpI2KZLaVonjTrZ0Ai5ghMaVI9eKC2p8eoQgcBdkEDgzFk6+Q==} escape-html@1.0.3: resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} @@ -1027,8 +1027,8 @@ packages: inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - ink@7.0.5: - resolution: {integrity: sha512-zWNjGHQPxSeiSAmDUOq+QPQ6CfmMhmNi85vrJIuy4prafKKUSoZlXEy4wbM7LuLuF1pDURk7qvF4fxrQlLxv3w==} + ink@7.0.6: + resolution: {integrity: sha512-/KG651f+LHln9gumb5ltieFqzNGJdhX1b/WwsCUd2Py7Htuk9KUzyFrk25ugmzjXyDneXSoXD3cm4ql4dWFGsQ==} engines: {node: '>=22'} peerDependencies: '@types/react': '>=19.2.0' @@ -1131,8 +1131,8 @@ packages: resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==} engines: {node: '>= 0.6'} - next@16.2.7: - resolution: {integrity: sha512-eMJxgjRzBaj3olkP4cBamHDXL79A8FC6u1GcsO1D1Tsx8bw/LLXUJCaoajVxtnhD3A1IJqIT8IcRJjgBIPJq4w==} + next@16.2.9: + resolution: {integrity: sha512-MEOJiq/UvuezAdqVSceHbqDgZt1kDw2tpGVOlsdIoJsQdbN2JY2hpVG4xnXGkbdJUOEWhnRfiu/O4Hpc9Juwww==} engines: {node: '>=20.9.0'} hasBin: true peerDependencies: @@ -1265,8 +1265,8 @@ packages: scheduler@0.27.0: resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} - semver@7.8.2: - resolution: {integrity: sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==} + semver@7.8.4: + resolution: {integrity: sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==} engines: {node: '>=10'} hasBin: true @@ -1385,8 +1385,8 @@ packages: tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - type-fest@5.6.0: - resolution: {integrity: sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==} + type-fest@5.7.0: + resolution: {integrity: sha512-1URUxUqfHFM1c+zfSPsa3gnkO7Aq21qyH75SIduNYz4SzY964rn1X2vCMQaHSHhktiw+0kPa2iyb6PUpXqB6Vg==} engines: {node: '>=20'} type-is@2.0.1: @@ -1455,42 +1455,42 @@ snapshots: ansi-styles: 6.2.3 is-fullwidth-code-point: 5.1.0 - '@biomejs/biome@2.4.16': + '@biomejs/biome@2.5.0': optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.4.16 - '@biomejs/cli-darwin-x64': 2.4.16 - '@biomejs/cli-linux-arm64': 2.4.16 - '@biomejs/cli-linux-arm64-musl': 2.4.16 - '@biomejs/cli-linux-x64': 2.4.16 - '@biomejs/cli-linux-x64-musl': 2.4.16 - '@biomejs/cli-win32-arm64': 2.4.16 - '@biomejs/cli-win32-x64': 2.4.16 - - '@biomejs/cli-darwin-arm64@2.4.16': + '@biomejs/cli-darwin-arm64': 2.5.0 + '@biomejs/cli-darwin-x64': 2.5.0 + '@biomejs/cli-linux-arm64': 2.5.0 + '@biomejs/cli-linux-arm64-musl': 2.5.0 + '@biomejs/cli-linux-x64': 2.5.0 + '@biomejs/cli-linux-x64-musl': 2.5.0 + '@biomejs/cli-win32-arm64': 2.5.0 + '@biomejs/cli-win32-x64': 2.5.0 + + '@biomejs/cli-darwin-arm64@2.5.0': optional: true - '@biomejs/cli-darwin-x64@2.4.16': + '@biomejs/cli-darwin-x64@2.5.0': optional: true - '@biomejs/cli-linux-arm64-musl@2.4.16': + '@biomejs/cli-linux-arm64-musl@2.5.0': optional: true - '@biomejs/cli-linux-arm64@2.4.16': + '@biomejs/cli-linux-arm64@2.5.0': optional: true - '@biomejs/cli-linux-x64-musl@2.4.16': + '@biomejs/cli-linux-x64-musl@2.5.0': optional: true - '@biomejs/cli-linux-x64@2.4.16': + '@biomejs/cli-linux-x64@2.5.0': optional: true - '@biomejs/cli-win32-arm64@2.4.16': + '@biomejs/cli-win32-arm64@2.5.0': optional: true - '@biomejs/cli-win32-x64@2.4.16': + '@biomejs/cli-win32-x64@2.5.0': optional: true - '@emnapi/runtime@1.10.0': + '@emnapi/runtime@1.11.1': dependencies: tslib: 2.8.1 optional: true @@ -1584,7 +1584,7 @@ snapshots: '@img/sharp-wasm32@0.34.5': dependencies: - '@emnapi/runtime': 1.10.0 + '@emnapi/runtime': 1.11.1 optional: true '@img/sharp-win32-arm64@0.34.5': @@ -1596,13 +1596,13 @@ snapshots: '@img/sharp-win32-x64@0.34.5': optional: true - '@inkjs/ui@2.0.0(ink@7.0.5(@types/react@19.2.17)(react@19.2.7))': + '@inkjs/ui@2.0.0(ink@7.0.6(@types/react@19.2.17)(react@19.2.7))': dependencies: chalk: 5.6.2 cli-spinners: 3.4.0 deepmerge: 4.3.1 figures: 6.1.0 - ink: 7.0.5(@types/react@19.2.17)(react@19.2.7) + ink: 7.0.6(@types/react@19.2.17)(react@19.2.7) '@modelcontextprotocol/sdk@1.29.0(zod@4.4.3)': dependencies: @@ -1637,30 +1637,30 @@ snapshots: react: 19.2.7 react-dom: 19.2.7(react@19.2.7) - '@next/env@16.2.7': {} + '@next/env@16.2.9': {} - '@next/swc-darwin-arm64@16.2.7': + '@next/swc-darwin-arm64@16.2.9': optional: true - '@next/swc-darwin-x64@16.2.7': + '@next/swc-darwin-x64@16.2.9': optional: true - '@next/swc-linux-arm64-gnu@16.2.7': + '@next/swc-linux-arm64-gnu@16.2.9': optional: true - '@next/swc-linux-arm64-musl@16.2.7': + '@next/swc-linux-arm64-musl@16.2.9': optional: true - '@next/swc-linux-x64-gnu@16.2.7': + '@next/swc-linux-x64-gnu@16.2.9': optional: true - '@next/swc-linux-x64-musl@16.2.7': + '@next/swc-linux-x64-musl@16.2.9': optional: true - '@next/swc-win32-arm64-msvc@16.2.7': + '@next/swc-win32-arm64-msvc@16.2.9': optional: true - '@next/swc-win32-x64-msvc@16.2.7': + '@next/swc-win32-x64-msvc@16.2.9': optional: true '@swc/helpers@0.5.15': @@ -1676,15 +1676,15 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 25.9.2 + '@types/node': 25.9.3 '@types/connect@3.4.38': dependencies: - '@types/node': 25.9.2 + '@types/node': 25.9.3 '@types/express-serve-static-core@5.1.1': dependencies: - '@types/node': 25.9.2 + '@types/node': 25.9.3 '@types/qs': 6.15.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -1697,7 +1697,7 @@ snapshots: '@types/http-errors@2.0.5': {} - '@types/node@25.9.2': + '@types/node@25.9.3': dependencies: undici-types: 7.24.6 @@ -1715,12 +1715,12 @@ snapshots: '@types/send@1.2.1': dependencies: - '@types/node': 25.9.2 + '@types/node': 25.9.3 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 25.9.2 + '@types/node': 25.9.3 '@types/trusted-types@2.0.7': optional: true @@ -1753,7 +1753,7 @@ snapshots: balanced-match@4.0.4: {} - baseline-browser-mapping@2.10.34: {} + baseline-browser-mapping@2.10.37: {} body-parser@2.2.2: dependencies: @@ -1785,7 +1785,7 @@ snapshots: call-bind-apply-helpers: 1.0.2 get-intrinsic: 1.3.0 - caniuse-lite@1.0.30001797: {} + caniuse-lite@1.0.30001799: {} chalk@5.6.2: {} @@ -1872,7 +1872,7 @@ snapshots: dependencies: es-errors: 1.3.0 - es-toolkit@1.47.0: {} + es-toolkit@1.47.1: {} escape-html@1.0.3: {} @@ -1999,7 +1999,7 @@ snapshots: inherits@2.0.4: {} - ink@7.0.5(@types/react@19.2.17)(react@19.2.7): + ink@7.0.6(@types/react@19.2.17)(react@19.2.7): dependencies: '@alcalzone/ansi-tokenize': 0.3.0 ansi-escapes: 7.3.0 @@ -2010,7 +2010,7 @@ snapshots: cli-cursor: 4.0.0 cli-truncate: 6.0.0 code-excerpt: 4.0.0 - es-toolkit: 1.47.0 + es-toolkit: 1.47.1 indent-string: 5.0.0 is-in-ci: 2.0.0 patch-console: 2.0.0 @@ -2022,7 +2022,7 @@ snapshots: stack-utils: 2.0.6 string-width: 8.2.1 terminal-size: 4.0.1 - type-fest: 5.6.0 + type-fest: 5.7.0 widest-line: 6.0.0 wrap-ansi: 10.0.0 ws: 8.21.0 @@ -2090,25 +2090,25 @@ snapshots: negotiator@1.0.0: {} - next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7): + next@16.2.9(react-dom@19.2.7(react@19.2.7))(react@19.2.7): dependencies: - '@next/env': 16.2.7 + '@next/env': 16.2.9 '@swc/helpers': 0.5.15 - baseline-browser-mapping: 2.10.34 - caniuse-lite: 1.0.30001797 + baseline-browser-mapping: 2.10.37 + caniuse-lite: 1.0.30001799 postcss: 8.5.15 react: 19.2.7 react-dom: 19.2.7(react@19.2.7) styled-jsx: 5.1.6(react@19.2.7) optionalDependencies: - '@next/swc-darwin-arm64': 16.2.7 - '@next/swc-darwin-x64': 16.2.7 - '@next/swc-linux-arm64-gnu': 16.2.7 - '@next/swc-linux-arm64-musl': 16.2.7 - '@next/swc-linux-x64-gnu': 16.2.7 - '@next/swc-linux-x64-musl': 16.2.7 - '@next/swc-win32-arm64-msvc': 16.2.7 - '@next/swc-win32-x64-msvc': 16.2.7 + '@next/swc-darwin-arm64': 16.2.9 + '@next/swc-darwin-x64': 16.2.9 + '@next/swc-linux-arm64-gnu': 16.2.9 + '@next/swc-linux-arm64-musl': 16.2.9 + '@next/swc-linux-x64-gnu': 16.2.9 + '@next/swc-linux-x64-musl': 16.2.9 + '@next/swc-win32-arm64-msvc': 16.2.9 + '@next/swc-win32-x64-msvc': 16.2.9 sharp: 0.34.5 transitivePeerDependencies: - '@babel/core' @@ -2209,7 +2209,7 @@ snapshots: scheduler@0.27.0: {} - semver@7.8.2: + semver@7.8.4: optional: true send@1.2.1: @@ -2243,7 +2243,7 @@ snapshots: dependencies: '@img/colour': 1.1.0 detect-libc: 2.1.2 - semver: 7.8.2 + semver: 7.8.4 optionalDependencies: '@img/sharp-darwin-arm64': 0.34.5 '@img/sharp-darwin-x64': 0.34.5 @@ -2366,7 +2366,7 @@ snapshots: tslib@2.8.1: {} - type-fest@5.6.0: + type-fest@5.7.0: dependencies: tagged-tag: 1.0.0 From 16da90c81455b0b575474f1b92ff17bf3611b364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:53:16 +0200 Subject: [PATCH 4/6] Chore(deps): bump actions/checkout from 6 to 7 (#457) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/canary-publish.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/mcp-security.yml | 2 +- .github/workflows/release-pipeline.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/repo-consistency.yml | 2 +- .github/workflows/sync-action-repo.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/canary-publish.yml b/.github/workflows/canary-publish.yml index 16f7bf38..3366d777 100644 --- a/.github/workflows/canary-publish.yml +++ b/.github/workflows/canary-publish.yml @@ -48,7 +48,7 @@ jobs: BUILD_SHA: ${{ github.event.workflow_run.head_sha || github.sha }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Check out the exact commit CI validated, not the default-branch HEAD # (github.sha lies on workflow_run events). diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e3e957..9abbb3c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/mcp-security.yml b/.github/workflows/mcp-security.yml index 814ec032..3fa75470 100644 --- a/.github/workflows/mcp-security.yml +++ b/.github/workflows/mcp-security.yml @@ -19,7 +19,7 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 76ec10d9..d4a60cbc 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 609b0bf0..072e84e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: version: ${{ steps.version.outputs.VERSION }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/repo-consistency.yml b/.github/workflows/repo-consistency.yml index be4807c1..756c275a 100644 --- a/.github/workflows/repo-consistency.yml +++ b/.github/workflows/repo-consistency.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/sync-action-repo.yml b/.github/workflows/sync-action-repo.yml index 5a1d8df6..1dcc7439 100644 --- a/.github/workflows/sync-action-repo.yml +++ b/.github/workflows/sync-action-repo.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout monorepo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 From 3174f74244cdb0cb9cf2c855708e34f627f6dc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:53:36 +0200 Subject: [PATCH 5/6] Chore(deps-dev): bump ink in the minor-and-patch group (#458) Bumps the minor-and-patch group with 1 update: [ink](https://github.com/vadimdemedes/ink). Updates `ink` from 7.0.6 to 7.1.0 - [Release notes](https://github.com/vadimdemedes/ink/releases) - [Commits](https://github.com/vadimdemedes/ink/compare/v7.0.6...v7.1.0) --- updated-dependencies: - dependency-name: ink dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/terminal/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 7f20c9e4..db88f8ab 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -48,7 +48,7 @@ "devDependencies": { "@types/react": "19.2.17", "@inkjs/ui": "2.0.0", - "ink": "7.0.6", + "ink": "7.1.0", "react": "19.2.7" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 37052868..8e4eeea9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -359,13 +359,13 @@ importers: devDependencies: '@inkjs/ui': specifier: 2.0.0 - version: 2.0.0(ink@7.0.6(@types/react@19.2.17)(react@19.2.7)) + version: 2.0.0(ink@7.1.0(@types/react@19.2.17)(react@19.2.7)) '@types/react': specifier: 19.2.17 version: 19.2.17 ink: - specifier: 7.0.6 - version: 7.0.6(@types/react@19.2.17)(react@19.2.7) + specifier: 7.1.0 + version: 7.1.0(@types/react@19.2.17)(react@19.2.7) react: specifier: 19.2.7 version: 19.2.7 @@ -1027,8 +1027,8 @@ packages: inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - ink@7.0.6: - resolution: {integrity: sha512-/KG651f+LHln9gumb5ltieFqzNGJdhX1b/WwsCUd2Py7Htuk9KUzyFrk25ugmzjXyDneXSoXD3cm4ql4dWFGsQ==} + ink@7.1.0: + resolution: {integrity: sha512-VWE6/yeLtFCJBNLflyI2OSylyXK1Rc24LuXup8Qt+icwkmmycFNdbn8IkSp6Frc0h1iA0NOvvi1ajW44U/w3Qg==} engines: {node: '>=22'} peerDependencies: '@types/react': '>=19.2.0' @@ -1596,13 +1596,13 @@ snapshots: '@img/sharp-win32-x64@0.34.5': optional: true - '@inkjs/ui@2.0.0(ink@7.0.6(@types/react@19.2.17)(react@19.2.7))': + '@inkjs/ui@2.0.0(ink@7.1.0(@types/react@19.2.17)(react@19.2.7))': dependencies: chalk: 5.6.2 cli-spinners: 3.4.0 deepmerge: 4.3.1 figures: 6.1.0 - ink: 7.0.6(@types/react@19.2.17)(react@19.2.7) + ink: 7.1.0(@types/react@19.2.17)(react@19.2.7) '@modelcontextprotocol/sdk@1.29.0(zod@4.4.3)': dependencies: @@ -1999,7 +1999,7 @@ snapshots: inherits@2.0.4: {} - ink@7.0.6(@types/react@19.2.17)(react@19.2.7): + ink@7.1.0(@types/react@19.2.17)(react@19.2.7): dependencies: '@alcalzone/ansi-tokenize': 0.3.0 ansi-escapes: 7.3.0 From f2885d46e05676096e4aac0b45e0ea945d2cb2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:53:57 +0200 Subject: [PATCH 6/6] Chore(deps-dev): bump @types/node from 25.9.3 to 26.0.0 (#459) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.3 to 26.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- packages/playground/package.json | 2 +- pnpm-lock.yaml | 32 ++++++++++++++++---------------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index ceef5f30..be3bf746 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "devDependencies": { "@biomejs/biome": "^2.5.0", - "@types/node": "^25.9.3", + "@types/node": "^26.0.0", "typescript": "^6.0.3" } } diff --git a/packages/playground/package.json b/packages/playground/package.json index 5c7fe0ec..2504b317 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -25,7 +25,7 @@ "react-dom": "^19.2.7" }, "devDependencies": { - "@types/node": "^25.9.3", + "@types/node": "^26.0.0", "@types/react": "^19.2.17", "@types/react-dom": "^19.0.0", "typescript": "^6.0.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e4eeea9..a052638c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,8 +23,8 @@ importers: specifier: ^2.5.0 version: 2.5.0 '@types/node': - specifier: ^25.9.3 - version: 25.9.3 + specifier: ^26.0.0 + version: 26.0.0 typescript: specifier: ^6.0.3 version: 6.0.3 @@ -276,8 +276,8 @@ importers: version: 19.2.7(react@19.2.7) devDependencies: '@types/node': - specifier: ^25.9.3 - version: 25.9.3 + specifier: ^26.0.0 + version: 26.0.0 '@types/react': specifier: ^19.2.17 version: 19.2.17 @@ -713,8 +713,8 @@ packages: '@types/http-errors@2.0.5': resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} - '@types/node@25.9.3': - resolution: {integrity: sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==} + '@types/node@26.0.0': + resolution: {integrity: sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==} '@types/qs@6.15.0': resolution: {integrity: sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==} @@ -1398,8 +1398,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - undici-types@7.24.6: - resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==} + undici-types@8.3.0: + resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==} unpipe@1.0.0: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} @@ -1676,15 +1676,15 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 25.9.3 + '@types/node': 26.0.0 '@types/connect@3.4.38': dependencies: - '@types/node': 25.9.3 + '@types/node': 26.0.0 '@types/express-serve-static-core@5.1.1': dependencies: - '@types/node': 25.9.3 + '@types/node': 26.0.0 '@types/qs': 6.15.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -1697,9 +1697,9 @@ snapshots: '@types/http-errors@2.0.5': {} - '@types/node@25.9.3': + '@types/node@26.0.0': dependencies: - undici-types: 7.24.6 + undici-types: 8.3.0 '@types/qs@6.15.0': {} @@ -1715,12 +1715,12 @@ snapshots: '@types/send@1.2.1': dependencies: - '@types/node': 25.9.3 + '@types/node': 26.0.0 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 25.9.3 + '@types/node': 26.0.0 '@types/trusted-types@2.0.7': optional: true @@ -2378,7 +2378,7 @@ snapshots: typescript@6.0.3: {} - undici-types@7.24.6: {} + undici-types@8.3.0: {} unpipe@1.0.0: {}