[LOW] Update dependency codemirror to v5.65.20#12
Open
mend-for-github-com[bot] wants to merge 1 commit into
Open
[LOW] Update dependency codemirror to v5.65.20#12mend-for-github-com[bot] wants to merge 1 commit into
mend-for-github-com[bot] wants to merge 1 commit into
Conversation
dcba9a8 to
476018f
Compare
476018f to
472f14b
Compare
472f14b to
afe2d30
Compare
afe2d30 to
c6c383e
Compare
This file contains hidden or 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
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:
5.59.2->5.65.205.59.2->5.65.20Release Notes
codemirror/basic-setup (codemirror)
v5.65.20Compare Source
v5.65.19Compare Source
v5.65.18Compare Source
v5.65.17Compare Source
v5.65.16Compare Source
v5.65.15Compare Source
v5.65.14Compare Source
v5.65.13Compare Source
v5.65.12Compare Source
v5.65.11Compare Source
v5.65.10Compare Source
v5.65.9Compare Source
v5.65.8Compare Source
v5.65.7Compare Source
v5.65.6Compare Source
v5.65.5Compare Source
v5.65.4Compare Source
v5.65.3Compare Source
v5.65.2Compare Source
v5.65.1Compare Source
v5.65.0Compare Source
v5.64.0Compare Source
v5.63.3Compare Source
v5.63.2Compare Source
v5.63.1Compare Source
v5.63.0Compare Source
v5.62.3Compare Source
v5.62.2Compare Source
v5.62.1Compare Source
v5.62.0Compare Source
v5.61.1Compare Source
v5.61.0Compare Source
v5.60.0Compare Source
v5.59.4Compare Source
v5.59.3Compare Source
codemirror/CodeMirror (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.14Compare Source
Bug fixes
clike mode: Fix poor indentation in some Java code.
nsis mode: Recognize
!assertcommand.lint addon: Remove broken annotation deduplication.
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.9Compare 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.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.5Compare 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.4Compare 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.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.2Compare 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.1Compare Source
Bug fixes
Fix an issue with mouse scrolling on Chrome 94 Windows, which made scrolling by wheel move unusably slow.
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.1Compare 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.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.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 these updates again.