Skip to content

Commit ebfeb05

Browse files
Release 0.634.0 (#2815)
Automated PR for release 0.634.0. Review (and edit, if needed) the changelog entry below, then merge this pull request to publish the release. ## Draft release notes ### Improved - Update linter plugin versions, including a PMD bump that clears GHSA-8rr6-2qw5-pc7r (stored XSS in HTML renderers) (#2812) ### Fixed - Pin TypeScript to 6.0.3 for Knip so it no longer crashes when npm resolves TypeScript 7.0 (#2811) Co-authored-by: qlty-releases[bot] <181762136+qlty-releases[bot]@users.noreply.github.com>
1 parent 751362f commit ebfeb05

3 files changed

Lines changed: 32 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.634.0 (2026-07-15)
4+
5+
### Improved
6+
7+
- Update linter plugin versions, including a PMD bump that clears GHSA-8rr6-2qw5-pc7r (stored XSS in HTML renderers) (#2812)
8+
9+
### Fixed
10+
11+
- Pin TypeScript to 6.0.3 for Knip so it no longer crashes when npm resolves TypeScript 7.0 (#2811)
12+
313
## v0.633.0 (2026-07-08)
414

515
### New

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.633.0"
2+
version = "0.634.0"
33
authors = ["Qlty Software Inc."]
44
description = "Code quality toolkit"
55
documentation = "https://docs.qlty.sh"
@@ -70,16 +70,16 @@ pathdiff = "0.2.3"
7070
pbjson = "0.7.0"
7171
pbjson-types = "0.7.0"
7272
prost = "0.13.5"
73-
qlty-analysis = { version = "0.633.0", path = "qlty-analysis" }
74-
qlty-check = { version = "0.633.0", path = "qlty-check" }
75-
qlty-cloud = { version = "0.633.0", path = "qlty-cloud" }
76-
qlty-config = { version = "0.633.0", path = "qlty-config" }
77-
qlty-coverage = { version = "0.633.0", path = "qlty-coverage" }
78-
qlty-formats = { version = "0.633.0", path = "qlty-formats" }
79-
qlty-plugins = { version = "0.633.0", path = "qlty-plugins" }
80-
qlty-smells = { version = "0.633.0", path = "qlty-smells" }
81-
qlty-test-utilities = { version = "0.633.0", path = "qlty-test-utilities" }
82-
qlty-types = { version = "0.633.0", path = "qlty-types" }
73+
qlty-analysis = { version = "0.634.0", path = "qlty-analysis" }
74+
qlty-check = { version = "0.634.0", path = "qlty-check" }
75+
qlty-cloud = { version = "0.634.0", path = "qlty-cloud" }
76+
qlty-config = { version = "0.634.0", path = "qlty-config" }
77+
qlty-coverage = { version = "0.634.0", path = "qlty-coverage" }
78+
qlty-formats = { version = "0.634.0", path = "qlty-formats" }
79+
qlty-plugins = { version = "0.634.0", path = "qlty-plugins" }
80+
qlty-smells = { version = "0.634.0", path = "qlty-smells" }
81+
qlty-test-utilities = { version = "0.634.0", path = "qlty-test-utilities" }
82+
qlty-types = { version = "0.634.0", path = "qlty-types" }
8383
rand = "0.8.5"
8484
rayon = "1.11.0"
8585
regex = "1.12.2"

0 commit comments

Comments
 (0)