Austin Merrick
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
π vercel.comSource
Bun v1.1.39 introduces text lockfile support, and Vercel now supports bun.lock with zero configuration. You can use the text lockfile today with bun install --save-text-lockfile.
π vercel.comSource
Archive CLI uploads now support larger projects with faster upload speeds. Instead of using the old tgz archive option, use the beta split-tgz option.
π vercel.comSource
Split tgz deployments are now the default option for archive deployments. It should result in better equal or better performance while avoiding many unintuitive limits.
π vercel.comSource
New projects will detect and use pnpm@10, based on the project lockfile. Old projects can opt-in to pnpm@10 using Corepack.
π vercel.comSource
Vercel's build cache now supports Yarn 2+ dependencies. Previously, dependencies were only cached for npm, pnpm, and Yarn 1.
π vercel.comSource
Vercel now detects and deploys Nitro, a server toolkit for building webservers, with zero configuration.
π vercel.comSource
Vercel now detects and deploys NestJS, a framework for building efficient, scalable Node.js server-side applications, with zero configuration.
π vercel.comSource
Vercel now detects and deploys Fastify, a fast and low overhead web framework, with zero configuration.
π vercel.comSource
Vercel now detects and deploys TanStack Start, a full-stack framework powered by TanStack Router for React and Solid.