Skip to content

chore(deps): upgrade devframe to v0.2.0 - #252

Merged
antfu merged 1 commit into
mainfrom
antfu/upgrade-devframe-v0.2.0
May 12, 2026
Merged

chore(deps): upgrade devframe to v0.2.0#252
antfu merged 1 commit into
mainfrom
antfu/upgrade-devframe-v0.2.0

Conversation

@antfu

@antfu antfu commented May 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Bumps the devframe catalog entry from ^0.1.22 to ^0.2.0 (transitively pulls in h3@2.0.1-rc.22).
  • No source changes needed — none of v0.2.0's breaking changes (Vite-integration rename, Devtool* removal, h3 v2 AppH3 typed rename) touch our call sites: we already use defineDevframe/connectDevframe, build our own Vite plugin on createDevServer, and never destructure app from onReady.
  • v0.2.0 also ships devframes/devframe#6, which keeps node:crypto out of the browser bundle — that's the upstream fix the INCLUDE_BUILD gate in playwright.config.ts was waiting on. Removing that gate is left as a follow-up.

Test plan

  • pnpm lint
  • pnpm typecheck
  • pnpm build (Nuxt SPA + tsdown CLI)
  • pnpm test — 15/15 vitest pass
  • pnpm test:e2e — 20/20 Playwright dev-mode pass

@eslint-github-bot

Copy link
Copy Markdown

Hi @antfu!, thanks for the Pull Request

The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.

  • The commit message tag wasn't recognized. Did you mean "docs", "fix", or "feat"?
  • There should be a space following the initial tag and colon, for example 'feat: Message'.

To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page.

Read more about contributing to ESLint here

@eslintbot eslintbot added this to Triage May 12, 2026
@github-project-automation github-project-automation Bot moved this to Needs Triage in Triage May 12, 2026
@antfu
antfu merged commit 6e03260 into main May 12, 2026
8 of 9 checks passed
@antfu
antfu deleted the antfu/upgrade-devframe-v0.2.0 branch May 12, 2026 09:44
@github-project-automation github-project-automation Bot moved this from Needs Triage to Complete in Triage May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Complete

Development

Successfully merging this pull request may close these issues.

2 participants