This repository was archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
chore(deps): update dependency @codemirror/lang-sql to v6 #64
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/codemirror-lang-sql-6.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
37c2ee0 to
dbb5f22
Compare
dbb5f22 to
bce74c4
Compare
bce74c4 to
608975d
Compare
608975d to
e1b7347
Compare
e1b7347 to
bf7de09
Compare
bf7de09 to
327c909
Compare
327c909 to
854c988
Compare
854c988 to
6c6f221
Compare
6c6f221 to
02d45de
Compare
02d45de to
648a741
Compare
648a741 to
69eec1d
Compare
69eec1d to
66ac261
Compare
66ac261 to
f56a435
Compare
f56a435 to
7760050
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.19.3->6.6.3Release Notes
codemirror/lang-sql (@codemirror/lang-sql)
v6.6.3Compare Source
Bug fixes
Fix a bug where Postgres-style dollar-quoted strings were enabled for all dialects, and the
doubleDollarQuotedStringsoptions was ignored.v6.6.2Compare Source
Bug fixes
Properly support tags in PostgreSQL
4073quoted strings.v6.6.1Compare Source
Bug fixes
Fix an issue that caused completions to be missing when using the
defaultSchemaoption.v6.6.0Compare Source
Bug fixes
Don't tokenize identifiers after periods as anything but plain identifiers.
New features
The
schemaoption now allows nested objects to define multiple levels of completions, as well asselfcompletion options for specific levels. The old format (usingtables/schemas) continues to work but is deprecated.v6.5.5Compare Source
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.4Compare Source
Bug fixes
Remove use of negative lookbehind in a regular expression, which recent versions of Safari still don't support.
v6.5.3Compare Source
Bug fixes
The PL/SQL dialect now correctly handles
q'[]'-quoting syntax.v6.5.2Compare Source
Bug fixes
Allow table names to contain multiple dots in the schema passed to
schemaCompletionSource.v6.5.1Compare Source
Bug fixes
schemaCompletionSourcenow adds quotes around non-word identifiers even if the user didn't type a starting quote.v6.5.0Compare Source
New features
Dialect objects now have a public
specproperty holding their configuration.v6.4.1Compare Source
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.0Compare Source
Bug fixes
Fix syntax tree node names for curly and square brackets, which had their names swapped.
New features
The new
schemasconfig option can be used to provide custom completion objects for schema completions.v6.3.3Compare Source
Bug fixes
Fix tokenizing of double-
$strings in SQL dialects that support them.v6.3.2Compare Source
Bug fixes
Make sure the language object has a name.
v6.3.1Compare Source
Bug fixes
Fix tokenizing of
--line comments.v6.3.0Compare Source
New features
Schema-based completion now understands basic table alias syntax, and will take it into account when looking up completions.
v6.2.0Compare Source
New features
The new
unquotedBitLiteralsdialect option controls whether0b01syntax is recognized.Dialects now allow a
treatBitsAsBytesoption to allow any characters inside quoted strings prefixed withb.v6.1.0Compare Source
New features
The new
doubleDollarQuotedStringsoptions to SQL dialects allows parsing of text delimited by$$as strings. Regenerate readmev6.0.0Compare Source
Breaking changes
Update dependencies to 6.0.0
v0.20.4Compare Source
New features
Schema completion descriptions may now include dots in table names to indicate nested schemas.
v0.20.3Compare Source
Bug fixes
Fix a bug where the slash at the end of block comments wasn't considered part of the comment token.
v0.20.2Compare Source
Bug fixes
Fix an infinite recursion bug in
schemaCompletionSource.v0.20.1Compare Source
Breaking changes
The
schemaCompletionandkeywordCompletionexports, which returned extensions, have been replaced withschemaCompletionSourceandkeywordCompletionSource, which return completion sources. The old exports will remain available until the next major version.v0.20.0Compare Source
Bug fixes
Fix autocompletion on columns when the table name is written with upper-case letters. Move to @lezer/highlight
v0.19.4Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.