Skip to content

Comments

chore(deps): bump the codemirror group with 10 updates#13

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/codemirror-0e62ed7a6a
Closed

chore(deps): bump the codemirror group with 10 updates#13
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/codemirror-0e62ed7a6a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps the codemirror group with 10 updates:

Package From To
@codemirror/autocomplete 6.18.6 6.20.0
@codemirror/commands 6.8.1 6.10.2
@codemirror/lang-html 6.4.9 6.4.11
@codemirror/lang-markdown 6.3.3 6.5.0
@codemirror/language 6.11.2 6.12.1
@codemirror/search 6.5.11 6.6.0
@codemirror/state 6.5.2 6.5.4
@codemirror/view 6.38.1 6.39.15
@lezer/highlight 1.2.1 1.2.3
@uiw/codemirror-theme-vscode 4.24.1 4.25.4

Updates @codemirror/autocomplete from 6.18.6 to 6.20.0

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.20.0 (2025-11-20)

New features

Completions now support a sortText property to influence sort order.

6.19.1 (2025-10-23)

Bug fixes

Make sure a completion's info panel is associated with that completion in the accessibility tree.

6.19.0 (2025-09-26)

New features

Completion sections may now set their rank to dynamic to indicate their order should be determined by the matching score of their best-matching option.

6.18.7 (2025-09-02)

Bug fixes

Add a binding for Alt-i to trigger startCompletion, following VS Code's current default bindings.

Improve handling of nested fields in snippets.

Commits
  • d5e37b3 Mark version 6.20.0
  • 7c8e0d5 Add support for Completion.sortText
  • 8f88a0e Mark version 6.19.1
  • f098482 Set info panel as description of the option in accessibility tree
  • 27bbf99 Mark version 6.19.0
  • 9be8852 Allow completion sections to have a dynamic rank
  • 0e49b08 Mark version 6.18.7
  • 0b3a0a9 Support nested snippet fields
  • ab0a899 Add Alt-i as a key for startCompletion
  • 10ea060 Switch from exclamation point to declare syntax for type-only properties
  • Additional commits viewable in compare view

Updates @codemirror/commands from 6.8.1 to 6.10.2

Changelog

Sourced from @​codemirror/commands's changelog.

6.10.2 (2026-02-06)

Bug fixes

Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.

6.10.1 (2025-12-17)

Bug fixes

Fix a bug where copyLineDown would leave the cursor on the wrong line when it was at the start of the line.

6.10.0 (2025-10-23)

New features

The new deleteGroupForwardWin command provides by-group forward deletion using the Windows convention.

6.9.0 (2025-10-02)

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 addCursorAbove and addCursorBelow commands. Bind them to Mod-Alt-ArrowUp/Down in the default keymap.

Commits
  • dbae3a1 Mark version 6.10.2
  • beecd58 Use a more reasonable start selection for the inverse of applied history events
  • 0587e5d Add a test cursorLineDown skipping trailing inline widgets
  • fe13f95 Add some more explicit type annotations
  • 2f99b7b Use git+https format for package.json repository field
  • a6196d9 Query configuration at start of line in changeLineComment
  • 42bc68c Mark version 6.10.1
  • 7b0a163 Properly map the selection in copyLineDown
  • 6b76f57 Add some more vertical motion tests
  • 7d60253 Add some tests for cursorLineUp/Down
  • Additional commits viewable in compare view

Updates @codemirror/lang-html from 6.4.9 to 6.4.11

Changelog

Sourced from @​codemirror/lang-html's changelog.

6.4.11 (2025-10-02)

Bug fixes

Adjust autocompletion to work with @​lezer/html's improved handling of < characters without tag name after them.

6.4.10 (2025-09-11)

Bug fixes

Don't include period characters in the language's word characters.

Commits

Updates @codemirror/lang-markdown from 6.3.3 to 6.5.0

Changelog

Sourced from @​codemirror/lang-markdown's changelog.

6.5.0 (2025-10-23)

New features

Add a variant of insertNewlineContinueMarkup that supports configuration options.

6.4.0 (2025-10-02)

New features

The new pasteURLAsLink extension allows you to paste URLs over a selection to quickly create a link.

6.3.4 (2025-08-01)

Bug fixes

Make sure header-based indentation is available even when Markdown isn't the editor's top-level language.

Commits

Updates @codemirror/language from 6.11.2 to 6.12.1

Changelog

Sourced from @​codemirror/language's changelog.

6.12.1 (2025-12-22)

