[PR #2496] [CLOSED] chore(deps): bump @codemirror/state from 0.19.9 to 6.1.0 #3848

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2496
Author: @dependabot[bot]
Created: 7/11/2022
Status: Closed

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


📝 Commits (1)

  • ac8f288 chore(deps): bump @codemirror/state from 0.19.9 to 6.1.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 6.1.0.

Changelog

Sourced from @​codemirror/state's changelog.

6.1.0 (2022-06-30)

Bug fixes

Refine change mapping to preserve insertions made by concurrent changes.

New features

The enables option to Facet.define may now take a function, which will be called with the facet value to create the extensions.

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
  • cadded2 Mark version 6.1.0
  • fcc18ea Allow FacetConfig.enables to be a function
  • 71c5041 Make sure mapped change a.map(b) doesn't overwrite insertions form b
  • 80be4a4 Make EditorState.toJSON/fromJSON more tolerant of missing fields
  • 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
  • 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/2496 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/11/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/state-6.1.0` --- ### 📝 Commits (1) - [`ac8f288`](https://github.com/hoppscotch/hoppscotch/commit/ac8f288feb4d17f099d787e1e172cad512726081) chore(deps): bump @codemirror/state from 0.19.9 to 6.1.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 6.1.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>6.1.0 (2022-06-30)</h2> <h3>Bug fixes</h3> <p>Refine change mapping to preserve insertions made by concurrent changes.</p> <h3>New features</h3> <p>The <code>enables</code> option to <code>Facet.define</code> may now take a function, which will be called with the facet value to create the extensions.</p> <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/cadded2e37aa8690d6d21b18312c3df61a8cbc10"><code>cadded2</code></a> Mark version 6.1.0</li> <li><a href="https://github.com/codemirror/state/commit/fcc18ea66400b717c40dd74d1542198c5a8ff573"><code>fcc18ea</code></a> Allow FacetConfig.enables to be a function</li> <li><a href="https://github.com/codemirror/state/commit/71c5041c928fb2bf794861e237f95bb518bbd990"><code>71c5041</code></a> Make sure mapped change a.map(b) doesn't overwrite insertions form b</li> <li><a href="https://github.com/codemirror/state/commit/80be4a4ce15caef8802f8419fe3d182511b5f303"><code>80be4a4</code></a> Make EditorState.toJSON/fromJSON more tolerant of missing fields</li> <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>Additional commits viewable in <a href="https://github.com/codemirror/state/compare/0.19.9...6.1.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=6.1.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:25:36 +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#3848
No description provided.