Payload CMS BREAKING Update & Next.js 16.1 is HERE! And more news.
Episode Description
Stay ahead in modern web development with the latest on Payload CMS security patches, the official release of Next.js 16.1, and the massive infrastructure shifts defining the AI landscape.
Show Notes
This episode of Next in Dev breaks down the rapid-fire Payload CMS security patches, the official release of Next.js 16.1.0, and OpenAI’s massive infrastructure and coding news.
Payload CMS released versions 3.68.3 through 3.68.5 to address critical security vulnerabilities, mandating a minimum of Next.js 15.4.10 for all projects. This week also marked the official launch of Next.js 16.1, which stabilizes Turbopack for near-instant server restarts and introduces a built-in Bundle Analyzer to help you hunt down bloated dependencies. Meanwhile, the AI landscape continues to shift as OpenAI targets the enterprise with GPT-5.2-Codex and a massive $10 billion Amazon partnership, while shadcn/ui introduces a new CLI standard to help developers move beyond generic Tailwind designs.
Transcript
Introduction
What’s up, everyone? Welcome to Next in Dev. In this episode, I'll cover Payload patches, OpenAI's absurd deals, a new shadcn standard, and much more.
Payload CMS
Payload CMS had a busy week. They released new versions 3.68.3, 3.68.4, and 3.68.5. I think this is the first time I've seen them patch so many times in one minor release.
The Payload team bumped the minimum Next version to 15.4.9 in version 3.68.3. They did this to address the Next.js vulnerability from last week. You should actually update to Next.js version 15.4.10, but Payload CMS doesn't dictate your version of Next.js. Upgrade today if you haven't.
Version 3.68.4 fixes the Next.js version and bumps the minimum to 15.4.10. This is a breaking change, so if you update to 3.68.4 without updating your Next.js version, your app won't work.
A bug fix in version 3.68.4 broke route matching. The team fixed this in version 3.68.5 by removing the server URL from route matching.
Next.js, Shadcn
Shadcn released a new CLI command `npx shadcn create`. The goal of this new command is to make websites look less like each other. The maintainers of shadcn released 5 new styles to help you theme your applications. This new command also gives you the option between Radix or Base UI as the starting component library. I'm excited for websites to start looking more unique and less like a Tailwind generator. We'll see how quickly that takes shape, though.
