devinit / ddw-analyst-ui

The Development Data Warehouse
http://ddw.devinit.org/
GNU General Public License v3.0
2 stars 1 forks source link

Bump @codemirror/lang-sql from 0.19.4 to 6.5.1 #952

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @codemirror/lang-sql from 0.19.4 to 6.5.1.

Changelog

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

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.

6.3.3 (2022-11-14)

Bug fixes

Fix tokenizing of double-$ strings in SQL dialects that support them.

6.3.2 (2022-10-24)

Bug fixes

Make sure the language object has a name.

6.3.1 (2022-10-17)

Bug fixes

Fix tokenizing of -- line comments.

6.3.0 (2022-08-23)

New features

... (truncated)

Commits
  • 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
  • b8de1f5 Regenerate readme
  • 97a0e84 Update maintainer email
  • 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 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)
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov-commenter commented 1 year ago

Codecov Report

Merging #952 (8a7b9bc) into develop (244513c) will decrease coverage by 4.08%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #952      +/-   ##
===========================================
- Coverage    46.33%   42.26%   -4.08%     
===========================================
  Files          195       66     -129     
  Lines         7059     5094    -1965     
  Branches       522        0     -522     
===========================================
- Hits          3271     2153    -1118     
+ Misses        3684     2941     -743     
+ Partials       104        0     -104     

see 129 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot[bot] commented 1 year ago

Superseded by #955.