[Snyk] Upgrade @uiw/react-md-editor from 3.19.7 to 3.25.6 #98
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @uiw/react-md-editor from 3.19.7 to 3.25.6.
ℹ️ 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 31 versions ahead of your current version.
The recommended version was released on 9 months ago.
Release notes
Package name: @uiw/react-md-editor
Documentation v3.25.6: https://raw.githack.com/uiwjs/react-md-editor/4938338/index.html
Comparing Changes: v3.25.5...v3.25.6
commands.d.ts
to file field in package.json (#592) 85f6051 @ jaywcjloveDocumentation v3.25.5: https://raw.githack.com/uiwjs/react-md-editor/ce41f6a/index.html
Comparing Changes: v3.25.4...v3.25.5
commands
module file. (#592) 71a134b @ jaywcjloveDocumentation v3.25.4: https://raw.githack.com/uiwjs/react-md-editor/c6ab959/index.html
Comparing Changes: v3.25.3...v3.25.4
Documentation v3.25.3: https://raw.githack.com/uiwjs/react-md-editor/93c76c7/index.html
Comparing Changes: v3.25.2...v3.25.3
minHeight
props issue. (#589) a7d9a2c @ jaywcjloveDocumentation v3.25.2: https://raw.githack.com/uiwjs/react-md-editor/972b90b/index.html
Comparing Changes: v3.25.1...v3.25.2
Documentation v3.25.1: https://raw.githack.com/uiwjs/react-md-editor/bff9798/index.html
Comparing Changes: v3.25.0...v3.25.1
Documentation v3.25.0: https://raw.githack.com/uiwjs/react-md-editor/7b6ad20/index.html
Comparing Changes: v3.24.1...v3.25.0
Remove Code Highlight
The following example can help you exclude code highlighting code from being included in the bundle.
@ uiw/react-md-editor/nohighlight
component does not contain thecode highlighting package,rehype-prism-plus
,highlightEnable
andshowLineNumbers
functions will no longer work. (#586)highlight line
import MDEditor from '@ uiw/react-md-editor/nohighlight';
const code =
**Hello world!!!**</span> <span class="pl-s">\
``jsfunction demo() {}
```
`
export default function App() {
const [value, setValue] = React.useState(code);
return (
<div className="container">
<MDEditor
value={value}
onChange={setValue}
/>
<MDEditor.Markdown source={value} style={{ whiteSpace: 'pre-wrap' }} />
</div>
);
}
3.24.1 - 2023-10-16
Documentation v3.24.1: https://raw.githack.com/uiwjs/react-md-editor/5251082/index.html
Comparing Changes: v3.24.0...v3.24.1
Documentation v3.24.0: https://raw.githack.com/uiwjs/react-md-editor/3956855/index.html
Comparing Changes: v3.23.6...v3.24.0
issue
command removed from default toolbar. (#580) 4005db4 @ jaywcjloveDocumentation v3.23.6: https://raw.githack.com/uiwjs/react-md-editor/81f2a6a/index.html
Comparing Changes: v3.23.5...v3.23.6
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: