Skip to content

Bump sqlfluff from 4.1.0 to 4.2.2#2032

Merged
alistairewj merged 1 commit into
mainfrom
dependabot/pip/sqlfluff-4.2.2
Jul 9, 2026
Merged

Bump sqlfluff from 4.1.0 to 4.2.2#2032
alistairewj merged 1 commit into
mainfrom
dependabot/pip/sqlfluff-4.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps sqlfluff from 4.1.0 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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 5, 2026
@alistairewj

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 4.1.0 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.1.0...4.2.2)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-version: 4.2.2
  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/pip/sqlfluff-4.2.2 branch from e95b6f7 to 40255d3 Compare July 9, 2026 01:30
@alistairewj alistairewj merged commit c9cc5db into main Jul 9, 2026
10 checks passed
@alistairewj alistairewj deleted the dependabot/pip/sqlfluff-4.2.2 branch July 9, 2026 01:41
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant