Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sqlfluff from 0.7.1 to 1.4.4 in /src #234

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2022

Bumps sqlfluff from 0.7.1 to 1.4.4.

Release notes

Sourced from sqlfluff's releases.

[1.4.4] - 2022-12-14

Highlights

Bug fix for 1.4.3 which was incorrectly flagging L006 for concat operators (||) and other two-symbol binary operators.

What’s Changed

[1.4.3] - 2022-12-13

Highlights

  • Rewrote diff-quality plugin to run SQLFluff as a subprocess. More reliable, easier to switch between diff-quality and running sqlfluff lint directly.
  • New rule L067 enforces consistent syntax for type casts.
  • New rule L068 enforces a consistent number of columns in set queries (e.g. UNION).
  • Initial support for Materialize dialect.

What's Changed

... (truncated)

Changelog

Sourced from sqlfluff's changelog.

[1.4.4] - 2022-12-14

Highlights

Bug fix for 1.4.3 which was incorrectly flagging L006 for concat operators (||) and other two-symbol binary operators.

What’s Changed

[1.4.3] - 2022-12-13

Highlights

  • Rewrote diff-quality plugin to run SQLFluff as a subprocess. More reliable, easier to switch between diff-quality and running sqlfluff lint directly.
  • New rule L067 enforces consistent syntax for type casts.
  • New rule L068 enforces a consistent number of columns in set queries (e.g. UNION).
  • Initial support for Materialize dialect.

What's Changed

... (truncated)

Commits
  • 94f69fe Prep version 1.4.4 (#4170)
  • 21e8de5 Recognise || as an operator to avoid rule L006 flagging it (#4168)
  • 0fb5f08 🐛 Check verbosity level of pytest run before running certain tests (#4167)
  • e62a747 Snowflake: Add support for select exclude and replace syntax (#4160)
  • f0c92d5 Prep version 1.4.3 (#4158)
  • 170e2e6 L037: insert ASC just after column_reference (#4149)
  • b88c8ed Implement diff_quality_plugin using command-line rather than Python (#4148)
  • ada7967 Allow deprecated --disable_progress_bar flag for fix command (#4151)
  • dc59c2a Fix passenv to work with tox 4 (#4154)
  • 9cd847e SparkSQL: Mark AS as optional keyword for CTE & CTS (#4127)
  • 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 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 0.7.1 to 1.4.4.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@0.7.1...1.4.4)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 15, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2022

Superseded by #235.

@dependabot dependabot bot closed this Dec 20, 2022
@dependabot dependabot bot deleted the dependabot/pip/src/sqlfluff-1.4.4 branch December 20, 2022 09:01
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.

0 participants