owonie / ant-design-ko

ant-design 공식문서 한글 번역입니다.
MIT License
1 stars 0 forks source link

build(deps-dev): bump vanilla-jsoneditor from 0.20.0 to 0.21.1 #33

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps vanilla-jsoneditor from 0.20.0 to 0.21.1.

Release notes

Sourced from vanilla-jsoneditor's releases.

v0.21.1

   🐞 Bug Fixes

    View changes on GitHub

v0.21.0

   🚀 Features

    View changes on GitHub
Changelog

Sourced from vanilla-jsoneditor's changelog.

0.21.1 (2023-12-20)

Bug Fixes

  • add a module export again to the svelte-jsoneditor package (0c695a4)

0.21.0 (2023-12-20)

⚠ BREAKING CHANGES

  • The type Content is changed from { json: JSONValue} | { text: string } into { json: unknown } | { text: string }, and all other types having JSONValue changed to unknown. The return type of JSONParser.stringify changed from string to string | undefined.

Features

  • change the type of json from JSONValue to unknown (#371) (dc4671a)
  • implement onRenderContextMenu (fix #82) (e53a620)
  • upgrade to upgrade @sveltejs/kit@2, vite-plugin-svelte@3, vite@5, and vitest@1 (#374) (b83e321)
Commits
  • 9aa8d76 chore(release): 0.21.1
  • 0c695a4 fix: add a module export again to the svelte-jsoneditor package
  • 5b29cda chore(release): 0.21.0
  • b83e321 feat: upgrade to upgrade @sveltejs/kit@2, vite-plugin-svelte@3, vite@5,...
  • 8428ae4 chore: update snapshots
  • 309315e chore: run svelte-check when building and releasing the library
  • bcbdf38 chore: fix the last TypeScript issues (yippie!)
  • 67a3eb3 chore: fix more TypeScript issues
  • 904dabe chore: fix more TypeScript issues
  • 0907fc1 chore: fix more TypeScript issues
  • 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 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)
github-actions[bot] commented 10 months ago

Prepare preview