[PR #2316] [CLOSED] chore(deps): bump @codemirror/lint from 0.19.6 to 0.20.2 #3729

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/codemirror/lint-0.20.2


📝 Commits (1)

  • 5b4ae8e chore(deps): bump @codemirror/lint from 0.19.6 to 0.20.2

📊 Changes

1 file changed (+7 additions, -3 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+7 -3)

📄 Description

Bumps @codemirror/lint from 0.19.6 to 0.20.2.

Changelog

Sourced from @​codemirror/lint's changelog.

0.20.2 (2022-05-02)

New features

The package now exports the LintSource function type.

The new markerFilter and tooltipFilter options to linter and lintGutter allow more control over which diagnostics are visible and which have tooltips.

0.20.1 (2022-04-22)

Bug fixes

Hide lint tooltips when the document is changed.

0.20.0 (2022-04-20)

Breaking changes

Update dependencies to 0.20.0

Commits
  • 8672fe7 Mark version 0.20.2
  • 122bd37 Adjust code style in diagnostic filter implementation
  • 79aee39 Add config option to control whether dianostics are displayed and have tooltips
  • c645e2d Export LintSource type
  • a60957a Mark version 0.20.1
  • 1cfb3ed Hide tooltips when a change happens near them or the set of diagnostics changes
  • 532bf2a Enable hideOnChange for lint tooltips
  • 5e1c715 Mark version 0.20.0
  • 6afbf74 Use RangeSet exports from @​codemirror/state
  • 718f416 Use gutter exports from view package
  • 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/2316 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/3/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/lint-0.20.2` --- ### 📝 Commits (1) - [`5b4ae8e`](https://github.com/hoppscotch/hoppscotch/commit/5b4ae8e53caccf085f85a8bbfc83ef8aa53ad441) chore(deps): bump @codemirror/lint from 0.19.6 to 0.20.2 ### 📊 Changes **1 file changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+7 -3) </details> ### 📄 Description Bumps [@codemirror/lint](https://github.com/codemirror/lint) from 0.19.6 to 0.20.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/lint/blob/main/CHANGELOG.md"><code>@​codemirror/lint</code>'s changelog</a>.</em></p> <blockquote> <h2>0.20.2 (2022-05-02)</h2> <h3>New features</h3> <p>The package now exports the <code>LintSource</code> function type.</p> <p>The new <code>markerFilter</code> and <code>tooltipFilter</code> options to <code>linter</code> and <code>lintGutter</code> allow more control over which diagnostics are visible and which have tooltips.</p> <h2>0.20.1 (2022-04-22)</h2> <h3>Bug fixes</h3> <p>Hide lint tooltips when the document is changed.</p> <h2>0.20.0 (2022-04-20)</h2> <h3>Breaking changes</h3> <p>Update dependencies to 0.20.0</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/lint/commit/8672fe7e0221efddba6c933d731389ae112a6ad5"><code>8672fe7</code></a> Mark version 0.20.2</li> <li><a href="https://github.com/codemirror/lint/commit/122bd375fe52a24def788ac5f5506537dd524725"><code>122bd37</code></a> Adjust code style in diagnostic filter implementation</li> <li><a href="https://github.com/codemirror/lint/commit/79aee39555d851f473a9d3995ecd94fe7ca93dc8"><code>79aee39</code></a> Add config option to control whether dianostics are displayed and have tooltips</li> <li><a href="https://github.com/codemirror/lint/commit/c645e2d74ffe80c35625f5bb901731da67b89c11"><code>c645e2d</code></a> Export LintSource type</li> <li><a href="https://github.com/codemirror/lint/commit/a60957a1e8012afe4991eb0d594bff955cfd7303"><code>a60957a</code></a> Mark version 0.20.1</li> <li><a href="https://github.com/codemirror/lint/commit/1cfb3ed1c47008a4e3fbfab6b386f5a163375aeb"><code>1cfb3ed</code></a> Hide tooltips when a change happens near them or the set of diagnostics changes</li> <li><a href="https://github.com/codemirror/lint/commit/532bf2a267168e05ca1b9ea91c150a2964755d0b"><code>532bf2a</code></a> Enable hideOnChange for lint tooltips</li> <li><a href="https://github.com/codemirror/lint/commit/5e1c715897d7447592002b81298cb057fc77da7d"><code>5e1c715</code></a> Mark version 0.20.0</li> <li><a href="https://github.com/codemirror/lint/commit/6afbf74e257c8f57e37c84776ee73d22a6e513dc"><code>6afbf74</code></a> Use RangeSet exports from <code>@​codemirror/state</code></li> <li><a href="https://github.com/codemirror/lint/commit/718f416d41aea2aad2425dd3cdd5f9978be1dbb4"><code>718f416</code></a> Use gutter exports from view package</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/lint/compare/0.19.6...0.20.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/lint&package-manager=npm_and_yarn&previous-version=0.19.6&new-version=0.20.2)](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:19:02 +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#3729
No description provided.