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

[Feature Branch] bump vanilla-jsoneditor from 0.21.6 to 0.22.0 #506

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps vanilla-jsoneditor from 0.21.6 to 0.22.0.

Release notes

Sourced from vanilla-jsoneditor's releases.

v0.22.0

   🚀 Features

   🐞 Bug Fixes

  • Improve the logic to determine whether a JSON document needs formatting  -  by @​josdejong (bb15b)
  • OnCreateMenu and onCreateContextMenu possibly applying mutated changes without returning  -  by @​josdejong (da8fd)
  • Add missing property onSelect to interface JSONEditorPropsOptional  -  by @​josdejong (4087e)
    View changes on GitHub
Changelog

Sourced from vanilla-jsoneditor's changelog.

0.22.0 (2024-03-01)

⚠ BREAKING CHANGES

  • The onChange callback is no longer triggered on programmatic changes via a two-way binded content or via methods .update(), .set(), and .patch().

Features

  • do not trigger onChange on programmatic changes (#410) (201f602)
  • document the requirement for immutable changes in content (see #318) (0545e64)
  • update dependencies (a.o. fixing an issue with wrapping tab indented lines) (1bd92e7)

Bug Fixes

  • add missing property onSelect to interface JSONEditorPropsOptional (4087e3f)
  • improve the logic to determine whether a JSON document needs formatting (bb15bd1)
  • onCreateMenu and onCreateContextMenu possibly applying mutated changes without returning (da8fd60)
Commits
  • c5583bf chore(release): 0.22.0
  • 30239fb chore: fix linting issue
  • 1bd92e7 feat: update dependencies (a.o. fixing an issue with wrapping tab indented li...
  • 0545e64 feat: document the requirement for immutable changes in content (see #318)
  • 201f602 feat: do not trigger onChange on programmatic changes (#410)
  • 4e188fe chore: add a unit test for a draft-07 JSON schema (see #406)
  • 4087e3f fix: add missing property onSelect to interface JSONEditorPropsOptional
  • 1380980 chore: fix linting issues
  • da8fd60 fix: onCreateMenu and onCreateContextMenu possibly applying mutated changes w...
  • 6108ba7 docs: change highlighting from svelte to html (svelte is not supported in git...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) from 0.21.6 to 0.22.0.
- [Release notes](https://github.com/josdejong/svelte-jsoneditor/releases)
- [Changelog](https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md)
- [Commits](josdejong/svelte-jsoneditor@v0.21.6...v0.22.0)

---
updated-dependencies:
- dependency-name: vanilla-jsoneditor
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Feature Branch labels Mar 11, 2024
Copy link

github-actions bot commented Mar 11, 2024

@dengfuping dengfuping merged commit 1b4fe8d into feature Mar 12, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/feature/vanilla-jsoneditor-0.22.0 branch March 12, 2024 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Feature Branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant