Sourced from knip's releases.
Release 6.5.0
- Drop project-extension-redundant config hint (resolve #1683) (f86092949d6dbd041fd621876da674fd3eac7534)
- Add instructions to .agents/PLUGINS.md (e2943ed8fb6d2c0ab4cf12ff04d10bd5ab9fd5f7)
- Add a plugin for react-email (#1684) (d8ae4d3ccb810b9a9211fd43e9d1e7d7b704fcaf) - thanks
@xaqrox!- Replace
fast-globwithtinyglobby(#1462) (9f6b4c8aa6857fea40e66d008c905c948af10939) - thanks@gameroman!- Added plugin for Serverless framework (#1478) (f885f1ded52427d984c67e7172e3141eb4e5ee29) - thanks
@BenCrinion-IW!- Add args to Prettier plugin to resolve --config CLI flag (#1685) (f4658c84e714afd8a2233b72be6169da1ac3723e) - thanks
@xaqrox!- fix(util): tolerate JSONC and array extends in findRootDirsBase (#1681) (f7e5464a6f70e9024a341fdb923766b5ff53a831) - thanks
@Hoffs!- Format (15bd7e7a56b470096cfee1690263d5d13ddb8fb6)
- Inherit outDir/rootDir from tsconfig project references (resolve #1680) (b89b4f716f4c117b0106e9a212e9e5c46aa85035)
- tsc → tsgo (a6e09ca1b65936b3790a6c3628a4646f030d18b8)
- Update dependencies (4cb05c96a2ae7c790d29ee76ff13288c5bbb97a2)
- Housekeep (28c56cb8bf68031b1c8e9bee75b18ee7274ec981)
- Test test test (7eb4ab3a8a6635dcaf756bb2b4a88e1298615994)
- Add pino plugin with
transportCallvisitor (resolve #1480) (53a033e4ddc5036c6a4a0e55c0abc42c5c64e4f5)- Add signal to projects using knip (dbedd665c1f8d735030600d3f68ef1825d9a2668)
- Tune logos (3148f4d0485875370634b9b53c1b3aa7f6eafcc3)
- Tweak
knip-runtool response (42940381a947c46996ae4055e8789f6ea39cfca4)- Add
workspaceoption toknip-runtool (64c4aaea89e3abb41d8695ebffc5538878520b21)- Remove old lingering
experimentalTags(e503d108e5535800ac6467f4d92c7dd6a9e90037)- Fix compiler type (resolve #1689) (e7a69adb5e584eb6e5af9b4007820afcbcf27a08)
5b5cda5
Release knip@6.5.0e7a69ad
Fix compiler type (resolve #1689)e503d10
Remove old lingering experimentalTags53a033e
Add pino plugin with transportCall visitor (resolve #1480)7eb4ab3
Test test test28c56cb
Housekeep4cb05c9
Update dependenciesa6e09ca
tsc → tsgob89b4f7
Inherit outDir/rootDir from tsconfig project references (resolve #1680)15bd7e7
Format