Vue.js: Supply Chain Hardening Meets Vapor Perf Fixes

Vue core landed a cluster of correctness fixes in the runtime and server renderer, alongside three separate pull requests hardening the pnpm workspace's dependency trust policy. A performance pass on vapor mode's v-for handling also trimmed hot-path allocations.

Duration: PT2M20S

Episode overview

This episode is a short developer briefing from Vue.js.

It explains recent repository work in plain language.

  • Show: Vue.js
  • Published: 2026-08-20T13:12:13Z
  • Audio duration: PT2M20S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. It's August 20th, and here's what moved in Vue core today.

The dominant theme is supply chain hardening. Three separate pull requests, 15326, 15327, and 15330, all touch the pnpm workspace's trust policy. Two were automated scanner findings from semgrep, and the third, from anupamme, was the maintainer-invited follow-up that actually enables no-downgrade trust policy as…

Second theme: correctness fixes clustered around equality and namespace handling. Edison1105 shipped a fix for Map and Set comparison in the shared utilities, PR 15328, closing an issue where reordered entries or loosely equal keys broke v-model selection on mapped values. The same author also fixed element…

Third, performance: PR 15329 trims allocations in vapor's v-for hot path, avoiding per-item tuple creation, deferring scheduler job creation, and cutting closure overhead in event listener setup. This is incremental, but it's part of a steady vapor optimization push.

What's next: watch for the trust policy change to surface in CI if any transitive dependency needs a downgrade exception. And if you're on vapor mode, the namespace and v-for perf fixes are worth pulling in together since both touched…

Th…

Nearby episodes from Vue.js

  1. Vapor Hydration Catches Up to VDOM
  2. Vapor Hydration Gets a Broad Refactor
  3. Weekly Recap - Vapor Mode's Hardening Push
  4. Suspense Edge Case, Vapor Speed, and Supply-Chain Hardening
  5. Vapor Mode Catches Up to Vdom
  6. Vapor Renderer Closes the Gap With VDOM
  7. Vapor Mode Attrs Reconciliation Fix
  8. Weekly Recap - Hardening the Vapor Renderer