Update dependency org.webjars.npm:codemirror to v5.65.20 #26
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.56.0-xwiki->5.65.20Release Notes
codemirror/codemirror5 (org.webjars.npm:codemirror)
v5.65.20Compare Source
Bug fixes
show-hint addon: Fix a positioning issue when the tooltip is at the bottom of the screen.
gas mode: Properly define the MIME type the mode's demo page mentions.
v5.65.19Compare Source
Bug fixes
gherkin mode: Add support for Rule Example keywords
pascal mode Make keywords case-insensitive
sql mode Support quoted identifier for PostgreSQL
v5.65.18Compare Source
Bug fixes
dart mode: Handle numeric separators.
groovy mode: Fix a bug in highlighting interpolated variable names.
v5.65.17Compare Source
Bug fixes
crystal mode: Fix an infinite loop bug when tokenizing heredoc strings.
v5.65.16Compare 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.15Compare Source
Bug fixes
lint addon: Prevent tooltips from sticking out of the viewport.
yaml mode: Fix an exponential-complexity regular expression.
v5.65.13Compare Source
Bug fixes
dart mode: Add some new keywords.
clike mode: Tokenize Scala character literals.
v5.65.12Compare Source
Bug fixes
python mode: Add new built-ins and keywords.
v5.65.11Compare Source
Bug fixes
Also respect autocapitalize/autocorrect/spellcheck options in textarea mode.
sql-hint addon: Fix keyword completion in generic SQL mode.
v5.65.10Compare 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.8Compare 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.7Compare 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.6Compare Source
Bug fixes
Avoid firing
beforeCursorEntercallbacks 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.3Compare 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.2Compare Source
Bug fixes
show-hint addon: Fix a positioning issue when the tooltip is at the bottom of the screen.
gas mode: Properly define the MIME type the mode's demo page mentions.
v5.65.1Compare Source
Bug fixes
gherkin mode: Add support for Rule Example keywords
pascal mode Make keywords case-insensitive
sql mode Support quoted identifier for PostgreSQL
v5.65.0Compare 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.0Compare 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.3Compare 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.0Compare 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.3Compare Source
Bug fixes
Give the editor a
translate=noattribute 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.2Compare Source
Bug fixes
lint addon: Fix a regression that broke several addon options.
v5.62.0Compare 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.1Compare 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.0Compare 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.0Compare Source
Bug fixes
Fix autofocus feature in contenteditable mode.
simple mode addon: Fix a null-dereference crash.
multiplex addon: Make it possible to use
parseDelimiterswhen both delimiters are the same.julia mode: Fix a lockup bug.
New features
setSelectionsnow allows ranges to omit theheadproperty when it is equal toanchor.sublime bindings: Add support for reverse line sorting.
v5.59.4Compare Source
Bug fixes
Give the scrollbar corner filler a background again, to prevent content from peeping through between the scrollbars.
v5.59.3Compare Source
Bug fixes
Don't override the way zero-with non-joiners are rendered.
Fix an issue where resetting the history cleared the
undoDepthoption'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.v5.59.2Compare Source
Bug fixes
Don't try to scroll the selection into view in
readonly: "nocursor"mode.closebrackets addon: Fix a regression in the behavior of pressing enter between brackets.
javascript mode: Fix an infinite loop on specific syntax errors in object types.
various modes: Fix inefficient RegExp matching.
v5.59.1Compare Source
Bug fixes
Fix an issue where some Chrome browsers were detected as iOS.
v5.59.0Compare Source
Bug fixes
Fix platform detection on recent iPadOS.
lint addon: Don't show duplicate messages for a given line.
clojure mode: Fix regexp that matched in exponential time for some inputs.
hardwrap addon: Improve handling of words that are longer than the line length.
matchbrackets addon: Fix leaked event handler on disabling the addon.
New features
search addon: Make it possible to configure the search addon to show the dialog at the bottom of the editor.
v5.58.3Compare Source
Bug fixes
Suppress quick-firing of blur-focus events when dragging and clicking on Internet Explorer.
Fix the
insertAtoption toaddLineWidgetto actually allow the widget to be placed after all widgets for the line.soy mode: Support
@Attributeand element composition.shell mode: Support heredoc quoting.
v5.58.2Compare Source
Bug fixes
Fix a bug where horizontally scrolling the cursor into view sometimes failed with a non-fixed gutter.
julia mode: Fix an infinite recursion bug.
v5.58.1Compare Source
Bug fixes
placeholder addon: Remove arrow function that ended up in the code.
v5.58.0Compare Source
Bug fixes
Make backspace delete by code point, not glyph.
Suppress flickering focus outline when clicking on scrollbars in Chrome.
Fix a bug that prevented attributes added via
markTextfrom showing up unless the span also had some other styling.Suppress cut and paste context menu entries in readonly editors in Chrome.
placeholder addon: Update placeholder visibility during composition.
New features
Make it less cumbersome to style new lint message types.
vim bindings: Support black hole register,
gnandgNv5.57.0Bug fixes
Fix issue that broke binding the macOS Command key.
comment addon: Keep selection in front of inserted markers when adding a block comment.
css mode: Recognize more properties and value names.
annotatescrollbar addon: Don't hide matches in collapsed content.
New features
vim bindings: Support tag text objects in xml and html modes.
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.