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 #1720

Merged
merged 1 commit into from
May 16, 2024
Merged

Update CodeMirror #1720

merged 1 commit into from
May 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.15.0 -> 6.16.0 age adoption passing confidence
@codemirror/commands 6.3.3 -> 6.5.0 age adoption passing confidence
@codemirror/lang-html 6.4.8 -> 6.4.9 age adoption passing confidence
@codemirror/lang-markdown 6.2.4 -> 6.2.5 age adoption passing confidence
@codemirror/language-data 6.4.1 -> 6.5.1 age adoption passing confidence
@codemirror/lint 6.5.0 -> 6.7.0 age adoption passing confidence
@codemirror/view 6.26.0 -> 6.26.3 age adoption passing confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.16.0

Compare Source

New features

The new activateOnCompletion option allows autocompletion to be configured to chain completion activation for some types of completions.

codemirror/commands (@​codemirror/commands)

v6.5.0

Compare Source

New features

The insertNewlineKeepIndent command inserts a newline along with the same indentation as the line before.

v6.4.0

Compare Source

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.

codemirror/lang-html (@​codemirror/lang-html)

v6.4.9

Compare Source

Bug fixes

Fix a bug in autoCloseTags that made tags not close when typing > after an attribute.

codemirror/lang-markdown (@​codemirror/lang-markdown)

v6.2.5

Compare Source

Bug fixes

Disable folding for list nodes (since it will shadow the folding on the first list item).

codemirror/language-data (@​codemirror/language-data)

v6.5.1

Compare Source

Bug fixes

Properly specify the dependency on @​codemirror/legacy-modes version 6.4.

v6.5.0

Compare Source

Bug fixes

Use the new full Go language mode for Go code.

New features

Include data for legacy Pug mode.

codemirror/lint (@​codemirror/lint)

v6.7.0

Compare Source

New features

The renderMessage function is now called with the editor view as first argument.

v6.6.0

Compare Source

New features

The new hideOn configuration option can be used to control in what circumstances lint tooltips get hidden by state changes.

codemirror/view (@​codemirror/view)

v6.26.3

Compare Source

Bug fixes

Fix an issue where dispatching an update to an editor before it measured itself for the first time could cause the scroll position to incorrectly move.

Fix a crash when multiple tooltips with arrows are shown.

v6.26.2

Compare Source

Bug fixes

Improve behavior of scrollPastEnd in a scaled editor.

When available, use Selection.getComposedRanges on Safari to find the selection inside a shadow DOM.

Remove the workaround that avoided inappropriate styling on composed text after a decoration again, since it breaks the stock Android virtual keyboard.

v6.26.1

Compare Source

Bug fixes

Fix the editor getting stuck in composition when Safari fails to fire a compositionend event for a dead key composition.

Fix an issue where, with IME systems that kept the cursor at the start of the composed text, the editor misidentified the target node and disrupted composition.

Fix a bug where in a line-wrapped editor, with some content, the initial scroll position would be off from the top of the document.


Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

stackblitz bot commented Mar 31, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Contributor

github-actions bot commented Mar 31, 2024

Project Preview URL1
Limber https://renovate/codemirror.limber-glimdown.pages.dev
Tutorial https://renovate/codemirror.limber-glimmer-tutorial.pages.dev

Logs

Footnotes

  1. if these branch preview links are not working, please check the logs for the commit-based preview link. There is a character limit of 28 for the branch subdomain, as well as some other heuristics, described here for the sake of implementation ease in deploy-preview.yml, that algo has been omitted. The URLs are logged in the wrangler output, but it's hard to get outputs from a matrix job.

@renovate renovate bot force-pushed the renovate/codemirror branch from ca4223e to 0b63676 Compare March 31, 2024 21:26
@renovate renovate bot force-pushed the renovate/codemirror branch from 0b63676 to 2e4e5c8 Compare April 7, 2024 22:47
@renovate renovate bot force-pushed the renovate/codemirror branch from 2e4e5c8 to c920be9 Compare April 14, 2024 22:54
@renovate renovate bot changed the title Update dependency @codemirror/view to v6.26.1 Update CodeMirror Apr 14, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch from c920be9 to 67be78b Compare April 21, 2024 22:15
@renovate renovate bot force-pushed the renovate/codemirror branch from 67be78b to eed0a04 Compare April 28, 2024 22:29
@renovate renovate bot force-pushed the renovate/codemirror branch from eed0a04 to fd9bb7c Compare May 5, 2024 22:30
@renovate renovate bot force-pushed the renovate/codemirror branch from fd9bb7c to 2105aaf Compare May 12, 2024 22:02
@NullVoxPopuli NullVoxPopuli merged commit 58c7cc4 into main May 16, 2024
9 checks passed
@NullVoxPopuli NullVoxPopuli deleted the renovate/codemirror branch May 16, 2024 23:52
@github-actions github-actions bot mentioned this pull request May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant