Releases: webpro-nl/knip
Releases · webpro-nl/knip
Release 5.62.0
- Support
.ts
extension intoLilconfig
utility for default TS configs (#1157) (cbfb9c3) - thanks @what1s1ove! - Update reporters to have the correct name for the default reporter (#1165) (bf81146) - thanks @gavinhenderson!
- Add
audit
as a valid command for bun (#1168) (014cbaa) - thanks @carlosedp! - Fix Angular plugin to allow for @angular/build (#1175) (0754130) - thanks @davidlj95!
- Correctly detect used/unused namespace exports that begin with double underscores (#1180) (259a2f6) - thanks @akallem!
- Rename tsconfig-loader.ts → load-tsconfig.ts (61280b0)
- Support absolute path for config argument (b606681)
- Fix formatting (ebc9202)
- Add bun.lock support in @knip/create-config (#1182) (da80ab3) - thanks @ShooTeX!
- Support new biome config extends definition (#1177) (07439ef) - thanks @Thomascogez!
- Support Vitest projects configuration for dynamic project discovery (#1171) (cd0ed32) - thanks @yyxi!
- Fix up ESLint flat config resolution (replace #1173) (021ecff)
- Reuse existing entry/production patterns in astro plugin (e65f709)
- Edit docs (10f8a4f)
Release 5.61.3
- docs: add config docs for compilers and treatConfigHintsAsErrors, move Plugins and Workspace to group level (#1152) (93375c8) - thanks @cylewaitforit!
- Release 1.0.6 (46ca323)
- Remove unnecessary await in test (6a7964d)
- PackageJsonPeeker → PackagePeeker (f0087f8)
- Minor refactor/rename (457e8ff)
- Fix absolute path in karma plugin (c40751b)
- Update docs re. dev (cc55504)
- Refactor post-processing of irregular imports/resolveds (#1156) (aaa1bd0)
- Add config file to cache (#1156) (0b49c69)
- Don't overwrite cached config file inputs in same run (resolves #1156) (efe2d5d)
- Consolidate file node post-processing in one place (843b69b)
- Add "Debug Node test" launch configs (5a76a6c)
Release 5.61.2
- Add .ts extension to babel config file pattern (a1bcdbb)
- Refactor biome plugin a bit (20e5914)
- Add boolean flags to args definition in node plugin (49fe237)
- Update integration test suite (6bd250a)
- Read only first bytes of yarn.lock (e2f0fbf)
- Add error handler for
npm pkg set
(bfda6e9) - Enable eslint plugin config resolver for v9 without eslint-config-next (b334c3a)
- In the aftermath of the previous commit, this had to be done (2de78bd)
Release 5.61.1
Release 5.61.0
- Update plugin test template (#1123) (101f4bc) - thanks @daivinhtran!
- feat:
biome
plugin (#1113) (7cc1a43) - thanks @daivinhtran! - Restore formatting of fixture (b346903)
- Recognize vue.config.mjs (#1128) (53c8e96) - thanks @davidsickmiller!
- Restructure biome configurations (#1125) (4b3b4dc) - thanks @daivinhtran!
- Reverted change in the react-router plugin on windows (#1130) (bbf67dd) - thanks @AlemTuzlak!
- Override base dir for
.git/info/exclude
(resolves #1129) (4aa35f4) - Don't transcend .git dir to find gitignore files (#531) (a2cf84b)
Release 5.60.2
- Add .ts extensions to Node test runner entries (#1121) (7a06a20) - thanks @MidnightDesign!
- Print top-level config hints first (d04a8de)
Release 5.60.1
- Update sponsorships data (bd18e06)
- Fix Eleventy plugin error with certain configuration file formats (#1112) (19f9181) - thanks @aarongoldenthal!
- Add new methods to the dummy eleventy config class (607594a)
- feat(storybook): add support for Storybook React Native v9 (#1118) (3563029) - thanks @cylewaitforit!
- feat(storybook): add support for .storybook/vitest.setup.ts file (#1119) (5ca03f1) - thanks @cylewaitforit!
Release 5.60.0
- Revisit dev guidelines (1884273)
- Remove unnecessary escapes from regexes (d0c3f82)
- Add WebStorm run config (e6e9813)
- Remove unneeded condition (311d5e7)
- Remove obsolete comment (ad99905)
- Turn ignored logic around (for config hints) (eb0d16b)
- Add boolean flags to args definition in node plugin (5a42a14)
- Regen plugin overview (5252f4b)
- Update dependencies (2506865)
- Add
entry
andproject
configuration hints (#1105) (58dcfa5)
Release 5.59.1
Release 5.59.0
- feat(astro-mdx): add compiler for @astrojs/mdx to treat layout value from mdx frontmatter as import (#1102) (4a8dd49) - thanks @cylewaitforit!
- Add
oxnode
to binaries with first positional arg entry (a6f2434) - Fix up stylelint plugin (0c3d054)
- feat:
tsdown
plugin (#1109) (20dc8f1) - thanks @TheAlexLichter!