rsksmart / rif-storage-pinner

MIT License
2 stars 3 forks source link

chore(deps): bump sql-formatter from 2.3.3 to 6.1.0 #534

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps sql-formatter from 2.3.3 to 6.1.0.

Release notes

Sourced from sql-formatter's releases.

6.1.0

New language: SQLite

  • Merged in support for SQLite formatting #189

Fixes

  • Restore regression in DELETE FROM formatting

6.0.2

Minor enhancements:

  • Don't crash with default "sql" language when encountering "@" character #214
  • Better error message when tokenizer fails

6.0.1

Single bugfix:

  • Avoid breaking up ON UPDATE and ON DELETE #215

6.0.0

From 4.x to 6.x

This release is mostly a back-merge of the Prettier SQL fork.

The latest stable release of SQL Formatter was 4.0.2. Prettier SQL continued from that, releasing Prettier SQL 5.0 ... 5.1.1. Now back in SQL Formatter we're skipping the 5.x versions and going straight to 6.

Breaking changes since 4.x

Command line options --indent (-i), --tab-indent (-t), --uppercase (-u) and --lines-between-queries have been removed in favor of using a JSON config file which can be specified using --config (-c) option.

The equivalent options in a config file are as follows:

{
  "tabWidth": 4,
  "useTabs": true,
  "keywordCase": "upper",
  "linesBetweenQueries": 2
}

When used as a library, the indent and uppercase options have been replaced similarly.

New features

New SQL Dialects: GCP BigQuery, Apache Hive.

Lots of new configuration options. See the README for a full list.

... (truncated)

Commits
  • 6f26724 Release v6.1.0
  • dfc1abb Mention SQLite contributor in CONTRIBUTING.md
  • 0c37211 Restore regression in DELETE FROM formatting
  • cc5a5b5 Fix sql-formatter command name in README
  • 9f753c7 Convert sqlite config to work with new setup
  • 1052eb1 Add support for SQLite formatting
  • 71485e3 Release v6.0.2
  • e0a7cf4 Add "@" to operators list to ensure we don't crash on it
  • ff7f201 Throw error when unable to tokenize the string
  • d2915e0 Release v6.0.1
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #536.