Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sql-formatter ^12.0.0 -> ^13.0.0 age adoption passing confidence

Release Notes

sql-formatter-org/sql-formatter (sql-formatter)

v13.0.0: 13.0.0

Compare Source

Breaking changes
  • Reduced the keywords lists of MySQL, MariaDB and SingleStoreDB to just the reserved ones. #​629
    This means that using keywordCase: upper no more capitalizes words like user and name.
  • Changed how COMMENT keyword is formatted. #​636
    In dialects like MariaDB (which allow it inside CREATE TABLE statement) it is no more placed on a separate line.
    In dialects which support COMMENT ON ... statement, it only triggers a new line when used together with ON.
Bugfixes
  • Fixed crash when encountering goto labels in Transact-SQL #​632
  • Fix formatting of ON DUPLICATE KEY UPDATE clause in MariaDB-like dialects. #​605
  • Fix formatting of VALUES() function in MariaDB-like dialects. #​605

v12.2.4: 12.2.4

Compare Source

Bugfix

v12.2.3: 12.2.3

Compare Source

Bugfixes
  • Add SELECT..INTO support for TSQL (#​609) (thanks to Grant Forsythe)

v12.2.2: 12.2.2

Compare Source

Bugfixes
  • Improve handling of GO statements in Transact-SQL (#​606) (thanks to Grant Forsythe)

v12.2.1: 12.2.1

Compare Source

Bugfixes
  • Support named arguments for BigQuery (#​603) (thanks to pokutuna)

v12.2.0: 12.2.0

Compare Source

New feature

  • Custom paramTypes config (#​582)

v12.1.4: 12.1.4

Compare Source

  • Export ParamItems and ParamTypes at top level #​577

v12.1.3: 12.1.3

Compare Source

Bugfixes
  • Add FOR UPDATE clause support for Postgres (#​574) (thanks to Nathan Walters)

v12.1.2: 12.1.2

Compare Source

Enhancements
  • Support BigQuery system variables (#​568)

v12.1.1: 12.1.1

Compare Source

Bugfixes
  • Fix long-standing bug: BETWEEN operator followed by AND operator no more causes a crash (#​566)
  • Fix formatting of IS [NOT] DISTINCT FROM operator (#​565)
  • Improve formatting of block comments that aren't doc-comments (#​559)

v12.1.0: 12.1.0

Compare Source

New feature

  • New command line flag --fix for formatting files in-place (#​406)

v12.0.6: 12.0.6

Compare Source

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

v12.0.5: 12.0.5

Compare Source

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)

v12.0.4: 12.0.4

Compare Source

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

v12.0.3: 12.0.3

Compare Source

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

v12.0.2: 12.0.2

Compare Source

Bugfixes

v12.0.1: 12.0.1

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Sep 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
it-tools ✅ Ready (Inspect) Visit Preview Sep 1, 2023 0:28am

@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@CorentinTh CorentinTh merged commit c7d4562 into main Sep 3, 2023
@CorentinTh CorentinTh deleted the renovate/sql-formatter-13.x branch September 3, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants