Skip to content

chore: bump @udecode/plate-core from 36.5.9 to 48.0.5 #1867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps @udecode/plate-core from 36.5.9 to 48.0.5.

Release notes

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

@​udecode/plate-core@​48.0.5

Patch Changes

@​udecode/plate-core@​48.0.3

Patch Changes

@​udecode/plate-core@​48.0.1

No release notes provided.

@​udecode/plate-core@​48.0.0

Major Changes

  • #4281 by @​zbeyens

    • PlateElement, PlateLeaf and PlateText HTML attributes are moved from top-level props to attributes prop. Migration:
    // From
    <PlateElement
      {...props}
      ref={ref}
      contentEditable={false}
    >
      {children}
    </PlateElement>
    // To
    <PlateElement
    {...props}
    ref={ref}
    attributes={{
    ...props.attributes,
    contentEditable: false,
    }}
    >
    {children}
    </PlateElement>

    • Remove nodeProps prop from PlateElement, PlateLeaf, PlateText. It has been merged into attributes prop.
    • Plugin node.props should return the props directly instead of inside nodeProps object. Migration:
    // From
    node: {
      props: ({ element }) => ({

... (truncated)

Changelog

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

48.0.5

Patch Changes

48.0.3

Patch Changes

48.0.1

48.0.0

Major Changes

  • #4281 by @​zbeyens

    • PlateElement, PlateLeaf and PlateText HTML attributes are moved from top-level props to attributes prop. Migration:
    // From
    <PlateElement
      {...props}
      ref={ref}
      contentEditable={false}
    >
      {children}
    </PlateElement>
    // To
    <PlateElement
    {...props}
    ref={ref}
    attributes={{
    ...props.attributes,
    contentEditable: false,
    }}
    >
    {children}
    </PlateElement>

    • Remove nodeProps prop from PlateElement, PlateLeaf, PlateText. It has been merged into attributes prop.
    • Plugin node.props should return the props directly instead of inside nodeProps object. Migration:
    // From

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team May 19, 2025 11:57
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels May 19, 2025
github-actions[bot]
github-actions bot previously approved these changes May 19, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from 186e930 to cb8a9e0 Compare May 26, 2025 15:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from cb8a9e0 to ddbc0ec Compare May 26, 2025 15:32
github-actions[bot]
github-actions bot previously approved these changes May 26, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from ddbc0ec to acf19d1 Compare May 26, 2025 15:44
github-actions[bot]
github-actions bot previously approved these changes May 26, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from acf19d1 to 8ba2b14 Compare June 2, 2025 12:05
github-actions[bot]
github-actions bot previously approved these changes Jun 2, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from 8ba2b14 to 5d2107d Compare June 3, 2025 16:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from 5d2107d to e0fb184 Compare June 3, 2025 16:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from e0fb184 to fe54da5 Compare June 5, 2025 07:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from fe54da5 to 82d8f9e Compare June 5, 2025 08:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from 82d8f9e to 35b367a Compare June 6, 2025 08:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from 35b367a to 547df64 Compare June 6, 2025 08:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from 547df64 to 86647d2 Compare June 6, 2025 11:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from 86647d2 to 4ee08cc Compare June 9, 2025 09:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from 4ee08cc to 1405842 Compare June 9, 2025 12:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from 1405842 to aea27ee Compare June 11, 2025 05:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from aea27ee to db5c55e Compare June 16, 2025 09:27
Bumps [@udecode/plate-core](https://github.com/udecode/plate/tree/HEAD/packages/core) from 36.5.9 to 48.0.5.
- [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/@udecode/[email protected]/packages/core)

---
updated-dependencies:
- dependency-name: "@udecode/plate-core"
  dependency-version: 48.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/udecode/plate-core-48.0.5 branch from db5c55e to efce592 Compare June 16, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants