Skip to content

Version Packages#621

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#621
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@prefresh/vite@4.0.0

Major Changes

  • f1a23d05ed8910a0c927ec09ffd9ec463c6027b0 #614 Thanks @LoganDark! - Make Babel an optional peer dependency

    @babel/core and @prefresh/babel-plugin are no longer hard dependencies of @prefresh/vite. Projects using modern versions of Vite no longer require Babel in their dependency tree.

Patch Changes

  • 4bbe51f6d99469f08f6c6726a57f87929d009860 #626 Thanks @JoviDeCroock! - Fix type resolution under moduleResolution: NodeNext and Deno

    The import condition now resolves to a real ESM entry (src/index.mjs) with matching ESM type declarations (index.d.mts using export default), while require keeps the CommonJS declarations (index.d.ts using export =). Previously the ESM entry was typed with a CJS-style export = declaration, which TypeScript 6 / Deno 2.8.3+ reject as a hard error.

    Also inline the FilterPattern type instead of importing it from @rollup/pluginutils, whose types do not resolve under NodeNext.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from c103ad5 to 423e0e0 Compare May 25, 2026 15:39
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 423e0e0 to fe7a98c Compare June 12, 2026 16:55
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fe7a98c to 55b7af3 Compare June 12, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants