[PR #2291] [CLOSED] chore(deps): bump @codemirror/language from 0.19.10 to 0.20.0 #3715

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • dae294f chore(deps): bump @codemirror/language from 0.19.10 to 0.20.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 0.20.0.

Changelog

Sourced from @​codemirror/language's changelog.

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
  • b17f7b8 Mark version 0.20.0
  • eab81dc Bump lezer version to 0.16.0
  • a4ec406 Adjust internal doc links to new package structure
  • 979290b Integrate stream-parser code
  • a600a1f Merge in commits from @​codemirror/stream-parser
  • 338ff4b Merge in @​codemirror/fold
  • 82111dd Integrate matchbrackets code
  • 90a79e6 Merge commits from @​codemirror/matchbrackets into this repository
  • 66dae9d Move from @​codemirror/text to @​codemirror/state
  • 031c6df Import RangeSetBuilder from @​codemirror/state
  • 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/2291 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/25/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/language-0.20.0` --- ### 📝 Commits (1) - [`dae294f`](https://github.com/hoppscotch/hoppscotch/commit/dae294fc47f1dcea22777940d1e6f04d6d076aef) chore(deps): bump @codemirror/language from 0.19.10 to 0.20.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 0.20.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>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/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><a href="https://github.com/codemirror/language/commit/a4ec406c0ade4b3098662a980b3069dc3ecc1204"><code>a4ec406</code></a> Adjust internal doc links to new package structure</li> <li><a href="https://github.com/codemirror/language/commit/979290b8f4f04e4b626f3171a00f7d744c1e992b"><code>979290b</code></a> Integrate stream-parser code</li> <li><a href="https://github.com/codemirror/language/commit/a600a1f0d57ca36195c0cfb4ca5cd600676cef7b"><code>a600a1f</code></a> Merge in commits from <code>@​codemirror/stream-parser</code></li> <li><a href="https://github.com/codemirror/language/commit/338ff4b1aa3a6d4aa372fc55c078d3c2f870b1af"><code>338ff4b</code></a> Merge in <code>@​codemirror/fold</code></li> <li><a href="https://github.com/codemirror/language/commit/82111dd972877736a0df2fc3da97219631325861"><code>82111dd</code></a> Integrate matchbrackets code</li> <li><a href="https://github.com/codemirror/language/commit/90a79e6b5efcf4b9e8743cc1b38d4cda4445d3fb"><code>90a79e6</code></a> Merge commits from <code>@​codemirror/matchbrackets</code> into this repository</li> <li><a href="https://github.com/codemirror/language/commit/66dae9d8d28bf65d45c2c4f1b3dc3e127d69a24d"><code>66dae9d</code></a> Move from <code>@​codemirror/text</code> to <code>@​codemirror/state</code></li> <li><a href="https://github.com/codemirror/language/commit/031c6df3132d1bc9dcaee8d6fcfa74f9e8c84fe5"><code>031c6df</code></a> Import RangeSetBuilder from <code>@​codemirror/state</code></li> <li>Additional commits viewable in <a href="https://github.com/codemirror/language/compare/0.19.10...0.20.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=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:13 +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#3715
No description provided.