[PR #2692] [CLOSED] chore(deps): bump @codemirror/lang-javascript from 0.19.7 to 6.1.0 #3996

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2692
Author: @dependabot[bot]
Created: 9/26/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/codemirror/lang-javascript-6.1.0


📝 Commits (1)

  • 5da8604 chore(deps): bump @codemirror/lang-javascript from 0.19.7 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/lang-javascript from 0.19.7 to 6.1.0.

Changelog

Sourced from @​codemirror/lang-javascript's changelog.

6.1.0 (2022-09-20)

New features

The completionPath helper can now be used to find the object path to complete at a given position.

scopeCompletionSource provides a completion source based on a scope object.

6.0.2 (2022-07-21)

Bug fixes

Fix the source field in ESLint diagnostics to properly hold "eslint".

Fix (non-)auto indentation in template strings and comments.

6.0.1 (2022-06-29)

Bug fixes

Avoid completing variables/keywords in property or definition positions.

Fix a bug that broke local variable completion if JavaScript was parsed an overlay in an outer language.

6.0.0 (2022-06-08)

Breaking changes

Update dependencies to 6.0.0

0.20.1 (2022-06-01)

New features

localCompletionSource (included in the support extensions returned from javascript) now provides a way to complete locally-defined names.

0.20.0 (2022-04-20)

New features

The new autoCloseTags extension (included by default in the javascript language extension when jsx is configured) finishes JSX closing tags when you type a > or / character.

Commits
  • 8cc864b Mark version 6.1.0
  • 16c2a7d Add completionPath and scopeCompletionSource
  • 988318b Update doc comment instead of readme.md to link to eslint-linter-browserify
  • 668ba86 Link to eslint-linter-browserify instead of eslint4b
  • 9914b07 Regenerate readme
  • 9457a55 Mark version 6.0.2
  • 1e03439 Properly return null for indentation in template strings and comments
  • d318f31 Fix nonsense source string in lint results
  • 749ed7d Mark version 6.0.1
  • 2cb5b38 Use resolveInner instead of resolve for completion
  • 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/2692 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/26/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/codemirror/lang-javascript-6.1.0` --- ### 📝 Commits (1) - [`5da8604`](https://github.com/hoppscotch/hoppscotch/commit/5da860493b5f8d7d28cb8aaefa7bd9a66503fce3) chore(deps): bump @codemirror/lang-javascript from 0.19.7 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/lang-javascript](https://github.com/codemirror/lang-javascript) from 0.19.7 to 6.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md"><code>@​codemirror/lang-javascript</code>'s changelog</a>.</em></p> <blockquote> <h2>6.1.0 (2022-09-20)</h2> <h3>New features</h3> <p>The <code>completionPath</code> helper can now be used to find the object path to complete at a given position.</p> <p><code>scopeCompletionSource</code> provides a completion source based on a scope object.</p> <h2>6.0.2 (2022-07-21)</h2> <h3>Bug fixes</h3> <p>Fix the <code>source</code> field in ESLint diagnostics to properly hold <code>&quot;eslint&quot;</code>.</p> <p>Fix (non-)auto indentation in template strings and comments.</p> <h2>6.0.1 (2022-06-29)</h2> <h3>Bug fixes</h3> <p>Avoid completing variables/keywords in property or definition positions.</p> <p>Fix a bug that broke local variable completion if JavaScript was parsed an overlay in an outer language.</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-01)</h2> <h3>New features</h3> <p><code>localCompletionSource</code> (included in the support extensions returned from <code>javascript</code>) now provides a way to complete locally-defined names.</p> <h2>0.20.0 (2022-04-20)</h2> <h3>New features</h3> <p>The new <code>autoCloseTags</code> extension (included by default in the <code>javascript</code> language extension when <code>jsx</code> is configured) finishes JSX closing tags when you type a <code>&gt;</code> or <code>/</code> character.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/lang-javascript/commit/8cc864be43d9aacc6a6781281220ce201d78fcd4"><code>8cc864b</code></a> Mark version 6.1.0</li> <li><a href="https://github.com/codemirror/lang-javascript/commit/16c2a7d1baa313d94825dc8bbd0e7c3fcfc6b075"><code>16c2a7d</code></a> Add completionPath and scopeCompletionSource</li> <li><a href="https://github.com/codemirror/lang-javascript/commit/988318b2200bb654a14f25d4924e2022b7fe9ba3"><code>988318b</code></a> Update doc comment instead of readme.md to link to eslint-linter-browserify</li> <li><a href="https://github.com/codemirror/lang-javascript/commit/668ba86897a36d9b2016fc35ac79b33a5b8f8102"><code>668ba86</code></a> Link to eslint-linter-browserify instead of eslint4b</li> <li><a href="https://github.com/codemirror/lang-javascript/commit/9914b075cbf8c3812e03e4820c773824f9a92fd0"><code>9914b07</code></a> Regenerate readme</li> <li><a href="https://github.com/codemirror/lang-javascript/commit/9457a553a3b07babe25f2f8afbe73474868ce226"><code>9457a55</code></a> Mark version 6.0.2</li> <li><a href="https://github.com/codemirror/lang-javascript/commit/1e03439d0281ede46618c175c345daa82a1d0fd0"><code>1e03439</code></a> Properly return null for indentation in template strings and comments</li> <li><a href="https://github.com/codemirror/lang-javascript/commit/d318f312bb7af63c31f7e560c2a152cf3768579c"><code>d318f31</code></a> Fix nonsense source string in lint results</li> <li><a href="https://github.com/codemirror/lang-javascript/commit/749ed7d353caab74996f3ad98c9c963a0ac646a7"><code>749ed7d</code></a> Mark version 6.0.1</li> <li><a href="https://github.com/codemirror/lang-javascript/commit/2cb5b38a69db1dcd11ea13ea8b3d84324250561c"><code>2cb5b38</code></a> Use resolveInner instead of resolve for completion</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/lang-javascript/compare/0.19.7...6.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/lang-javascript&package-manager=npm_and_yarn&previous-version=0.19.7&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:34:00 +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#3996
No description provided.