Skip to content

deps(deps): bump sql-formatter from 4.0.2 to 12.0.6 #702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps sql-formatter from 4.0.2 to 12.0.6.

Release notes

Sourced from sql-formatter's releases.

12.0.6

Bugfix

  • Allow DB2 identifiers to start with $, @, # chars #550

12.0.5

Bugfixes

  • Fixed trailing comment handling with commaPosition option (thanks to Stanislav Germanovskii) #505

Dependency updates

  • Bumped json5 from 1.0.1 to 1.0.2 (#548)

12.0.4

Bugfixes

  • Fix formatting of ON CONFLICT clause (#535)
  • Support QUALIFY clause in Snowflake (#539)

12.0.3

Bugfixes

  • Add missing operators to SingleStoreDB (#531) (thanks to Tito Griné)

12.0.2

Bugfixes

  • Fix crash with complex expressions inside BETWEEN #523 #507

12.0.1

Bugfixes

  • Export ConfigError class as value, not as type (#521)

12.0.0

Major formatting style change

Most of the simple statements are now formatted more on one line (#483).

For example the following SQL, previously formatted as follows:

ALTER TABLE
  foo
ALTER COLUMN
  col1
SET DEFAULT
  10;
DROP TABLE
my_tbl;
DELETE FROM
customers
</tr></table>

... (truncated)

Commits
  • 1be6cb0 Release v12.0.6
  • c598126 Allow DB2 identifiers to start with $, @, # chars
  • de64b3b Add Stanislav Germanovskii to contributors list
  • 6280df3 Release v12.0.5
  • a2da582 Fixup comment names
  • 14012c3 Properly handle comment after the longest line
  • 8ae74f7 Don't call dedent as a function
  • 7757b26 Merge branch 'commaPositionCommentsSupport' into master
  • 11d82cd Extract trimTrailingComments()
  • 60126db Rewrite complex logic into simpler indentComma function
  • 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)

Bumps [sql-formatter](https://github.com/sql-formatter-org/sql-formatter) from 4.0.2 to 12.0.6.
- [Release notes](https://github.com/sql-formatter-org/sql-formatter/releases)
- [Changelog](https://github.com/sql-formatter-org/sql-formatter/blob/master/.release-it.json)
- [Commits](sql-formatter-org/sql-formatter@v4.0.2...v12.0.6)

---
updated-dependencies:
- dependency-name: sql-formatter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 23, 2023
@dependabot dependabot bot requested a review from hckhanh January 23, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants