chore(deps): update dependency @codemirror/commands to v6
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @codemirror/commands | 0.19.3 -> 6.5.0 |
Release Notes
codemirror/commands (@codemirror/commands)
v6.5.0
New features
The insertNewlineKeepIndent command inserts a newline along with the same indentation as the line before.
v6.4.0
Bug fixes
Fix an issue where deleteLine sometimes leaves the cursor on the wrong line.
New features
The new deleteCharBackwardStrict command just deletes a character, without further smart behavior around indentation.
v6.3.3
Bug fixes
Fix an issue causing cursor motion commands to not dispatch a transaction when the change only affects cursor associativity.
v6.3.2
Bug fixes
Fix a regression that caused deleteCharBackward to sometimes delete a large chunk of text.
v6.3.1
Bug fixes
When undoing, store the selection after the undone change with the redo event, so that redoing restores it.
deleteCharBackward will no longer delete variant selector characters as separate characters.
v6.3.0
Bug fixes
Make it possible for selectParentSyntax to jump out of or into a syntax tree overlay.
Make Cmd-Backspace and Cmd-Delete on macOS delete to the next line wrap point, not the start/end of the line.
New features
The new deleteLineBoundaryForward and deleteLineBoundaryBackward commands delete to the start/end of the line or the next line wrapping point.
v6.2.5
Bug fixes
Make insertNewlineAndIndent properly count indentation for tabs when copying over the previous line's indentation.
The various sub-word motion commands will now use Intl.Segmenter, when available, to stop at CJK language word boundaries.
Fix a bug in insertNewlineAndIndent that would delete text between brackets if it had no corresponding AST node.
v6.2.4
Bug fixes
The by-subword motion commands now properly treat dashes, underscores, and similar as subword separators.
v6.2.3
Bug fixes
Block commenting the selection no longer includes indentation on the first line.
v6.2.2
Bug fixes
Fix a bug where line commenting got confused when commenting a range that crossed language boundaries.
v6.2.1
Bug fixes
Keep cursor position stable in cursorPageUp/cursorPageDown when there are panels or other scroll margins active.
Make sure toggleComment doesn't get thrown off by local language nesting, by fetching the language data for the start of the selection line.
v6.2.0
New features
The new joinToEvent history configuration option allows you to provide custom logic that determines whether a new transaction is added to an existing history event.
v6.1.3
Bug fixes
Preserve selection bidi level when extending the selection, to prevent shift-selection from getting stuck in some kinds of bidirectional text.
v6.1.2
Bug fixes
Fix a bug that caused deletion commands on non-empty ranges to incorrectly return false and do nothing, causing the editor to fall back to native behavior.
v6.1.1
Bug fixes
Make sure the selection endpoints are moved out of atomic ranges when applying a deletion command to a non-empty selection.
v6.1.0
Bug fixes
Prevent native behavior on Ctrl/Cmd-ArrowLeft/ArrowRight bindings, so that browsers with odd bidi behavior won't do the wrong thing at start/end of line.
Cmd-ArrowLeft/Right on macOS now moves the cursor in the direction of the arrow even in right-to-left content.
New features
The new cursorLineBoundaryLeft/Right and selectLineBoundaryLeft/Right commands allow directional motion to line boundaries.
v6.0.1
Bug fixes
Announce to the screen reader when the selection is deleted.
Also bind Ctrl-Shift-z to redo on Linux.
v6.0.0
Bug fixes
Fix a bug where by-page selection commands sometimes moved one line too far.
v0.20.0
Breaking changes
There is no longer a separate commentKeymap. Those bindings are now part of defaultKeymap.
Bug fixes
Make cursorPageUp and cursorPageDown move by window height when the editor is higher than the window.
Make sure the default behavior of Home/End is prevented, since it could produce unexpected results on macOS.
New features
The exports from @codemirror/comment are now available in this package.
The exports from the @codemirror/history package are now available from this package.
v0.19.8
Bug fixes
deleteCharBackward now removes extending characters one at a time, rather than deleting the entire glyph at once.
Alt-v is no longer bound in emacsStyleKeymap and macOS's standardKeymap, because macOS doesn't bind it by default and it conflicts with some keyboard layouts.
v0.19.7
Bug fixes
Don't bind Alt-< and Alt-> on macOS by default, since those interfere with some keyboard layouts. Make cursorPageUp/Down scroll the view to keep the cursor in place
cursorPageUp and cursorPageDown now scroll the view by the amount that the cursor moved.
v0.19.6
Bug fixes
The standard keymap no longer overrides Shift-Delete, in order to allow the native behavior of that key to happen on platforms that support it.
v0.19.5
New features
Adds an insertBlankLine command which creates an empty line below the selection, and binds it to Mod-Enter in the default keymap.
v0.19.4
Bug fixes
Make commands that affect the editor's content check state.readOnly and return false when that is true.
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| query-console-demo | ❌ Failed (Inspect) | Apr 19, 2024 5:40pm |