Skip to content

fix(dependencies): update codemirror editor packages to ^0.20.0#362

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/codemirror-editor-packages
Open

fix(dependencies): update codemirror editor packages to ^0.20.0#362
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/codemirror-editor-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 20, 2023

This PR contains the following updates:

Package Change Age Confidence
@codemirror/commands ^0.19.8^0.20.0 age confidence
@codemirror/lang-javascript ^0.19.7^0.20.0 age confidence
@codemirror/lang-json ^0.19.2^0.20.0 age confidence
@codemirror/lang-markdown ^0.19.6^0.20.0 age confidence
@codemirror/lang-python ^0.19.5^0.20.0 age confidence
@codemirror/lang-sql ^0.19.4^0.20.0 age confidence
@codemirror/lang-xml ^0.19.2^0.20.0 age confidence
@codemirror/state ^0.19.9^0.20.0 age confidence

Release Notes

codemirror/commands (@​codemirror/commands)

v0.20.0

Compare Source

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.

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

v0.20.1

Compare Source

New features

localCompletionSource (included in the support extensions returned from javascript) now provides a way to complete locally-defined names.

v0.20.0

Compare Source

New features

The new autoCloseTags extension (included by default in the javascript language extension when jsx is configured) finishes JSX closing tags when you type a > or / character.

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

v0.20.0

Compare Source

Breaking changes

Update dependencies to 0.20.0

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

v0.20.1

Compare Source

New features

The codeLanguages option to markdown may now be a function from an info string to a language.

v0.20.0

Compare Source

New features

insertNewlineContinueMarkup can now continue task lists. Move highlighting information into @​lezer/markdown

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

v0.20.0

Compare Source

Bug fixes

Add folding information for set and tuple expressions.

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

v0.20.4

Compare Source

New features

Schema completion descriptions may now include dots in table names to indicate nested schemas.

v0.20.3

Compare Source

Bug fixes

Fix a bug where the slash at the end of block comments wasn't considered part of the comment token.

v0.20.2

Compare Source

Bug fixes

Fix an infinite recursion bug in schemaCompletionSource.

v0.20.1

Compare Source

Breaking changes

The schemaCompletion and keywordCompletion exports, which returned extensions, have been replaced with schemaCompletionSource and keywordCompletionSource, which return completion sources. The old exports will remain available until the next major version.

v0.20.0

Compare Source

Bug fixes

Fix autocompletion on columns when the table name is written with upper-case letters. Move to @​lezer/highlight

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

v0.20.0

Compare Source

Breaking changes

Update dependencies to 0.20.0

codemirror/state (@​codemirror/state)

v0.20.1

Compare Source

New features

EditorView.phrase now accepts additional arguments, which it will interpolate into the phrase in the place of $ markers.

v0.20.0

Compare Source

Breaking changes

The deprecated precedence names fallback, extend, and override were removed from the library.

Bug fixes

Fix a bug where, if an extension value occurs multiple times, its lowest, rather than highest precedence is used.

Fix an issue where facets with computed inputs would unneccesarily have their outputs recreated on state reconfiguration.

Fix a bug in the order in which new values for state fields and facets were computed, which could cause dynamic facets to hold the wrong value in some situations.

New features

The exports from @​codemirror/rangeset now live in this package.

The exports from @​codemirror/text now live in this package.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 12pm on Wednesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/codemirror-editor-packages branch from 3ec3640 to 649f0ef Compare October 21, 2023 03:45
@renovate renovate Bot force-pushed the renovate/codemirror-editor-packages branch from 649f0ef to 66288d0 Compare August 10, 2025 14:46
@renovate renovate Bot force-pushed the renovate/codemirror-editor-packages branch from 66288d0 to bde6a9a Compare April 21, 2026 19:11
@renovate renovate Bot force-pushed the renovate/codemirror-editor-packages branch from bde6a9a to 3666c30 Compare May 12, 2026 10:36
@renovate renovate Bot force-pushed the renovate/codemirror-editor-packages branch from 3666c30 to 7930368 Compare May 14, 2026 16:48
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.

0 participants