Update dependency codemirror to v5.65.18 #38
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.59.2
->5.65.18
Release Notes
codemirror/CodeMirror (codemirror)
v5.65.18
Compare Source
Bug fixes
dart mode: Handle numeric separators.
groovy mode: Fix a bug in highlighting interpolated variable names.
v5.65.17
Compare Source
Bug fixes
crystal mode: Fix an infinite loop bug when tokenizing heredoc strings.
v5.65.16
Compare Source
Bug fixes
Fix focus tracking in shadow DOM.
go mode: Allow underscores in numbers.
jsx mode: Support TS generics marked by trailing comma.
v5.65.15
Compare Source
Bug fixes
lint addon: Prevent tooltips from sticking out of the viewport.
yaml mode: Fix an exponential-complexity regular expression.
v5.65.14
Compare Source
Bug fixes
clike mode: Fix poor indentation in some Java code.
nsis mode: Recognize
!assert
command.lint addon: Remove broken annotation deduplication.
v5.65.13
Compare Source
Bug fixes
dart mode: Add some new keywords.
clike mode: Tokenize Scala character literals.
v5.65.12
Compare Source
Bug fixes
python mode: Add new built-ins and keywords.
v5.65.11
Compare Source
Bug fixes
Also respect autocapitalize/autocorrect/spellcheck options in textarea mode.
sql-hint addon: Fix keyword completion in generic SQL mode.
v5.65.10
Compare Source
Bug fixes
sql-hint addon: Fix completion when the SQL mode is wrapped by some outer mode.
javascript mode: Fix parsing of property keywords before private property names.
v5.65.9
Compare Source
Bug fixes
Add a workaround for a regression in Chrome 105 that could cause content below the editor to not receive mouse events.
show-hint addon: Resize the tooltip if it doesn't fit the screen.
swift mode: Fix tokenizing of block comments.
jinja2 mode: Support line statements.
v5.65.8
Compare Source
Bug fixes
Include direction override and isolate characters in the default set of special characters.
Fix an issue that could cause document corruption when mouse-selecting during composition.
foldgutter addon: Refresh markers when the editor's mode changes.
merge addon: Fix syntax that prevented the addon from loading in IE10.
v5.65.7
Compare Source
Bug fixes
Fix several references to the global
document
/window
, improving support for creating an editor in another frame.vim bindings: Use upstream code instead of keeping our own copy.
tern addon: Properly HTML escape variable names in rename dialog.
v5.65.6
Compare Source
Bug fixes
Avoid firing
beforeCursorEnter
callbacks twice for cursor selections.Improve support for auto-hiding macOS scrollbars.
show-hint addon: Fix an issue where the tooltip could be placed to the left of the screen.
swift mode: Support structured concurrency keywords.
v5.65.5
Compare Source
Bug fixes
Work around a bug in Chrome 102 that caused wheel scrolling of the editor to constantly stop.
search addon: Make sure the search field has an accessible label.
comment addon: Preserve indentation on otherwise empty lines when indenting.
v5.65.4
Compare Source
Bug fixes
Ignore paste events when the editor doesn't have focus.
sparql mode: Fix parsing of variables after operators.
julia mode: Properly tokenize
!==
and===
operators.v5.65.3
Compare Source
Bug fixes
Fix a crash that could occur when when marking text.
merge addon: Add aria label to buttons.
groovy mode: Properly highlight interpolated variables.
v5.65.2
Compare Source
Bug fixes
clike mode: Recognize triple quoted string in Java.
cypher mode: Fix handling of punctuation.
v5.65.1
Compare Source
Bug fixes
dart mode: Handle numeric separators.
groovy mode: Fix a bug in highlighting interpolated variable names.
v5.65.0
Compare Source
Bug fixes
brace-folding addon: Fix broken folding on lines with both braces and square brackets.
New features
vim bindings: Support g0, g$, g.
v5.64.0
Compare Source
Bug fixes
Fix a crash that occurred in some situations with replacing marks across line breaks.
Make sure native scrollbars reset their position when hidden and re-shown.
New features
vim bindings: Support C-u to delete back a line.
v5.63.3
Compare Source
Bug fixes
Prevent external styles from giving the hidden textarea a min-height.
Remove a stray autosave file that was part of the previous release.
v5.63.2
Compare Source
Version 5.63.2
Bug fixes
Prevent external styles from giving the hidden textarea a min-height.
Remove a stray autosave file that was part of the previous release.
v5.63.1
Compare Source
Bug fixes
Fix an issue with mouse scrolling on Chrome 94 Windows, which made scrolling by wheel move unusably slow.
v5.63.0
Compare Source
Bug fixes
Fix scroll position jumping when scrolling a document with very different line heights.
xml mode: Look up HTML element behavior in a case-insensitive way.
New features
vim bindings: Support guu for case-changing.
v5.62.3
Compare Source
Bug fixes
Give the editor a
translate=no
attribute to prevent automatic translation from modifying its content.Give vim-style cursors a width that matches the character after them.
merge addon: Make buttons keyboard-accessible.
emacs bindings: Fix by-page scrolling keybindings, which were accidentally inverted.
v5.62.2
Compare Source
Bug fixes
lint addon: Fix a regression that broke several addon options.
v5.62.1
Compare Source
Bug fixes
vim bindings: Make matching of upper-case characters more Unicode-aware.
lint addon: Prevent options passed to the addon itself from being given to the linter.
show-hint addon: Improve screen reader support.
search addon: Avoid using
innerHTML
.v5.62.0
Compare Source
Bug fixes
Improve support for vim-style cursors in a number of themes.
New features
lint addon: Add support for highlighting lines with errors or warnings.
v5.61.1
Compare Source
Bug fixes
Fix a bug where changing the editor's document could confuse text-direction management.
Fix a bug in horizontally scrolling the cursor into view.
Optimize adding lots of marks in a single transaction.
simple mode addon: Support regexps with a unicode flag.
javascript mode: Add support for TypeScript template string types, improve integration with JSX mode.
v5.61.0
Compare Source
Bug fixes
Improve support for being in a shadow DOM in contenteditable mode.
Prevent line number from being read by screen readers.
show-hint addon: Fix a crash caused by a race condition.
javascript mode: Improve scope tracking.
New features
The library now emits an
"updateGutter"
event when the gutter width changes.emacs bindings: Provide named commands for all bindings.
v5.60.0
Compare Source
Bug fixes
Fix autofocus feature in contenteditable mode.
simple mode addon: Fix a null-dereference crash.
multiplex addon: Make it possible to use
parseDelimiters
when both delimiters are the same.julia mode: Fix a lockup bug.
New features
setSelections
now allows ranges to omit thehead
property when it is equal toanchor
.sublime bindings: Add support for reverse line sorting.
v5.59.4
Compare Source
Bug fixes
Give the scrollbar corner filler a background again, to prevent content from peeping through between the scrollbars.
v5.59.3
Compare Source
Bug fixes
Don't override the way zero-with non-joiners are rendered.
Fix an issue where resetting the history cleared the
undoDepth
option's value.vim bindings: Fix substitute command when joining and splitting lines, fix global command when line number change, add support for
:vglobal
, properly treat caps lock as a modifier key.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.