[PR #2482] [CLOSED] chore(deps): bump @codemirror/commands from 0.19.8 to 6.0.1 #3840

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2482
Author: @dependabot[bot]
Created: 7/4/2022
Status: Closed

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


📝 Commits (1)

  • 8522e86 chore(deps): bump @codemirror/commands from 0.19.8 to 6.0.1

📊 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.0.1.

Changelog

Sourced from @​codemirror/commands's changelog.

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/2482 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/commands-6.0.1` --- ### 📝 Commits (1) - [`8522e86`](https://github.com/hoppscotch/hoppscotch/commit/8522e86f3365f03cd3cc8f56b4166857e9f80dab) chore(deps): bump @codemirror/commands from 0.19.8 to 6.0.1 ### 📊 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.0.1. <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.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/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><a href="https://github.com/codemirror/commands/commit/56b0ca663debd6b41e6ca72d67a78af7bf6bb3be"><code>56b0ca6</code></a> Make sure by-page cursor motion doesn't accidentally skip too far</li> <li><a href="https://github.com/codemirror/commands/commit/3306d67cfe79b406e615fe76643e5a24ca6971ff"><code>3306d67</code></a> Mark version 0.20.0</li> <li><a href="https://github.com/codemirror/commands/commit/176f9cffae2d9213ede6de6d67ea5ee594e90241"><code>176f9cf</code></a> Bump lezer version to 0.16.0</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/commands/compare/0.19.8...6.0.1">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.0.1)](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:25:03 +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#3840
No description provided.