-
-
Notifications
You must be signed in to change notification settings - Fork 762
chore(deps): update dependency vanilla-jsoneditor to v3 #9483
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/vanilla-jsoneditor-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dependency ReviewThe following issues were found:
License Issuesfrontend/yarn.lock
Allowed Licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0, Artistic-2.0 OpenSSF ScorecardScorecard details
Scanned Files
|
4a159bb
to
2a4f5bb
Compare
2a4f5bb
to
06352d0
Compare
1ab8ad1
to
8345ac1
Compare
8345ac1
to
da84c8a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.23.0
->^3.0.0
Release Notes
josdejong/svelte-jsoneditor (vanilla-jsoneditor)
v3.1.1
Compare Source
v3.1.0
Compare Source
Features
createAjvValidatorAsync
(#522) (24cea1a)v3.0.0
Compare Source
⚠ BREAKING CHANGES
jsonpath-plus
v9.Features
set
,update
,patch
,select
,expand
,collapse
,acceptAutoRepair
,focus
,updateProps
from asynchronous to synchronous, fixing #499 (#524) (6dd69cd)Bug Fixes
jsonpath-plus
, fixing a security vulnerability (#523) (393c76b)v2.4.0
Compare Source
Features
tree
andtable
mode (6c12e3b)2.3.3 (2024-12-11)
Bug Fixes
[svelte] reactive_declaration_non_reactive_property
warnings during development (5e05768)2.3.2 (2024-12-05)
Bug Fixes
2.3.1 (2024-11-27)
Bug Fixes
v2.3.3
Compare Source
v2.3.2
Compare Source
v2.3.1
Compare Source
v2.3.0
Compare Source
Features
jsonrepair
) (d84c394)2.2.1 (2024-11-27)
Bug Fixes
v2.2.1
Compare Source
v2.2.0
Compare Source
Features
v2.1.0
Compare Source
Features
Bug Fixes
sass
dependency from the vanilla package (e3bcddb)jsonpath-plus
,@jsonquerylang/jsonquery
and others) (b69e9bf)2.0.2 (2024-11-05)
Bug Fixes
2.0.1 (2024-11-01)
Bug Fixes
v2.0.2
Compare Source
v2.0.1
Compare Source
v2.0.0
Compare Source
⚠ BREAKING CHANGES
Features
1.1.2 (2024-10-25)
Bug Fixes
patch
not working intree
and table mode when the content is text (5f1c8a5)1.1.1 (2024-10-22)
Bug Fixes
^3.54.0
as compatible peerDependency alongside4.0.0
(ba2aee5)v1.1.2
Compare Source
v1.1.1
Compare Source
v1.1.0
Compare Source
Features
[email protected]
(acb6976)1.0.8 (2024-10-14)
Bug Fixes
1.0.7 (2024-10-09)
Bug Fixes
JsonEditor
andCreateJSONEditorProps
not exported invanilla-jsoneditor
(337c33b)1.0.6 (2024-09-30)
Bug Fixes
createJSONEditor
not exported in thevanilla-jsoneditor
library (e0aee3e)1.0.5 (2024-09-30)
Bug Fixes
1.0.4 (2024-09-27)
Bug Fixes
isMac
in the type definitions (9fac7a3)1.0.3 (2024-09-26)
Bug Fixes
1.0.2 (2024-09-26)
Bug Fixes
margin: auto
, see #384 (2302436)1.0.1 (2024-09-25)
Bug Fixes
createQuery
throwing an exception in the TransformModal (4b1f3f6)v1.0.8
Compare Source
v1.0.7
Compare Source
v1.0.6
Compare Source
v1.0.5
Compare Source
v1.0.4
Compare Source
v1.0.3
Compare Source
v1.0.2
Compare Source
v1.0.1
Compare Source
v1.0.0
Compare Source
⚠ BREAKING CHANGES
relying on some internal or undocumented features.
undefined
instead ofnull
. This involvesproperties
selection
,onChange
(propertiescontentErrors and
patchResult),
onRenderContextMenu(property
selection),
onSelect, and methods
validate, and
select`.expand
function is changed fromexpand(callback)
toexpand(path, callback)
, and can't be used anymore for collapsing nodes. Instead,se the
collapse(path)
method for that.edit
is removed from the typesKeySelection
andValueSelection
,and two new types
EditKeySelection
andEditValueSelection
are added.createKeySelection
andcreateValueSelection
are changed,argument
edit
is removed, and two new helper functionscreateEditKeySelection
and
createEditValueSelection
are added.EditableValue
requires an additional propertyselection
.jsonquery
.createJSONEditor(...)
insteadof
new JSONEditor(...)
in preparation for the upgrade to Svelte 5.Features
new JSONEditor(...)
intocreateJSONEditor(...)
in preparationfor an upgrade to Svelte 5.
expand
andcollapse
(#458)undefined
instead ofnull
(#453).svelte-simple-modal
with native HTML<dialog />
(#462)edit
is removed from the typesKeySelection
andValueSelection
,and two new types
EditKeySelection
andEditValueSelection
are added.Bug Fixes
Ctrl+F
andCtrl+H
not working in table mode whilst editing a valuesvelte@4
as a peer dependency0.23.8 (2024-07-26)
Bug Fixes
0.23.7 (2024-06-06)
Bug Fixes
0.23.6 (2024-06-05)
Features
codemirror
,codemirror-indentation-markers
,ajv
,sass
(1eb5c0b)Bug Fixes
0.23.5 (2024-05-30)
Features
codemirror
,ajv
,jsonrepair
, and update dev dependencies (999acfc)Bug Fixes
jse-readonly-password
attached to all values (eabbeb2)0.23.4 (2024-05-09)
Bug Fixes
jsonrepair
and other dependencies (7b9063f)0.23.3 (2024-05-06)
Features
codemirror
,ajv
,fontawesome
,jsonrepair
, and dev dependencies (7bd08e7)Bug Fixes
0.23.2 (2024-04-17)
Bug Fixes
0.23.1 (2024-03-28)
Features
codemirror
,sass
, and dev dependencies) (abf0468)Bug Fixes
vanilla-picker
and update devDependencies (b0ba13f)Configuration
📅 Schedule: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.