Sqruff

Latest version: v0.21.10

Safety actively analyzes 688568 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

0.21.10

What's Changed
* chore: bump prettier from 3.4.1 to 3.4.2 by dependabot in https://github.com/quarylabs/sqruff/pull/1047
* chore: updating minor cargo deps by benfdking in https://github.com/quarylabs/sqruff/pull/1048
* update pyo by benfdking in https://github.com/quarylabs/sqruff/pull/1049
* chore: bump eslint-plugin-react-hooks from 5.0.0 to 5.1.0 by dependabot in https://github.com/quarylabs/sqruff/pull/1046
* update eslint again by benfdking in https://github.com/quarylabs/sqruff/pull/1050
* chore: bump react-dom and types/react-dom by dependabot in https://github.com/quarylabs/sqruff/pull/1043
* feat: implement json type returner by benfdking in https://github.com/quarylabs/sqruff/pull/1051
* chore: bump version by benfdking in https://github.com/quarylabs/sqruff/pull/1052


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.9...v0.21.10

0.21.9

What's Changed
* chore: remove unnecessary methods by benfdking in https://github.com/quarylabs/sqruff/pull/1031
* chore: move formatter to depend on interface by benfdking in https://github.com/quarylabs/sqruff/pull/1032
* refactor: make github native a fomatter by benfdking in https://github.com/quarylabs/sqruff/pull/1033
* chore: update maturin and gha associated job by benfdking in https://github.com/quarylabs/sqruff/pull/1035
* chore: bump version by benfdking in https://github.com/quarylabs/sqruff/pull/1037


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.8...v0.21.9

0.21.8

What's Changed
* chore: bump docker/setup-buildx-action from 2 to 3 by dependabot in https://github.com/quarylabs/sqruff/pull/1015
* chore: bump indexmap from 2.6.0 to 2.7.0 by dependabot in https://github.com/quarylabs/sqruff/pull/1023
* chore: bump tracing from 0.1.40 to 0.1.41 by dependabot in https://github.com/quarylabs/sqruff/pull/1022
* chore: bump rustc-hash from 2.0.0 to 2.1.0 by dependabot in https://github.com/quarylabs/sqruff/pull/1021
* chore: bump docker/build-push-action from 4 to 6 by dependabot in https://github.com/quarylabs/sqruff/pull/1013
* perf(lexer): improve lexer performance by optimizing token matching by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1008
* chore: bump docker/setup-qemu-action from 2 to 3 by dependabot in https://github.com/quarylabs/sqruff/pull/1014
* chore: bump docker/login-action from 2 to 3 by dependabot in https://github.com/quarylabs/sqruff/pull/1012
* chore: bump types/node from 22.9.4 to 22.10.1 by dependabot in https://github.com/quarylabs/sqruff/pull/1019
* chore: bump vite from 5.4.11 to 6.0.2 by dependabot in https://github.com/quarylabs/sqruff/pull/1016
* updating eslint by benfdking in https://github.com/quarylabs/sqruff/pull/1026
* chore: update wasm and js sys by benfdking in https://github.com/quarylabs/sqruff/pull/1027
* refactor(lexer): introduce native patterns for custom lexing logic by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1025
* chore: clean up unused code by benfdking in https://github.com/quarylabs/sqruff/pull/1029
* chore: bump version by benfdking in https://github.com/quarylabs/sqruff/pull/1030


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.7...v0.21.8

0.21.7

What's Changed
* refactor(reflow): optimize spacing processing logic by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1007
* fix: github actions detection not working properly by tomocrafter in https://github.com/quarylabs/sqruff/pull/999
* chore: bump version by benfdking in https://github.com/quarylabs/sqruff/pull/1010

New Contributors
* tomocrafter made their first contribution in https://github.com/quarylabs/sqruff/pull/999

**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.6...v0.21.7

0.21.6

What's Changed
* docs: fix typos in sample configuration by benfdking in https://github.com/quarylabs/sqruff/pull/991
* chore: add bug report template by benfdking in https://github.com/quarylabs/sqruff/pull/992
* chore: improving issue templates by benfdking in https://github.com/quarylabs/sqruff/pull/993
* docs: change playground to use core rules by benfdking in https://github.com/quarylabs/sqruff/pull/995
* chore: remove unnecessary arc by benfdking in https://github.com/quarylabs/sqruff/pull/994
* chore: update node deps by benfdking in https://github.com/quarylabs/sqruff/pull/996
* chore: update rust for const functions by benfdking in https://github.com/quarylabs/sqruff/pull/998
* fix(docs): correct markdown link formatting in playground label by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1000
* docs: fix structure.else_null docs by yk-kd in https://github.com/quarylabs/sqruff/pull/1001
* refactor(depth_map): simplify stack handling by removing raw segment dependency by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1005
* refactor(reflow): optimize structure, reduce memory usage, and simplify api by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1004
* chore: bump version by benfdking in https://github.com/quarylabs/sqruff/pull/1006

New Contributors
* yk-kd made their first contribution in https://github.com/quarylabs/sqruff/pull/1001

**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.5...v0.21.6

0.21.5

What's Changed
* chore: fixing binstall command by benfdking in https://github.com/quarylabs/sqruff/pull/989
* feat: implement macro logic for duckdb by benfdking in https://github.com/quarylabs/sqruff/pull/987
* chore: bumpin version by benfdking in https://github.com/quarylabs/sqruff/pull/990


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.4...v0.21.5

Page 1 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.