fix(deps): update dependency sql-formatter to v13 #606
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^12.0.0
->^13.0.0
Release Notes
sql-formatter-org/sql-formatter (sql-formatter)
v13.0.0
: 13.0.0Compare Source
Breaking changes
This means that using
keywordCase: upper
no more capitalizes words likeuser
andname
.COMMENT
keyword is formatted. #636In 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 withON
.Bugfixes
ON DUPLICATE KEY UPDATE
clause in MariaDB-like dialects. #605VALUES()
function in MariaDB-like dialects. #605v12.2.4
: 12.2.4Compare Source
Bugfix
v12.2.3
: 12.2.3Compare Source
Bugfixes
v12.2.2
: 12.2.2Compare Source
Bugfixes
v12.2.1
: 12.2.1Compare Source
Bugfixes
v12.2.0
: 12.2.0Compare Source
New feature
v12.1.4
: 12.1.4Compare Source
ParamItems
andParamTypes
at top level #577v12.1.3
: 12.1.3Compare Source
Bugfixes
v12.1.2
: 12.1.2Compare Source
Enhancements
v12.1.1
: 12.1.1Compare Source
Bugfixes
BETWEEN
operator followed byAND
operator no more causes a crash (#566)IS [NOT] DISTINCT FROM
operator (#565)v12.1.0
: 12.1.0Compare Source
New feature
--fix
for formatting files in-place (#406)v12.0.6
: 12.0.6Compare Source
Bugfix
$
,@
,#
chars #550v12.0.5
: 12.0.5Compare Source
Bugfixes
commaPosition
option (thanks to Stanislav Germanovskii) #505Dependency updates
v12.0.4
: 12.0.4Compare Source
Bugfixes
v12.0.3
: 12.0.3Compare Source
Bugfixes
v12.0.2
: 12.0.2Compare Source
Bugfixes
v12.0.1
: 12.0.1Compare Source
Bugfixes
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.
This PR has been generated by Mend Renovate. View repository job log here.