uiwjs / react-baidu-map

ๅŸบไบŽ React ๅฐ่ฃ…็š„็™พๅบฆๅœฐๅ›พ็ป„ไปถ๏ผŒๆ”ฏๆŒ React Hook๏ผŒๅธฎๅŠฉไฝ ่ฝปๆพ็š„ๆŽฅๅ…ฅๅœฐๅ›พๅˆฐ React ้กน็›ฎไธญใ€‚
https://uiwjs.github.io/react-baidu-map
MIT License
222 stars 22 forks source link

fix(deps): update dependency @uiw/react-markdown-preview to v3.4.0 - autoclosed #216

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

uiwjs/react-markdown-preview ### [`v3.4.0`](https://togithub.com/uiwjs/react-markdown-preview/releases/v3.4.0) [Compare Source](https://togithub.com/uiwjs/react-markdown-preview/compare/v3.3.6...v3.4.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-markdown-preview@3.4.0/file/README.md) - ๐ŸŒŸ feat: New syntax for adding attributes to Markdown. [`8405c79`](https://togithub.com/uiwjs/react-markdown-preview/commit/8405c79) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐Ÿ’„ chore: Add Code Formatter. [`18f4883`](https://togithub.com/uiwjs/react-markdown-preview/commit/18f4883) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐Ÿ’„ chore(deps): pin dependency husky to 7.0.2 ([#​139](https://togithub.com/uiwjs/react-markdown-preview/issues/139)) [`2922f55`](https://togithub.com/uiwjs/react-markdown-preview/commit/2922f55) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿ’„ chore(deps): update dependency tsbb to v3.4.4 ([#​138](https://togithub.com/uiwjs/react-markdown-preview/issues/138)) [`0a40ac7`](https://togithub.com/uiwjs/react-markdown-preview/commit/0a40ac7) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿ“– doc: Update README.md [`651f05e`](https://togithub.com/uiwjs/react-markdown-preview/commit/651f05e) [@​jaywcjlove](https://togithub.com/jaywcjlove) ```bash npm i @​uiw/react-markdown-preview@3.4.0 ``` #### Markdown Features ##### Supports for CSS Style Use HTML comments [``](https://togithub.com/jaywcjlove/rehype-attr) to let Markdown support style customization. ```markdown #### Title Markdown Supports **Style** ``` ##### Support for [GFM footnotes](https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/) ```markdown Here is a simple footnote[^1]. With some additional text after it. [^1]: My reference. ``` ### [`v3.3.6`](https://togithub.com/uiwjs/react-markdown-preview/releases/v3.3.6) [Compare Source](https://togithub.com/uiwjs/react-markdown-preview/compare/v3.3.5...v3.3.6) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-markdown-preview@3.3.6/file/README.md) - ๐Ÿž fix(deps): update dependency rehype-rewrite to v3.0.4 ([#​136](https://togithub.com/uiwjs/react-markdown-preview/issues/136)) [`d86fcfe`](https://togithub.com/uiwjs/react-markdown-preview/commit/d86fcfe) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿž fix: Fix header anchor error. ([#​136](https://togithub.com/uiwjs/react-markdown-preview/issues/136)) [`3c42208`](https://togithub.com/uiwjs/react-markdown-preview/commit/3c42208) [@​jaywcjlove](https://togithub.com/jaywcjlove) ```bash npm i @​uiw/react-markdown-preview@3.3.6 ``` ### [`v3.3.5`](https://togithub.com/uiwjs/react-markdown-preview/releases/v3.3.5) [Compare Source](https://togithub.com/uiwjs/react-markdown-preview/compare/v3.3.4...v3.3.5) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-markdown-preview@3.3.5/file/README.md) - ๐Ÿ’„ chore: update .github/workflows/ci.marster.yml [`f7ab2fa`](https://togithub.com/uiwjs/react-markdown-preview/commit/f7ab2fa) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐Ÿž fix(deps): update dependency remark-gfm to v3 ([#​135](https://togithub.com/uiwjs/react-markdown-preview/issues/135)) [`62fd375`](https://togithub.com/uiwjs/react-markdown-preview/commit/62fd375) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿ’„ chore(deps): update dependency tsbb to v3.4.1 ([#​134](https://togithub.com/uiwjs/react-markdown-preview/issues/134)) [`a619ca9`](https://togithub.com/uiwjs/react-markdown-preview/commit/a619ca9) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿ’„ chore(deps): update dependency [@​types/react](https://togithub.com/types/react) to v17.0.27 ([#​133](https://togithub.com/uiwjs/react-markdown-preview/issues/133)) [`30bb4fd`](https://togithub.com/uiwjs/react-markdown-preview/commit/30bb4fd) [@​renovate-bot](https://togithub.com/renovate-bot) Add support for [GFM footnotes](https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/) ```bash npm i @​uiw/react-markdown-preview@3.3.5 ``` ### [`v3.3.4`](https://togithub.com/uiwjs/react-markdown-preview/releases/v3.3.4) [Compare Source](https://togithub.com/uiwjs/react-markdown-preview/compare/v3.3.3...v3.3.4) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-markdown-preview@3.3.4/file/README.md) ```bash npm i @​uiw/react-markdown-preview@3.3.4 ``` - ๐Ÿ“– doc: Update README.md [`4fceb59`](https://togithub.com/uiwjs/react-markdown-preview/commit/4fceb59) - ๐Ÿ’„ chore(deps): update dependency compile-less-cli to v1.8.9 ([#​131](https://togithub.com/uiwjs/react-markdown-preview/issues/131)) [`0877a2c`](https://togithub.com/uiwjs/react-markdown-preview/commit/0877a2c) [@​renovate](https://togithub.com/renovate)\[bot] - ๐Ÿž fix(deps): update dependency [@​mapbox/rehype-prism](https://togithub.com/mapbox/rehype-prism) to v0.8.0 ([#​130](https://togithub.com/uiwjs/react-markdown-preview/issues/130)) [`adf8272`](https://togithub.com/uiwjs/react-markdown-preview/commit/adf8272) [@​renovate](https://togithub.com/renovate)\[bot] - ๐Ÿ’„ chore(deps): update dependency tsbb to v3.4.0 ([#​129](https://togithub.com/uiwjs/react-markdown-preview/issues/129)) [`5e70549`](https://togithub.com/uiwjs/react-markdown-preview/commit/5e70549) [@​renovate](https://togithub.com/renovate)\[bot] - ๐Ÿ’„ chore(deps): update dependency [@​types/react](https://togithub.com/types/react) to v17.0.26 ([#​127](https://togithub.com/uiwjs/react-markdown-preview/issues/127)) [`6cfa599`](https://togithub.com/uiwjs/react-markdown-preview/commit/6cfa599) [@​renovate](https://togithub.com/renovate)\[bot] - ๐Ÿž fix(deps): update dependency rehype-rewrite to v3 ([#​132](https://togithub.com/uiwjs/react-markdown-preview/issues/132)) [`c3cc24e`](https://togithub.com/uiwjs/react-markdown-preview/commit/c3cc24e) [@​renovate](https://togithub.com/renovate)\[bot] - ๐Ÿ’„ chore(deps): update dependency jest to v27.2.4 ([#​128](https://togithub.com/uiwjs/react-markdown-preview/issues/128)) [`e372605`](https://togithub.com/uiwjs/react-markdown-preview/commit/e372605) [@​renovate](https://togithub.com/renovate)\[bot] - ๐Ÿ†Ž type: Fix rehype-rewrite type errors. [`09eb95d`](https://togithub.com/uiwjs/react-markdown-preview/commit/09eb95d)

Configuration

๐Ÿ“… Schedule: 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 WhiteSource Renovate. View repository job log here.