Skip to content

chore(deps): bump @codemirror/lang-javascript from 6.1.1 to 6.2.5#293

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/codemirror/lang-javascript-6.2.5
Open

chore(deps): bump @codemirror/lang-javascript from 6.1.1 to 6.2.5#293
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/codemirror/lang-javascript-6.2.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps @codemirror/lang-javascript from 6.1.1 to 6.2.5.

Changelog

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

6.2.5 (2026-03-02)

Bug fixes

Support code folding of JSX elements and tags.

When reading properties in scopeCompletionSource, use the original object, not a prototype.

6.2.4 (2025-05-14)

Bug fixes

Fix a crash in the esLint helper when a rule's meta.docs isn't defined.

Properly dedent lines starting with an opening curly brace below composite statements like for/while.

6.2.3 (2025-02-12)

Bug fixes

Disable JavaScript completions in JSX context.

6.2.2 (2024-02-20)

Bug fixes

Fix a bug that would cause self-closing JSX tags to have another closing tag inserted when typing the final '>'.

6.2.1 (2023-08-28)

Bug fixes

autoCloseTags now generates two separate transactions, so that the completion can be undone separately.

6.2.0 (2023-08-26)

New features

Export a typescriptSnippets array and include TypeScript keyword completions in the default support extension when in TypeScript mode.

6.1.9 (2023-06-02)

Bug fixes

Make sure scopeCompletionSource doesn't try to complete property names that aren't simple identifier (such as numeric indices).

6.1.8 (2023-05-13)

Bug fixes

... (truncated)

Commits
  • a202a00 Mark version 6.2.5
  • 190b567 Fix missing inherited getters in enumeratePropertyCompletions
  • a94cdcb Add folding for JSX elements and tags
  • 78a8521 Use git+https format for package.json repository field
  • 2b48f4d Mark version 6.2.4
  • fc71e46 Properly reindent lines starting with an opening brace below composite statem...
  • 6a735f3 Fix crash in esLint linter when meta.docs is undefined for a rule
  • 9f86da0 Mark version 6.2.3
  • b994686 Add a usage section to readme
  • 1d8e74b Prevent autocomplete when in JSX
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) from 6.1.1 to 6.2.5.
- [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-javascript@6.1.1...6.2.5)

---
updated-dependencies:
- dependency-name: "@codemirror/lang-javascript"
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants