[PR #2421] [CLOSED] chore(deps): bump @codemirror/view from 0.19.48 to 6.0.0 #3804

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 58feba8 chore(deps): bump @codemirror/view from 0.19.48 to 6.0.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.0.0.

Changelog

Sourced from @​codemirror/view's changelog.

6.0.0 (2022-06-08)

New features

The new static EditorView.findFromDOM method can be used to retrieve an editor instance from its DOM structure.

Instead of passing a constructed state to the EditorView constructor, it is now also possible to inline the configuration options to the state in the view config object.

0.20.7 (2022-05-30)

Bug fixes

Fix an issue on Chrome Android where the DOM could fail to display the actual document after backspace.

Avoid an issue on Chrome Android where DOM changes were sometimes inappropriately replace by a backspace key effect due to spurious beforeinput events.

Fix a problem where the content element's width didn't cover the width of the actual content.

Work around a bug in Chrome 102 which caused wheel scrolling of the editor to be interrupted every few lines.

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)

... (truncated)

Commits
  • bd7e385 Mark version 6.0.0
  • f953a25 Allow editor state config to inlined in the view config
  • 964fce1 Add EditorView.findFromDOM
  • db12053 Mark version 0.20.7
  • 6cfdfeb Work around Chrome 102 scrolling bug
  • 3e5e40e Avoid passing invalid offsets to textRange
  • 6db2d95 Use flex-basis, rather than min-width, to give content a min width
  • 7ccbb48 Give precedence to regular DOM reading in delayAndroidKey
  • 464cedf Also suppress double-space period insertion on Android
  • ff483df Make sure DOM mutation records are processed whenever the view is updated
  • 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/2421 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/13/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/view-6.0.0` --- ### 📝 Commits (1) - [`58feba8`](https://github.com/hoppscotch/hoppscotch/commit/58feba8f6101f11c88df5a6bb7599da0b0bfd3f7) chore(deps): bump @codemirror/view from 0.19.48 to 6.0.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.0.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.0.0 (2022-06-08)</h2> <h3>New features</h3> <p>The new static <code>EditorView.findFromDOM</code> method can be used to retrieve an editor instance from its DOM structure.</p> <p>Instead of passing a constructed state to the <code>EditorView</code> constructor, it is now also possible to inline the configuration options to the state in the view config object.</p> <h2>0.20.7 (2022-05-30)</h2> <h3>Bug fixes</h3> <p>Fix an issue on Chrome Android where the DOM could fail to display the actual document after backspace.</p> <p>Avoid an issue on Chrome Android where DOM changes were sometimes inappropriately replace by a backspace key effect due to spurious beforeinput events.</p> <p>Fix a problem where the content element's width didn't cover the width of the actual content.</p> <p>Work around a bug in Chrome 102 which caused wheel scrolling of the editor to be interrupted every few lines.</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/view/commit/bd7e3853c80e2a103ffd8015ca353405f5e8cc42"><code>bd7e385</code></a> Mark version 6.0.0</li> <li><a href="https://github.com/codemirror/view/commit/f953a251d8a9727031244524ea86cd137c06d520"><code>f953a25</code></a> Allow editor state config to inlined in the view config</li> <li><a href="https://github.com/codemirror/view/commit/964fce166878e1b707fc873fa53778754e013690"><code>964fce1</code></a> Add EditorView.findFromDOM</li> <li><a href="https://github.com/codemirror/view/commit/db12053b677c661453de5c6117473d2079b89895"><code>db12053</code></a> Mark version 0.20.7</li> <li><a href="https://github.com/codemirror/view/commit/6cfdfeb0c31e4dae0d6db4c89d217725b83e9611"><code>6cfdfeb</code></a> Work around Chrome 102 scrolling bug</li> <li><a href="https://github.com/codemirror/view/commit/3e5e40e5337d271c0dd75b416fe328619e0ab991"><code>3e5e40e</code></a> Avoid passing invalid offsets to textRange</li> <li><a href="https://github.com/codemirror/view/commit/6db2d9597dd6eb8422d3ddb815a2c16d3e913769"><code>6db2d95</code></a> Use flex-basis, rather than min-width, to give content a min width</li> <li><a href="https://github.com/codemirror/view/commit/7ccbb4868a13295ed35e7877c5d7ceba14f89ad4"><code>7ccbb48</code></a> Give precedence to regular DOM reading in delayAndroidKey</li> <li><a href="https://github.com/codemirror/view/commit/464cedf79409c9c8ade860c7429a7e72aa3dd2a9"><code>464cedf</code></a> Also suppress double-space period insertion on Android</li> <li><a href="https://github.com/codemirror/view/commit/ff483df89e193b386b04d638154fe771ba3f0530"><code>ff483df</code></a> Make sure DOM mutation records are processed whenever the view is updated</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/view/compare/0.19.48...6.0.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.0.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:23:09 +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#3804
No description provided.