synle / sqlui-native

SQLUI Native (sqluinative) is a simple UI client for most SQL Engines written in Electron. It is compatible with Windows, Mac, Ubuntu / Debian and Redhat. It supports most dialects of RMBDs like MySQL, Microsoft SQL Server, Postgres, SQLite and has limited supports for Cassandra, MongoDB, Redis, CockroachDB, Azure CosmosDB and Azure Storage Tab
https://synle.github.io/sqlui-native/
MIT License
61 stars 8 forks source link

Bump sql-formatter from 4.0.2 to 11.0.2 #693

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps sql-formatter from 4.0.2 to 11.0.2.

Release notes

Sourced from sql-formatter's releases.

11.0.2

Bugfixes

  • Fix indentation of first comment in file #481

11.0.1

Bugfixes

  • Fix ESM/TypeScript module resolution #487 #488 (thanks to An Phi)

11.0.0

Potentially breaking changes

  • The library is now exported as ES module #455, #105

New features

  • Added support for Snowflake dialect #454

Improvements

  • Better CASE expression formatting #458, #401, #459
  • Better formatting of inline block-comments #462
  • Better ON UPDATE/DELETE constraints formatting #478
  • denseOperators config now also applies to : operator.

11.0.0-beta.2

Improvements

  • Improved Snowflake ALTER TABLE syntax support #479
  • Improve ON DELETE / ON UPDATE constraints formatting #478

11.0.0-beta.1

New features

  • Added support for Snowflake dialect #454

10.8.0-beta.6

Improvements

  • Target Node 14.x in ESM build #474

10.8.0-beta.5

  • Fix bad merge #470

10.8.0-beta.4

Improvements

  • Allow comments inside CASE sub-expressions #464
  • Better formatting of inline block-comments #462

10.8.0-beta.3

Bugfixes

  • Fix publishing to unpkg.com #469

10.8.0-beta.2

Bugfixes

  • Fixes for commonjs & ESM exporting #467

... (truncated)

Commits
  • e33a226 Release v11.0.2
  • 0f3c770 Merge PR #491: Fix indentation of first comment in file
  • 3986b29 Fix indentation of first comment in file
  • 74192d1 Add An Phi to list of contributors
  • bc6a8a5 Release v11.0.1
  • 3467fe2 Merge PR #488: Cleanup ESM/TypeScript build
  • fb75f45 Remove babel-plugin-module-resolver
  • 266a3a3 Workaround to import Nearley from CommonJS module
  • 231ba6c Remove --module commonjs flag from typescript build
  • 333d00a Remove ttypescript (typescript with plugin support)
  • 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 1 year ago

Superseded by #700.