Skip to content

⬆️ Bump @reedsy/quill-delta - #64

Merged
alecgibson merged 1 commit into
mainfrom
bump-delta
Apr 9, 2026
Merged

⬆️ Bump @reedsy/quill-delta#64
alecgibson merged 1 commit into
mainfrom
bump-delta

Conversation

@alecgibson

Copy link
Copy Markdown
Collaborator

This change bumps our version of @reedsy/quill-delta through a major bump that removes export defaults.

Copilot AI review requested due to automatic review settings April 9, 2026 13:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Quill package to use the new named-export API from @reedsy/quill-delta after a major bump that removes default exports, and aligns the dependency graph accordingly.

Changes:

  • Replace default imports of Delta with named imports ({ Delta }) across Quill source and tests.
  • Update table embed logic to use AttributeMap.* instead of Delta.AttributeMap.*.
  • Bump @reedsy/quill-delta version, remove the redundant quill-delta dependency, and update the lockfile.

Reviewed changes

Copilot reviewed 34 out of 35 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/quill/test/unit/modules/tableEmbed.spec.ts Switch Delta import to named export.
packages/quill/test/unit/modules/table.spec.ts Switch Delta import to named export.
packages/quill/test/unit/modules/syntax.spec.ts Switch Delta import to named export.
packages/quill/test/unit/modules/history.spec.ts Switch Delta import to named export.
packages/quill/test/unit/modules/clipboard.spec.ts Switch Delta import to named export.
packages/quill/test/unit/formats/table.spec.ts Switch Delta import to named export.
packages/quill/test/unit/formats/list.spec.ts Switch Delta import to named export.
packages/quill/test/unit/formats/link.spec.ts Switch Delta import to named export.
packages/quill/test/unit/formats/indent.spec.ts Switch Delta import to named export.
packages/quill/test/unit/formats/header.spec.ts Switch Delta import to named export.
packages/quill/test/unit/formats/color.spec.ts Switch Delta import to named export.
packages/quill/test/unit/formats/code.spec.ts Switch Delta import to named export.
packages/quill/test/unit/formats/align.spec.ts Switch Delta import to named export.
packages/quill/test/unit/core/quill.spec.ts Switch Delta import to named export.
packages/quill/test/unit/core/editor.spec.ts Switch Delta import to named export.
packages/quill/test/unit/blots/scroll.spec.ts Switch Delta import to named export.
packages/quill/test/types/quill.test-d.ts Update Delta import to @reedsy/quill-delta named export.
packages/quill/test/fuzz/tableEmbed.spec.ts Switch Delta import to named export.
packages/quill/test/fuzz/editor.spec.ts Switch Delta/AttributeMap imports to named exports.
packages/quill/src/modules/uploader.ts Switch Delta import to named export.
packages/quill/src/modules/toolbar.ts Switch Delta import to named export.
packages/quill/src/modules/tableEmbed.ts Update imports and replace Delta.AttributeMap.* calls with AttributeMap.*.
packages/quill/src/modules/table.ts Switch Delta import to named export.
packages/quill/src/modules/syntax.ts Switch Delta import to named export.
packages/quill/src/modules/keyboard.ts Switch Delta/AttributeMap imports to named exports.
packages/quill/src/modules/input.ts Switch Delta import to named export.
packages/quill/src/modules/history.ts Update Delta type import to named export.
packages/quill/src/modules/clipboard.ts Switch Delta import to named export.
packages/quill/src/core/quill.ts Switch Delta import to named export.
packages/quill/src/core/editor.ts Switch Delta/AttributeMap/Op imports to named exports.
packages/quill/src/core.ts Switch Delta/Op/OpIterator/AttributeMap imports to named exports and re-export them.
packages/quill/src/blots/scroll.ts Switch Delta/AttributeMap/Op imports to named exports.
packages/quill/src/blots/block.ts Switch Delta import to named export.
packages/quill/package.json Bump @reedsy/quill-delta, remove quill-delta, and bump package version.
package-lock.json Update lockfile for bumped/removal deps (includes additional lockfile churn).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

This change bumps our version of `@reedsy/quill-delta` through a major
bump that removes export defaults.
@alecgibson
alecgibson merged commit 2b54bfd into main Apr 9, 2026
6 checks passed
@alecgibson
alecgibson deleted the bump-delta branch April 9, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants