Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps @udecode/plate-core to 36.5.9 and updates ancestor dependency @contentful/field-editor-rich-text. These dependencies need to be updated together.

Updates @udecode/plate-core from 23.6.0 to 36.5.9

Changelog

Sourced from @​udecode/plate-core's changelog.

@​platejs/core

49.2.12

Patch Changes

49.2.11

Patch Changes

  • #4560 by @​delijah – Accept components with props of type PlateElementProps

49.2.9

Patch Changes

  • #4553 by @​delijah – Allow to use either format OR mimeTypes option on ParserPlugin and also pass File mime type to parsers

49.2.8

Patch Changes

  • #4549 by @​zbeyens

    • Added onNodeChange and onTextChange callbacks to track editor operations:

      • onNodeChange: Called for node operations (insert, remove, set, merge, split, move)
      • onTextChange: Called for text operations (insert, remove)
      // Usage via Plate component
      <Plate
        onNodeChange={({ editor, node, operation, prevNode }) => {
          console.log('Node changed:', { node, operation, prevNode });
        }}
        onTextChange={({ editor, node, operation, prevText, text }) => {
          console.log('Text changed:', { text, prevText, operation });
        }}
      />;
      // Usage via plugin
      MyPlugin.configure({
      handlers: {
      onNodeChange: ({ node, operation, prevNode }) => {
      // Handle node changes
      },
      onTextChange: ({ node, operation, prevText, text }) => {
      // Handle text changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by 12joan, a new releaser for @​udecode/plate-core since your current version.


Updates @contentful/field-editor-rich-text from 3.16.14 to 3.30.0

Commits
  • 6171729 chore(release): updated release notes and package versions [ci skip]
  • fc32513 feat(rich-text): bump validation and renderer to latest version [] (#1791)
  • c7e0850 chore(release): updated release notes and package versions [ci skip]
  • 549e155 chore: bump react-markdown from 8.0.7 to 9.0.1 (#1784)
  • 54ec675 chore: bump http-proxy-middleware from 2.0.6 to 2.0.7 (#1788)
  • b33310a chore: remove unused e2e code for cypress [TOL-1868] (#1787)
  • 58105a5 chore: bump @​cypress/react from 7.0.3 to 8.0.2 (#1778)
  • 70980d4 chore(release): updated release notes and package versions [ci skip]
  • 0a395e2 feat(Rich Text Editor): add sticky offset property (#1782)
  • eb3a6f6 chore(release): updated release notes and package versions [ci skip]
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…ch-text

Bumps [@udecode/plate-core](https://github.com/udecode/plate/tree/HEAD/packages/core) to 36.5.9 and updates ancestor dependency [@contentful/field-editor-rich-text](https://github.com/contentful/field-editors). These dependencies need to be updated together.


Updates `@udecode/plate-core` from 23.6.0 to 36.5.9
- [Release notes](https://github.com/udecode/plate/releases)
- [Changelog](https://github.com/udecode/plate/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/udecode/plate/commits/HEAD/packages/core)

Updates `@contentful/field-editor-rich-text` from 3.16.14 to 3.30.0
- [Release notes](https://github.com/contentful/field-editors/releases)
- [Commits](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@3.16.14...@contentful/field-editor-rich-text@3.30.0)

---
updated-dependencies:
- dependency-name: "@udecode/plate-core"
  dependency-version: 36.5.9
  dependency-type: indirect
- dependency-name: "@contentful/field-editor-rich-text"
  dependency-version: 3.30.0
  dependency-type: direct:production
...

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 Aug 26, 2025
Copy link

netlify bot commented Aug 26, 2025

Deploy Preview for ecommerce-app-base-components canceled.

Name Link
🔨 Latest commit 959ab05
🔍 Latest deploy log https://app.netlify.com/projects/ecommerce-app-base-components/deploys/68ad40a82f99610008898557

@github-actions github-actions bot enabled auto-merge (squash) August 26, 2025 05:05
@github-actions github-actions bot merged commit 1e34203 into master Aug 26, 2025
17 of 18 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/apps/rich-text-versioning/multi-bca88306a2 branch August 26, 2025 05:08
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