chore(deps): bump @codemirror/legacy-modes from 6.4.0 to 6.5.0 #210

Closed
opened 2026-04-05 19:53:14 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 3/17/2025

Bumps @codemirror/legacy-modes from 6.4.0 to 6.5.0.

Changelog

Sourced from @​codemirror/legacy-modes's changelog.

6.5.0 (2025-03-13)

New features

Simple modes can now include a mergeTokens option in their language data to disable token merging.

6.4.3 (2025-02-12)

Bug fixes

Make Pascal keyword matching case-insensitive.

Fix a crash in simple-mode.js when using the dontIndentStates feature.

Fix a bug in tokenizing multiline strings in xQuery.

6.4.2 (2024-11-05)

Bug fixes

Fix an issue in the Groovy mode where interpolated variable style would continue after whitespace.

Add support for underscore separators in numbers in the Dart mode.

6.4.1 (2024-08-15)

Bug fixes

Stop treating closing brackets as brackets in the Common Lisp mode.

Fix a bug where the Stylus mode would crash when queried for indentation.

Commits
  • 164773e Mark version 6.5.0
  • e75bbe2 Allow simple modes to pass a mergeTokens option
  • a8167a6 Mark version 6.4.3
  • 4897e0a Fix multiline string tokenizing in xQuery mode
  • 92b908e Fix misspelled property name in simple-mode
  • 8fcea3d Rename example readme section to usage
  • a62c680 Make Pascal keywords case-insensitive
  • bddb161 Mark version 6.4.2
  • 57e2fc9 Support number literal separators in Dart
  • 2675b58 Fix bad handling of interpolated variables in the Groovy mode
  • 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 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)
*Originally created by @dependabot[bot] on 3/17/2025* Bumps [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes) from 6.4.0 to 6.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md"><code>@​codemirror/legacy-modes</code>'s changelog</a>.</em></p> <blockquote> <h2>6.5.0 (2025-03-13)</h2> <h3>New features</h3> <p>Simple modes can now include a <code>mergeTokens</code> option in their language data to disable token merging.</p> <h2>6.4.3 (2025-02-12)</h2> <h3>Bug fixes</h3> <p>Make Pascal keyword matching case-insensitive.</p> <p>Fix a crash in simple-mode.js when using the <code>dontIndentStates</code> feature.</p> <p>Fix a bug in tokenizing multiline strings in xQuery.</p> <h2>6.4.2 (2024-11-05)</h2> <h3>Bug fixes</h3> <p>Fix an issue in the Groovy mode where interpolated variable style would continue after whitespace.</p> <p>Add support for underscore separators in numbers in the Dart mode.</p> <h2>6.4.1 (2024-08-15)</h2> <h3>Bug fixes</h3> <p>Stop treating closing brackets as brackets in the Common Lisp mode.</p> <p>Fix a bug where the Stylus mode would crash when queried for indentation.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/legacy-modes/commit/164773e187317aa8de2c214468fa9635f09055e3"><code>164773e</code></a> Mark version 6.5.0</li> <li><a href="https://github.com/codemirror/legacy-modes/commit/e75bbe2f7e861815f57a2cb1b25903cb1c7571a9"><code>e75bbe2</code></a> Allow simple modes to pass a mergeTokens option</li> <li><a href="https://github.com/codemirror/legacy-modes/commit/a8167a6b6c2d82f228a8827970b40ebd6f4abbb3"><code>a8167a6</code></a> Mark version 6.4.3</li> <li><a href="https://github.com/codemirror/legacy-modes/commit/4897e0a977aabe04c86144344863167a7061002b"><code>4897e0a</code></a> Fix multiline string tokenizing in xQuery mode</li> <li><a href="https://github.com/codemirror/legacy-modes/commit/92b908e4483b85d406bb64d648448f54680e4c53"><code>92b908e</code></a> Fix misspelled property name in simple-mode</li> <li><a href="https://github.com/codemirror/legacy-modes/commit/8fcea3debb46354653059309a06d466ff4eaa730"><code>8fcea3d</code></a> Rename example readme section to usage</li> <li><a href="https://github.com/codemirror/legacy-modes/commit/a62c680b8bbd2a5a0027eeacf0bb2c9f93668be6"><code>a62c680</code></a> Make Pascal keywords case-insensitive</li> <li><a href="https://github.com/codemirror/legacy-modes/commit/bddb161eddf1057b7e5af2364026dc45bf4e250d"><code>bddb161</code></a> Mark version 6.4.2</li> <li><a href="https://github.com/codemirror/legacy-modes/commit/57e2fc9515c16e1a403f4bbb52ecff89da84f6f1"><code>57e2fc9</code></a> Support number literal separators in Dart</li> <li><a href="https://github.com/codemirror/legacy-modes/commit/2675b58e4a29dd2a0012c0cc2039dbe96bcc1070"><code>2675b58</code></a> Fix bad handling of interpolated variables in the Groovy mode</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/legacy-modes/compare/6.4.0...6.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codemirror/legacy-modes&package-manager=npm_and_yarn&previous-version=6.4.0&new-version=6.5.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 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) </details>
MrUnknownDE added the dependenciesjavascriptdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascript labels 2026-04-05 19:53:27 +02:00
Sign in to join this conversation.
No Label dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pyrodactyl#210