rsksmart / rif-storage-pinner

MIT License
2 stars 3 forks source link

chore(deps): bump sql-formatter from 2.3.3 to 6.1.5 #541

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps sql-formatter from 2.3.3 to 6.1.5.

Release notes

Sourced from sql-formatter's releases.

6.1.5

Fixes error with absolute imports in 6.1.3 and 6.1.4.

6.1.4

Broken release. Tried to fix the previous release... didn't succeed :(

6.1.3

Mostly a changes related to repository transfer from github.com/zeroturnaround to github.com/sql-formatter-org.

  • Dropped . and @ characters support from PL/SQL identifiers (which weren't valid anyway).

  • Dropped support for TypeScript < 4.5.

Broken release because of internal import paths refactoring. Fixed in 6.1.5.

6.1.2

Bugfixes:

  • Add missing PostgreSQL JSON operators #> and #>> #217
  • Don't add extra newline before a lonely semicolon when using newlineBeforeSemicolon: true

Internals:

  • Rewrite of SQL string building logic
  • Remove ZWS-replacement hack from indentStyle: tabular* token formatting
  • Store both raw and clean values inside tokens

6.1.1

Fixes:

  • Add CASE expression support for DB2 and Redshift. This means, all SQL dialects now support CASE..END syntax.

Internals:

  • Reorganization of CASE expression formatting code.
  • Reorganization of token preprocessing.

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

... (truncated)

Commits
  • db195eb Release v6.1.5
  • 8d78b73 Add module-resolver plugin to Babel
  • 4de7a22 Add plugin to transform absolute import paths to relative
  • dfcae68 Add ttypescript to be able to use transforms on top of TypeScript
  • bc4dd08 Release v6.1.4
  • bc76eda Release v6.1.3
  • 66f23f9 Replace all zeroturnaround repo links with sql-formatter-org
  • 6578e18 Change demo links to point at sql-formatter-org
  • 5e12c3a Fix demo link
  • b7b8963 Merge pull request #223 from inferrinizzard/vscode/v6
  • 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 #544.