fix(deps): update dependency codemirror to v5.51.0 #914
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:
5.49.0
->5.51.0
Release Notes
codemirror/CodeMirror
v5.51.0
Compare Source
Bug fixes
Fix the behavior of the home and end keys when
direction
is set to"rtl"
.When dropping multiple files, don't abort the drop of the valid files when there's an invalid or binary file among them.
Make sure
clearHistory
clears the history in all linked docs with a shared history.vim bindings: Fix behavior of
'
and`
marks, fixR
in visual mode.New features
vim bindings: Support
gi
,gI
, andgJ
.v5.50.2
Compare Source
Bug fixes
Fix bug that broke removal of line widgets.
v5.50.0
Compare Source
Bug fixes
Make Shift-Delete to cut work on Firefox.
closetag addon: Properly handle self-closing tags.
handlebars mode: Fix triple-brace support.
searchcursor addon: Support mathing
$
in reverse regexp search.panel addon: Don't get confused by changing panel sizes.
javascript-hint addon: Complete variables defined in outer scopes.
sublime bindings: Make by-subword motion more consistent with Sublime Text.
julia mode: Don't break on zero-prefixed integers.
elm mode: Sync with upstream version.
sql mode: Support Postgres-style backslash-escaped string literals.
New features
Add a
className
option toaddLineWidget
.foldcode addon: Allow fold widgets to be functions, to dynamically create fold markers.
New themes: ayu-dark and ayu-mirage.
v5.49.2
Compare Source
Bug fixes
sublime bindings: Make
selectNextOccurrence
stop doing something when all occurrences are selected.continuecomment addon: Respect
indentWithTabs
option.foldgutter addon: Optimize by reusing DOM when possible.
markdown mode: Don't reset inline styles at the start of a continued list item line.
clike mode: Add a configuration for Objective-C++.
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.