Skip to content

Bump the milkdown group with 15 updates#15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/milkdown-42b92e493a
Open

Bump the milkdown group with 15 updates#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/milkdown-42b92e493a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the milkdown group with 15 updates:

Package From To
@milkdown/core 7.20.0 7.21.1
@milkdown/ctx 7.20.0 7.21.1
@milkdown/kit 7.20.0 7.21.1
@milkdown/plugin-clipboard 7.20.0 7.21.1
@milkdown/plugin-cursor 7.20.0 7.21.1
@milkdown/plugin-history 7.20.0 7.21.1
@milkdown/plugin-indent 7.20.0 7.21.1
@milkdown/plugin-listener 7.20.0 7.21.1
@milkdown/preset-commonmark 7.20.0 7.21.1
@milkdown/preset-gfm 7.20.0 7.21.1
@milkdown/prose 7.20.0 7.21.1
@milkdown/react 7.20.0 7.21.1
@milkdown/theme-nord 7.20.0 7.21.1
@milkdown/transformer 7.20.0 7.21.1
@milkdown/utils 7.20.0 7.21.1

Updates @milkdown/core from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/core's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/core's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/ctx@​7.21.1
    • @​milkdown/exception@​7.21.1
    • @​milkdown/prose@​7.21.1
    • @​milkdown/transformer@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

    • docs(crepe): document built-in OpenAI / Anthropic providers (#2357)
    • docs(crepe): document AI feature UI surfaces and config (#2354)
    • docs: ✏️ fix crepe mismatch

... (truncated)

Commits

Updates @milkdown/ctx from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/ctx's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/ctx's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/exception@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

    • docs(crepe): document built-in OpenAI / Anthropic providers (#2357)
    • docs(crepe): document AI feature UI surfaces and config (#2354)
    • docs: ✏️ fix crepe mismatch

    Refactor

    • refactor: remove broken config options from diff and streaming plugins (#2333)

... (truncated)

Commits

Updates @milkdown/kit from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/kit's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Commits

Updates @milkdown/plugin-clipboard from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/plugin-clipboard's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/plugin-clipboard's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/core@​7.21.1
    • @​milkdown/ctx@​7.21.1
    • @​milkdown/prose@​7.21.1
    • @​milkdown/utils@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

    • docs(crepe): document built-in OpenAI / Anthropic providers (#2357)
    • docs(crepe): document AI feature UI surfaces and config (#2354)
    • docs: ✏️ fix crepe mismatch

... (truncated)

Commits

Updates @milkdown/plugin-cursor from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/plugin-cursor's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/plugin-cursor's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/ctx@​7.21.1
    • @​milkdown/prose@​7.21.1
    • @​milkdown/utils@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

    • docs(crepe): document built-in OpenAI / Anthropic providers (#2357)
    • docs(crepe): document AI feature UI surfaces and config (#2354)
    • docs: ✏️ fix crepe mismatch

... (truncated)

Commits

Updates @milkdown/plugin-history from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/plugin-history's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/plugin-history's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/core@​7.21.1
    • @​milkdown/ctx@​7.21.1
    • @​milkdown/prose@​7.21.1
    • @​milkdown/utils@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

    • docs(crepe): document built-in OpenAI / Anthropic providers (#2357)
    • docs(crepe): document AI feature UI surfaces and config (#2354)
    • docs: ✏️ fix crepe mismatch

... (truncated)

Commits

Updates @milkdown/plugin-indent from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/plugin-indent's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/plugin-indent's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/ctx@​7.21.1
    • @​milkdown/prose@​7.21.1
    • @​milkdown/utils@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

    • docs(crepe): document built-in OpenAI / Anthropic providers (#2357)
    • docs(crepe): document AI feature UI surfaces and config (#2354)
    • docs: ✏️ fix crepe mismatch

... (truncated)

Commits

Updates @milkdown/plugin-listener from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/plugin-listener's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/plugin-listener's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/core@​7.21.1
    • @​milkdown/ctx@​7.21.1
    • @​milkdown/prose@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

    • docs(crepe): document built-in OpenAI / Anthropic providers (#2357)
    • docs(crepe): document AI feature UI surfaces and config (#2354)
    • docs: ✏️ fix crepe mismatch

... (truncated)

Commits

Updates @milkdown/preset-commonmark from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/preset-commonmark's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/preset-commonmark's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/core@​7.21.1
    • @​milkdown/ctx@​7.21.1
    • @​milkdown/exception@​7.21.1
    • @​milkdown/prose@​7.21.1
    • @​milkdown/transformer@​7.21.1
    • @​milkdown/utils@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

    • docs(crepe): document built-in OpenAI / Anthropic providers (#2357)

... (truncated)

Commits

Updates @milkdown/preset-gfm from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/preset-gfm's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/preset-gfm's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/core@​7.21.1
    • @​milkdown/ctx@​7.21.1
    • @​milkdown/exception@​7.21.1
    • @​milkdown/preset-commonmark@​7.21.1
    • @​milkdown/prose@​7.21.1
    • @​milkdown/transformer@​7.21.1
    • @​milkdown/utils@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

... (truncated)

Commits

Updates @milkdown/prose from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/prose's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/prose's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • fix(components): lazy-init SVG sanitizer to keep preview-panel SSR-safe (#2365)

    Chore

  • Updated dependencies [a612984]

    • @​milkdown/exception@​7.21.1

7.21.0

Minor Changes

  • 9fc90c6: Milkdown minor version release.

    The integration of AI features into the Milkdown editor.

    Feat

    • feat(crepe): add OpenAI and Anthropic AI providers (#2355)
    • feat: ship UI surfaces for the AI feature (#2350)
    • feat: expose onError callback for AI feature (#2338)
    • feat: replace-selection mode for streaming plugin (#2335)
    • feat: merge Diff+Streaming into CrepeFeature.AI with provider integration (#2330)
    • feat: per-block diff for the range option (#2329)
    • feat: per-block diff via LCS matching (#2328)
    • feat: add insert-at-cursor mode for streaming plugin (#2318)
    • feat: add support for diff rendering, apply and reject (#2312)

    Fix

    • fix(crepe): preserve marks in AI selection for single-paragraph ranges (#2359)
    • fix(inline-latex): should not show edit tooltip for readonly mode (#2348)
    • fix(components): allow foreignObject in code block preview for Mermaid v11+ flowcharts (#2332)
    • fix: improve diff rendering for cross-boundary changes, empty widgets, and block deletions (#2324)

    Docs

    • docs(crepe): document built-in OpenAI / Anthropic providers (#2357)
    • docs(crepe): document AI feature UI surfaces and config (#2354)
    • docs: ✏️ fix crepe mismatch

    Refactor

    • refactor: remove broken config options from diff and streaming plugins (#2333)

... (truncated)

Commits

Updates @milkdown/react from 7.20.0 to 7.21.1

Release notes

Sourced from @​milkdown/react's releases.

v7.21.1

Please refer to CHANGELOG.md for details.

v7.21.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​milkdown/react's changelog.

7.21.1

Patch Changes

  • a612984: Milkdown patch version release.

    Fix

    • fix(crepe): avoid polynomial ReDoS when normalizing provider baseURL (#2366)
    • <...

      Description has been truncated

Bumps the milkdown group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@milkdown/core](https://github.com/Milkdown/milkdown/tree/HEAD/packages/core) | `7.20.0` | `7.21.1` |
| [@milkdown/ctx](https://github.com/Milkdown/milkdown/tree/HEAD/packages/ctx) | `7.20.0` | `7.21.1` |
| [@milkdown/kit](https://github.com/Milkdown/milkdown/tree/HEAD/packages/milkdown) | `7.20.0` | `7.21.1` |
| [@milkdown/plugin-clipboard](https://github.com/Milkdown/milkdown/tree/HEAD/packages/plugins/plugin-clipboard) | `7.20.0` | `7.21.1` |
| [@milkdown/plugin-cursor](https://github.com/Milkdown/milkdown/tree/HEAD/packages/plugins/plugin-cursor) | `7.20.0` | `7.21.1` |
| [@milkdown/plugin-history](https://github.com/Milkdown/milkdown/tree/HEAD/packages/plugins/plugin-history) | `7.20.0` | `7.21.1` |
| [@milkdown/plugin-indent](https://github.com/Milkdown/milkdown/tree/HEAD/packages/plugins/plugin-indent) | `7.20.0` | `7.21.1` |
| [@milkdown/plugin-listener](https://github.com/Milkdown/milkdown/tree/HEAD/packages/plugins/plugin-listener) | `7.20.0` | `7.21.1` |
| [@milkdown/preset-commonmark](https://github.com/Milkdown/milkdown/tree/HEAD/packages/plugins/preset-commonmark) | `7.20.0` | `7.21.1` |
| [@milkdown/preset-gfm](https://github.com/Milkdown/milkdown/tree/HEAD/packages/plugins/preset-gfm) | `7.20.0` | `7.21.1` |
| [@milkdown/prose](https://github.com/Milkdown/milkdown/tree/HEAD/packages/prose) | `7.20.0` | `7.21.1` |
| [@milkdown/react](https://github.com/Milkdown/milkdown/tree/HEAD/packages/integrations/react) | `7.20.0` | `7.21.1` |
| [@milkdown/theme-nord](https://github.com/Milkdown/milkdown/tree/HEAD/packages/plugins/utils) | `7.20.0` | `7.21.1` |
| [@milkdown/transformer](https://github.com/Milkdown/milkdown/tree/HEAD/packages/transformer) | `7.20.0` | `7.21.1` |
| [@milkdown/utils](https://github.com/Milkdown/milkdown/tree/HEAD/packages/utils) | `7.20.0` | `7.21.1` |


Updates `@milkdown/core` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/core)

Updates `@milkdown/ctx` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/ctx/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/ctx)

Updates `@milkdown/kit` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/milkdown)

Updates `@milkdown/plugin-clipboard` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/plugins/plugin-clipboard/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/plugins/plugin-clipboard)

Updates `@milkdown/plugin-cursor` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/plugins/plugin-cursor/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/plugins/plugin-cursor)

Updates `@milkdown/plugin-history` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/plugins/plugin-history/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/plugins/plugin-history)

Updates `@milkdown/plugin-indent` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/plugins/plugin-indent/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/plugins/plugin-indent)

Updates `@milkdown/plugin-listener` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/plugins/plugin-listener/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/plugins/plugin-listener)

Updates `@milkdown/preset-commonmark` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/plugins/preset-commonmark/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/plugins/preset-commonmark)

Updates `@milkdown/preset-gfm` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/plugins/preset-gfm/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/plugins/preset-gfm)

Updates `@milkdown/prose` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/prose/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/prose)

Updates `@milkdown/react` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/integrations/react)

Updates `@milkdown/theme-nord` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/plugins/utils)

Updates `@milkdown/transformer` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/transformer/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/transformer)

Updates `@milkdown/utils` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/Milkdown/milkdown/releases)
- [Changelog](https://github.com/Milkdown/milkdown/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/Milkdown/milkdown/commits/v7.21.1/packages/utils)

---
updated-dependencies:
- dependency-name: "@milkdown/core"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/ctx"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/kit"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/plugin-clipboard"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/plugin-cursor"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/plugin-history"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/plugin-indent"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/plugin-listener"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/preset-commonmark"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/preset-gfm"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/prose"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/react"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/theme-nord"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/transformer"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
- dependency-name: "@milkdown/utils"
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: milkdown
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants