From fb88048acfbc4f28ede9a0e902f0536cf2a96670 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 01:11:34 +0000 Subject: [PATCH] chore(deps): update dependency vanilla-jsoneditor to ^0.23.0 (#6648) 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 | |---|---|---|---|---|---| | [vanilla-jsoneditor](https://togithub.com/josdejong/svelte-jsoneditor) | [`^0.22.0` -> `^0.23.0`](https://renovatebot.com/diffs/npm/vanilla-jsoneditor/0.22.0/0.23.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vanilla-jsoneditor/0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vanilla-jsoneditor/0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vanilla-jsoneditor/0.22.0/0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vanilla-jsoneditor/0.22.0/0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
josdejong/svelte-jsoneditor (vanilla-jsoneditor) ### [`v0.23.0`](https://togithub.com/josdejong/svelte-jsoneditor/blob/HEAD/CHANGELOG.md#0230-2024-03-13) [Compare Source](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.22.0...v0.23.0) ##### ⚠ BREAKING CHANGES - The `onRenderContextMenu` callback now also triggers when the editor is `readOnly`, so you now have to handle that case in the callback. ##### Features - [#​399](https://togithub.com/josdejong/svelte-jsoneditor/issues/399) enable onRenderContextMenu when the editor is readOnly ([#​411](https://togithub.com/josdejong/svelte-jsoneditor/issues/411)) ([db3fb57](https://togithub.com/josdejong/svelte-jsoneditor/commit/db3fb57dc62210b906628cfba1287808bf5bd304)) - extend the contexts of `onRenderMenu` and `onRenderContextMenu` with a prop `readOnly` ([#​411](https://togithub.com/josdejong/svelte-jsoneditor/issues/411)) ([4df5548](https://togithub.com/josdejong/svelte-jsoneditor/commit/4df55481a17c22211538df1cd289faec3af25177)) - search and replace in table mode ([#​415](https://togithub.com/josdejong/svelte-jsoneditor/issues/415)) ([0860f3e](https://togithub.com/josdejong/svelte-jsoneditor/commit/0860f3ea422a09eb21e84a345a9bccada7866c6b)) ##### Bug Fixes - cannot convert an Array into an Object ([4b3af48](https://togithub.com/josdejong/svelte-jsoneditor/commit/4b3af488faa29704f3e74d451b8af9d0434f1273)) - context menu not closing when clicking a button in a dropdown menu ([e2c419a](https://togithub.com/josdejong/svelte-jsoneditor/commit/e2c419acb31d23257e37911117d50ae0d26697d2)) - disable all relevant context menu buttons when readOnly (see [#​411](https://togithub.com/josdejong/svelte-jsoneditor/issues/411)) ([c66ee09](https://togithub.com/josdejong/svelte-jsoneditor/commit/c66ee09165587800c3c734af6af683026ac2f8c1)) - disable wrapped line indent when using tabs because that doesn't work well ([2a067e1](https://togithub.com/josdejong/svelte-jsoneditor/commit/2a067e1551d2881b2977726a1dcfb6ed6d045504)) - editor not getting focus when clicking inside the welcome screen of table mode ([919a31e](https://togithub.com/josdejong/svelte-jsoneditor/commit/919a31ecd5912a43eb964197c23f0811d7c202ea)) - insert an object or array in tree mode in an empty document not working ([5382e1c](https://togithub.com/josdejong/svelte-jsoneditor/commit/5382e1ce75b46b5b84fd8fc76764a7a5e9b03a62)) - status bar not visible when caret is at the start of the document ([dca87f0](https://togithub.com/josdejong/svelte-jsoneditor/commit/dca87f02800f2b16c311a013581d2ba4db31518f)) - table row actions not disabled in the table mode context menu when having an empty document ([7123249](https://togithub.com/josdejong/svelte-jsoneditor/commit/7123249d28eecae4e9a6875760d63fb47fabbcdd))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, 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://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 7e8377de57..6b3b49aa39 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -115,7 +115,7 @@ "tss-react": "4.9.4", "typescript": "4.8.4", "use-query-params": "^2.2.1", - "vanilla-jsoneditor": "^0.22.0", + "vanilla-jsoneditor": "^0.23.0", "vite": "5.1.6", "vite-plugin-env-compatible": "2.0.1", "vite-plugin-svgr": "3.3.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 2a2041f027..a2c68d74d4 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7176,10 +7176,10 @@ validator@^13.7.0: resolved "https://registry.yarnpkg.com/validator/-/validator-13.11.0.tgz#23ab3fd59290c61248364eabf4067f04955fbb1b" integrity sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ== -vanilla-jsoneditor@^0.22.0: - version "0.22.0" - resolved "https://registry.yarnpkg.com/vanilla-jsoneditor/-/vanilla-jsoneditor-0.22.0.tgz#0ba372d517c38c866b48b821e6fa1ba3b6d7c415" - integrity sha512-r6AN3NAWyVFb9pH6iNIa2Q1YiSGai4PGhFN+YnR4OJzXE72hu/Xu/MUbVyGvJxchhPcWj6bIPB1Ox5KSOspmFA== +vanilla-jsoneditor@^0.23.0: + version "0.23.0" + resolved "https://registry.yarnpkg.com/vanilla-jsoneditor/-/vanilla-jsoneditor-0.23.0.tgz#edecb3620886eae9db5e53082969f2a56161cb3f" + integrity sha512-8gWgvj9xqnlI5M4lXxFN0NUeDsYqT4izh6PeztViRtwaXywH8Z8J0GUWMlnnzWuhvSjnZxlrCP5Yce5V6vwqUA== dependencies: "@codemirror/autocomplete" "^6.13.0" "@codemirror/commands" "^6.3.3"