[PR #2306] [CLOSED] chore(deps): bump @codemirror/view from 0.19.48 to 0.20.3 #3724

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 9463333 chore(deps): bump @codemirror/view from 0.19.48 to 0.20.3

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

Changelog

Sourced from @​codemirror/view's changelog.

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.

Atomic ranges are now specified through a facet (EditorView.atomicRanges).

Scroll margins are now specified through a facet (EditorView.scrollMargins).

Plugin fields no longer exist in the library (and are replaced by facets holding function values).

This package no longer re-exports the Range type from @​codemirror/state.

Bug fixes

Fix a bug where zero-length block widgets could cause viewportLineBlocks to contain overlapping ranges.

New features

The new perLineTextDirection facet configures whether the editor reads text direction per line, or uses a single direction for the entire editor. EditorView.textDirectionAt returns the direction around a given position.

rectangularSelection and crosshairCursor from @​codemirror/rectangular-selection were merged into this package.

This package now exports the tooltip functionality that used to live in @​codemirror/tooltip.

The exports from the old @​codemirror/panel package are now available from this package.

... (truncated)

Commits
  • 05f675e Mark version 0.20.3
  • 3df1514 Fix selection sync bug in android special key handling
  • b505115 Mark version 0.20.2
  • d189729 Add a hideOn option to hover tooltips
  • af5fd8f Mark version 0.20.1
  • d12d8c9 Fix broken line block query in moveVertically
  • 4b76c98 Remove some debug statements
  • abe325b Remove duplicated changelog entry
  • edafa85 Mark version 0.20.0
  • 1d88413 Update heightmap for all rendered ranges
  • 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/2306 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/2/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/view-0.20.3` --- ### 📝 Commits (1) - [`9463333`](https://github.com/hoppscotch/hoppscotch/commit/94633339773e2ba02e163e74c617d15d95d9da0f) chore(deps): bump @codemirror/view from 0.19.48 to 0.20.3 ### 📊 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.3. <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.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> <p>Atomic ranges are now specified through a facet (<code>EditorView.atomicRanges</code>).</p> <p>Scroll margins are now specified through a facet (<code>EditorView.scrollMargins</code>).</p> <p>Plugin fields no longer exist in the library (and are replaced by facets holding function values).</p> <p>This package no longer re-exports the Range type from <code>@​codemirror/state</code>.</p> <h3>Bug fixes</h3> <p>Fix a bug where zero-length block widgets could cause <code>viewportLineBlocks</code> to contain overlapping ranges.</p> <h3>New features</h3> <p>The new <code>perLineTextDirection</code> facet configures whether the editor reads text direction per line, or uses a single direction for the entire editor. <code>EditorView.textDirectionAt</code> returns the direction around a given position.</p> <p><code>rectangularSelection</code> and <code>crosshairCursor</code> from <code>@​codemirror/rectangular-selection</code> were merged into this package.</p> <p>This package now exports the tooltip functionality that used to live in <code>@​codemirror/tooltip</code>.</p> <p>The exports from the old <code>@​codemirror/panel</code> package are now available from this package.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/view/commit/05f675ed1c78ca4e9f52e40224cf537c8affd15f"><code>05f675e</code></a> Mark version 0.20.3</li> <li><a href="https://github.com/codemirror/view/commit/3df1514b86a72153ed9d568f06bfef3de02241ce"><code>3df1514</code></a> Fix selection sync bug in android special key handling</li> <li><a href="https://github.com/codemirror/view/commit/b505115782e7b20e375382d22090a7917f4dd1d9"><code>b505115</code></a> Mark version 0.20.2</li> <li><a href="https://github.com/codemirror/view/commit/d1897290d38b7f7a5286def8a36e081eb6856f6c"><code>d189729</code></a> Add a hideOn option to hover tooltips</li> <li><a href="https://github.com/codemirror/view/commit/af5fd8fa7ff094362182740c96a7431616cbcfe8"><code>af5fd8f</code></a> Mark version 0.20.1</li> <li><a href="https://github.com/codemirror/view/commit/d12d8c9da97f6ff927a8424bb5bb0a12bd80604d"><code>d12d8c9</code></a> Fix broken line block query in moveVertically</li> <li><a href="https://github.com/codemirror/view/commit/4b76c9837c1aacba93822a5d341122b5ab2bb919"><code>4b76c98</code></a> Remove some debug statements</li> <li><a href="https://github.com/codemirror/view/commit/abe325b5b6a5899da648e56d6823d5aa71f30bf7"><code>abe325b</code></a> Remove duplicated changelog entry</li> <li><a href="https://github.com/codemirror/view/commit/edafa85412fdd330aecd9d12deddcefa68815367"><code>edafa85</code></a> Mark version 0.20.0</li> <li><a href="https://github.com/codemirror/view/commit/1d8841354e83b227abbe8845d4bf89cd51dc1e1c"><code>1d88413</code></a> Update heightmap for all rendered ranges</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/view/compare/0.19.48...0.20.3">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.3)](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:18:46 +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#3724
No description provided.