[PR #2358] [CLOSED] chore(deps): bump @codemirror/view from 0.19.48 to 0.20.6 #3751

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 6a5c2b1 chore(deps): bump @codemirror/view from 0.19.48 to 0.20.6

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

Changelog

Sourced from @​codemirror/view's changelog.

0.20.6 (2022-05-20)

Bug fixes

Make sure the editor re-measures itself when its attributes are updated.

0.20.5 (2022-05-18)

Bug fixes

Fix an issue where gutter elements without any markers in them would not get the cm-gutterElement class assigned.

Fix an issue where DOM event handlers registered by plugins were retained indefinitely, even after the editor was reconfigured.

0.20.4 (2022-05-03)

Bug fixes

Prevent Mac-style behavior of inserting a period when the user inserts two spaces.

Fix an issue where the editor would sometimes not restore the DOM selection when refocused with a selection identical to the one it held when it lost focus.

0.20.3 (2022-04-27)

Bug fixes

Fix a bug where the input handling could crash on repeated (or held) backspace presses on Chrome Android.

0.20.2 (2022-04-22)

New features

The new hideOn option to hoverTooltip allows more fine-grained control over when the tooltip should hide.

0.20.1 (2022-04-20)

Bug fixes

Remove debug statements that accidentally made it into 0.20.0.

Fix a regression in moveVertically.

0.20.0 (2022-04-20)

Breaking changes

The deprecated interfaces blockAtHeight, visualLineAtHeight, viewportLines, visualLineAt, scrollPosIntoView, scrollTo, and centerOn were removed from the library.

All decorations are now provided through EditorView.decorations, and are part of a single precedence ordering. Decoration sources that need access to the view are provided as functions.

... (truncated)

Commits
  • 89afae3 Mark version 0.20.6
  • f953d5a Trigger a measure when the editor DOM attributes change
  • bdc74d5 Mark version 0.20.5
  • d85eef8 Make sure custom handlers get cleaned up
  • 60585e3 Make sure gutter elements get a DOM class assigned
  • 14c4376 Mark version 0.20.4
  • a446307 Clear stored selection range on blur
  • c213ba5 Intercept and override period-on-double-space Mac behavior
  • 80ca6e1 Fix grammar in doc comment
  • e8c74fe Give ViewUpdate a private constructor
  • 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/2358 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/23/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/view-0.20.6` --- ### 📝 Commits (1) - [`6a5c2b1`](https://github.com/hoppscotch/hoppscotch/commit/6a5c2b1879b5f1003a6738af56060e6c43fc31b8) chore(deps): bump @codemirror/view from 0.19.48 to 0.20.6 ### 📊 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 0.20.6. <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>0.20.6 (2022-05-20)</h2> <h3>Bug fixes</h3> <p>Make sure the editor re-measures itself when its attributes are updated.</p> <h2>0.20.5 (2022-05-18)</h2> <h3>Bug fixes</h3> <p>Fix an issue where gutter elements without any markers in them would not get the <code>cm-gutterElement</code> class assigned.</p> <p>Fix an issue where DOM event handlers registered by plugins were retained indefinitely, even after the editor was reconfigured.</p> <h2>0.20.4 (2022-05-03)</h2> <h3>Bug fixes</h3> <p>Prevent Mac-style behavior of inserting a period when the user inserts two spaces.</p> <p>Fix an issue where the editor would sometimes not restore the DOM selection when refocused with a selection identical to the one it held when it lost focus.</p> <h2>0.20.3 (2022-04-27)</h2> <h3>Bug fixes</h3> <p>Fix a bug where the input handling could crash on repeated (or held) backspace presses on Chrome Android.</p> <h2>0.20.2 (2022-04-22)</h2> <h3>New features</h3> <p>The new <code>hideOn</code> option to <code>hoverTooltip</code> allows more fine-grained control over when the tooltip should hide.</p> <h2>0.20.1 (2022-04-20)</h2> <h3>Bug fixes</h3> <p>Remove debug statements that accidentally made it into 0.20.0.</p> <p>Fix a regression in <code>moveVertically</code>.</p> <h2>0.20.0 (2022-04-20)</h2> <h3>Breaking changes</h3> <p>The deprecated interfaces <code>blockAtHeight</code>, <code>visualLineAtHeight</code>, <code>viewportLines</code>, <code>visualLineAt</code>, <code>scrollPosIntoView</code>, <code>scrollTo</code>, and <code>centerOn</code> were removed from the library.</p> <p>All decorations are now provided through <code>EditorView.decorations</code>, and are part of a single precedence ordering. Decoration sources that need access to the view are provided as functions.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/view/commit/89afae3fde233063b62646c4dd4c40c389eab04f"><code>89afae3</code></a> Mark version 0.20.6</li> <li><a href="https://github.com/codemirror/view/commit/f953d5ae8b6827f1568e9240de391f4d0bc6c72e"><code>f953d5a</code></a> Trigger a measure when the editor DOM attributes change</li> <li><a href="https://github.com/codemirror/view/commit/bdc74d5234a7bc59265d34758c18a3c914304071"><code>bdc74d5</code></a> Mark version 0.20.5</li> <li><a href="https://github.com/codemirror/view/commit/d85eef8b524f0fab9349018ab24dd702fef6f64d"><code>d85eef8</code></a> Make sure custom handlers get cleaned up</li> <li><a href="https://github.com/codemirror/view/commit/60585e3917eb93639777db689cf99642d91090ef"><code>60585e3</code></a> Make sure gutter elements get a DOM class assigned</li> <li><a href="https://github.com/codemirror/view/commit/14c43768ebb632add9b1f2befc3f36bb0bd619dd"><code>14c4376</code></a> Mark version 0.20.4</li> <li><a href="https://github.com/codemirror/view/commit/a446307423f400e3c22af54050922ab52a58500f"><code>a446307</code></a> Clear stored selection range on blur</li> <li><a href="https://github.com/codemirror/view/commit/c213ba537fbc8e53a0bd4c61e47d35ea9ecdacb0"><code>c213ba5</code></a> Intercept and override period-on-double-space Mac behavior</li> <li><a href="https://github.com/codemirror/view/commit/80ca6e1f91855c4d6d9eb02b86bac0ddd8626b5a"><code>80ca6e1</code></a> Fix grammar in doc comment</li> <li><a href="https://github.com/codemirror/view/commit/e8c74fe54acfe72340b1dd67c2b7dde29379e02a"><code>e8c74fe</code></a> Give ViewUpdate a private constructor</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/view/compare/0.19.48...0.20.6">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=0.20.6)](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:20:25 +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#3751
No description provided.