chore(deps): update codemirror#283
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
bd86142 to
a183488
Compare
a183488 to
27c20bf
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
4edb085 to
4cda35c
Compare
c71c852 to
4477fd8
Compare
4477fd8 to
455a52e
Compare
58b2f9d to
b7b93d0
Compare
3796d96 to
6049b27
Compare
5fc9afe to
475944a
Compare
475944a to
1c81f85
Compare
1c81f85 to
b335fcd
Compare
b335fcd to
7047dc1
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:
^6.18.7→^6.20.1^6.8.1→^6.10.3^6.3.4→^6.5.0^6.11.3→^6.12.3^6.5.1→^6.5.2^6.5.11→^6.7.0^6.5.2→^6.6.0^6.38.3→^6.41.1Release Notes
codemirror/autocomplete (@codemirror/autocomplete)
v6.20.1Compare Source
Bug fixes
Clicking the horizontal dots at the top/bottom of a list of completion options now moves the selection there, so that more completions become visible.
v6.20.0Compare Source
New features
Completions now support a
sortTextproperty to influence sort order.v6.19.1Compare Source
Bug fixes
Make sure a completion's info panel is associated with that completion in the accessibility tree.
v6.19.0Compare Source
New features
Completion sections may now set their rank to
dynamicto indicate their order should be determined by the matching score of their best-matching option.codemirror/commands (@codemirror/commands)
v6.10.3Compare Source
Bug fixes
Make sure selection-extending commands preserve the associativity of the selection head.
v6.10.2Compare Source
Bug fixes
Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.
v6.10.1Compare Source
Bug fixes
Fix a bug where
copyLineDownwould leave the cursor on the wrong line when it was at the start of the line.v6.10.0Compare Source
New features
The new
deleteGroupForwardWincommand provides by-group forward deletion using the Windows convention.v6.9.0Compare Source
Bug fixes
Prevent the default behavior of backspace and delete keys, to prevent the browser from doing anything creative when there's nothing to delete.
New features
Implement new
addCursorAboveandaddCursorBelowcommands. Bind them to Mod-Alt-ArrowUp/Down in the default keymap.codemirror/lang-markdown (@codemirror/lang-markdown)
v6.5.0Compare Source
New features
Add a variant of
insertNewlineContinueMarkupthat supports configuration options.v6.4.0Compare Source
New features
The new
pasteURLAsLinkextension allows you to paste URLs over a selection to quickly create a link.codemirror/language (@codemirror/language)
v6.12.3Compare Source
Bug fixes
Fix a crash in
bracketMatchingwhen composing at end of document.v6.12.2Compare Source
Bug fixes
Make sure brackets are highlighted in the initial editor state.
Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.
v6.12.1Compare Source
Bug fixes
Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.
v6.12.0Compare Source
codemirror/language-data (@codemirror/language-data)
v6.5.2Compare Source
Bug fixes
Use the new @codemirror/lang-jinja package for Jinja code.
Recognize more extensions for XQuery.
codemirror/state (@codemirror/state)
v6.6.0Compare Source
New features
EditorSelection.rangenow takes an optionalassocargument.SelectionRange.extendcan now be given a third argument to specify associativity.v6.5.4Compare Source
Bug fixes
Make
SelectionRange.eqreturn false when the ranges have different goal columns.v6.5.3Compare Source
Bug fixes
Fix an issue where
RangeValue.eqcould get called with a value of a different class.EditorState.charCategorizernow only uses the highest-precedence set of word characters from the language data, to allow overriding these.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.