[PR #2620] [CLOSED] chore(deps): bump @codemirror/commands from 0.19.8 to 6.1.0 #3944

Closed
opened 2026-03-17 01:30:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2620
Author: @dependabot[bot]
Created: 8/29/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/codemirror/commands-6.1.0


📝 Commits (1)

  • be18f3a chore(deps): bump @codemirror/commands from 0.19.8 to 6.1.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps @codemirror/commands from 0.19.8 to 6.1.0.

Changelog

Sourced from @​codemirror/commands's changelog.

6.1.0 (2022-08-18)

Bug fixes

Prevent native behavior on Ctrl/Cmd-ArrowLeft/ArrowRight bindings, so that browsers with odd bidi behavior won't do the wrong thing at start/end of line.

Cmd-ArrowLeft/Right on macOS now moves the cursor in the direction of the arrow even in right-to-left content.

New features

The new cursorLineBoundaryLeft/Right and selectLineBoundaryLeft/Right commands allow directional motion to line boundaries.

6.0.1 (2022-06-30)

Bug fixes

Announce to the screen reader when the selection is deleted.

Also bind Ctrl-Shift-z to redo on Linux.

6.0.0 (2022-06-08)

Bug fixes

Fix a bug where by-page selection commands sometimes moved one line too far.

0.20.0 (2022-04-20)

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.

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2620 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/29/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/commands-6.1.0` --- ### 📝 Commits (1) - [`be18f3a`](https://github.com/hoppscotch/hoppscotch/commit/be18f3a95b186530ffa1e7741082f77bde2529ac) chore(deps): bump @codemirror/commands from 0.19.8 to 6.1.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@codemirror/commands](https://github.com/codemirror/commands) from 0.19.8 to 6.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/commands/blob/main/CHANGELOG.md"><code>@​codemirror/commands</code>'s changelog</a>.</em></p> <blockquote> <h2>6.1.0 (2022-08-18)</h2> <h3>Bug fixes</h3> <p>Prevent native behavior on Ctrl/Cmd-ArrowLeft/ArrowRight bindings, so that browsers with odd bidi behavior won't do the wrong thing at start/end of line.</p> <p>Cmd-ArrowLeft/Right on macOS now moves the cursor in the direction of the arrow even in right-to-left content.</p> <h3>New features</h3> <p>The new <code>cursorLineBoundaryLeft</code>/<code>Right</code> and <code>selectLineBoundaryLeft</code>/<code>Right</code> commands allow directional motion to line boundaries.</p> <h2>6.0.1 (2022-06-30)</h2> <h3>Bug fixes</h3> <p>Announce to the screen reader when the selection is deleted.</p> <p>Also bind Ctrl-Shift-z to redo on Linux.</p> <h2>6.0.0 (2022-06-08)</h2> <h3>Bug fixes</h3> <p>Fix a bug where by-page selection commands sometimes moved one line too far.</p> <h2>0.20.0 (2022-04-20)</h2> <h3>Breaking changes</h3> <p>There is no longer a separate <code>commentKeymap</code>. Those bindings are now part of <code>defaultKeymap</code>.</p> <h3>Bug fixes</h3> <p>Make <code>cursorPageUp</code> and <code>cursorPageDown</code> move by window height when the editor is higher than the window.</p> <p>Make sure the default behavior of Home/End is prevented, since it could produce unexpected results on macOS.</p> <h3>New features</h3> <p>The exports from <code>@​codemirror/comment</code> are now available in this package.</p> <p>The exports from the <code>@​codemirror/history</code> package are now available from this package.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/commands/commit/203778f6094f114d488235583bdf95b2bb85642c"><code>203778f</code></a> Mark version 6.1.0</li> <li><a href="https://github.com/codemirror/commands/commit/9b33a5b5c6d925f05dee6613f75439558921bb86"><code>9b33a5b</code></a> Add left/right line boundary motion commands</li> <li><a href="https://github.com/codemirror/commands/commit/81a47fb4a7601793bf620bf727b136d6e8ccf20f"><code>81a47fb</code></a> Add preventDefault flag to mod-left/right bindings</li> <li><a href="https://github.com/codemirror/commands/commit/b4f71a637d38fca963020ca2c41c6e2d637f11a0"><code>b4f71a6</code></a> Mark version 6.0.1</li> <li><a href="https://github.com/codemirror/commands/commit/8a9005e8c91fd3a0b40de034211a12120bb7bb67"><code>8a9005e</code></a> Bind ctrl-shift-z for redo on Linux</li> <li><a href="https://github.com/codemirror/commands/commit/92b893bdb7771020c610b1503f82704d7357ad86"><code>92b893b</code></a> Add a test for <a href="https://github-redirect.dependabot.com/codemirror/dev/issues/868">codemirror/dev#868</a></li> <li><a href="https://github.com/codemirror/commands/commit/54f15fc220eec0e169a7a027db4901626952300e"><code>54f15fc</code></a> Announce 'selection deleted' when deleting the selection</li> <li><a href="https://github.com/codemirror/commands/commit/187e50df97ec2c90e2eca35d2288e90fd691ff6d"><code>187e50d</code></a> Follow repository rename</li> <li><a href="https://github.com/codemirror/commands/commit/cc4201ac377f55f716a94fc0a77a734a6b2f44ed"><code>cc4201a</code></a> Update website links in readme</li> <li><a href="https://github.com/codemirror/commands/commit/adf7bf10578e9c9d49fe74d84b23d6154088c648"><code>adf7bf1</code></a> Mark version 6.0.0</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/commands/compare/0.19.8...6.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/commands&package-manager=npm_and_yarn&previous-version=0.19.8&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:30:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3944
No description provided.