Skip to content

build(deps): update @codemirror/commands requirement from ^6.10.2 to ^6.10.3 in /frontend#91

Merged
vuon9 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/frontend/codemirror/commands-tw-6.10.3
Jun 10, 2026
Merged

build(deps): update @codemirror/commands requirement from ^6.10.2 to ^6.10.3 in /frontend#91
vuon9 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/frontend/codemirror/commands-tw-6.10.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on @codemirror/commands to permit the latest version.

Changelog

Sourced from @​codemirror/commands's changelog.

6.10.3 (2026-03-12)

Bug fixes

Make sure selection-extending commands preserve the associativity of the selection head.

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.

6.8.1 (2025-03-31)

Bug fixes

Fix an issue where creating a comment for a line that starts an inner language would use the comment style from the outer language.

6.8.0 (2025-01-08)

New features

The new cursorGroupForwardWin and selectGroupForwardWin commands implement Windows-style forward motion by group.

6.7.1 (2024-10-21)

Bug fixes

... (truncated)

Commits
  • 6f83cb9 Mark version 6.10.3
  • 8364073 Properly preserve selection associativity in selection-extending commands
  • aa61d5c Add more tests for vertical cursor and selection motion
  • See full diff in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 9, 2026
dependabot Bot and others added 2 commits June 11, 2026 00:20
Updates the requirements on [@codemirror/commands](https://github.com/codemirror/commands) to permit the latest version.
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.10.2...6.10.3)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@vuon9 vuon9 force-pushed the dependabot/npm_and_yarn/frontend/codemirror/commands-tw-6.10.3 branch from 164ccf4 to e453167 Compare June 10, 2026 17:21
@vuon9 vuon9 merged commit af2698c into main Jun 10, 2026
2 of 3 checks passed
@vuon9 vuon9 deleted the dependabot/npm_and_yarn/frontend/codemirror/commands-tw-6.10.3 branch June 10, 2026 17:22
@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage

Package Line Rate Health
devtoolbox/internal/barcode 93%
devtoolbox/internal/codeformatter 80%
devtoolbox/internal/converter 65%
devtoolbox/internal/datagenerator 81%
devtoolbox/internal/datetimeconverter 75%
devtoolbox/internal/jwt 47%
devtoolbox/internal/numberconverter 98%
devtoolbox/internal/settings 0%
devtoolbox/internal/themes 0%
Summary 70% (3726 / 5294)

Minimum allowed line rate is 60%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant