uiwjs / react-json-view

A React component for displaying and editing javascript arrays and JSON objects.
https://uiwjs.github.io/react-json-view/
MIT License
212 stars 12 forks source link

fix(deps): update dependency @uiw/react-color-colorful to v2 #20

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@uiw/react-color-colorful (source) ^1.3.2 -> ^2.0.0 age adoption passing confidence

Release Notes

uiwjs/react-color (@​uiw/react-color-colorful) ### [`v2.0.2`](https://togithub.com/uiwjs/react-color/releases/tag/v2.0.2) [Compare Source](https://togithub.com/uiwjs/react-color/compare/v2.0.1...v2.0.2) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-color@2.0.2/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@​uiw/react-color)](https://bundlephobia.com/result?p=@​uiw/react-color@2.0.2) Documentation v2.0.2: https://raw.githack.com/uiwjs/react-color/fc89c15/index.html\ Comparing Changes: https://github.com/uiwjs/react-color/compare/v2.0.1...v2.0.2 ```bash npm i @​uiw/react-color@2.0.2 ``` - 🌟 feat(Compact): add rectRender/rectProps props. [`4100e06`](https://togithub.com/uiwjs/react-color/commit/4100e06) ### [`v2.0.1`](https://togithub.com/uiwjs/react-color/releases/tag/v2.0.1) [Compare Source](https://togithub.com/uiwjs/react-color/compare/v2.0.0...v2.0.1) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-color@2.0.1/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@​uiw/react-color)](https://bundlephobia.com/result?p=@​uiw/react-color@2.0.1) Documentation v2.0.1: https://raw.githack.com/uiwjs/react-color/96e1f7e/index.html\ Comparing Changes: https://github.com/uiwjs/react-color/compare/v2.0.0...v2.0.1 ```bash npm i @​uiw/react-color@2.0.1 ``` - 🐞 fix(Github): fix rectRender props. [`1ec7dcf`](https://togithub.com/uiwjs/react-color/commit/1ec7dcf) - 🐞 fix(Swatch): fix rectRender props issue. [`2f76fbb`](https://togithub.com/uiwjs/react-color/commit/2f76fbb) ### [`v2.0.0`](https://togithub.com/uiwjs/react-color/releases/tag/v2.0.0) [Compare Source](https://togithub.com/uiwjs/react-color/compare/v1.4.3...v2.0.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-color@2.0.0/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@​uiw/react-color)](https://bundlephobia.com/result?p=@​uiw/react-color@2.0.0) Documentation v2.0.0: https://raw.githack.com/uiwjs/react-color/a23812d/index.html\ Comparing Changes: https://github.com/uiwjs/react-color/compare/v1.4.3...v2.0.0 ```bash npm i @​uiw/react-color@2.0.0 ``` - 🐞 fix(Github): Github placement props typo `bottom` to botton ([#​131](https://togithub.com/uiwjs/react-color/issues/131)) [`8db0c01`](https://togithub.com/uiwjs/react-color/commit/8db0c01) ```diff export declare enum GithubPlacement { Left = "L", LeftTop = "LT", - LeftBotton = "LB", + LeftBottom = "LB", Right = "R", RightTop = "RT", - RightBotton = "RB", + RightBottom = "RB", Top = "T", TopRight = "TR", TopLeft = "TL", - Botton = "B", - BottonLeft = "BL", - BottonRight = "BR" + Bottom = "B", + BottomLeft = "BL", + BottomRight = "BR" } ```

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.