Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vitejs/devtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.22
Choose a base ref
...
head repository: vitejs/devtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.23
Choose a head ref
  • 17 commits
  • 358 files changed
  • 4 contributors

Commits on May 12, 2026

  1. chore: fix tests

    webfansplz committed May 12, 2026
    Configuration menu
    Copy the full SHA
    6271053 View commit details
    Browse the repository at this point in the history
  2. chore: bump vite

    webfansplz committed May 12, 2026
    Configuration menu
    Copy the full SHA
    2b913cd View commit details
    Browse the repository at this point in the history
  3. refactor: extract devframe to standalone repo + bump to v0.2.0 (#341)

    Devframe now lives at github.com/devframes/devframe; this monorepo
    consumes it as `devframe` from npm via `catalog:deps` and keeps a git
    submodule at `devframe/` (tag-pinned, never a branch) as a checked-in
    reference. `scripts/sync.ts` (run via `pnpm sync`) aligns the submodule
    with the catalog version and is hooked into `postinstall` so fresh
    clones init automatically. Drops 43 `devframe/*` path aliases, turbo
    tasks, vitest projects, and the merged docs section.
    antfu authored May 12, 2026
    Configuration menu
    Copy the full SHA
    32ecd44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d15b016 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2026

  1. Configuration menu
    Copy the full SHA
    82e50a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    897ce82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0f580 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0259bcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e678193 View commit details
    Browse the repository at this point in the history
  6. fix(scripts): recover from stale devframe/ when initializing submodule

    If `devframe/` exists with leftover content but no `.git` link (e.g. after
    `git clean -ffdx` or a previous failed install), `git submodule update --init`
    aborts because the path is non-empty. Detect that state and clear the
    directory before initializing — there's no git tracking to preserve.
    antfu committed May 14, 2026
    Configuration menu
    Copy the full SHA
    c83ce2c View commit details
    Browse the repository at this point in the history
  7. chore: update deps

    antfu committed May 14, 2026
    Configuration menu
    Copy the full SHA
    6fc3b3a View commit details
    Browse the repository at this point in the history
  8. chore: update lint

    antfu committed May 14, 2026
    Configuration menu
    Copy the full SHA
    3c94bcb View commit details
    Browse the repository at this point in the history
  9. fix: devframe import

    antfu committed May 14, 2026
    Configuration menu
    Copy the full SHA
    6d24d8a View commit details
    Browse the repository at this point in the history
  10. chore: update

    antfu committed May 14, 2026
    Configuration menu
    Copy the full SHA
    0fc20b0 View commit details
    Browse the repository at this point in the history
  11. fix(docs): build workspace packages before docs (#344)

    Twoslash resolves `@vitejs/devtools*` imports via the package's `types`
    field, which points at `dist/index.d.ts`. Without a prior `pnpm build`,
    those files don't exist and `vitepress build` fails with TS2307.
    antfu authored May 14, 2026
    Configuration menu
    Copy the full SHA
    3f460d2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b8a18f View commit details
    Browse the repository at this point in the history
  13. chore: release v0.1.23

    antfu committed May 14, 2026
    Configuration menu
    Copy the full SHA
    36d865e View commit details
    Browse the repository at this point in the history
Loading