[PR #2304] [CLOSED] chore(deps): bump @codemirror/state from 0.19.9 to 0.20.0 #3720

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 33af7ec chore(deps): bump @codemirror/state from 0.19.9 to 0.20.0

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

Changelog

Sourced from @​codemirror/state's changelog.

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
  • 2e5be57 Mark version 0.20.0
  • d96e52b Fix a bug that prevented some dynamic state slots to be computed in time
  • 712ac5e Adjust internal doc links to new package structure
  • 67347cb Merge in commits from @​codemirror/text
  • d08ea0c Integrate rangeset code
  • 67c3b08 Merge in commits from rangeset repository
  • 19dedbd Improve doc comments
  • 9c61594 Remove filterPoint
  • 939fca0 Improve doc comments
  • 53c0299 Doc comment tweaks
  • 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/2304 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/2/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/state-0.20.0` --- ### 📝 Commits (1) - [`33af7ec`](https://github.com/hoppscotch/hoppscotch/commit/33af7ecb6cd67f5cc416b151d48ac09e452d69c7) chore(deps): bump @codemirror/state from 0.19.9 to 0.20.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/state](https://github.com/codemirror/state) from 0.19.9 to 0.20.0. <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>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/2e5be5718c6fb6c819dde2224b51df353d590c32"><code>2e5be57</code></a> Mark version 0.20.0</li> <li><a href="https://github.com/codemirror/state/commit/d96e52b019384cba7387f14574149a135866abc6"><code>d96e52b</code></a> Fix a bug that prevented some dynamic state slots to be computed in time</li> <li><a href="https://github.com/codemirror/state/commit/712ac5e845d40ebfc2166a0a96b09048c61b21ab"><code>712ac5e</code></a> Adjust internal doc links to new package structure</li> <li><a href="https://github.com/codemirror/state/commit/67347cb1f8d96e704b4450f89272552993991dd2"><code>67347cb</code></a> Merge in commits from <code>@​codemirror/text</code></li> <li><a href="https://github.com/codemirror/state/commit/d08ea0cbaacd3bad245f97fb8e5a71bee0871da3"><code>d08ea0c</code></a> Integrate rangeset code</li> <li><a href="https://github.com/codemirror/state/commit/67c3b0838a3e0b27da2540d14a39d9edc23cf711"><code>67c3b08</code></a> Merge in commits from rangeset repository</li> <li><a href="https://github.com/codemirror/state/commit/19dedbdf53022c91b22f7f1012933a7ef5073beb"><code>19dedbd</code></a> Improve doc comments</li> <li><a href="https://github.com/codemirror/state/commit/9c615948d81db2f461232978560941f7c06c7592"><code>9c61594</code></a> Remove filterPoint</li> <li><a href="https://github.com/codemirror/state/commit/939fca0e05f70408a3d5531298038578a95a5ada"><code>939fca0</code></a> Improve doc comments</li> <li><a href="https://github.com/codemirror/state/commit/53c0299f15cdf49b64a77aae7ad06df44ab3f04e"><code>53c0299</code></a> Doc comment tweaks</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/state/compare/0.19.9...0.20.0">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=0.20.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:18:30 +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#3720
No description provided.