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

SUPPLY CHAIN DEFENSE HARDENS ACROSS VUEJS CORE AND TEST-UTILS

By RepoJournal · Filed · About Vue.js

Vue's core team is locking down dependency updates with new release-age gates while hardening CI permissions to block token creep.

Two security-minded infrastructure moves landed overnight that raise the bar for supply chain safety. Vue core merged explicit least-privilege permissions [1] on its CI workflows, capping the GitHub token to read-only `contents` scope to prevent accidental over-scoping as the pipeline evolves. In parallel, the same team added `minimumReleaseAge: 1440` settings [2], which delays npm dependency updates by 24 hours—enough time to catch compromised packages before they're installed, a pattern that aligns Vue with pnpm 11's security defaults. Over in test-utils, the dependency refresh train rolled through with vue-router 5.0.7 [3], @types/node bumps [4], and tooling updates [5] [6]—all low-risk patches that merit merging at standard velocity. The guardrails matter more than the patches here: you're looking at a core team that's closing gaps before they become incidents.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] chore(ci): set explicit least-privilege workflow permissions ↗ vuejs/core
  2. [2] chore: add `minimumReleaseAge` settings ↗ vuejs/core
  3. [3] chore(deps): update dependency vue-router to v5.0.7 ↗ vuejs/test-utils
  4. [4] chore(deps): update all non-major dependencies ↗ vuejs/test-utils
  5. [5] chore(deps): update dependency vue-tsc to v3.2.9 ↗ vuejs/test-utils
  6. [6] chore(deps): update dependency pkg-pr-new to v0.0.72 ↗ vuejs/test-utils

Quick answers

What shipped in Vue.js on May 14, 2026?
Vue's core team is locking down dependency updates with new release-age gates while hardening CI permissions to block token creep. In total, 3 commits and 7 pull requests landed.
Who contributed to Vue.js on May 14, 2026?
3 developers shipped this update, including arpitjain099, skirtles-code, and renovate[bot].
What were the notable Vue.js updates?
chore(ci): set explicit least-privilege workflow permissions, chore: add `minimumReleaseAge` settings, and chore(deps): update dependency vue-router to v5.0.7.

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?