Skip to content

emdash

v@emdash-cms/[email protected] Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 1mo Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

astro cms emdash typescript

Summary

AI summary

Declare missing peer dependencies for @tiptap/extension-drag-handle to fix admin build failures with Astro 7.

Full changelog

Patch Changes

  • #1545 f4925b1 Thanks @swissky! - Declare @tiptap/extension-drag-handle's collaboration peer dependencies

    @emdash-cms/admin uses @tiptap/extension-drag-handle, which declares @tiptap/extension-collaboration, @tiptap/y-tiptap (and transitively yjs, y-protocols) as peer dependencies. They were never installed because the collaboration feature is unused, and the admin bundle only worked because Rollup silently externalized the unresolved imports.

    Astro 7 switches Vite to Rolldown, which fails the build on unresolved imports instead of externalizing them, so the admin build breaks on this chain. Declaring it fixes the build under Rolldown/Astro 7 — and is correct dependency hygiene regardless of bundler. Closes #1544.

  • Updated dependencies []:

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

Track emdash

Get notified when new releases ship.

Sign up free

About emdash

All releases →

Related context

Earlier breaking changes

Beta — feedback welcome: [email protected]