Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CodeMirror #88

Merged
merged 1 commit into from
Jun 26, 2023
Merged

Update CodeMirror #88

merged 1 commit into from
Jun 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.8.0 -> 6.8.1 age adoption passing confidence
@codemirror/lang-html 6.4.4 -> 6.4.5 age adoption passing confidence
@codemirror/lint 6.2.2 -> 6.3.0 age adoption passing confidence
@codemirror/view 6.13.2 -> 6.14.0 age adoption passing confidence

Release Notes

codemirror/autocomplete

v6.8.1

Compare Source

Bug fixes

acceptCompletion now returns false (allowing other handlers to take effect) when the completion popup is open but disabled.

codemirror/lang-html

v6.4.5

Compare Source

Bug fixes

Fix a bug where HTML autocompletion didn't work when the cursor was at the end of a bit of HTML code inside a mixed-language document.

codemirror/lint

v6.3.0

Compare Source

New features

A new previousDiagnostic command can be used to move back through the active diagnostics.

codemirror/view

v6.14.0

Compare Source

Bug fixes

When dragging text inside the editor, look at the state of Ctrl (or Alt on macOS) at the time of the drop, not the start of drag, to determine whether to move or copy the text.

Fix an issue where having a bunch of padding on lines could cause vertical cursor motion and posAtCoords to jump over lines.

New features

Block widget decorations can now be given an inlineOrder option to make them appear in the same ordering as surrounding inline widgets.


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@keithamus keithamus merged commit 036d91f into main Jun 26, 2023
1 check passed
@renovate renovate bot deleted the renovate/codemirror branch June 26, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant