Releases: webpro-nl/knip
Releases · webpro-nl/knip
Release 6.3.1
- Fix peer dependency resolution (#1645) (0a6e93d) - thanks @controversial!
- Support absolute file paths in react-router routes (#1659) (97bb283) - thanks @mpalmer685!
- Track namespace imports used as object property values (resolve #1669) (c4d6b28)
- Split plugins/util smoke globs to fit Windows cmd.exe limit (33ef87d)
Release 6.3.0
- Re-gen sponsorships chart (83ee489)
- Add testimonial (be16c54)
- Add deferred resolve entries as direct entry paths to avoid ws exclusion (91a1835)
- Add rolldown plugin (resolve #1661) (44bfd62)
- Housekeep plugins a bit (dc69868)
- Improve
module.registerhandling (b9e36ea) - Housekeep release script (f81bd0f)
Release 6.2.0
- Support tilde-prefixed scoped package names (e.g. @~private/pkg) (#1656) (947893d) - thanks @MatissJanis!
- fix(storybook): mark vitest coverage deps as optional when addon-vitest is used (#1654) (06e88d4) - thanks @brick-pixel!
- Deduplicate module graph queue to avoid redundant file processing (#1657) (e34d3b0) - thanks @MatissJanis!
- Export KnipConfiguration type for dynamic config use cases (resolve #1634) (4a64e0e)
- Release knip@6.2.0 (d8c0161)
Release 6.1.1
Release 6.1.0
- Add
knip.nodeRuntimePathsetting (resolve #1643) (65e943c) - Swap Astro sharp detection to match default behavior (#1559) (84968bb)
- feat: stencil plugin (#1644) (d5d20e5) - thanks @johnjenkins!
- Enable metro plugin when expo is installed (#1600) (14bc9d7) - thanks @DaniFoldi!
- Resolve jsPlugins dependencies in oxlint plugin (#1576) (e11c962) - thanks @nikolailehbrink!
- Wrap up oxlint
jsPluginssupport (209a9f7) - Update dependencies (close #1646) (869020f)
- Fix config hint
filePathedge case (e79c302) - Rename oxlint config file in fixtures (5630204)
Release 6.0.6
Release 6.0.5
- Fix up ecosystem pipeline, add sanity (a338b21)
- Fix broken links in Writing a Plugin docs (#1640) (963f206) - thanks @skoeva!
- Minor alignment edits to MCP texts.js (714089f)
- Merge JSDoc tags across function overload signatures (resolve #1639) (6269ec3)
- Housekeep tag matching (b15bc7e)
- Housekeep
referencetype matching (d9c8731) - fix(nx): fall back to workspace cwd when run-commands target has no cwd (#1638) (cf2dc7d) - thanks @liorp!
Release 6.0.4
- Defer ns member ref resolution to post-walk batch pass (resolve #1633) (304504f)
- Show namespace member statuses in trace output (47ddf43)
- Add shadow detection for function params, arrow params, and catch bindings (70ebb76)
- Strip trailing slashes from tsconfig outDir and rootDir (resolve #1635) (1dcdb02)
Release 6.0.3
Release 6.0.2
- Add scope-aware shadow detection to fix false negatives from name-based matching (9ec38b3)
- Fix false negatives from overly broad collectRefsInType (261bd06)
- Add doc re. exports (f82d3ad)
- Bump get-tsconfig to 4.13.7, remove patch (resolve #1630) (09bbce5)
- Pass on
rootDirsto work around oxc-resolver feature gap (resolve #1628) (4dc16cc) - Update patches (836c2cf)