deps: upgrade devframe to 0.8.0 - #507
Merged
Merged
Conversation
Bumps devframe, @devframes/hub, and the built-in plugin packages (inspect/messages/terminals) from ^0.7.15 to ^0.8.0. This release adds agent-native MCP support and instance-registry plumbing upstream, migrates RPC/CLI-flag/agent-tool schema validation to Standard Schema (any validator, not just valibot), and swaps the MCP SDK peer dependency from @modelcontextprotocol/sdk v1 to the split @modelcontextprotocol/client + @modelcontextprotocol/server v2 packages. None of these land in this repo's own source: no RPC function here declares args/returns schemas, and nothing imports the MCP adapter or agent context directly, so the bump is a pure version lift with no code changes required. This PR was created with the help of an agent.
@vitejs/devtools
@vitejs/devtools-kit
@vitejs/devtools-oxc
@vitejs/devtools-rolldown
@vitejs/devtools-vite
@vitejs/devtools-vitest
commit: |
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.
Description
Bumps
devframe,@devframes/hub, and the built-in plugin packages (inspect/messages/terminals) from^0.7.15to^0.8.0by updating thedevframeref inpnpm-workspace.yamland refreshing the lockfile.devframes/devframe's 0.8.0 release adds agent-native MCP support and instance-registry plumbing upstream (#145), migrates RPC/CLI-flag/agent-tool schema validation from valibot-only to any Standard Schema validator (#157), and swaps the MCP SDK peer dependency from
@modelcontextprotocol/sdkv1 to the split@modelcontextprotocol/client/@modelcontextprotocol/serverv2 packages (#156). I audited every breaking (!) commit between v0.7.15 and v0.8.0 against this repo's usage: no RPC function here declaresargs/returnsschemas, and nothing imports the MCP adapter or an agent context directly, so none of the breaking changes touch our code paths — this is a pure version lift.Verified with
pnpm install && pnpm build && pnpm typecheck && pnpm test run && pnpm lint, all green.Linked Issues
Additional context
Only
pnpm-workspace.yaml(thedevframeref) andpnpm-lock.yamlchanged — no source changes were needed.This PR was created with the help of an agent.