Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps @codemirror/lang-sql from 6.5.4 to 6.10.0.

Changelog

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

6.10.0 (2025-09-16)

New features

Allow [ in identifierQuotes for MSSQL-style bracketed identifiers.

6.9.1 (2025-07-28)

Bug fixes

Include more MSSQL keyboards and builtins in the completions.

Allow built-in special variables for a dialect to be completed.

6.9.0 (2025-05-30)

New features

The new SQLDialect.configureLanguage method can be used to configure the language (and it's syntax node props) used by a dialect.

6.8.0 (2024-10-01)

New features

The new keywordCompletion option can be used to define what kind of completions are generated for keywords.

6.7.1 (2024-08-21)

Bug fixes

Remove single-letter words from the list of Postgres keywords, since they interfere with alias-based autocompletion.

6.7.0 (2024-06-24)

New features

Dialects can now disable quoting of identifiers containing upper-case characters with the caseInsensitiveIdentifiers option.

6.6.5 (2024-06-17)

Bug fixes

Fix a bug that broke tokenizing of e'\n'-style strings.

6.6.4 (2024-05-04)

Bug fixes

Make statement folding leave the entire first line visible.

... (truncated)

Commits
  • 62abf00 Mark version 6.10.0
  • 3dc83af Remove semicolons
  • 6da5e4f Add support for MSSQL-style bracket quoted identifiers
  • 4a74c3d Mark version 6.9.1
  • 87e0909 Allow completion of special variables
  • ef183b0 Fix coding style for MSSQL builtins
  • 62e0113 Added missing MSSQL keywords and built-in functions
  • b7155bf Mark version 6.9.0
  • 8ec4885 Add SQLDialect.configureLanguage method
  • 7997522 Add a usage section to readme
  • 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)

Bumps [@codemirror/lang-sql](https://github.com/codemirror/lang-sql) from 6.5.4 to 6.10.0.
- [Changelog](https://github.com/codemirror/lang-sql/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-sql@6.5.4...6.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 22, 2025
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