pnpm 11, Node.js 26, Vitest Goes Framework-Agnostic, and Agentic Coding Is a Trap

Published on 06.05.2026

bash — 80×24$pnpm dev▶ ready on localhost:3000$git commit -m "feat: og images"$npx tsc --noEmit✓ 0 errorsCODING

pnpm 11 Cuts the npm Umbilical Cord

TLDR: pnpm 11 ships a native publish workflow, eliminating its longstanding dependency on the npm CLI for commands like publish, login, and dist-tag. It also moves to pure ESM, introduces a SQLite-based store index, and adds supply-chain protections by default.

Bytes #484 - pnpm 11 cuts the npm umbilical cord


Introducing Seer Agent: Ask Sentry Anything About Your App

TLDR: Sentry's Seer Agent is now in open beta. It traverses your application's telemetry graph, rather than just searching it, to answer questions about what went wrong and why. It works in the Sentry UI and in Slack, and turns debugging from a solo navigation exercise into a multiplayer investigation.

Introducing Seer Agent: The answer is already in Sentry. Now you can ask for it.


Framework-Agnostic Vitest: A Proposal to Decouple from Vite

TLDR: A Vitest maintainer has proposed a framework flag that would let Vitest run against any build environment, making Vite one adapter among several rather than the only option. No breaking changes for existing users, and Vite remains the default.

[Proposal] Framework-Agnostic Vitest


Testing Vue Components in the Browser

TLDR: Julia Evans documents how she set up end-to-end integration tests for Vue components running directly in a browser tab using QUnit, without any Node build tooling. The result is simpler than most testing setups and works surprisingly well for projects that want to avoid Node in their frontend stack entirely.

Testing Vue components in the browser


Node.js 26: Temporal API, V8 14.6, and a Wave of Removals

TLDR: Node.js 26 ships with the Temporal API enabled by default, V8 updated to 14.6 with Iterator.concat and Map upsert support, Undici 8, and a series of long-overdue removals including legacy stream modules and the writeHeader method.

Node.js 26.0.0 (Current)


Formisch: Type-Safe, Framework-Agnostic Form Library

TLDR: Formisch is a headless, schema-based form library that works across React, Vue, Svelte, SolidJS, Qwik, and Preact from a single framework-agnostic core. It starts at 2.5 kB, uses Valibot for validation, and produces fine-grained DOM updates through native framework reactivity.

GitHub - open-circle/formisch


Agentic Coding Is a Trap

TLDR: Lars Faye argues that fully agentic coding workflows are eroding developer skills faster than the productivity gains justify, creating vendor lock-in, and building a paradox where the supervision skills required to manage AI are the exact skills that AI use atrophies. The alternative is using LLMs as secondary tools while staying actively engaged in implementation.

Agentic Coding is a Trap