Skip to content

Version Packages (beta) - #2320

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 10, 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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@farmfe/plugin-vue-jsx@0.1.0-beta.0

Minor Changes

  • 8c8f849: Add @farmfe/plugin-vue-jsx — a Farm Rust plugin to transform Vue JSX/TSX at build time, ported from swc-plugin-vue-jsx. Converts Vue-specific JSX syntax (directives like v-model, v-show, v-html, v-text, v-slots, custom directives) into Vue 3 runtime calls with zero JS overhead.

    Supports TypeScript props/emits type resolution (resolveType), PatchFlags optimization injection (optimize), transformOn conversion, custom element patterns, object slots, and custom pragmas.

@farmfe/js-plugin-less@2.0.0-beta.12

Patch Changes

  • Updated dependencies [629aba4]
    • @farmfe/core@2.0.0-beta.12

@farmfe/js-plugin-postcss@2.0.0-beta.12

Patch Changes

  • Updated dependencies [629aba4]
    • @farmfe/core@2.0.0-beta.12

@farmfe/js-plugin-sass@3.0.0-beta.12

Patch Changes

  • Updated dependencies [629aba4]
    • @farmfe/core@2.0.0-beta.12

@farmfe/js-plugin-svgr@2.0.0-beta.12

Patch Changes

  • Updated dependencies [629aba4]
    • @farmfe/core@2.0.0-beta.12

@farmfe/js-plugin-tailwindcss@2.0.0-beta.12

Patch Changes

  • Updated dependencies [629aba4]
    • @farmfe/core@2.0.0-beta.12

@farmfe/js-plugin-vuetify@0.0.2-beta.0

Patch Changes

  • 8c8f849: Support detecting @farmfe/plugin-vue as the Vue SFC plugin when applying Vuetify auto imports.

@farmfe/core@2.0.0-beta.12

Patch Changes

  • 629aba4: Fix SWC plugin transforms hanging during example builds on macOS and Windows
    CI runners (reproducible at FARM_THREAD_NUMS=2).

    The hang was traced to wasmer's Engine::compile / Engine::validate paths
    contending on an internal std::sync::Mutex when multiple Farm rayon worker
    threads ran wasm plugin transforms in parallel. We now serialize the
    transform_plugin_executor.transform() call via a process-wide mutex while
    keeping every other build phase fully parallel.

    In addition, the plugin host's block_on now always runs on a dedicated,
    process-wide multi-threaded tokio runtime (constructed once instead of
    per-call) and uses tokio::task::block_in_place when invoked from inside an
    ambient tokio runtime, avoiding worker-thread starvation.

@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
farm-docs Ready Ready Preview, Comment Jun 14, 2026 12:38am

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