Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump @codemirror/lang-sql from 6.3.3 to 6.5.2 #299

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps @codemirror/lang-sql from 6.3.3 to 6.5.2.

Changelog

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

6.5.2 (2023-06-23)

Bug fixes

Allow table names to contain multiple dots in the schema passed to schemaCompletionSource.

6.5.1 (2023-06-21)

Bug fixes

schemaCompletionSource now adds quotes around non-word identifiers even if the user didn't type a starting quote.

6.5.0 (2023-05-16)

New features

Dialect objects now have a public spec property holding their configuration.

6.4.1 (2023-04-13)

Bug fixes

Fix a bug where tokenizing of block comments got confused when nested comment start/end markers appeared directly next to each other.

6.4.0 (2023-01-23)

Bug fixes

Fix syntax tree node names for curly and square brackets, which had their names swapped.

New features

The new schemas config option can be used to provide custom completion objects for schema completions.

Commits
  • 95e773c Mark version 6.5.2
  • eb70d19 Allow tables to be nested more than one level in schemaCompletionSource
  • be533e3 Mark version 6.5.1
  • ca951ee Automatically quote identifiers with non-word characters in completions
  • a7ce220 Move to @​codemirror/buildhelper 1.0.0
  • 15cd228 Mark version 6.5.0
  • 5fb023f Export SQLDialect.spec
  • 2213fd9 Mark version 6.4.1
  • be95e91 Improve block comment tokenizers
  • 4de07b4 Update links in 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 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/lang-sql](https://github.com/codemirror/lang-sql) from 6.3.3 to 6.5.2.
- [Changelog](https://github.com/codemirror/lang-sql/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-sql@6.3.3...6.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2023

A newer version of @​codemirror/lang-sql exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants