restyled-io / restylers

Language-specific restylers
https://docs.restyled.io/restylers
GNU Affero General Public License v3.0
22 stars 28 forks source link

feat(sqlformat): update dependency sqlparse to v0.5.1 #778

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sqlparse (changelog) ==0.5.0 -> ==0.5.1 age adoption passing confidence

Release Notes

andialbrecht/sqlparse (sqlparse) ### [`v0.5.1`](https://togithub.com/andialbrecht/sqlparse/blob/HEAD/CHANGELOG#Release-051-Jul-15-2024) [Compare Source](https://togithub.com/andialbrecht/sqlparse/compare/0.5.0...0.5.1) Enhancements - New "compact" option for formatter. If set, the formatter tries to produce a more compact output by avoiding some line breaks (issue783). Bug Fixes - The strip comments filter was a bit greedy and removed too much whitespace (issue772). Note: In some cases you might want to add `strip_whitespace=True` where you previously used just `strip_comments=True`. `strip_comments` did some of the work that `strip_whitespace` should do. - Fix error when splitting statements that contain multiple CASE clauses within a BEGIN block (issue784). - Fix whitespace removal with nested expressions (issue782). - Fix parsing and formatting of ORDER clauses containing NULLS FIRST or NULLS LAST (issue532).

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» 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.