Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency jsoneditor to v10 #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 23, 2023

This PR contains the following updates:

Package Update Change
jsoneditor (source) major 5.32.5 -> 10.1.2

Release Notes

josdejong/jsoneditor (jsoneditor)

v10.1.2

Compare Source

  • Fix: #​1637 remove mobius1-selectr from the list with dependencies to get
    rid of a security vulnerability in its docs.

v10.1.1

Compare Source

  • Fix: when editing a key giving it a (copy) suffix, the suffix was removed.
  • Fix: #​1627 onValidationError did not always trigger.
  • Fix: upgrade to the latest version of ace.
  • Fix: upgrade to the latest version of sass.

v10.1.0

Compare Source

  • Feat: upgrade to the latest version of ace and jsonrepair
  • Fix: #​1601 do not convert hexadecimal values into regular numbers.

v10.0.3

Compare Source

  • Update dependencies ace-builds, jsonrepair, and vanilla-picker.
  • Fix: fix HTML open tag wrongly being label instead of div.
    Thanks @​ppetkow.

v10.0.2

Compare Source

  • Fix: autocompletion sometimes throwing an error when there are no suggestions.
    Thanks @​jpage-godaddy.
  • Update dependencies ace and jsonrepair.

v10.0.1

Compare Source

v10.0.0

Compare Source

  • BREAKING CHANGE: dropped support for Internet Explorer 11.
  • Update dependencies ace and jsonrepair.

v9.10.5

Compare Source

  • Revert dependency jsonrepair to v3.1.0 to stay compatible with
    Internet Explorer 11. Regression introduced in v9.10.3. See #​1563.

v9.10.4

Compare Source

  • Fix #​1558: url not wrapping on Chrome in mode view, font-size increasing
    on mobile Webview.
  • Upgraded to the latest version of ace and jsonrepair.

v9.10.3

Compare Source

  • Fix #​1550: trimming zero in front of a number (#​1549). Thanks @​DarkFisk.
  • Updated dependencies, most notable ace, jsonrepair, and vanilla-picker.

v9.10.2

