This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdded resilient resolveEsbuild() function to resolve conflicting esbuild versions during install.
Full changelog
Fixed
@vurb/core — Resilient esbuild Discovery (4-Strategy Resolution)
-
resolveEsbuild()replaces blindnpm install— Projects withtsx+vitesthave conflicting pinned esbuild versions (~0.27vs0.21), causingnpm install -D esbuildto fail withERESOLVE. The newresolveEsbuild()function tries 4 strategies:- Direct ESM
import('esbuild') - CJS
createRequirefrom project root (bypasses ESM cache) - Transitive discovery — finds esbuild nested inside
tsx,vite, orvitestnode_modules npm install --legacy-peer-depsas last resort
- Direct ESM
-
Shared between
validateanddeploy— Both commands now use the sameresolveEsbuild()fromintrospect.ts.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About vinkius-labs/mcp-fusion
A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup.
Related context
Related tools
Beta — feedback welcome: [email protected]