uiwjs / react-heat-map

A lightweight calendar heatmap react component built on SVG, customizable version of GitHub's contribution graph.
https://uiwjs.github.io/react-heat-map
MIT License
210 stars 25 forks source link

fix(deps): update dependency react-code-preview-layout to v3 - autoclosed #117

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-code-preview-layout (source) ^2.0.6 -> ^3.0.0 age adoption passing confidence

Release Notes

uiwjs/react-code-preview-layout ### [`v3.0.1`](https://togithub.com/uiwjs/react-code-preview-layout/releases/tag/v3.0.1) [Compare Source](https://togithub.com/uiwjs/react-code-preview-layout/compare/v3.0.0...v3.0.1) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/react-code-preview-layout@3.0.1/file/README.md) [![npm version](https://img.shields.io/npm/v/react-code-preview-layout.svg)](https://www.npmjs.com/package/react-code-preview-layout) Documentation v3.0.1: https://raw.githack.com/uiwjs/react-code-preview-layout/d61e7ef/index.html\ Comparing Changes: https://github.com/uiwjs/react-code-preview-layout/compare/v3.0.0...v3.0.1 ```bash npm i react-code-preview-layout@3.0.1 ``` - πŸ’„ chore: update workflows config. [`d7b461b`](https://togithub.com/uiwjs/react-code-preview-layout/commit/d7b461b) - πŸ’„ chore(deps): update dependency tsbb to v4 [#​19](https://togithub.com/uiwjs/react-code-preview-layout/issues/19) [`4fd95db`](https://togithub.com/uiwjs/react-code-preview-layout/commit/4fd95db) - πŸ†Ž type: fix ref props. [`f3b6b98`](https://togithub.com/uiwjs/react-code-preview-layout/commit/f3b6b98) - πŸ†Ž type: fix ref props. [`a164f4a`](https://togithub.com/uiwjs/react-code-preview-layout/commit/a164f4a) ### [`v3.0.0`](https://togithub.com/uiwjs/react-code-preview-layout/releases/tag/v3.0.0) [Compare Source](https://togithub.com/uiwjs/react-code-preview-layout/compare/v2.1.1...v3.0.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/react-code-preview-layout@3.0.0/file/README.md) [![npm version](https://img.shields.io/npm/v/react-code-preview-layout.svg)](https://www.npmjs.com/package/react-code-preview-layout) Documentation v3.0.0: https://raw.githack.com/uiwjs/react-code-preview-layout/edab1cf/index.html\ Comparing Changes: https://github.com/uiwjs/react-code-preview-layout/compare/v2.1.1...v3.0.0 ```bash npm i react-code-preview-layout@3.0.0 ``` ```diff import CodeLayout from "react-code-preview-layout" + const Preview = CodeLayout.Preview; + const Code = CodeLayout.Code; + const Toolbar = CodeLayout.Toolbar; {code}} - copyNodes={code} > +
θΏ™ι‡Œζ˜―η€ΊδΎ‹ε±•η€Ί
+
+ Code Example + + {code} +
``` - 🌟 feat: refactor code. [`36466f9`](https://togithub.com/uiwjs/react-code-preview-layout/commit/36466f9) - πŸ’„ chore(deps): update dependency kkt to 7.4.0 [`f1c293b`](https://togithub.com/uiwjs/react-code-preview-layout/commit/f1c293b) - πŸ’„ chore(deps): update devDependencies. [`ad0179b`](https://togithub.com/uiwjs/react-code-preview-layout/commit/ad0179b)

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.