chore(deps): update codemirror to v6 (major) #108
Closed
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.20.1->^6.0.2^0.20.0->^6.0.0^0.20.0->^6.0.0^0.20.2->^6.1.0^0.20.1->^6.0.0^0.20.0->^6.0.1^0.20.6->^6.0.2Release Notes
codemirror/autocomplete
v6.0.2Compare Source
Bug fixes
Declare package dependencies as peer dependencies as an attempt to avoid duplicated package issues.
v6.0.1Compare Source
Bug fixes
Support escaping
${or#{in snippets.v6.0.0Compare Source
Bug fixes
Scroll the cursor into view when inserting a snippet.
v0.20.3Compare Source
Bug fixes
Add an aria-label to the completion listbox.
Fix a regression that caused transactions generated for completion to not have a
userEventannotation.v0.20.2Compare Source
New features
The package now exports an
insertCompletionTexthelper that implements the default behavior for applying a completion.codemirror/commands
v6.0.0Compare Source
Bug fixes
Fix a bug where by-page selection commands sometimes moved one line too far.
codemirror/lang-python
v6.0.0Compare Source
Breaking changes
Update dependencies to 6.0.0
codemirror/language
v6.1.0Compare Source
New features
The
foldStatefield is now public, and can be used to serialize and deserialize the fold state.v6.0.0Compare Source
New features
The
foldingChangedoption tofoldGuttercan now be used to trigger a recomputation of the fold markers.codemirror/search
v6.0.0Compare Source
Bug fixes
Don't crash when a custom search panel doesn't have a field named 'search'.
Make sure replacements are announced to screen readers.
codemirror/state
v6.0.1Compare Source
Bug fixes
Fix a problem that caused effects'
mapmethods to be called with an incorrect change set when filtering changes.v6.0.0Compare Source
Breaking changes
Update dependencies to 6.0.0
v0.20.1Compare Source
New features
EditorView.phrasenow accepts additional arguments, which it will interpolate into the phrase in the place of$markers.codemirror/view
v6.0.2Compare Source
Bug fixes
Fix a CSS issue that broke horizontal scroll width stabilization.
Fix a bug where
defaultLineHeightcould get an incorrect value in very narrow editors.v6.0.1Compare Source
Bug fixes
Avoid DOM selection corruption when the editor doesn't have focus but has selection and updates its content.
Fall back to dispatching by key code when a key event produces a non-ASCII character (so that Cyrillic and Arabic keyboards can still use bindings specified with Latin characters).
v6.0.0Compare Source
New features
The new static
EditorView.findFromDOMmethod can be used to retrieve an editor instance from its DOM structure.Instead of passing a constructed state to the
EditorViewconstructor, it is now also possible to inline the configuration options to the state in the view config object.v0.20.7Compare Source
Bug fixes
Fix an issue on Chrome Android where the DOM could fail to display the actual document after backspace.
Avoid an issue on Chrome Android where DOM changes were sometimes inappropriately replace by a backspace key effect due to spurious beforeinput events.
Fix a problem where the content element's width didn't cover the width of the actual content.
Work around a bug in Chrome 102 which caused wheel scrolling of the editor to be interrupted every few lines.
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.