[PR #2443] [CLOSED] chore(deps): bump @codemirror/language from 0.19.10 to 6.0.0 #3814

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/2443
Author: @dependabot[bot]
Created: 6/20/2022
Status: Closed

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


📝 Commits (1)

  • 8fc1126 chore(deps): bump @codemirror/language from 0.19.10 to 6.0.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.0.0.

Changelog

Sourced from @​codemirror/language's changelog.

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.

The exports that used to live in @​codemirror/matchbrackets are now exported from this package.

The @​codemirror/fold package has been merged into this one.

The exports from the old @​codemirror/stream-parser package now live in this package.

Commits
  • 8a08399 Mark version 6.0.0
  • 83f1bac Add foldingChanged config to foldGutter
  • b757b2b Mark version 0.20.2
  • 251e688 Add style-mod dependency
  • fd3df39 Mark version 0.20.1
  • 2cee09d Use a shorthand property
  • 97fd7ac Define the all styles before the specific ones
  • c5316b3 Give ParseContext and TreeIndentContext a private constructor
  • b17f7b8 Mark version 0.20.0
  • eab81dc Bump lezer version to 0.16.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/2443 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/20/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/language-6.0.0` --- ### 📝 Commits (1) - [`8fc1126`](https://github.com/hoppscotch/hoppscotch/commit/8fc11264affc2b6f75122664e609aded05a3cf52) chore(deps): bump @codemirror/language from 0.19.10 to 6.0.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.0.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.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> <p>The exports that used to live in <code>@​codemirror/matchbrackets</code> are now exported from this package.</p> <p>The <code>@​codemirror/fold</code> package has been merged into this one.</p> <p>The exports from the old <code>@​codemirror/stream-parser</code> package now live in this package.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/language/commit/8a08399656a805fc953f3c5e9ac59bf18e79917f"><code>8a08399</code></a> Mark version 6.0.0</li> <li><a href="https://github.com/codemirror/language/commit/83f1bacd3769da97c78d05a335c16dbd935996eb"><code>83f1bac</code></a> Add foldingChanged config to foldGutter</li> <li><a href="https://github.com/codemirror/language/commit/b757b2b732e9368e9574f7424acfcea0122d0cf8"><code>b757b2b</code></a> Mark version 0.20.2</li> <li><a href="https://github.com/codemirror/language/commit/251e6882515418c7b639e08e7546024ad1b52805"><code>251e688</code></a> Add style-mod dependency</li> <li><a href="https://github.com/codemirror/language/commit/fd3df39add06b32dfe6cfaf9c825080d9cfc2f77"><code>fd3df39</code></a> Mark version 0.20.1</li> <li><a href="https://github.com/codemirror/language/commit/2cee09dd05b93f6ab91f74e803458fdaa4aea900"><code>2cee09d</code></a> Use a shorthand property</li> <li><a href="https://github.com/codemirror/language/commit/97fd7accbc55c35b77135ea6443a87d07125e505"><code>97fd7ac</code></a> Define the <code>all</code> styles before the specific ones</li> <li><a href="https://github.com/codemirror/language/commit/c5316b398ccf11bfd00af87cf521d1b35b1d705c"><code>c5316b3</code></a> Give ParseContext and TreeIndentContext a private constructor</li> <li><a href="https://github.com/codemirror/language/commit/b17f7b84bcae40e2153722bd33f48b740af4eaf6"><code>b17f7b8</code></a> Mark version 0.20.0</li> <li><a href="https://github.com/codemirror/language/commit/eab81dc4544e3622c0a74610477b782d0bc45154"><code>eab81dc</code></a> Bump lezer version to 0.16.0</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/language/compare/0.19.10...6.0.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.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: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#3814
No description provided.