-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Upgrade slate from 0.82.1 to 0.117.2 #2009
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
base: canary
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade slate from 0.82.1 to 0.117.2. See this package in npm: slate See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/c7aaa136-9db2-4904-b005-588141a3b273?utm_source=github&utm_medium=referral&page=upgrade-pr
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployment failed with the following error:
|
|
|
Reviewer's GuideThis PR upgrades the slate dependency from 0.82.1 to 0.117.2 by updating the version string in the examples/with-slate package manifest. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Snyk has created this PR to upgrade slate from 0.82.1 to 0.117.2.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 92 versions ahead of your current version.
The recommended version was released 24 days ago.
Release notes
Package name: slate
Patch Changes
06b21fdc
Thanks @ nabbydude! - Fixed issue on android where deleting forward at the end of a block would delete the first character in the next block instead of the linebreakMinor Changes
c56a98fd
Thanks @ felixfeng33! - - RemoveignoreNonSelectable
option from positions,before,after,nodes.Patch Changes
9862ae71
Thanks @ joblolin95! - Handle backspace correctly for grapheme clusters in Burmese, Hindi, Khmer, Malayalam, Oriya, Punjabi, Tamil, and Telugu.Minor Changes
fb87646e
Thanks @ 12joan! - - Implement experimental chunking optimization (disabled by default, see https://docs.slatejs.org/walkthroughs/09-performance).useElement
anduseElementIf
hooks to get the current element.decorate
function is changed.decorate
is a pure function of the node passed into it. Depending on the node's parent may result in decorations not being recomputed when you expect them to be.decorate
function to work on the node's parent instead.decorate
function decorates acode-line
based on the parentcode-block
's language, decorate thecode-block
instead.slate-react
, the decorations of all siblings were recomputed when one sibling was modified.slate-dom
version to0.116.0
.useSlateWithV
hookuseSlate
,useSelected
and decorations to reduce re-renders.Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Enhancements: