[PR #2622] [CLOSED] chore(deps): bump @codemirror/view from 0.19.48 to 6.2.1 #3941

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/2622
Author: @dependabot[bot]
Created: 8/29/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/codemirror/view-6.2.1


📝 Commits (1)

  • af455cf chore(deps): bump @codemirror/view from 0.19.48 to 6.2.1

📊 Changes

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

View changed files

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

📄 Description

Bumps @codemirror/view from 0.19.48 to 6.2.1.

Changelog

Sourced from @​codemirror/view's changelog.

6.2.1 (2022-08-25)

Bug fixes

Don't use the global document variable to track focus, since that doesn't work in another window/frame.

Fix an issue where key handlers that didn't return true were sometimes called twice for the same keypress.

Avoid editing glitches when using deletion keys like ctrl-d on iOS.

Properly treat characters from the 'Arabic Presentation Forms-A' Unicode block as right-to-left.

Work around a Firefox bug that inserts text at the wrong point for specific cross-line selections.

6.2.0 (2022-08-05)

Bug fixes

Fix a bug where posAtCoords would return the wrong results for positions to the right of wrapped lines.

New features

The new EditorView.setRoot method can be used when an editor view is moved to a new document or shadow root.

6.1.4 (2022-08-04)

Bug fixes

Make selection-restoration on focus more reliable.

6.1.3 (2022-08-03)

Bug fixes

Fix a bug where a document that contains only non-printing characters would lead to bogus text measurements (and, from those, to crashing).

Make sure differences between estimated and actual block heights don't cause visible scroll glitches.

6.1.2 (2022-07-27)

Bug fixes

Fix an issue where double tapping enter to confirm IME input and insert a newline on iOS would sometimes insert two newlines.

Fix an issue on iOS where a composition could get aborted if the editor scrolled on backspace.

6.1.1 (2022-07-25)

Bug fixes

... (truncated)

Commits
  • 5535b2b Mark version 6.2.1
  • 75f0740 Bias domAtPos towards entering nodes
  • 0790e93 Include 'Arabic Presentation Forms-A' Unicode block in RTL character list
  • c788015 Enable iOS pending-key hack for ctrl-d and friends
  • 5981021 Add parameter type
  • 532a410 Don't call the same key handler twice for shift-modified keys
  • 578f040 Fix several inappropriate references to the global document
  • 45bbf0f Suppress type error
  • 5ff7e5e Mark version 6.2.0
  • d226e47 Give widget buffers an explicit width 0
  • Additional commits viewable in compare view

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/2622 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/29/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/view-6.2.1` --- ### 📝 Commits (1) - [`af455cf`](https://github.com/hoppscotch/hoppscotch/commit/af455cf7618d74e9cc6a9abe19eb6659b7404994) chore(deps): bump @codemirror/view from 0.19.48 to 6.2.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/view](https://github.com/codemirror/view) from 0.19.48 to 6.2.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/view/blob/main/CHANGELOG.md"><code>@​codemirror/view</code>'s changelog</a>.</em></p> <blockquote> <h2>6.2.1 (2022-08-25)</h2> <h3>Bug fixes</h3> <p>Don't use the global <code>document</code> variable to track focus, since that doesn't work in another window/frame.</p> <p>Fix an issue where key handlers that didn't return true were sometimes called twice for the same keypress.</p> <p>Avoid editing glitches when using deletion keys like ctrl-d on iOS.</p> <p>Properly treat characters from the 'Arabic Presentation Forms-A' Unicode block as right-to-left.</p> <p>Work around a Firefox bug that inserts text at the wrong point for specific cross-line selections.</p> <h2>6.2.0 (2022-08-05)</h2> <h3>Bug fixes</h3> <p>Fix a bug where <code>posAtCoords</code> would return the wrong results for positions to the right of wrapped lines.</p> <h3>New features</h3> <p>The new <code>EditorView.setRoot</code> method can be used when an editor view is moved to a new document or shadow root.</p> <h2>6.1.4 (2022-08-04)</h2> <h3>Bug fixes</h3> <p>Make selection-restoration on focus more reliable.</p> <h2>6.1.3 (2022-08-03)</h2> <h3>Bug fixes</h3> <p>Fix a bug where a document that contains only non-printing characters would lead to bogus text measurements (and, from those, to crashing).</p> <p>Make sure differences between estimated and actual block heights don't cause visible scroll glitches.</p> <h2>6.1.2 (2022-07-27)</h2> <h3>Bug fixes</h3> <p>Fix an issue where double tapping enter to confirm IME input and insert a newline on iOS would sometimes insert two newlines.</p> <p>Fix an issue on iOS where a composition could get aborted if the editor scrolled on backspace.</p> <h2>6.1.1 (2022-07-25)</h2> <h3>Bug fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/view/commit/5535b2bf074c142852165f1aaacc8ac3bdf9101c"><code>5535b2b</code></a> Mark version 6.2.1</li> <li><a href="https://github.com/codemirror/view/commit/75f0740e0df657f513ec8567ca4ffbea66551dba"><code>75f0740</code></a> Bias domAtPos towards entering nodes</li> <li><a href="https://github.com/codemirror/view/commit/0790e93f7a5cc3938afa2f834ca14a404e64ec1d"><code>0790e93</code></a> Include 'Arabic Presentation Forms-A' Unicode block in RTL character list</li> <li><a href="https://github.com/codemirror/view/commit/c788015b779357e650ec34659b7c0a04f7de7c9f"><code>c788015</code></a> Enable iOS pending-key hack for ctrl-d and friends</li> <li><a href="https://github.com/codemirror/view/commit/5981021e468b8a2d80ba062a2c7f28ef6d73c936"><code>5981021</code></a> Add parameter type</li> <li><a href="https://github.com/codemirror/view/commit/532a410913a7d6c4b56e0b8bf1d67877149abb42"><code>532a410</code></a> Don't call the same key handler twice for shift-modified keys</li> <li><a href="https://github.com/codemirror/view/commit/578f040cacaace0d0fe958ab02e5a7d3a5459acd"><code>578f040</code></a> Fix several inappropriate references to the global document</li> <li><a href="https://github.com/codemirror/view/commit/45bbf0f146bedeb57fcb9efeb56ae50333a9338a"><code>45bbf0f</code></a> Suppress type error</li> <li><a href="https://github.com/codemirror/view/commit/5ff7e5e679dfd9874df3f739c7c2271315a5d1cb"><code>5ff7e5e</code></a> Mark version 6.2.0</li> <li><a href="https://github.com/codemirror/view/commit/d226e476f179f58a89759aad205b377ef3f9494e"><code>d226e47</code></a> Give widget buffers an explicit width 0</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/view/compare/0.19.48...6.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/view&package-manager=npm_and_yarn&previous-version=0.19.48&new-version=6.2.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: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#3941
No description provided.