kktjs / kkt

Create React apps with no build configuration, Cli tool for creating react apps.
https://kktjs.github.io/kkt
MIT License
49 stars 11 forks source link

fix(deps): update dependency @uiw/react-markdown-preview to ~4.2.0 #448

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@uiw/react-markdown-preview (source) ~4.1.0 -> ~4.2.0 age adoption passing confidence

Release Notes

uiwjs/react-markdown-preview (@​uiw/react-markdown-preview) ### [`v4.2.2`](https://togithub.com/uiwjs/react-markdown-preview/releases/tag/v4.2.2) [Compare Source](https://togithub.com/uiwjs/react-markdown-preview/compare/v4.2.1...v4.2.2) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-markdown-preview@4.2.2/file/README.md) Documentation v4.2.2: https://raw.githack.com/uiwjs/react-markdown-preview/e672a30/index.html\ Comparing Changes: https://github.com/uiwjs/react-markdown-preview/compare/v4.2.1...v4.2.2 - 🐞 fix: export markdown.css issue ([#​247](https://togithub.com/uiwjs/react-markdown-preview/issues/247)) [`4cb0433`](https://togithub.com/uiwjs/react-markdown-preview/commit/4cb0433) [@​cragonnyunt](https://togithub.com/cragonnyunt) ```bash npm i @​uiw/react-markdown-preview@4.2.2 ``` ### [`v4.2.1`](https://togithub.com/uiwjs/react-markdown-preview/releases/tag/v4.2.1) [Compare Source](https://togithub.com/uiwjs/react-markdown-preview/compare/v4.2.0...v4.2.1) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-markdown-preview@4.2.1/file/README.md) Documentation v4.2.1: https://raw.githack.com/uiwjs/react-markdown-preview/00b2b6e/index.html\ Comparing Changes: https://github.com/uiwjs/react-markdown-preview/compare/v4.2.0...v4.2.1 - 🆎 type: add nohighlight to file fields in package.json [`3d587a6`](https://togithub.com/uiwjs/react-markdown-preview/commit/3d587a6) [@​jaywcjlove](https://togithub.com/jaywcjlove) ```bash npm i @​uiw/react-markdown-preview@4.2.1 ``` ### [`v4.2.0`](https://togithub.com/uiwjs/react-markdown-preview/releases/tag/v4.2.0) [Compare Source](https://togithub.com/uiwjs/react-markdown-preview/compare/v4.1.16...v4.2.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-markdown-preview@4.2.0/file/README.md) Documentation v4.2.0: https://raw.githack.com/uiwjs/react-markdown-preview/7ba1829/index.html\ Comparing Changes: https://github.com/uiwjs/react-markdown-preview/compare/v4.1.16...v4.2.0 - 🌟 feat: add no highlight component. [`2836e47`](https://togithub.com/uiwjs/react-markdown-preview/commit/2836e47) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ⛑ test: fix test case error. [`2269435`](https://togithub.com/uiwjs/react-markdown-preview/commit/2269435) [@​jaywcjlove](https://togithub.com/jaywcjlove) ```bash npm i @​uiw/react-markdown-preview@4.2.0 ``` ##### Remove Code Highlight The following example can help you *exclude code highlighting code* from being included in the bundle. `@uiw/react-markdown-preview/nohighlight` component does not contain the `rehype-prism-plus` code highlighting package, `showLineNumbers` and `highlight line` functions will no longer work. ([#​586](https://togithub.com/uiwjs/react-md-editor/issues/586)) ```jsx mdx:preview import React from 'react'; import MarkdownPreview from '@​uiw/react-markdown-preview/nohighlight'; const source = ` \`\`\`js function () { console.log('hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello') } \`\`\` \`\`\`js function () { console.log('hello ') } \`\`\` `; export default function Demo() { return ( ); } ```

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.