Skip to content

Bump sqlfluff from 4.2.1 to 4.2.2#483

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/sqlfluff-4.2.2
Jun 8, 2026
Merged

Bump sqlfluff from 4.2.1 to 4.2.2#483
github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/sqlfluff-4.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps sqlfluff from 4.2.1 to 4.2.2.

Release notes

Sourced from sqlfluff's releases.

[4.2.2] - 2026-06-04

Highlights

This patch release brings a broad set of parser fixes and dialect enhancements across T-SQL, PostgreSQL, MariaDB/MySQL, Snowflake, Athena, Materialize, and other dialects. T-SQL receives several improvements around privileges, labels, DROP CREDENTIAL, DROP SEQUENCE IF EXISTS, and reference handling for CONTAINSTABLE, while MariaDB/MySQL support is expanded for trigger, partitioning, system versioning, charset/collation, and ALTER TABLE syntax.

There are also rule and templater fixes, including a new Postgres-specific CV13 rule to prefer CREATE INDEX CONCURRENTLY, fewer ST11 false positives for LEFT SEMI and LEFT ANTI joins, and dbt templater support for the DBT_TARGET and DBT_TARGET_PATH environment variables. Performance is also improved by deferring parse-tree serialisation in logging calls.

Alongside the user-facing fixes, this release adds beta docs deployment, versioned documentation publishing, and support for building multiple Docker images. It also includes first-time contributions from twelve new contributors. Thank you all for your contributions. 🏆

What’s Changed

New Contributors

... (truncated)

Changelog

Sourced from sqlfluff's changelog.

[4.2.2] - 2026-06-04

Highlights

This patch release brings a broad set of parser fixes and dialect enhancements across T-SQL, PostgreSQL, MariaDB/MySQL, Snowflake, Athena, Materialize, and other dialects. T-SQL receives several improvements around privileges, labels, DROP CREDENTIAL, DROP SEQUENCE IF EXISTS, and reference handling for CONTAINSTABLE, while MariaDB/MySQL support is expanded for trigger, partitioning, system versioning, charset/collation, and ALTER TABLE syntax.

There are also rule and templater fixes, including a new Postgres-specific CV13 rule to prefer CREATE INDEX CONCURRENTLY, fewer ST11 false positives for LEFT SEMI and LEFT ANTI joins, and dbt templater support for the DBT_TARGET and DBT_TARGET_PATH environment variables. Performance is also improved by deferring parse-tree serialisation in logging calls.

Alongside the user-facing fixes, this release adds beta docs deployment, versioned documentation publishing, and support for building multiple Docker images. It also includes first-time contributions from twelve new contributors. Thank you all for your contributions. 🏆

What’s Changed

... (truncated)

Commits
  • 1c2ec52 Prep version 4.2.2 (#7909)
  • f9fce5c Add beta docs deployment and versioned publishing (#7912)
  • 2b05ce0 perf: defer parse-tree serialisation in logging calls (#7911)
  • facb9b0 Fix typo: 'the the' -> 'the' in test comment (#7908)
  • 8f6b6d3 Support T-SQL DROP CREDENTIAL (#7904)
  • 0ace3fd fix(dbt-templater): honor DBT_TARGET / DBT_TARGET_PATH env vars (#7900)
  • b6cd5e1 fix(mariadb): support CREATE OR REPLACE TRIGGER syntax (#7897)
  • 29b12d4 fix(postgres): parse \crosstabview after WITH compound statement (CTE) (#7895)
  • e4dff15 Add support for various T-SQL privileges (#7894)
  • 20125ba fix(tsql): parse label following SELECT without semicolon (#7867)
  • 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 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)

Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@4.2.1...4.2.2)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 8, 2026
@github-actions github-actions Bot enabled auto-merge (rebase) June 8, 2026 02:06
@github-actions github-actions Bot merged commit f84e9e2 into main Jun 8, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/uv/sqlfluff-4.2.2 branch June 8, 2026 02:10
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants