vankop / jsoneditor-react

react wrapper implementation for https://github.com/josdejong/jsoneditor
MIT License
263 stars 106 forks source link

build(deps-dev): bump jsoneditor from 9.1.4 to 9.5.6 #67

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps jsoneditor from 9.1.4 to 9.5.6.

Changelog

Sourced from jsoneditor's changelog.

2021-09-22, version 9.5.6

  • Fix inefficient regex to replace return characters.

2021-09-01, version 9.5.5

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

2021-08-25, version 9.5.4

  • 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).

2021-07-28, version 9.5.3

  • Fix #1356: background of tree mode is transparent instead of white.
  • Fix #473: enum dropdown not working on referenced schemas and templates, see #1355. Thanks @​mpccolorado.

2021-07-22, version 9.5.2

  • Fix #675: Relative image urls in CSS replaced with absolute urls by build script, see #1354. Thanks @​esulu.

2021-06-30, version 9.5.1

  • Upgrade to jsonrepair@2.2.1.

2021-06-05, version 9.5.0

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

2021-06-02, version 9.4.2

  • 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,

... (truncated)

Commits
  • d289517 Publish v9.5.6, update devDependencies
  • 6e64f93 Add a SECURITY.md file
  • 092e386 Fix inefficient regex to replace return characters
  • c33544b publish v9.5.5
  • f5b3046 Fix setMode not throwing an exception anymore in case of a parse error
  • f97e875 Publish v9.5.4
  • b3b31f2 Fix opening the Transform or Sort modal in code mode with invalid JSON conten...
  • cbb95ae Change the default behavior of error handling to open a basic alert instead o...
  • 883a0c9 Update history
  • 5dbdfe4 Fix #1363: parsing error contains html caharacters
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/vankop/jsoneditor-react/network/alerts).