Skip to content

Comments

chore(deps): bump sqlformat from 0.2.6 to 0.5.0#5765

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/sqlformat-0.5.0
Open

chore(deps): bump sqlformat from 0.2.6 to 0.5.0#5765
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/sqlformat-0.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps sqlformat from 0.2.6 to 0.5.0.

Release notes

Sourced from sqlformat's releases.

Version 0.3.4

  • Migrate from nom to winnow, provides about 30% performance improvement

Version 0.3.3

  • Reduce binary size by removing regex dependency (#68)

Version 0.3.0

  • [breaking] fix: Ignore keywords for uppercase=True (#53)
  • fix: uppercase=false does not lowercase the query (#50)
  • fix: Possible to provide an escape hatch for expressions (#51)
Changelog

Sourced from sqlformat's changelog.

Version 0.5.0

  • feat!: Improve array support (#106)
  • feat: Add initial debugging capabilities
  • feat: Support PostgreSQL row-level locking syntax (FOR UPDATE, FOR SHARE) (#108)
  • fix: More inline formatting edge cases (#109)
  • fix: Type specifiers after numeric literals (#108)

Version 0.4.0

  • feat!: More formatting options (#78)
  • feat!: More formatting options (#74)
  • feat: Consistently space blocks after arguments
  • feat: Correctly inline opening parentheses (#100)
  • feat: Support more conditionally top level tokens (#99)
  • feat: Complex insert support (#90)
  • feat: Add fmt for SQLite blob literal
  • feat: Uniform the behaviour of block and top-level span options
  • fix: Place a whitespace between the array type specifier and a reserved word
  • fix: Correctly format array type specifier (#91)
  • fix: Format inline CASE <expression> WHEN correctly (#86)
  • fix: Fix formatting WITH as a single line
  • fix: Keep the previous tokens per-block
  • fix: Improve the inline/columnar combination (#80)
  • fix: Consider WITH a top level reserved word
  • fix: Fix the span computation and usage
  • chore: Upgrade to Winnow 0.7.0 (#79)

Version 0.3.5

  • Support pg_trgm operators
  • Remove usage of a deprecated winnow function

Version 0.3.4

  • Migrate from nom to winnow, provides about 30% performance improvement

Version 0.3.3

  • Reduce binary size by removing regex dependency (#68)

Version 0.3.2

  • support ClickHouse/DuckDB join variants
  • handle double colons better

Version 0.3.1

  • Allow latest regex version (#55)
    • [slightly breaking] Increases minimum Rust version to 1.65

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 9, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 9, 2026

Merging this PR will not alter performance

✅ 11 untouched benchmarks
⏩ 11 skipped benchmarks1


Comparing dependabot/cargo/sqlformat-0.5.0 (0a86fc0) with main (2997580)

Open in CodSpeed

Footnotes

  1. 11 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

Wasm Query Compiler File Size

Engine This PR Base branch Diff
Postgres 3.497MiB 3.497MiB 0.000B
Postgres (gzip) 1.143MiB 1.143MiB 0.000B
Postgres (size-optimized) 1.766MiB 1.766MiB 0.000B
Postgres (size-optimized, gzip) 694.681KiB 694.679KiB 2.000B
Mysql 3.449MiB 3.449MiB 0.000B
Mysql (gzip) 1.125MiB 1.125MiB 0.000B
Mysql (size-optimized) 1.735MiB 1.735MiB 0.000B
Mysql (size-optimized, gzip) 683.282KiB 683.287KiB -5.000B
Sqlite 3.368MiB 3.368MiB 0.000B
Sqlite (gzip) 1.098MiB 1.098MiB -3.000B
Sqlite (size-optimized) 1.689MiB 1.689MiB 0.000B
Sqlite (size-optimized, gzip) 666.817KiB 666.910KiB -95.000B
SQL Server 3.591MiB 3.591MiB 0.000B
SQL Server (gzip) 1.161MiB 1.161MiB 6.000B
SQL Server (size-optimized) 1.766MiB 1.766MiB 0.000B
SQL Server (size-optimized, gzip) 697.494KiB 697.495KiB -1.000B
CockroachDB 3.547MiB 3.547MiB 0.000B
CockroachDB (gzip) 1.162MiB 1.162MiB 4.000B
CockroachDB (size-optimized) 1.788MiB 1.788MiB 0.000B
CockroachDB (size-optimized, gzip) 704.414KiB 704.414KiB 0.000B

@dependabot dependabot bot force-pushed the dependabot/cargo/sqlformat-0.5.0 branch from fedaf3e to 059accb Compare February 11, 2026 12:14
Bumps [sqlformat](https://github.com/shssoichiro/sqlformat-rs) from 0.2.6 to 0.5.0.
- [Release notes](https://github.com/shssoichiro/sqlformat-rs/releases)
- [Changelog](https://github.com/shssoichiro/sqlformat-rs/blob/master/CHANGELOG.md)
- [Commits](shssoichiro/sqlformat-rs@v0.2.6...v0.5.0)

---
updated-dependencies:
- dependency-name: sqlformat
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/sqlformat-0.5.0 branch from 059accb to 0a86fc0 Compare February 11, 2026 13:15
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants