Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 20, 2025

This PR contains the following updates:

Package Change Age Confidence
vanilla-jsoneditor ^0.23.8 -> ^3.0.0 age confidence

Release Notes

josdejong/svelte-jsoneditor (vanilla-jsoneditor)

v3.10.0

Compare Source

Features
  • add buttons "Expand All" and "Collapse All" to the menu in text mode (#​563) (f4dd1ca)
  • update dependencies and devDependencies (10dacf0)
  • upgrade to FontAwesome v7 (c289d32)

v3.9.0

Compare Source

Bug Fixes
Features

v3.8.0

Compare Source

Features
  • add expand/collapse functionality support in TextMode (#​554) (b0482e4)

v3.7.0

Compare Source

Features
  • update dependencies (codemirror, jsonrepair, ...) (ebd9273)

v3.6.1

Compare Source

Bug Fixes
  • #​550 onRenderContextMenu sometimes passing an outdated version of selection (9499d22)
  • performance issue when renaming an object key, see #​543 (#​551) (afccf0e)
  • right-click on an object/array tag now correctly opens the ContextMenu (d7983c0)

v3.6.0

Compare Source

Features
  • show a message after pasting multiline text as an Array, offering to paste as string instead (#​549) (df13584)

v3.5.0

Compare Source

Bug Fixes
  • path selector showing up for arrays with just primitive values (e296a2a)
Features
  • improve sorting for arrays with mixed content types (8ef2ed9)

v3.4.0

Compare Source

Features
  • upgrade to @jsonquerylang/jsonquery@5 (7cff689)

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features
  • scroll precisely to search results in large texts (338a807)

v3.2.0

Compare Source

Features
Bug Fixes
3.1.1 (2025-03-19)
Bug Fixes

v3.1.1

Compare Source

v3.1.0

Compare Source

Features

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • Dropped support for Svelte 3 and 4, the library requires Svelte 5 now.
  • Dropped support for jsonpath-plus v9.
  • most public methods changed from asynchronous to synchronous.
Features
  • Change methods set, update, patch, select, expand, collapse, acceptAutoRepair, focus, updateProps from asynchronous to synchronous, fixing #​499 (#​524) (6dd69cd)
Bug Fixes
  • #​512 prevent browser addons from reacting to keydown events like shift+arrow down (eef40ad)
  • #​518 convert all Svelte examples to Svelte 5 (0c3f3ae)
  • upgrade to the latest version of jsonpath-plus, fixing a security vulnerability (#​523) (393c76b)

v2.4.0

Compare Source

Features
  • enable pasting via the context menu in tree and table mode (6c12e3b)
2.3.3 (2024-12-11)
Bug Fixes
  • esm-env warning in vanilla-jsoneditor bundle (#​507) (11daf16)
  • suppress [svelte] reactive_declaration_non_reactive_property warnings during development (5e05768)
2.3.2 (2024-12-05)
Bug Fixes
  • #​506 modal closing when the mouse ends outside it after selecting text in Chrome (bbb7d83)
  • update dependencies (1df771f)
2.3.1 (2024-11-27)
Bug Fixes
  • no history being created when clicking action buttons such as format and compact (a8c329c)

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

Features
  • update dependencies (most notably jsonrepair) (d84c394)
2.2.1 (2024-11-27)
Bug Fixes
  • flush any pending changes before undo/redo (81783f4)

v2.2.1

Compare Source

v2.2.0

Compare Source

Features

v2.1.0

Compare Source

Features
  • implement quick key Ctrl+D to duplicate the current row in table mode (deef105)
Bug Fixes
  • exclude the sass dependency from the vanilla package (e3bcddb)
  • update dependencies (jsonpath-plus, @jsonquerylang/jsonquery and others) (b69e9bf)
2.0.2 (2024-11-05)
Bug Fixes
  • cannot sort a nested object inside an array (5ebe9fc)
  • more efficient patch operation for the undo action of moving an item inside an object (187e994)
  • only expand JSON after sort, transform and expand when isn't expanded already (5d84af0)
  • performance issue of sorting the keys of large objects (3708998)
2.0.1 (2024-11-01)
Bug Fixes

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • The library is upgraded to Svelte 5. Everything is backward compatible and works in Svelte 3, 4, and 5. There may be subtle breaking changes in specific edge cases though, hence the release as a new major version.
Features
1.1.2 (2024-10-25)
Bug Fixes
  • method patch not working in tree and table mode when the content is text (5f1c8a5)
1.1.1 (2024-10-22)
Bug Fixes
  • list svelte ^3.54.0 as compatible peerDependency alongside 4.0.0 (ba2aee5)
  • upgrade to svelte-awesome@​3.3.5 (5fe2588)

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

Features
1.0.8 (2024-10-14)
Bug Fixes
1.0.7 (2024-10-09)
Bug Fixes
  • #​488 types JsonEditor and CreateJSONEditorProps not exported in vanilla-jsoneditor (337c33b)
  • #​489 anchor styling defined in the TransformModal affecting the global style (a213583)
1.0.6 (2024-09-30)
Bug Fixes
  • type definition of createJSONEditor not exported in the vanilla-jsoneditor library (e0aee3e)
1.0.5 (2024-09-30)
Bug Fixes
  • key not rendered when the value contains search results and vice versa (0c41c79)
1.0.4 (2024-09-27)
Bug Fixes
  • #​486 naming conflict for argument isMac in the type definitions (9fac7a3)
1.0.3 (2024-09-26)
Bug Fixes
  • invalid JSONPath query options could crash the Transform Modal (c90a54c)
1.0.2 (2024-09-26)
Bug Fixes
  • more robust positioning of the modal by adding margin: auto, see #​384 (2302436)
1.0.1 (2024-09-25)
Bug Fixes
  • handle createQuery throwing an exception in the TransformModal (4b1f3f6)

v1.0.8

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

⚠ BREAKING CHANGES
  • The internal state is refactored. This should not give any issues except when
    relying on some internal or undocumented features.
  • Changed the API to consistently use undefined instead of null. This involves
    properties selection, onChange (properties contentErrors and patchResult), onRenderContextMenu(propertyselection), onSelect, and methods validate, and select`.
  • Old deprecation messages are removed.
  • The API of the expand function is changed from expand(callback) to
    expand(path, callback), and can't be used anymore for collapsing nodes. Instead,
    se the collapse(path) method for that.
  • The property edit is removed from the types KeySelection and ValueSelection,
    and two new types EditKeySelection and EditValueSelection are added.
  • The helper functions createKeySelection and createValueSelection are changed,
    argument edit is removed, and two new helper functions createEditKeySelection
    and createEditValueSelection are added.
  • The API of the component EditableValue requires an additional property selection.
  • Some of the class names related to selection highlighting are moved/changed.
  • The default query language is changed to jsonquery.
  • The vanilla editor needs to be instantiated using createJSONEditor(...) instead
    of new JSONEditor(...) in preparation for the upgrade to Svelte 5.
Features
  • change the constructor of the vanilla library from new JSONEditor(...) into createJSONEditor(...) in preparation
    for an upgrade to Svelte 5.
  • implemented a powerful API for expand and collapse (#​458)
  • replace the default query language with a new query language jsonquery (#​469)
  • implement support for the query language JSONPath (#​470)
  • export more utility functions (#​461)
  • change the API to consistently use undefined instead of null (#​453).
  • replaced svelte-simple-modal with native HTML <dialog /> (#​462)
  • the property edit is removed from the types KeySelection and ValueSelection,
    and two new types EditKeySelection and EditValueSelection are added.
  • internal refactor of the data structure holding state like expanded nodes and search results.
Bug Fixes
  • shortcut keys Ctrl+F and Ctrl+H not working in table mode whilst editing a value
  • the do you want to format message popped up after clicking the "Compact" button
  • define svelte@4 as a peer dependency
  • a lot of small bugfixes.
0.23.8 (2024-07-26)
Bug Fixes
  • revert the "text mode loads partially scrolled down" fix (#​471) (38e7dd9)
0.23.7 (2024-06-06)
Bug Fixes
  • search and replace in table mode not working (3f8a398)
0.23.6 (2024-06-05)
Features
  • update dependencies codemirror, codemirror-indentation-markers, ajv, sass (1eb5c0b)
Bug Fixes
0.23.5 (2024-05-30)
Features
  • upgrade dependencies codemirror, ajv, jsonrepair, and update dev dependencies (999acfc)
Bug Fixes
  • cleanup wrong classname jse-readonly-password attached to all values (eabbeb2)
  • make platform detection more robust and future proof (#​435) (776ff70)
0.23.4 (2024-05-09)
Bug Fixes
  • cannot use middle mouse button to scroll (d0e7f4c)
  • update jsonrepair and other dependencies (7b9063f)
0.23.3 (2024-05-06)
Features
  • update codemirror, ajv, fontawesome, jsonrepair, and dev dependencies (7bd08e7)
Bug Fixes
  • text mode loads partially scrolled down (56e18ee)
0.23.2 (2024-04-17)
Bug Fixes
  • #​423 error about an invalid selection in text mode when clearing the contents (5ed8a86)
  • change text "fullscreen" to "full screen" (a56415f)
  • editor not getting focus when clicking in an empty area in table mode (0e74043)
0.23.1 (2024-03-28)
Features
Bug Fixes
  • support pressing Esc to close the CopyPasteModal (fb77efe)
  • update dependency vanilla-picker and update devDependencies (b0ba13f)

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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jul 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
it-tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 10, 2025 1:55pm

@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 92ab952 to 8244b05 Compare July 20, 2025 20:03
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 8244b05 to 969de2f Compare July 24, 2025 11:39
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 969de2f to ab93b43 Compare August 10, 2025 13:49
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from 238ffb4 to 87c7609 Compare August 18, 2025 14:27
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch 5 times, most recently from ce64126 to 6b3f5f9 Compare August 20, 2025 21:39
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from 6315c1c to 71b60fc Compare August 21, 2025 07:31
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 6b3f5f9 to 88a24ad Compare August 21, 2025 13:43
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from 856efcf to 6cb4958 Compare August 21, 2025 19:25
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch 3 times, most recently from 3098d40 to 6df6731 Compare August 22, 2025 08:54
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from 0a0977a to 9f70133 Compare August 22, 2025 11:31
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch 5 times, most recently from 8a135aa to 08165a9 Compare August 24, 2025 17:41
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch 3 times, most recently from b8dc1b0 to d94753a Compare August 30, 2025 13:04
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from d94753a to 55e9ea3 Compare September 11, 2025 09:39
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from 33c4532 to e731e54 Compare September 13, 2025 08:10
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 55e9ea3 to 44e282b Compare September 13, 2025 18:05
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from e731e54 to a63dab8 Compare September 14, 2025 10:38
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 44e282b to 73a348b Compare September 14, 2025 10:40
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from a63dab8 to d5a8e75 Compare September 14, 2025 10:48
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 73a348b to 2f5a938 Compare September 14, 2025 10:50
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from d5a8e75 to 8f160bb Compare September 14, 2025 15:13
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 2f5a938 to 0553837 Compare September 14, 2025 15:15
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 0553837 to 203dea1 Compare September 24, 2025 12:55
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch 2 times, most recently from 8dc3b83 to 6ac839f Compare October 5, 2025 21:34
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 6ac839f to 56ffbe6 Compare October 12, 2025 20:43
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from dd801f6 to 37164f3 Compare October 12, 2025 20:49
@renovate renovate bot force-pushed the renovate/vanilla-jsoneditor-3.x branch from 56ffbe6 to cb6fd1d Compare October 19, 2025 12:54
@sharevb sharevb force-pushed the chore/all-my-stuffs branch from 09d84d4 to 8a89a78 Compare October 19, 2025 20:16
@renovate renovate bot changed the title fix(deps): update dependency vanilla-jsoneditor to v3 fix(deps): update dependency vanilla-jsoneditor to v3 - abandoned Oct 19, 2025
@renovate
Copy link
Author

renovate bot commented Oct 19, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@sharevb sharevb force-pushed the chore/all-my-stuffs branch 3 times, most recently from 71b754d to 8873b9d Compare November 1, 2025 16:42
@sharevb sharevb force-pushed the chore/all-my-stuffs branch 5 times, most recently from 8fc2fcd to 8c97e19 Compare November 12, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants