From 6cd61466f38f221a98d65226c670fbc3f55f67aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 06:11:22 +0000 Subject: [PATCH] chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light) ([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.13.2` -> `4.14.0`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.13.2/4.14.0) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/compatibility-slim/4.13.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2fcodemirror-theme-duotone/4.14.0/confidence-slim/4.13.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
uiwjs/react-codemirror ### [`v4.14.0`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.14.0) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.14.0/file/README.md) Documentation v4.14.0: https://raw.githack.com/uiwjs/react-codemirror/73f21ee/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.13.2...v4.14.0 ```shell npm i @​uiw/react-codemirror@4.14.0 ``` - 🌟 feat: add gutterActiveForeground option. [`4566d71`](https://togithub.com/uiwjs/react-codemirror/commit/4566d71) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat: add `vscode` theme. [#​409](https://togithub.com/uiwjs/react-codemirror/issues/409) [`c1be57a`](https://togithub.com/uiwjs/react-codemirror/commit/c1be57a) [@​jaywcjlove](https://togithub.com/jaywcjlove)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 30fd054bc2..fbf7ef5527 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,7 +50,7 @@ "@types/react-test-renderer": "17.0.2", "@types/react-timeago": "4.1.3", "@types/semver": "7.3.13", - "@uiw/codemirror-theme-duotone": "4.13.2", + "@uiw/codemirror-theme-duotone": "4.14.0", "@uiw/react-codemirror": "4.13.2", "@vitejs/plugin-react": "2.2.0", "chart.js": "3.9.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 64ceb3bfd9..ea93cdcdca 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2728,17 +2728,17 @@ "@codemirror/state" "^6.0.0" "@codemirror/view" "^6.0.0" -"@uiw/codemirror-theme-duotone@4.13.2": - version "4.13.2" - resolved "https://registry.yarnpkg.com/@uiw/codemirror-theme-duotone/-/codemirror-theme-duotone-4.13.2.tgz#0f0c47c239fa3e3929d1484b1166a06d8d2a61b1" - integrity sha512-7lMa87c1595/8VhU27t2sIVOFIUKPiouOKvfi9T9iojfF9YYqzixDVRZPlPJI9kqzvQ2zpz5JKmVnrsPO8GVmw== +"@uiw/codemirror-theme-duotone@4.14.0": + version "4.14.0" + resolved "https://registry.yarnpkg.com/@uiw/codemirror-theme-duotone/-/codemirror-theme-duotone-4.14.0.tgz#d3c06377ec743ecd460baff6905886d2f6335ee2" + integrity sha512-yLFR3YtdT5WZBD20PaCufGVnOwvZpvZd3wNyzS7YWOlJV6KXI3X3D0feWwVwkqPsYiZ2a22OhjcksMo/ofSpsA== dependencies: - "@uiw/codemirror-themes" "4.13.2" + "@uiw/codemirror-themes" "4.14.0" -"@uiw/codemirror-themes@4.13.2": - version "4.13.2" - resolved "https://registry.yarnpkg.com/@uiw/codemirror-themes/-/codemirror-themes-4.13.2.tgz#ae27b700a52190a51323f3eb50531a80ddecb8f7" - integrity sha512-IPkHzt5SjLjXRPGmFOpRjXzRA9VWomJjWYETq21jXTTnFtZeEjAuhucgKMydt11ALUyGjwTzdReTA9yt9VNskA== +"@uiw/codemirror-themes@4.14.0": + version "4.14.0" + resolved "https://registry.yarnpkg.com/@uiw/codemirror-themes/-/codemirror-themes-4.14.0.tgz#b08368e24952fb1c9b1839896fb92de2b2f2c4b5" + integrity sha512-WycC0UZoIQoh1E13fe+vH/AxaKjhZnRAf5eT1rAXLHS8yFV/wIZVefw3byA42PQKDEDjeoQ1QtTS7sz/ZxWEeQ== dependencies: "@codemirror/language" "^6.0.0" "@codemirror/state" "^6.0.0"