HTTPArchive / almanac.httparchive.org

HTTP Archive's annual "State of the Web" report made by the web community
https://almanac.httparchive.org
Apache License 2.0
599 stars 162 forks source link

Bump sqlfluff from 1.4.5 to 3.0.3 in /src #3632

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps sqlfluff from 1.4.5 to 3.0.3.

Release notes

Sourced from sqlfluff's releases.

[3.0.3] - 2024-03-22

Highlights

This is a standard minor release fixing a set of dialect issues with Trino, BigQuery, Vertica and Snowflake.

Thanks to @​maegan-canva, @​rileymcdowell & @​paysni who made their first contributions in this release.

What’s Changed

New Contributors

[3.0.2] - 2024-03-17

Highlights

This is primarily another hotfix release for 3.0.0. Specifically making sure the deprecation warnings for -f/--force go to stderr rather than stdout. It also includes two dialect improvements, one for Snowflake and one for T-SQL.

What’s Changed

[3.0.1] - 2024-03-13

Highlights

This minor release is a hotfix to resolve a bug introduced affecting CLI exit codes in the 3.0.0 release.

What’s Changed

[3.0.0] - 2024-03-12

Highlights

This release brings several breaking changes to previous releases. Most notably:

  • It drops support for python 3.7, which reached end of life in June 2023.

... (truncated)

Changelog

Sourced from sqlfluff's changelog.

[3.0.3] - 2024-03-22

Highlights

This is a standard minor release fixing a set of dialect issues with Trino, BigQuery, Vertica and Snowflake.

Thanks to @​maegan-canva, @​rileymcdowell & @​paysni who made their first contributions in this release.

What’s Changed

New Contributors

[3.0.2] - 2024-03-17

Highlights

This is primarily another hotfix release for 3.0.0. Specifically making sure the deprecation warnings for -f/--force go to stderr rather than stdout. It also includes two dialect improvements, one for Snowflake and one for T-SQL.

What’s Changed

[3.0.1] - 2024-03-13

Highlights

This minor release is a hotfix to resolve a bug introduced affecting CLI exit codes in the 3.0.0 release.

What’s Changed

... (truncated)

Commits
  • 40bdc4b Prep version 3.0.3 (#5707)
  • c994a3d [TSQL] Create columnstore indexes (#5708)
  • 41a63f4 [Vertica] fix gaps for some datatypes, complex alias support, fix group by fo...
  • b2a4eab BigQuery: Unreserve KEY keyword (#5703)
  • 13a4381 Trino: Add INTEGER synonym of INT (#5702)
  • ff9bfd7 Snowflake shouldn't reserve DO as a keyword. (#5699)
  • fcd9d02 Allow use of STREAM in snowflake CHANGES clause (#5698)
  • d996e92 Trino: Parse regexp_replace with lambda func (#5683)
  • 10382dd Documentation update: Remove reference to alias' default config being "consis...
  • 5ac7e6e Prep version 3.0.2 (#5686)
  • 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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[bot] commented 1 month ago

Superseded by #3641.