[PR #2442] [CLOSED] chore(deps): bump @codemirror/state from 0.19.9 to 6.0.1 #3812

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/codemirror/state-6.0.1


📝 Commits (1)

  • 78500d4 chore(deps): bump @codemirror/state from 0.19.9 to 6.0.1

📊 Changes

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

View changed files

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

📄 Description

Bumps @codemirror/state from 0.19.9 to 6.0.1.

Changelog

Sourced from @​codemirror/state's changelog.

6.0.1 (2022-06-17)

Bug fixes

Fix a problem that caused effects' map methods to be called with an incorrect change set when filtering changes.

6.0.0 (2022-06-08)

Breaking changes

Update dependencies to 6.0.0

0.20.1 (2022-06-02)

New features

EditorView.phrase now accepts additional arguments, which it will interpolate into the phrase in the place of $ markers.

0.20.0 (2022-04-20)

Breaking changes

The deprecated precedence names fallback, extend, and override were removed from the library.

Bug fixes

Fix a bug where, if an extension value occurs multiple times, its lowest, rather than highest precedence is used.

Fix an issue where facets with computed inputs would unneccesarily have their outputs recreated on state reconfiguration.

Fix a bug in the order in which new values for state fields and facets were computed, which could cause dynamic facets to hold the wrong value in some situations.

New features

The exports from @​codemirror/rangeset now live in this package.

The exports from @​codemirror/text now live in this package.

Commits
  • e1f9ce6 Mark version 6.0.1
  • 752f02a Fix a bug in the way effects are mapped through filtered changes
  • c8f37e9 Make sure phrase doesn't mess up bash in string
  • 72d2ffc Follow repository rename
  • c3f1049 Update website links in readme
  • d894941 Mark version 6.0.0
  • a5def96 Mark ChangeDesc constructor as internal
  • 2b4523a Improve some doc comments
  • 1740567 Mark version 0.20.1
  • f9d45bd Add basic interpolation to EditorState.phrase
  • 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/2442 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/20/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/state-6.0.1` --- ### 📝 Commits (1) - [`78500d4`](https://github.com/hoppscotch/hoppscotch/commit/78500d4c8d48f97f05aaf44596d297d6a0dfe378) chore(deps): bump @codemirror/state from 0.19.9 to 6.0.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/state](https://github.com/codemirror/state) from 0.19.9 to 6.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/state/blob/main/CHANGELOG.md"><code>@​codemirror/state</code>'s changelog</a>.</em></p> <blockquote> <h2>6.0.1 (2022-06-17)</h2> <h3>Bug fixes</h3> <p>Fix a problem that caused effects' <code>map</code> methods to be called with an incorrect change set when filtering changes.</p> <h2>6.0.0 (2022-06-08)</h2> <h3>Breaking changes</h3> <p>Update dependencies to 6.0.0</p> <h2>0.20.1 (2022-06-02)</h2> <h3>New features</h3> <p><code>EditorView.phrase</code> now accepts additional arguments, which it will interpolate into the phrase in the place of <code>$</code> markers.</p> <h2>0.20.0 (2022-04-20)</h2> <h3>Breaking changes</h3> <p>The deprecated precedence names <code>fallback</code>, <code>extend</code>, and <code>override</code> were removed from the library.</p> <h3>Bug fixes</h3> <p>Fix a bug where, if an extension value occurs multiple times, its lowest, rather than highest precedence is used.</p> <p>Fix an issue where facets with computed inputs would unneccesarily have their outputs recreated on state reconfiguration.</p> <p>Fix a bug in the order in which new values for state fields and facets were computed, which could cause dynamic facets to hold the wrong value in some situations.</p> <h3>New features</h3> <p>The exports from <code>@​codemirror/rangeset</code> now live in this package.</p> <p>The exports from <code>@​codemirror/text</code> now live in this package.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/state/commit/e1f9ce6960e0337b51eff4a3e4a8493290cc9b84"><code>e1f9ce6</code></a> Mark version 6.0.1</li> <li><a href="https://github.com/codemirror/state/commit/752f02a1387aa7fae0ffeed8b964e4053ad25951"><code>752f02a</code></a> Fix a bug in the way effects are mapped through filtered changes</li> <li><a href="https://github.com/codemirror/state/commit/c8f37e9f69290cf86336da95328f0fce278e5a5e"><code>c8f37e9</code></a> Make sure phrase doesn't mess up bash in string</li> <li><a href="https://github.com/codemirror/state/commit/72d2ffcd22837095df187174e1c8f0ffc72ffeeb"><code>72d2ffc</code></a> Follow repository rename</li> <li><a href="https://github.com/codemirror/state/commit/c3f10497967580dc73a963093c0dd3725eed3c06"><code>c3f1049</code></a> Update website links in readme</li> <li><a href="https://github.com/codemirror/state/commit/d89494127376e1ea66a4bfd1bdaed537349939d8"><code>d894941</code></a> Mark version 6.0.0</li> <li><a href="https://github.com/codemirror/state/commit/a5def960d11a6ae2f0aeeb67c0cc5dd3086f262c"><code>a5def96</code></a> Mark ChangeDesc constructor as internal</li> <li><a href="https://github.com/codemirror/state/commit/2b4523ae1e02871e1c129182c6b46f8d04637910"><code>2b4523a</code></a> Improve some doc comments</li> <li><a href="https://github.com/codemirror/state/commit/1740567354e7fbf50d6e3da86f80738b00216f1d"><code>1740567</code></a> Mark version 0.20.1</li> <li><a href="https://github.com/codemirror/state/commit/f9d45bdc0a834bccee0cf8afed856dbcfffbcd72"><code>f9d45bd</code></a> Add basic interpolation to EditorState.phrase</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/state/compare/0.19.9...6.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/state&package-manager=npm_and_yarn&previous-version=0.19.9&new-version=6.0.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:23:41 +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#3812
No description provided.