Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@codemirror/lang-html 6.4.9 -> 6.4.10 age confidence
@codemirror/lang-javascript 6.2.2 -> 6.2.4 age confidence
@codemirror/lang-json 6.0.1 -> 6.0.2 age confidence
@codemirror/lang-markdown 6.2.5 -> 6.3.4 age confidence
@codemirror/language 6.10.3 -> 6.11.3 age confidence

Release Notes

codemirror/lang-html (@​codemirror/lang-html)

v6.4.10

Compare Source

Bug fixes

Don't include period characters in the language's word characters.

codemirror/lang-javascript (@​codemirror/lang-javascript)

v6.2.4

Compare Source

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.

v6.2.3

Compare Source

Bug fixes

Disable JavaScript completions in JSX context.

codemirror/lang-json (@​codemirror/lang-json)

v6.0.2

Compare Source

Bug fixes

Add a .d.cts file to make TypeScript happy.

codemirror/lang-markdown (@​codemirror/lang-markdown)

v6.3.4

Compare Source

Bug fixes

Make sure header-based indentation is available even when Markdown isn't the editor's top-level language.

v6.3.3

Compare Source

Bug fixes

Make insertNewlineContinueMarkup take effect even when at the end of a nested range of Markdown content.

v6.3.2

Compare Source

Bug fixes

Make Markdown-specific commands return false inside fenced code.

Fix an infinite loop caused by insertNewlineContinueMarkup.

v6.3.1

Compare Source

Bug fixes

Fix an issue where insertNewlineContinueMarkup didn't work with the cursor directly after an HTML tag.

v6.3.0

Compare Source

New features

The new htmlTagLanguage option allows client code to configure which language is used to parse HTML tags in the document.

codemirror/language (@​codemirror/language)

v6.11.3

Compare Source

Bug fixes

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

v6.11.2

Compare Source

Bug fixes

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

v6.11.1

Compare Source

Bug fixes

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

v6.11.0

Compare Source

New features

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

v6.10.8

Compare Source

Bug fixes

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

v6.10.7

Compare Source

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.

v6.10.6

Compare Source

Bug fixes

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

v6.10.5

Compare Source

Bug fixes

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

v6.10.4

Compare Source

Bug fixes

Join adjacent tokens of the same type into a single token in .

Call stream language indent functions even when the language is used as a nested parser.

Fix a crash in StreamParser when a parse was resumed with different input ranges.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Sep 16, 2025

Deploy Preview for eslint-code-explorer ready!

Name Link
🔨 Latest commit e3c2e40
🔍 Latest deploy log https://app.netlify.com/projects/eslint-code-explorer/deploys/68e2ae92748d520008cec281
😎 Deploy Preview https://deploy-preview-139--eslint-code-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@eslintbot eslintbot added this to Triage Sep 16, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Sep 16, 2025
@renovate renovate bot force-pushed the renovate/codemirror branch 2 times, most recently from c8f33d5 to 87ffc80 Compare September 18, 2025 10:46
@renovate renovate bot force-pushed the renovate/codemirror branch 5 times, most recently from 7eaca08 to 494298a Compare October 1, 2025 21:33
@renovate renovate bot force-pushed the renovate/codemirror branch 4 times, most recently from 3766a3e to 52b7f5e Compare October 5, 2025 13:55
@renovate renovate bot force-pushed the renovate/codemirror branch from 52b7f5e to e3c2e40 Compare October 5, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Triage
Development

Successfully merging this pull request may close these issues.

0 participants