Compare Source

  • Fix option showErrorTable (see #​1515):
    • a console warning was logged when using the option showErrorTable
    • showErrorTable: false was not working
    • showErrorTable was not working for preview mode
  • Upgraded to the latest version of ace and jsonrepair.

v9.10.1

Compare Source

  • Fix #​1515: a console warning is logged when using the option showErrorTable.

v9.10.0

Compare Source

  • Implement option showErrorTable to customize in which modes the error table
    shows up initially (#​1497). Thanks @​magedhennawy.
  • Upgrade to the latest version of Ace editor, v1.15.2.
  • Upgrade to the latest version of jsonrepair, v3.0.2.
  • Fix #​1208: source map issue "Could not load source file "0" in source map"
    (#​1499). Thanks @​joshkel.

v9.9.2

Compare Source

  • Fix #​1470: update the code of Selectr from 2.4.0 to 2.4.13.

v9.9.1

Compare Source

  • Upgrade to the latest version of Ace editor, v1.10.1.

v9.9.0

Compare Source

  • Implemented #​968: support for auto-completion based on JSON Schema (#​1435).
    Thanks @​meirotstein.
  • Upgrade to the latest version of Ace editor, v1.6.0.

v9.8.0

Compare Source

  • Implemented method editor.expand({ path, isExpand, recursive }) and callback
    onExpand({ path, isExpand, recursive }). Thanks @​himanshu520.
  • Upgrade to the latest version of Ace editor, v1.5.3.

v9.7.4

Compare Source

  • Fix #​1421: fix onBlur event not firing when focus goes to an iframe.

v9.7.3

Compare Source

  • Fix #​1422: fix setSchema not working.

v9.7.2

Compare Source

  • Fix #​1419: blurry text preview query on Chrome.

v9.7.1

Compare Source

  • Fix #​1419: blurry text preview on Chrome.

v9.7.0

Compare Source

  • Implement #​1413: show color indicator on readonly fields and in mode view.

v9.6.0

Compare Source

  • Pass a new property value along with the onNodeName callback, see #​1409.
    Thanks @​brianpos.
  • Implement the value property of the callbacks onNodeName, onEditable,
    and onClassName for objects and arrays too (was undefined before).
    Since this can be a heavy recursive operation, the property is changed into
    a lazy getter.

v9.5.11

Compare Source

  • Fix the font on Ubuntu for real by add the "ubuntu mono" font. See #​1405.

v9.5.10

Compare Source

  • Fix the font on Ubuntu: add "dejavu sans mono". See #​1405.

v9.5.9

Compare Source

  • More tweaking of the font because the 13px Cascadia Mono font on Windows gave
    issues in Ace editor. Changed to 14px Consolas on Windows, 14px Menlo on Mac,
    see #​1392, #​1403.

v9.5.8

Compare Source

  • Fix vertical centering of text and buttons, see #​1392.
  • Improve font: 13px Cascadia Mono on Windows, 13px Monaco on Mac, see #​1392.

v9.5.7

Compare Source

v9.5.6

Compare Source

  • Fix inefficient regex to replace return characters.

v9.5.5

Compare Source

  • Fix setMode not throwing an exception anymore in case of a parse error
    (regression since 9.5.4).

v9.5.4

Compare Source

  • Use noreferrer for window.open, see #​1365. Thanks @​rajitbanerjee.
  • Fix #​1363: parsing error contains html characters.
  • Fix opening the Transform or Sort modal in code mode with invalid JSON
    contents not triggering the onError callback (see #​1364).
  • Change the default behavior of error handling to open a basic alert instead
    of logging the error in the console (see #​1364).

v9.5.3

Compare Source

v9.5.2

Compare Source

v9.5.1

Compare Source

  • Fix the font on Ubuntu for real by add the "ubuntu mono" font. See #​1405.

v9.5.0

Compare Source

  • Implemented new method JSONEditor.validate(): Promise<ValidationError[]>.
    Thanks @​ChrisAcrobat.

v9.4.2

Compare Source

  • Fix #​1311: exception being thrown under certain conditions when switching
    from code mode to preview mode.
  • Rename spin animation of selectr to prevent conflicts with tailwind,
    see #​1333. Thanks @​mdix.

v9.4.1

Compare Source

  • Improvements in the Korean translation. Thanks @​luasenvy.

v9.4.0

Compare Source

  • Added Korean translation. Thanks @​luasenvy.
  • Added Spanish translation. Thanks @​joabac.
  • Fix #​1282: JSON schema enum dropdown not working for conditionals like
    oneOf, anyOf, allOf. Thanks @​maufl.
  • Fix #​1307: losing caret position when calling refresh() during onChange
    callback.

v9.3.1

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

  • Added Russian translation. Thanks @​PunKHS.
  • Changed shortcut keys for Format and Compact in code mode from Ctrl+\ and
    Ctrl+Shift+\ to Ctrl+I and Ctrl+Shift+I respectively, because not all
    browsers and operating systems support this key combination.

v9.1.10

Compare Source

v9.1.9

Compare Source

  • Fix jsoneditor-minimalist bundle being too large. Regression since v9.1.5
    (caused by a recent upgrade to Webpack 5). Thanks @​cbmgit.

v9.1.8

Compare Source

  • Replaced simple-json-repair with jsonrepair (library was renamed).

v9.1.7

Compare Source

  • Fix #​1206: library bundle broken on IE 11, regression introduced in v9.1.6.

v9.1.6

Compare Source

  • Fix #​1192: enum dropdown from a JSON schema not rendered when using
    additionalProperties. Thanks @​maufl.
  • Fix #​1191: clarify docs about configuration option ajv.
  • Fix #​1193: simplify and fix example 20_custom_css_style_for_nodes.html.

v9.1.5

Compare Source

  • Fix #​1185: enum dropdown not selecting actual value when this is not a string.
  • Fix selected value of enum dropdown not updated when changed programmatically.

v9.1.4

Compare Source

v9.1.3

Compare Source

v9.1.2

Compare Source

  • Fix #​1126: fire onEvent for boolean checkbox and enum selectbox too.
  • Log a clear error in the console when the returned value of onEditable is
    invalid. See #​1112.
  • Updated dependency to [email protected].
  • Extract the JSON repair functionality into a separate,
    library simple-json-repair with many improvements.

v9.1.1

Compare Source

v9.1.0

Compare Source

  • Implemented German translation (de). Thanks @​s-a.
  • Fix quick-keys Ctrl-\ (format) and Ctrl-Shift-\ (compact) not working
    in code mode.
  • Updated dependencies to [email protected].

v9.0.5

Compare Source

  • Fix #​1090: autocomplete firing on dragging or clicking a node.
  • Fix #​1096: editor crashing when passing an empty string as name.
  • Updated dependencies to [email protected].

v9.0.4

Compare Source

v9.0.3

Compare Source

  • Fix regression introduced in v9.0.2 in the select boxes in the
    Transform model not lighlighting the matches correctly.

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

  • Implemented option limitDragging, see #​962. This is a breaking change when
    using a JSON schema: dragging is more restrictive by default in that case.
    Set limitDragging: false to keep the old, non-restricted behavior.

v8.6.8

Compare Source

  • Fix #​936: too many return characters inserted when pasting formatted text
    from OpenOffice.

v8.6.7

Compare Source

  • Fix #​858: the dist/jsoneditor.js bundle containing a link to a
    non-existing source map.
  • Fix #​978: in some special cases the caret was jumping to the beginning of the
    line whilst typing.
  • Update dependencies to [email protected].

v8.6.6

Compare Source

  • Fix #​969: adding a new property to an empty object or array is broken.
    Regression introduced in v8.6.5.

v8.6.5

Compare Source

v8.6.4

Compare Source

  • Fix #​921: sortObjectKeys emits onChange events.
  • Fix #​946: language not working in modes text, code, and preview.
  • Revert reckoning with the order of object properties when updating an
    object (introduced in v8.6.2). See #​917.
  • Implement support for repairing line separate JSON.

v8.6.3

Compare Source

  • Fix #​932: JSONEditor.update broken, did not always recognize when the
    input changed. Regression introduced in v8.6.2.

v8.6.2

Compare Source

v8.6.1

  • Fixed #​908: editor throwing an exception when switching from 'preview'
    to 'code' mode.

v8.6.0

  • Fixed #​906: Implemented turning Python objects containing True, False
    and None into valid JSON using repair.

v8.5.3

Compare Source

  • Fix #​892: the undo/redo buttons in mode code being broken when custom
    loading an old version of Ace Editor.

v8.5.2

Compare Source

  • Fix undo/redo buttons in mode code not always updating.

v8.5.1

Compare Source

  • Fix broken build.

v8.5.0

Compare Source

  • Implemented support for customizing the query language used in the
    Transform modal. New options createQuery, executeQuery, and
    queryDescription are available for this now. An example is available
    in examples/23_custom_query_language.html. See #​857, #​871.
  • Implement undo/redo buttons in code mode.
  • Fix history (undo/redo) being cleared in mode code and text after
    transforming or sorting.

v8.4.1

Compare Source

  • Fix console.log in production code. Oopsie.

v7.0.5

Compare Source

v7.0.4

Compare Source

  • Fixed #​723: schema error popup and color picker not always fully visible.
  • Fixed wrong text color in search box when using JSONEditor in combination
    with bootstrap. See #​791. Thanks @​dmitry-kulikov.
  • Fixed react examples not working out of the box when cloning or downloading
    the git repository of JSONEditor. See #​787, #​788. Thanks @​vishwasnavadak.

v7.0.3

Compare Source

  • Fixed index.js pointing to non-transpiled code. See #​783.
  • Fixed absolute url of images in SASS. Thanks @​moonbreezee.

v7.0.2

Compare Source

  • Fix #​781: race condition when destroying the editor right after setting data.

v7.0.1

Compare Source

  • Fix npm package missing dist folder.

v6.4.1

Compare Source

  • Fix styling of autocompletion dropdown broken. Regression since v6.4.0.

v6.4.0

Compare Source

  • Replaces CSS with SASS internally, improvements in styling. Thanks @​ppetkow.
  • Fixed #​761: JSON schema errors not rendered in the gutter for mode code
    when the path contained a property with a forward slash, and errors not
    clickable in the error table.
  • Fixed #​777: option sortObjectKeys broken.

v6.3.0

Compare Source

  • Fixed #​755: JSONEditor throwing an exception in mode code, text, and
    preview when statusBar: false.
  • When duplicating an object property, move focus to the field and do not
    immediately add the (copy) suffix. See #​766.
  • Fixed #​769: option name not working anymore. Regression since v6.1.0.
  • Fixed #​763: autocomplete.trigger: 'focus' throws an error when opening the
    context menu. Thanks @​Thaina.
  • Updated dependencies [email protected]

v6.2.1

Compare Source

v6.2.0

Compare Source

  • Implemented new mode preview, capable of working with large JSON documents
    up to 500 MiB.
  • Repair button is now capable of turning MongoDB documents into valid JSON.
  • Fixed #​730: in code mode, there was an initial undo action which clears
    the content.
  • Upgraded dependencies [email protected], [email protected],
    [email protected].

v6.1.0

Compare Source

  • Implemented menu options sort and transform for modes code and text.
  • Implemented new context menu item extract.
  • Minor tweaks in the way paths are displayed in the sort and transform modals.

v6.0.0

Compare Source

  • Breaking change: upgraded dependency [email protected], supporting JSON schema
    draft-07 alongside draft-06 and draft-04.
  • Upgraded dependency [email protected].
  • Use JSON schema title as name for the root object if defined (see #​635).

v5.34.0

Compare Source

  • Extended the autocomplete feature with new options filter and trigger.
    Thanks @​Gcaufy.
  • Removed :hover style on disabled buttons. Thanks @​Gcaufy.
  • Upgraded dependency [email protected].

v5.33.0

Compare Source

  • Fixed #​697: JSON Schema enum dropdown not working inside an array.
  • Fixed #​698: When using onCreateMenu, node.path is null when clicking
    on an append node or when multiple nodes are selected.
  • Upgraded dependencies to [email protected], [email protected].
  • Remove :hover style on disabled buttons. Thanks @​Gcaufy.

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Pacific/Auckland, 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.

@renovate renovate bot force-pushed the renovate/jsoneditor-10.x branch from f26ef60 to f39ac62 Compare February 10, 2024 08:48
@renovate renovate bot force-pushed the renovate/jsoneditor-10.x branch from f39ac62 to 9ee47d8 Compare March 19, 2024 08:47
@renovate renovate bot force-pushed the renovate/jsoneditor-10.x branch from 9ee47d8 to 35240fb Compare April 26, 2024 02:29
@renovate renovate bot force-pushed the renovate/jsoneditor-10.x branch from 35240fb to f3da7f9 Compare June 20, 2024 05:33
@renovate renovate bot force-pushed the renovate/jsoneditor-10.x branch from f3da7f9 to 9fb057a Compare November 13, 2024 23:46
@renovate renovate bot force-pushed the renovate/jsoneditor-10.x branch from 9fb057a to 1f0a013 Compare December 21, 2024 05:44
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.

0 participants