[PR #2483] [CLOSED] chore(deps): bump @codemirror/language from 0.19.10 to 6.2.0 #3837

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/codemirror/language-6.2.0


📝 Commits (1)

  • 34b27a2 chore(deps): bump @codemirror/language from 0.19.10 to 6.2.0

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

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

📄 Description

Bumps @codemirror/language from 0.19.10 to 6.2.0.

Changelog

Sourced from @​codemirror/language's changelog.

6.2.0 (2022-06-30)

Bug fixes

Fix a bug that prevented bracket matching to recognize plain brackets inside a language parsed as an overlay.

New features

The indentRange function provides an easy way to programatically auto-indent a range of the document.

6.1.0 (2022-06-20)

New features

The foldState field is now public, and can be used to serialize and deserialize the fold state.

6.0.0 (2022-06-08)

New features

The foldingChanged option to foldGutter can now be used to trigger a recomputation of the fold markers.

0.20.2 (2022-05-20)

Bug fixes

List style-mod as a dependency.

0.20.1 (2022-05-18)

Bug fixes

Make sure all styles in the CSS generated for a HighlightStyle have a lower precedence than the other rules defined for the style. Use a shorthand property

0.20.0 (2022-04-20)

Breaking changes

HighlightStyle.get is now called highlightingFor.

HighlightStyles no longer function as extensions (to improve tree shaking), and must be wrapped with syntaxHighlighting to add to an editor configuration.

Language objects no longer have a topNode property.

New features

HighlightStyle and defaultHighlightStyle from the now-removed @​codemirror/highlight package now live in this package.

The new forceParsing function can be used to run the parser forward on an editor view.

... (truncated)

Commits
  • 2de50d8 Mark version 6.2.0
  • d5f7c39 Add an indentRange utility function
  • 1c492c7 Fix bracket matching in overlay languages
  • 4e9eb1b Add foldState to doc template
  • c5cb3ed Mark version 6.1.0
  • 7bf1805 Export foldState, add toJSON/fromJSON methods
  • 0fa5ffd Map tag/attribute legacy tokens to more appropriate tags
  • 27ac5c7 Clarify doc for language facet
  • 2d5e9de Follow repository rename
  • 82cad44 Update website links in readme
  • 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/2483 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/language-6.2.0` --- ### 📝 Commits (1) - [`34b27a2`](https://github.com/hoppscotch/hoppscotch/commit/34b27a2c36877d7a45ffbdc7189f5495ff1eeb0e) chore(deps): bump @codemirror/language from 0.19.10 to 6.2.0 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/codemirror-lang-graphql/package.json` (+1 -1) 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@codemirror/language](https://github.com/codemirror/language) from 0.19.10 to 6.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/language/blob/main/CHANGELOG.md"><code>@​codemirror/language</code>'s changelog</a>.</em></p> <blockquote> <h2>6.2.0 (2022-06-30)</h2> <h3>Bug fixes</h3> <p>Fix a bug that prevented bracket matching to recognize plain brackets inside a language parsed as an overlay.</p> <h3>New features</h3> <p>The <code>indentRange</code> function provides an easy way to programatically auto-indent a range of the document.</p> <h2>6.1.0 (2022-06-20)</h2> <h3>New features</h3> <p>The <code>foldState</code> field is now public, and can be used to serialize and deserialize the fold state.</p> <h2>6.0.0 (2022-06-08)</h2> <h3>New features</h3> <p>The <code>foldingChanged</code> option to <code>foldGutter</code> can now be used to trigger a recomputation of the fold markers.</p> <h2>0.20.2 (2022-05-20)</h2> <h3>Bug fixes</h3> <p>List style-mod as a dependency.</p> <h2>0.20.1 (2022-05-18)</h2> <h3>Bug fixes</h3> <p>Make sure <code>all</code> styles in the CSS generated for a <code>HighlightStyle</code> have a lower precedence than the other rules defined for the style. Use a shorthand property</p> <h2>0.20.0 (2022-04-20)</h2> <h3>Breaking changes</h3> <p><code>HighlightStyle.get</code> is now called <code>highlightingFor</code>.</p> <p><code>HighlightStyles</code> no longer function as extensions (to improve tree shaking), and must be wrapped with <code>syntaxHighlighting</code> to add to an editor configuration.</p> <p><code>Language</code> objects no longer have a <code>topNode</code> property.</p> <h3>New features</h3> <p><code>HighlightStyle</code> and <code>defaultHighlightStyle</code> from the now-removed <code>@​codemirror/highlight</code> package now live in this package.</p> <p>The new <code>forceParsing</code> function can be used to run the parser forward on an editor view.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/language/commit/2de50d8546417591a4f1417be1e90ce3cb624e0f"><code>2de50d8</code></a> Mark version 6.2.0</li> <li><a href="https://github.com/codemirror/language/commit/d5f7c398e5f7a5380381b6f24ec4612fdf368353"><code>d5f7c39</code></a> Add an indentRange utility function</li> <li><a href="https://github.com/codemirror/language/commit/1c492c7430558a974b0a7f5e8bf829fcffb60b17"><code>1c492c7</code></a> Fix bracket matching in overlay languages</li> <li><a href="https://github.com/codemirror/language/commit/4e9eb1b3a96f41f69cc75e720bc142011c31cf79"><code>4e9eb1b</code></a> Add foldState to doc template</li> <li><a href="https://github.com/codemirror/language/commit/c5cb3edcc886f1870a225e29cfd5d31798aeec79"><code>c5cb3ed</code></a> Mark version 6.1.0</li> <li><a href="https://github.com/codemirror/language/commit/7bf180593a3abea96ab715e993b98f9039c1b135"><code>7bf1805</code></a> Export foldState, add toJSON/fromJSON methods</li> <li><a href="https://github.com/codemirror/language/commit/0fa5ffd0412933b1a48162c378fc0416efbee5f1"><code>0fa5ffd</code></a> Map tag/attribute legacy tokens to more appropriate tags</li> <li><a href="https://github.com/codemirror/language/commit/27ac5c7caf7b1f336b9f091c96aa687be0cf3ba8"><code>27ac5c7</code></a> Clarify doc for language facet</li> <li><a href="https://github.com/codemirror/language/commit/2d5e9de6ae09549b7aeb615ee8d6d5b8a6cb51f2"><code>2d5e9de</code></a> Follow repository rename</li> <li><a href="https://github.com/codemirror/language/commit/82cad449f040d38cc8e99f104cc800ccb5a8f49e"><code>82cad44</code></a> Update website links in readme</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/language/compare/0.19.10...6.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/language&package-manager=npm_and_yarn&previous-version=0.19.10&new-version=6.2.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:03 +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#3837
No description provided.