Skip to content

chore: bump TEMPLATES_REF to templates main (4f54cb7) for browser-mode cleanup - #85

Merged
ryansolid merged 1 commit into
mainfrom
chore/bump-templates-ref-4f54cb7
Aug 12, 2026
Merged

chore: bump TEMPLATES_REF to templates main (4f54cb7) for browser-mode cleanup#85
ryansolid merged 1 commit into
mainfrom
chore/bump-templates-ref-4f54cb7

Conversation

@ryansolid

Copy link
Copy Markdown
Contributor

Summary

  • Bumps the baked templates ref from b3d888d to solidjs/templates@4f54cb7, picking up the removal of the environment: 'node' workaround in solid-v2/with-vitest-browser-mode — vite-plugin-solid 3.0.0-next.26 (pinned by templates fb4c013) now gates its jsdom default on browser.enabled, so the vitest startup probe that forced the override no longer fires.
  • Same shape as the previous ref bump (048ca92): one-line constant change in packages/create/src/utils/download.ts, no changeset needed (unreleased code covered by the existing solid-v2-templates changeset).

Test plan

  • Templates commit verified on a fresh install: pnpm install && pnpm test exits 0, test passes in real Chromium, no jsdom probe error
  • Root pnpm test — 16/16 passing against live GitHub with the new ref

Made with Cursor

…e cleanup
solid-v2/with-vitest-browser-mode drops its environment: 'node' workaround
now that vite-plugin-solid 3.0.0-next.26 gates its jsdom default on
browser.enabled; the templates commit was verified on a fresh install
(pnpm install && pnpm test exits 0, test passes in real Chromium).
Co-authored-by: Cursor <cursoragent@cursor.com>
@ryansolid
ryansolid merged commit 170f509 into mainAug 12, 2026
3 checks passed
@ryansolid
ryansolid deleted the chore/bump-templates-ref-4f54cb7 branch August 12, 2026 15:17
Sign up for freeto 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.

1 participant

@ryansolid