125 wires and counting
$ status: archived — this briefing has stopped; the archive stays readable. browse live briefings →

$ status

wire 2026-09-14
stories 10

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Turborepo patches Remix and Nuxt env hashing, shop ships Eve agent

By RepoJournal · Filed · About Vercel · Composed from the cited sources · methodology

A cache-poisoning fix in Turborepo's env hashing and a Windows environment passthrough land alongside vercel/shop's weekend release migrating the shopping assistant to Eve.

feat: Add Remix inference and `NUXT_ENV_*` wildcard (#14060) vercel/turborepo

by Prakash Meena

Turborepo's hashing engine omitted client-side environment variable wildcards for Remix and Nuxt.js, so multi-environment deployments could return silent false-positive cache hits that baked staging test endpoints or credentials into production artifacts. The PR adds Remix inference and a NUXT_ENV_* wildcard to close that gap, which makes this a breaking correction: caches built without those w...

fix: Pass through LOCALAPPDATA by default (#14056) vercel/turborepo

by vercel-gh-bot-2[bot]

LOCALAPPDATA is now passed through to tasks by default on Windows, so pnpm and other tools reading the machine-local application data directory no longer run against an incomplete environment.

Weekend release (#589) vercel/shop

by Dan Laugharn

The weekend release removes server-only markers for the Eve migration, moves the shopping assistant off its previous setup to call Shopify directly, preloads assistant history, and renames the agent while preventing intermediate cart controls. The shopping assistant is also temporarily enabled by default, meaning the new path is live for visitors rather than gated.

chore: Release Turborepo 2.10.13-canary.6 vercel/turborepo

by github-actions

Turborepo 2.10.13-canary.6 carries the LOCALAPPDATA passthrough and a fix preserving native task dependencies across entrypoints, with the release noting that versioned docs aliasing failed and the logs are linked from the release.

Weekend release vercel/shop

by laugharn

The weekend release bundles the Eve migration and Hydrogen preview 3.

Quick answers

What shipped in Vercel on September 14, 2026?
A cache-poisoning fix in Turborepo's env hashing and a Windows environment passthrough land alongside vercel/shop's weekend release migrating the shopping assistant to Eve. In total, 4 commits, 5 pull requests, and 1 releases landed.
Who contributed to Vercel on September 14, 2026?
4 developers shipped this update, including Prakash Meena, github-actions, vercel-gh-bot-2[bot], and laugharn.
What were the notable Vercel updates?
feat: Add Remix inference and `NUXT_ENV_*` wildcard (#14060), fix: Pass through LOCALAPPDATA by default (#14056), and Weekend release (#589).