Skip to content

Bump @codemirror/language from 6.3.2 to 6.11.3#4

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/codemirror/language-6.11.3
Open

Bump @codemirror/language from 6.3.2 to 6.11.3#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/codemirror/language-6.11.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 15, 2025

Bumps @codemirror/language from 6.3.2 to 6.11.3.

Changelog

Sourced from @​codemirror/language's changelog.

6.11.3 (2025-08-15)

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

6.11.2 (2025-06-27)

Bug fixes

Make sure folded ranges open when backspacing or deleting into them.

6.11.1 (2025-06-02)

Bug fixes

Fix an issue where indentation would sometimes miss nodes in mixed-language situations.

6.11.0 (2025-03-13)

New features

Stream parsers now support a mergeTokens option that can be used to turn off automatic merging of adjacent tokens.

6.10.8 (2024-12-23)

Bug fixes

Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.

6.10.7 (2024-12-17)

Bug fixes

Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.

Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.

6.10.6 (2024-11-29)

Bug fixes

Fix a crash in StreamLanguage when the input range is entirely before the editor viewport.

6.10.5 (2024-11-27)

Bug fixes

Fix an issue where a StreamLanguage could get confused when trying to reuse existing parse data when the parsed range changed.

... (truncated)

Commits
  • 9c41d68 Mark version 6.11.3
  • 1979f0d Reduce StreamParser chunk size
  • ca8d6be Mark version 6.11.2
  • 2bc3b04 Open folds when deleting/backspacing into them
  • 53e08cc Mark version 6.11.1
  • 56a1c5f Fix an issue in overlay tree traversal in indentation
  • 951477e Fix grammar in doc comment
  • 202a670 Mark version 6.11.0
  • 1961c5c Add StreamParser.mergeTokens option
  • 509ea10 Add a usage section to readme
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@codemirror/language](https://github.com/codemirror/language) from 6.3.2 to 6.11.3.
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.3.2...6.11.3)

---
updated-dependencies:
- dependency-name: "@codemirror/language"
  dependency-version: 6.11.3
  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 Aug 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 15, 2025 18:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 15, 2025
@vercel
Copy link

vercel bot commented Aug 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
portal-sense Ready Ready Preview Comment Aug 15, 2025 6:10pm

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