chore(deps): update dependency @codemirror/lang-sql to v6
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @codemirror/lang-sql | 0.19.3 -> 6.6.3 |
Release Notes
codemirror/lang-sql (@codemirror/lang-sql)
v6.6.3
Bug fixes
Fix a bug where Postgres-style dollar-quoted strings were enabled for all dialects, and the doubleDollarQuotedStrings options was ignored.
v6.6.2
Bug fixes
Properly support tags in PostgreSQL 4073 quoted strings.
v6.6.1
Bug fixes
Fix an issue that caused completions to be missing when using the defaultSchema option.
v6.6.0
Bug fixes
Don't tokenize identifiers after periods as anything but plain identifiers.
New features
The schema option now allows nested objects to define multiple levels of completions, as well as self completion options for specific levels. The old format (using tables/schemas) continues to work but is deprecated.
v6.5.5
Bug fixes
Make sure table and column completions with upper-case characters are quoted.
Tag comments and strings as isolating for the purpose of bidirectional text.
v6.5.4
Bug fixes
Remove use of negative lookbehind in a regular expression, which recent versions of Safari still don't support.
v6.5.3
Bug fixes
The PL/SQL dialect now correctly handles q'[]'-quoting syntax.
v6.5.2
Bug fixes
Allow table names to contain multiple dots in the schema passed to schemaCompletionSource.
v6.5.1
Bug fixes
schemaCompletionSource now adds quotes around non-word identifiers even if the user didn't type a starting quote.
v6.5.0
New features
Dialect objects now have a public spec property holding their configuration.
v6.4.1
Bug fixes
Fix a bug where tokenizing of block comments got confused when nested comment start/end markers appeared directly next to each other.
v6.4.0
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.
v6.3.3
Bug fixes
Fix tokenizing of double-$ strings in SQL dialects that support them.
v6.3.2
Bug fixes
Make sure the language object has a name.
v6.3.1
Bug fixes
Fix tokenizing of -- line comments.
v6.3.0
New features
Schema-based completion now understands basic table alias syntax, and will take it into account when looking up completions.
v6.2.0
New features
The new unquotedBitLiterals dialect option controls whether 0b01 syntax is recognized.
Dialects now allow a treatBitsAsBytes option to allow any characters inside quoted strings prefixed with b.
v6.1.0
New features
The new doubleDollarQuotedStrings options to SQL dialects allows parsing of text delimited by $$ as strings. Regenerate readme
v6.0.0
Breaking changes
Update dependencies to 6.0.0
v0.20.4
New features
Schema completion descriptions may now include dots in table names to indicate nested schemas.
v0.20.3
Bug fixes
Fix a bug where the slash at the end of block comments wasn't considered part of the comment token.
v0.20.2
Bug fixes
Fix an infinite recursion bug in schemaCompletionSource.
v0.20.1
Breaking changes
The schemaCompletion and keywordCompletion exports, which returned extensions, have been replaced with schemaCompletionSource and keywordCompletionSource, which return completion sources. The old exports will remain available until the next major version.
v0.20.0
Bug fixes
Fix autocompletion on columns when the table name is written with upper-case letters. Move to @lezer/highlight
v0.19.4
Bug fixes
Remove duplicate keywords/types in dialect configurations.
Fix a bug that caused characters directly before a space to be tokenized incorrectly.
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| query-console-demo | ❌ Failed (Inspect) | Apr 8, 2024 5:59pm |