vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.28k stars 481 forks source link

Bump jsoneditor from 9.6.0 to 9.8.0 in /web #3293

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps jsoneditor from 9.6.0 to 9.8.0.

Changelog

Sourced from jsoneditor's changelog.

2022-05-31, version 9.8.0

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

2022-03-15, version 9.7.4

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

2022-03-04, version 9.7.3

  • Fix #1422: fix setSchema not working.

2022-02-09, version 9.7.2

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

2022-02-09, version 9.7.1

  • Fix #1419: blurry text preview on Chrome.

2022-01-30, version 9.7.0

  • Implement #1413: show color indicator on readonly fields and in mode view.
Commits
  • 78558b7 Merge remote-tracking branch 'origin/develop' into develop
  • d74df9c Update dependencies, publish v9.8.0
  • 663cb40 Remove node.js 12 from testing
  • d9c3220 Add support to sync node expand/collapse operations across editors (#1440)
  • cf15a4a Fix #1439: describe svelte-jsoneditor in the readme
  • eeff193 Publish v9.7.4
  • e00af16 Fix #1421: fix onBlur event not firing when focus goes to an iframe
  • 92bf96d Publish v9.7.3
  • ca43062 Fix #1422: fix setSchema not working
  • 94e5b13 Fix #1419: blurry text preview on Chrome, publish v9.7.2
  • 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[bot] commented 2 years ago

Superseded by #3299.