Bug fixes

Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.

6.11.3 (2025-08-15)

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

Commits
  • bcc504c Mark version 6.12.1
  • d131a0f Use EnterBracketed mode when finding inner language
  • f096668 Revert "Support reconfiguration of an LRLanguage's language data"
  • 43dadca Mark version 6.12.0
  • a8de2ea Support reconfiguration of an LRLanguage's language data
  • 51cdc78 Fix typo in a doc comment.
  • 9c41d68 Mark version 6.11.3
  • 1979f0d Reduce StreamParser chunk size
  • See full diff in compare view

Updates @codemirror/search from 6.5.11 to 6.6.0

Changelog

Sourced from @​codemirror/search's changelog.

6.6.0 (2026-01-13)

New features

Search queries now support a generic test field that can be used to implement custom tests on matches.

Commits
  • 502b2e4 Mark version 6.6.0
  • 9b9e121 Allocate less closures in test function implementation
  • d554699 Add a test field to search query objects
  • 9a54e64 Use git+https format for package.json repository field
  • 3fd68b9 Simplify gotoLine using the new showDialog utility
  • See full diff in compare view

Updates @codemirror/state from 6.5.2 to 6.5.4

Changelog

Sourced from @​codemirror/state's changelog.

6.5.4 (2026-01-14)

Bug fixes

Make SelectionRange.eq return false when the ranges have different goal columns.

6.5.3 (2025-12-22)

Bug fixes

Fix an issue where RangeValue.eq could get called with a value of a different class.

EditorState.charCategorizer now only uses the highest-precedence set of word characters from the language data, to allow overriding these.

Commits
  • 8897323 Mark version 6.5.4
  • 75518c0 Include goal column when comparing selection ranges
  • a0889f8 Use git+https format for package.json repository field
  • b2cbf25 Mark version 6.5.3
  • 386d55d Make charCategorizer only use the highest-precedence set of word chars
  • aa4ca3c Document RangeCursor.goto
  • 32c46fa Don't call RangeValue.eq on values of different class
  • 127f07c Fix superfluous calls to boundChange
  • c24cde9 Remove some trailing whitespace
  • fc068ed Fix mapPos documentation
  • Additional commits viewable in compare view

Updates @codemirror/view from 6.38.1 to 6.39.15

Changelog

Sourced from @​codemirror/view's changelog.

6.39.15 (2026-02-20)

Bug fixes

Fix a regression where the editor would forget previously measured line heights without good reason.

Fix an issue where scrolling the cursor into view sometimes wouldn't work on Chrome Android.

Fix a bug that broke composition inside of block wrappers.

6.39.14 (2026-02-12)

Bug fixes

Improve performance of posAtCoords on long lines.

Fix a regression where copy and cut in a shadow DOM on Safari would fall back to the native behavior, often copying the wrong text.

6.39.13 (2026-02-08)

Bug fixes

Fix an issue where a widget at start or end of line, when wrapped to cover that whole line, could block vertical cursor motion.

Fix an issue EditorView.moveVertically that would sometimes cause selection-extending vertical motion to get stuck on line wrapping points.

6.39.12 (2026-01-30)

Bug fixes

Fix a bug where the visual selection drawn by drawSelection could fail to update properly in some circumstances.

Fix a bug where PageUp/PageDown near the edge of the viewport might completely skip to the start/end of the document.

Fix a regression that caused mark decorations to be split on text node chunk boundaries again.

6.39.11 (2026-01-14)

Bug fixes

Avoid handling copy events for parent editors.

6.39.10 (2026-01-13)

Bug fixes

Fix a regression in the way widget are reused when content next to them changes.

Make sure font metrics get recomputed on fonts.ready even if the line height doesn't change.

... (truncated)

Commits
  • 218358b Mark version 6.39.15
  • f8458ad Fix a bug that broke composition inside of block wrappers
  • e7ca47d Add a kludge to scroll things into view in the presence of a mobile virtual v...
  • f619d7f Avoid unnecessary height refreshes
  • 9b8a0bd Mark version 6.39.14
  • 754829b Fix a regression in copy/cut on Safari in shadow DOM
  • d2c38fb Try to tweak test to run on CI
  • a308203 Rewrite posAtCoords algorithm for inline content
  • b3362d2 Add some more coordsAtPos tests
  • 6a93b6f Mark version 6.39.13
  • Additional commits viewable in compare view

Updates @lezer/highlight from 1.2.1 to 1.2.3

