Skip to content

chore: update create-farm templates for latest frameworks - #2303

Open
wre232114 with Copilot wants to merge 3 commits into
mainfrom
copilot/update-dependency-versions-farm-templates
Open

chore: update create-farm templates for latest frameworks#2303
wre232114 with Copilot wants to merge 3 commits into
mainfrom
copilot/update-dependency-versions-farm-templates

Conversation

Copilot AI commented May 24, 2026

Copy link
Copy Markdown
Contributor

Updates create-farm templates to use current framework dependencies and verifies Farm v2 beta compatibility across generated app templates.

  • Template dependency refresh

    • Bumped framework/tooling versions across vanilla, React, Vue, Vue2, Svelte, Solid, Lit, Preact, NestJS, Tauri, Tauri2, and Electron templates.
    • Kept Farm packages on the v2 beta dist-tag.
  • Farm v2 compatibility fixes

    • Pinned Svelte templates to the latest Farm-compatible Svelte plugin path while using Svelte 5.
    • Added missing asset module declarations required by newer TypeScript.
    • Updated NestJS TypeScript config for TypeScript 6 deprecation handling.
    • Fixed Tauri2 Preact to use vitePlugins.
    • Reworked Tauri2 Svelte from SvelteKit wiring to a Farm-compatible Svelte entrypoint.
export default defineConfig({
  vitePlugins: [svelte()],
  server: {
    port: 1420,
    strictPort: true,
  },
});

Copilot AI and others added 2 commits May 24, 2026 01:55
Agent-Logs-Url: https://github.com/farm-fe/farm/sessions/c2118048-a463-412f-b328-abda3620749d

Co-authored-by: wre232114 <8372439+wre232114@users.noreply.github.com>
Agent-Logs-Url: https://github.com/farm-fe/farm/sessions/c2118048-a463-412f-b328-abda3620749d

Co-authored-by: wre232114 <8372439+wre232114@users.noreply.github.com>
@changeset-bot

changeset-bot Bot commented May 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 25812b2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "farm-docs" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch
The package or glob expression "bench" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch

@vercel

vercel Bot commented May 24, 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 1:59pm

@wre232114
wre232114 marked this pull request as ready for review June 14, 2026 13:57
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.

2 participants