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)
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)
Bumps vanilla-jsoneditor from 0.20.0 to 0.21.1.
Release notes
Sourced from vanilla-jsoneditor's releases.
Changelog
Sourced from vanilla-jsoneditor's changelog.
Commits
9aa8d76
chore(release): 0.21.10c695a4
fix: add a module export again to thesvelte-jsoneditor
package5b29cda
chore(release): 0.21.0b83e321
feat: upgrade to upgrade@sveltejs/kit@2
,vite-plugin-svelte@3
,vite@5
,...8428ae4
chore: update snapshots309315e
chore: runsvelte-check
when building and releasing the librarybcbdf38
chore: fix the last TypeScript issues (yippie!)67a3eb3
chore: fix more TypeScript issues904dabe
chore: fix more TypeScript issues0907fc1
chore: fix more TypeScript issuesDependabot 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