ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

chore(deps): update dependency vanilla-jsoneditor to ^0.21.0

Open renovate[bot] opened this issue 2 years ago β€’ 0 comments
trafficstars

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vanilla-jsoneditor ^0.15.1 -> ^0.21.0 age adoption passing confidence

Release Notes

josdejong/svelte-jsoneditor (vanilla-jsoneditor)

v0.21.5

Compare Source

v0.21.4

Compare Source

v0.21.3

Compare Source

v0.21.2

Compare Source

v0.21.1

Compare Source

v0.21.0

Compare Source

⚠ BREAKING CHANGES
  • The type Content is changed from { json: JSONValue} | { text: string } into { json: unknown } | { text: string }, and all other types having JSONValue changed to unknown. The return type of JSONParser.stringify changed from string to string | undefined.
Features

v0.20.0

Compare Source

⚠ BREAKING CHANGES
  • When using vanilla-jsoneditor directly in the browser, you now have to import { JSONEditor } from 'vanilla-jsoneditor/standalone.js' instead of import { JSONEditor } from 'vanilla-jsoneditor'. For projects with a build setup (React, Vue, Angular) it should be a drop-in replacement.
  • CSS variables are no longer defined globally, and the file themes/jse-theme-default.css is now removed (replaced by an internal defaults.scss). The provided dark theme still works as-is. The CSS variable --jse-modal-theme-color has been renamed to --jse-modal-editor-theme-color, and --jse-modal-theme-color-highlight has been renamed to --jse-modal-editor-theme-color-highlight.