Changelog

Sourced from @​lezer/highlight's changelog.

1.2.3 (2025-10-26)

Bug fixes

Fix a regression in 1.2.2 when assigning new highlight tags to nodes.

1.2.2 (2025-10-17)

Bug fixes

Fix an issue where adding additional highlighting info for a node that already had some rule would drop the old info.

Commits
  • 37e3eef Mark version 1.2.3
  • 3c2d268 Fix bug in highlight rule node prop combiner
  • 675eccd Mark version 1.2.2
  • ac0d436 Define a merge function for the highlight rule node prop
  • de347b6 Fix outdated example in doc comment
  • See full diff in compare view

Updates @uiw/codemirror-theme-vscode from 4.24.1 to 4.25.4

Release notes

Sourced from @​uiw/codemirror-theme-vscode's releases.

v4.25.4

Buy me a coffee

Documentation v4.25.4: https://raw.githack.com/uiwjs/react-codemirror/c6e2bc9/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.3...v4.25.4

npm i @uiw/react-codemirror@4.25.4

v4.25.3

Buy me a coffee

Documentation v4.25.3: https://raw.githack.com/uiwjs/react-codemirror/9161ac5/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.2...v4.25.3

npm i @uiw/react-codemirror@4.25.3

v4.25.2

Buy me a coffee

Documentation v4.25.2: https://raw.githack.com/uiwjs/react-codemirror/81b52d5/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.1...v4.25.2

npm i @uiw/react-codemirror@4.25.2

v4.25.1

Buy me a coffee

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​uiw/codemirror-theme-vscode since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the codemirror group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.18.6` | `6.20.0` |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.8.1` | `6.10.2` |
| [@codemirror/lang-html](https://github.com/codemirror/lang-html) | `6.4.9` | `6.4.11` |
| [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.3.3` | `6.5.0` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.11.2` | `6.12.1` |
| [@codemirror/search](https://github.com/codemirror/search) | `6.5.11` | `6.6.0` |
| [@codemirror/state](https://github.com/codemirror/state) | `6.5.2` | `6.5.4` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.38.1` | `6.39.15` |
| [@lezer/highlight](https://github.com/lezer-parser/highlight) | `1.2.1` | `1.2.3` |
| [@uiw/codemirror-theme-vscode](https://github.com/uiwjs/react-codemirror) | `4.24.1` | `4.25.4` |


Updates `@codemirror/autocomplete` from 6.18.6 to 6.20.0
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md)
- [Commits](codemirror/autocomplete@6.18.6...6.20.0)

Updates `@codemirror/commands` from 6.8.1 to 6.10.2
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.8.1...6.10.2)

Updates `@codemirror/lang-html` from 6.4.9 to 6.4.11
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-html@6.4.9...6.4.11)

Updates `@codemirror/lang-markdown` from 6.3.3 to 6.5.0
- [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-markdown@6.3.3...6.5.0)

Updates `@codemirror/language` from 6.11.2 to 6.12.1
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.11.2...6.12.1)

Updates `@codemirror/search` from 6.5.11 to 6.6.0
- [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md)
- [Commits](codemirror/search@6.5.11...6.6.0)

Updates `@codemirror/state` from 6.5.2 to 6.5.4
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](codemirror/state@6.5.2...6.5.4)

Updates `@codemirror/view` from 6.38.1 to 6.39.15
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.38.1...6.39.15)

Updates `@lezer/highlight` from 1.2.1 to 1.2.3
- [Changelog](https://github.com/lezer-parser/highlight/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/highlight@1.2.1...1.2.3)

Updates `@uiw/codemirror-theme-vscode` from 4.24.1 to 4.25.4
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.24.1...v4.25.4)

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-version: 6.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@codemirror/lang-html"
  dependency-version: 6.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
- dependency-name: "@codemirror/lang-markdown"
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@codemirror/language"
  dependency-version: 6.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@codemirror/search"
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@codemirror/state"
  dependency-version: 6.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@lezer/highlight"
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
- dependency-name: "@uiw/codemirror-theme-vscode"
  dependency-version: 4.25.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2026

Labels

The following labels could not be found: chore, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@zebbern
Copy link
Owner

zebbern commented Feb 22, 2026

Closing — 10 CodeMirror updates at once needs manual testing to verify editor behavior. Will handle as part of a focused upgrade session.

@zebbern zebbern closed this Feb 22, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/codemirror-0e62ed7a6a branch February 22, 2026 01:58
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