Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

chore(deps-dev): bump sql-formatter from 7.0.2 to 8.2.0#52

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sql-formatter-8.2.0
Closed

chore(deps-dev): bump sql-formatter from 7.0.2 to 8.2.0#52
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sql-formatter-8.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps sql-formatter from 7.0.2 to 8.2.0.

Release notes

Sourced from sql-formatter's releases.

8.2.0

New feature

  • Added support for formatting WINDOW clause in all dialects supporting it #305

8.1.0

Bugfixes

  • Fix formatting of DESC inside ORDER BY for MariaDB #298
  • Fix multiple problems with LIMIT clause formatting #301 #303

Improvements

  • No more adding spaces around :: operator.
  • Add support for multiple PostgreSQL JSON and other operators #296
  • Add support for N1QL operator: ||.
  • Add support for DB2 operators: ¬=, ¬>, ¬<.
  • Add support for SQLite operators: ->, ->>.
  • Add support for ~, #, ?, ! operators in several dialects.

Internals

  • Reorganize code in core/ dir into lexer/, parser/, formatter/ directories.
  • Major refactoring of Tokenizer.
  • Several new token types: DELIMITER, COMMA, IDENTIFIER, QUOTED_IDENTIFIER, NAMED_PARAMETER, QUOTED_PARAMETER, INDEXED_PARAMETER, POSITIONAL_PARAMETER.

8.0.2

Bugfixes

  • Fix BigQuery STRUCT formatting #279
  • Fix BigQuery FROM clause operators formatting #279

8.0.1

Bugfix

  • Support arrays in PostgreSQL #275

8.0.0

Breaking changes

  • Removed multilineLists config option
  • Removed newlineBeforeOpenParen config option
  • Removed newlineBeforeCloseParen config option

Internal changes

  • Moved all the syntax structure detection from formatter to parser.

7.0.4

  • Improve CREATE TABLE & CREATE VIEW formatting for BigQuery. #269
  • Upgrade dependencies. Notably switch from TypeScript 4.6.3 to 4.7.4. #271

... (truncated)

Commits
  • da16787 Release v8.2.0
  • ad0afb3 Merge PR #311: Add support for WINDOW clause
  • b8bf279 Only support simple WINDOW clause in Spark
  • d1101f5 Add support for WINDOW clause in multiple dialects
  • 0592b01 Release v8.1.0
  • b6ec2a0 Merge PR #304: Fix parsing and formatting of LIMIT clause
  • e091dc4 Extract LIMIT tests to separate file
  • fa6fd57 Add test for LIMIT with comments
  • 92981c1 Generalize expressionsUntilClauseEnd()
  • 624b7ce Reuse expressionsUntilClauseEnd()
  • 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 7.0.2 to 8.2.0.
- [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@v7.0.2...v8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2022

Superseded by #68.

@dependabot dependabot bot closed this Sep 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sql-formatter-8.2.0 branch September 1, 2022 00:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants