[PR #2561] [CLOSED] chore(deps): bump @codemirror/view from 0.19.48 to 6.2.0 #3905

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 5cd0a1a chore(deps): bump @codemirror/view from 0.19.48 to 6.2.0

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

Changelog

Sourced from @​codemirror/view's changelog.

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

Make highlightSpecialChars replace directional isolate characters by default.

The editor will now try to suppress browsers' native behavior of resetting the selection in the editable content when the editable element is focused (programmatically, with tab, etc).

Fix a CSS issue that made it possible, when the gutters were wide enough, for them to overlap with the content.

6.1.0 (2022-07-19)

New features

MatchDecorator now supports a decorate option that can be used to customize the way decorations are added for each match.

6.0.3 (2022-07-08)

... (truncated)

Commits
  • 5ff7e5e Mark version 6.2.0
  • d226e47 Give widget buffers an explicit width 0
  • 7dfd24b Allow the editor to be moved to a new window/shadow root with setRoot
  • f3a6911 Remove obsolete accessor
  • f8ddb16 Fix domPosAtCoords when position is between the rects of an element
  • 8119a9a Fix doc comments for elementAtHeight/lineBlockAtHeight
  • 667b339 Also reset lastFocusTime on flush
  • 53cecfb Mark version 6.1.4
  • 88c3327 Remove obsolete test from focus-restoration logic
  • c29904b Mark version 6.1.3
  • 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/2561 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/8/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/view-6.2.0` --- ### 📝 Commits (1) - [`5cd0a1a`](https://github.com/hoppscotch/hoppscotch/commit/5cd0a1a7a7f4936c7c732b47be5ef546e32bb61a) chore(deps): bump @codemirror/view from 0.19.48 to 6.2.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/view](https://github.com/codemirror/view) from 0.19.48 to 6.2.0. <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.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> <p>Make <code>highlightSpecialChars</code> replace directional isolate characters by default.</p> <p>The editor will now try to suppress browsers' native behavior of resetting the selection in the editable content when the editable element is focused (programmatically, with tab, etc).</p> <p>Fix a CSS issue that made it possible, when the gutters were wide enough, for them to overlap with the content.</p> <h2>6.1.0 (2022-07-19)</h2> <h3>New features</h3> <p><code>MatchDecorator</code> now supports a <code>decorate</code> option that can be used to customize the way decorations are added for each match.</p> <h2>6.0.3 (2022-07-08)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/codemirror/view/commit/7dfd24b184d26b4998edde35f7810cfdc0d6dcd0"><code>7dfd24b</code></a> Allow the editor to be moved to a new window/shadow root with setRoot</li> <li><a href="https://github.com/codemirror/view/commit/f3a6911cd8471e4225934903ee02e449addaae18"><code>f3a6911</code></a> Remove obsolete accessor</li> <li><a href="https://github.com/codemirror/view/commit/f8ddb1622c8e6a04a66271dd8d1415b9ea70c58a"><code>f8ddb16</code></a> Fix domPosAtCoords when position is between the rects of an element</li> <li><a href="https://github.com/codemirror/view/commit/8119a9a41629fb5d6e7f024835c69d1edfd84f0d"><code>8119a9a</code></a> Fix doc comments for elementAtHeight/lineBlockAtHeight</li> <li><a href="https://github.com/codemirror/view/commit/667b3397f468787e01fa79848f7dc46ff2a3a4f2"><code>667b339</code></a> Also reset lastFocusTime on flush</li> <li><a href="https://github.com/codemirror/view/commit/53cecfb4c3b28dd88a764728e2ec9275cf8d4c99"><code>53cecfb</code></a> Mark version 6.1.4</li> <li><a href="https://github.com/codemirror/view/commit/88c3327e2530d424de9bddd3441058b12f3d4b4c"><code>88c3327</code></a> Remove obsolete test from focus-restoration logic</li> <li><a href="https://github.com/codemirror/view/commit/c29904b239707a682d3801ce4945489edb15b4d1"><code>c29904b</code></a> Mark version 6.1.3</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/view/compare/0.19.48...6.2.0">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.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:28:47 +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#3905
No description provided.