RepoJournal
Vue.js

@vuejs

Vue + the surrounding frontend ecosystem

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

REACTIVITY BUG FIXED AS CORE TACKLES ORPHAN EFFECTS AND TYPE RESOLUTION

By RepoJournal · Filed · About Vue.js

Vue core shipped a critical fix for effects leaking after scope shutdown during async setup — the kind of silent bug that haunts Suspense components.

The reactivity fix [1] prevents orphan effects from remaining active after a scope stops, a particularly nasty edge case when top-level await runs inside Suspense. This closes a loophole that would trigger spurious dev warnings and leave cleanup handlers dangling. Compiler-sfc also got a correctness improvement [2] resolving type re-exports inside declare global blocks — a fix that unblocks Nuxt's runtime type inference and ensures source dependencies track correctly across cache reuse. On the build side [3], swc bumped from 1.15.30 to 1.15.33, and jsdom landed a minor version bump [4] to ^29.1.1 for test stability. Over in test-utils, the team is keeping dependencies fresh: lint-staged jumped to v17 [5], oxfmt reached v0.48.0 [6], and Vue compat updated to 3.5.34 [7]. A type export for GlobalMountOptions [8] also shipped to close a gap in test harness tooling.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(reactivity): prevent orphan effect when created in a stopped scope ↗ vuejs/core
  2. [2] fix(compiler-sfc): resolve type re-exports inside declare global ↗ vuejs/core
  3. [3] chore(deps): update build ↗ vuejs/core
  4. [4] chore(deps): update dependency jsdom to ^29.1.1 ↗ vuejs/core
  5. [5] chore(deps): update dependency lint-staged to v17 ↗ vuejs/test-utils
  6. [6] chore(deps): update dependency oxfmt to v0.48.0 ↗ vuejs/test-utils
  7. [7] chore(deps): update all non-major dependencies ↗ vuejs/test-utils
  8. [8] fix: export GlobalMountOptions type (#2851) vuejs/test-utils

Quick answers

What shipped in Vue.js on May 7, 2026?
Vue core shipped a critical fix for effects leaking after scope shutdown during async setup — the kind of silent bug that haunts Suspense components. In total, 9 commits, 15 pull requests, and 1 releases landed.
Who contributed to Vue.js on May 7, 2026?
3 developers shipped this update, including Mini-ghost, danielroe, and renovate[bot].
What were the notable Vue.js updates?
fix(reactivity): prevent orphan effect when created in a stopped scope, fix(compiler-sfc): resolve type re-exports inside declare global, and chore(deps): update build.

More from @vuejs

Daily updates, in your inbox

Follow Vue.js

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?