Features
  • export one bundle with and one without external dependencies in vanilla-jsoneditor (#​353) (9c1ad15)
  • update dependencies codemirror, fontawesome, svelte-awesome, and dev dependencies (75596ae)
  • use SCSS variables internally (#​344) (ec4b788)
Bug Fixes
  • allow isEditing property to be true when in readOnly mode (see #​342) (3b0bdb7)
  • cleanup a console.log (005f189)
  • make argument element of helper function onEscape optional (6eb9b82)
  • styling issue with a button text color in dark mode (4ff40f9)

v0.19.0

Compare Source

⚠ BREAKING CHANGES
  • Changes in the package exports
Features
  • additional classes for improved CSS targeting (4392f2c)
  • package exports not working in Jest (77697b3)
Bug Fixes
0.18.13 (2023-11-13)
Features
  • update dependencies (jsonrepair, @codemirror/autocomplete) (691072a)
0.18.12 (2023-11-08)
Features
Bug Fixes
0.18.11 (2023-10-31)
Features
  • update codemirror, jsonrepair, and other dependencies (90d1b77)
Bug Fixes
  • #​321 editor not accepting JSON created in a different JavaScript realm like an iframe (06fb84c)
  • bottom margin of welcome screen in tree and table mode (7d1eb02)
  • editor sometimes losing track on whether it has focus (410f997)
  • svelte giving warnings about creating components with unknown properties (627170a)
0.18.10 (2023-10-17)
Bug Fixes
  • rename "whole document" to "document root" and "whole item" to "item root" to prevent confusion (2699b71)
0.18.9 (2023-10-11)
Bug Fixes
  • unused CSS selector warnings in Svelte (23b82cc)
0.18.8 (2023-10-02)
Bug Fixes
  • regression since v0.18.17 not allowing to put the cursor halfway the value when editing a value (3e34e8d)
0.18.7 (2023-09-28)
Bug Fixes
0.18.6 (2023-09-27)
Bug Fixes
  • broken import due to missing file extension (0f734c5)
0.18.5 (2023-09-27)
Features
  • update dependencies, most notably jsonrepair and codemirror (f6306b0)
Bug Fixes
  • #​312 "Show me" button throwing an error when no position was provided in the error message (d839e95)
  • #​312 the "Show me" button throwing an error when no position was provided in the error message (36d7934)
  • minor styling issues with modals (97d2d94)
  • update dependencies, most notably codemirror and jsonrepair (439eb8a)
0.18.4 (2023-09-19)
Features
  • add indentation on wrapped lines (#​295) (367accf)
  • improve welcome screen with action buttons to create an array or object (d4e301f)
Bug Fixes
  • collapsed items section not removed when empty (3d3ad45)
  • creating an array or object or pasting content in the welcome screen not working (7def339)
  • editor not getting focus in table mode when clicking inside an empty area (609983d)
  • select active element on undo only when existing (e5beebf)
  • selection moving to value after renaming the last key of an object (ac31282)
  • some issues with navigating in tree mode using arrow keys (a3f9c92)
  • when inserting a new array or object in an empty editor, set selection inside the array/object (821933e)
  • when inserting a new value by typing somewhere, it doesn't initially have the right color (9f6ea35)
0.18.3 (2023-08-30)
Bug Fixes
  • restore the selection when going back when having multiple JSONEditor modals (085a9d3)
  • sometimes multiple cells selected in Table mode (c7705f6)
0.18.2 (2023-08-25)
Bug Fixes
0.18.1 (2023-08-25)
Bug Fixes

v0.18.13

Compare Source

v0.18.12

Compare Source

v0.18.11

Compare Source

v0.18.10

Compare Source

v0.18.9

Compare Source

v0.18.8

Compare Source

v0.18.7

Compare Source

v0.18.6

Compare Source

v0.18.5

Compare Source

v0.18.4

Compare Source

v0.18.3

Compare Source

v0.18.2

Compare Source

v0.18.1

Compare Source

v0.18.0

Compare Source

⚠ BREAKING CHANGES
    • Upgraded to Svelte 4 providing improved TypeScript types.
  • Dropped re-exporting types and utility functions from immutable-json-patch and svelte. Instead, import them directly from the library itself.
  • Dropped deprecated types FontAwesomeIcon (use IconDefinition instead), DropdownButtonItem, MenuButtonItem, MenuSeparatorItem, MenuSpaceItem, and typeguard isMenuSpaceItem.
  • The vanilla-package does not embed types of dependencies anymore and instead, imports the dependencies and use the types from there.
  • Drop official support for Node.js 16
Features
  • describe breaking changes (962dbf0)
  • upgrade to Svelte 4, improve TypeScript types (4d0451e)
0.17.10 (2023-08-16)
Bug Fixes
0.17.9 (2023-08-14)
Bug Fixes
0.17.8 (2023-06-21)
Bug Fixes
  • method scrollTo not always expanding an invisible section of an array (bda3922)
  • update dependencies (codemirror, jsonrepair, sass, and others) (3054f96)
0.17.7 (2023-06-13)
Bug Fixes
0.17.6 (2023-06-12)
Features
  • update dependencies and devDependencies (fc8ef83)
Bug Fixes
  • let createAjvValidator throw an error when the JSON schema contains an error (7cfb233)
  • unused CSS selector ".jse-column-header span.jse-column-sort-icon" (51c1d54)
0.17.5 (2023-06-08)
Bug Fixes
  • keep focus on the editor after clicking a message action button (aeb5d8f)
  • start typing in an empty document in tree mode throwing an error (747f2b4)
  • throw an error when a custom Ajv instance provided via onCreateAjv is configured wrongly (78771cd)
0.17.4 (2023-05-18)
Bug Fixes
0.17.3 (2023-05-05)
Features
  • update dependencies (jsonrepair and dev dependencies) (d2c424a)
0.17.2 (2023-05-03)
Features
  • update dependencies (codemirror, sass) (aeb9af5)
Bug Fixes
  • #​238 editor scrolls the browser page to top on Safari when getting focus (20129f8)
0.17.1 (2023-04-17)
Features
Bug Fixes

v0.17.10

Compare Source

v0.17.9

Compare Source

v0.17.8

Compare Source

v0.17.7

Compare Source

v0.17.6

Compare Source

v0.17.5

Compare Source

v0.17.4

Compare Source

v0.17.3

Compare Source

v0.17.2

Compare Source

v0.17.1

Compare Source

v0.17.0

Compare Source

⚠ BREAKING CHANGES
  • The pointers to entry files and the exports map in the package.json file have been changed. This is just an under-the-hood change for most use cases.
Features
0.16.1 (2023-03-24)
Bug Fixes
  • change the row numbering in table mode to zero based for consistency (d923268)
  • give the optional rootPath option of transform a default value (b38db6c)

v0.16.1

Compare Source

v0.16.0

Compare Source

⚠ BREAKING CHANGES
  • Methods set, update, patch, expand, acceptAutoRepair, scrollTo, focus, refresh, updateProps and destroy are now async and return a Promise.
Features
  • implement the public method scrollTo for mode table (a615548)
  • update dependencies svelte-awesome and svelte-select and some devDependencies (05acdcf)
Bug Fixes
  • #​189 setup eslint to enforce .js file extensions on all imports (cf37451)
  • #​236 change the public methods to return a Promise`, resolving after the editor is re-rendered (dbfb1a6)
  • #​237 parse error in case of empty text, and parse error not cleared on change (31e9e50)
0.15.1 (2023-03-01)
Bug Fixes
  • missing .js extension on import (ae66310)

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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Sep 23 '23 03:09 renovate[bot]