cycleccc / wangEditor-next

wangEditor-next —— 基于 slate.js 的富文本编辑器。wangEditor-next —— rich text editor, based on slate.js.
https://cycleccc.github.io/docs/
MIT License
117 stars 17 forks source link

fix(deps): update dependency slate-history to ^0.109.0 #120

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
slate-history ^0.66.0 -> ^0.109.0 age adoption passing confidence

Release Notes

ianstormtaylor/slate (slate-history) ### [`v0.109.0`](https://togithub.com/ianstormtaylor/slate/releases/tag/slate-history%400.109.0) [Compare Source](https://togithub.com/ianstormtaylor/slate/compare/slate-history@0.100.0...slate-history@0.109.0) ##### Minor Changes - [#​5696](https://togithub.com/ianstormtaylor/slate/pull/5696) [`e5fed793`](https://togithub.com/ianstormtaylor/slate/commit/e5fed793e7ed592298af2fa1fc8d2dde21ebf326) Thanks [@​felixfeng33](https://togithub.com/felixfeng33)! - Add `withMerging` ### [`v0.100.0`](https://togithub.com/ianstormtaylor/slate/releases/tag/slate-react%400.100.0) [Compare Source](https://togithub.com/ianstormtaylor/slate/compare/slate-history@0.93.0...slate-history@0.100.0) ##### Minor Changes - [#​5526](https://togithub.com/ianstormtaylor/slate/pull/5526) [`623f4452`](https://togithub.com/ianstormtaylor/slate/commit/623f44521ee95be38c53b6def456ed8c5f16e14b) Thanks [@​jkcs](https://togithub.com/jkcs)! - Add `onSelectionChange` and `onValueChange` in Slate React component - [#​5528](https://togithub.com/ianstormtaylor/slate/pull/5528) [`c4c14882`](https://togithub.com/ianstormtaylor/slate/commit/c4c14882edf13828f6583a88e50754ce63583bd7) Thanks [@​dylans](https://togithub.com/dylans)! - Update dependencies to React 18, Node 20, TS 5.2, etc. ### [`v0.93.0`](https://togithub.com/ianstormtaylor/slate/compare/b32428e882ba0fbc62e9b0d758a4d87f7f9f152d...07b049f59b2da68a01149ecb81ba23559327a452) [Compare Source](https://togithub.com/ianstormtaylor/slate/compare/slate-history@0.86.0...slate-history@0.93.0) ### [`v0.86.0`](https://togithub.com/ianstormtaylor/slate/releases/tag/slate-history%400.86.0) [Compare Source](https://togithub.com/ianstormtaylor/slate/compare/slate-history@0.85.0...slate-history@0.86.0) ##### Patch Changes - [#​5197](https://togithub.com/ianstormtaylor/slate/pull/5197) [`70b64dc8`](https://togithub.com/ianstormtaylor/slate/commit/70b64dc8f10199658ac09bfef141b56187498652) Thanks [@​jacobcarpenter](https://togithub.com/jacobcarpenter)! - Fix isHistory check. ### [`v0.85.0`](https://togithub.com/ianstormtaylor/slate/releases/tag/slate-history%400.85.0) [Compare Source](https://togithub.com/ianstormtaylor/slate/compare/f55026f0ba4eeea272ab33385ae2a43d3b3d65a0...slate-history@0.85.0) ##### Minor Changes - [#​4717](https://togithub.com/ianstormtaylor/slate/pull/4717) [`d73026ee`](https://togithub.com/ianstormtaylor/slate/commit/d73026eed2d190da6153e91a914717978b155d8e) Thanks [@​bryanph](https://togithub.com/bryanph)! - Changes how selections are stored in the history resulting in more consistent results ### [`v0.81.3`](https://togithub.com/ianstormtaylor/slate/compare/slate-hyperscript@0.77.0...f55026f0ba4eeea272ab33385ae2a43d3b3d65a0) [Compare Source](https://togithub.com/ianstormtaylor/slate/compare/slate-history@0.66.0...f55026f0ba4eeea272ab33385ae2a43d3b3d65a0)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

coderabbitai[bot] commented 2 months ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The change involves upgrading the slate-history dependency in the package.json file from version ^0.66.0 to ^0.109.0. This upgrade signifies a substantial enhancement that may introduce new features, optimizations, or breaking changes. Components relying on this library could experience altered functionalities or performance, although specific implications are not provided.

Changes

File Change Summary
packages/core/package.json Updated slate-history from ^0.66.0 to ^0.109.0

Sequence Diagram(s)

sequenceDiagram
    participant A as Application
    participant B as Slate History Library
    A->>B: Request new feature/update
    B-->>A: Provide updated functionality

🐇 In the meadow, hops a sprite,
With changes bringing pure delight.
A slate so new, a history bright,
Code dances free, in morning light!
✨🐰


:placard: Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit , please review it.` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.