chore(dev-deps): bump knip from 5.55.1 to 5.62.0
Open
Number: #461
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
July 25, 2025 at 12:40 AM UTC
(11 months ago)
(11 months ago)
Updated:
July 25, 2025 at 12:40 AM UTC
(11 months ago)
(11 months ago)
Labels:
dependencies 🤖 bot
dependencies 🤖 bot
Description:
Bumps knip from 5.55.1 to 5.62.0.
Release notes
Sourced from knip's releases.
Release 5.62.0
- Support
.tsextension intoLilconfigutility for default TS configs (#1157) (cbfb9c3b1c6fd4f77b5e5f0987e0f027ee609feb) - thanks@​what1s1ove!- Update reporters to have the correct name for the default reporter (#1165) (bf811460b57a5c6ce1773dae3956edf62f50ce81) - thanks
@​gavinhenderson!- Add
auditas a valid command for bun (#1168) (014cbaac78e1ccd09830b7e5bbe8389035f82880) - thanks@​carlosedp!- Fix Angular plugin to allow for
@​angular/build(#1175) (0754130ed26cb4cba6a15bcc708836e1218a4aae) - thanks@​davidlj95!- Correctly detect used/unused namespace exports that begin with double underscores (#1180) (259a2f693be762cb3459a7756ee8fad20075c5e3) - thanks
@​akallem!- Rename tsconfig-loader.ts → load-tsconfig.ts (61280b0ef37161b889959062dbbd750783c8e7a2)
- Support absolute path for config argument (b6066816cc1950515af8c76f956e06d23b4e6784)
- Fix formatting (ebc9202f7ae303edafd01921d26b11c871f90ac7)
- Add bun.lock support in
@​knip/create-config(#1182) (da80ab33cccf611143e44d81eb78680e960cce33) - thanks@​ShooTeX!- Support new biome config extends definition (#1177) (07439ef3af85dab40df7596f2c0ae5d392e16b3f) - thanks
@​Thomascogez!- Support Vitest projects configuration for dynamic project discovery (#1171) (cd0ed32c66c310db835210fd50f579cb54641d23) - thanks
@​yyxi!- Fix up ESLint flat config resolution (replace #1173) (021ecfff467ce6fa8d23fe3e046364807006cbcd)
- Reuse existing entry/production patterns in astro plugin (e65f7099facb55d28c305051c04f2fabfba58d07)
- Edit docs (10f8a4f3ec850624d91c87d0187a9326142af12d)
Release 5.61.3
- docs: add config docs for compilers and treatConfigHintsAsErrors, move Plugins and Workspace to group level (#1152) (93375c826702645197279652d7f2b5184d9e3275) - thanks
@​cylewaitforit!- Release 1.0.6 (46ca32343d39807fc7a89d6e25193ed294dc3c0d)
- Remove unnecessary await in test (6a7964d37ebb60fbd34147e8d948f9a2ef0bf82f)
- PackageJsonPeeker → PackagePeeker (f0087f883b8797f023a7418aeef86aacc9d9f3a3)
- Minor refactor/rename (457e8ff4e4e2a41401b63adb0d3c0dee821ace36)
- Fix absolute path in karma plugin (c40751b37292d014e0d774baef0e85ddeb0ed3a4)
- Update docs re. dev (cc555048f503815c792e276d39cbf2ad65229b26)
- Refactor post-processing of irregular imports/resolveds (#1156) (aaa1bd0121464012a050bce7cf8250724485b138)
- Add config file to cache (#1156) (0b49c69c0eec55671cb94efb021a2e3a0bee4db1)
- Don't overwrite cached config file inputs in same run (resolves #1156) (efe2d5d67c9374357a8137334dca90ac44fa2ef7)
- Consolidate file node post-processing in one place (843b69b7d387bf8683037eca03a12618df9fe28e)
- Add "Debug Node test" launch configs (5a76a6c5d77ea156c810e6bab89aaac0c3f9e5f1)
Release 5.61.2
- Add .ts extension to babel config file pattern (a1bcdbb5ab7381552dedce20c7699e533ebe73b9)
- Refactor biome plugin a bit (20e5914a0c7149abebfcf5e0dee53d77688cecac)
- Add boolean flags to args definition in node plugin (49fe2370bc1dc205b7003ae93161a4e526e7aff4)
- Update integration test suite (6bd250afaf9daac6c784f9669ea6224063961dc3)
- Read only first bytes of yarn.lock (e2f0fbf728883c87d6e452b3e1d33eb16b42773d)
- Add error handler for
npm pkg set(bfda6e956819cbe424cd8c51ea8a75272e94b78e)- Enable eslint plugin config resolver for v9 without eslint-config-next (b334c3a868c50043edc46324c9540b178c02c873)
- In the aftermath of the previous commit, this had to be done (2de78bd5ec28fa962a34db87abc0889ca8bf7585)
Release 5.61.1
- Add new sponsors
@​samdentyand@​MidnightDesign! ❤️ (191bc9ed5f2515ae2beb2119976d75c98330f218)- Add and clean up posts (d2b8786f69152d53d9549f281418438633fc5f32)
- Improve top-level config hint text (7d3119b110d102141fc5514e98ff44d5859dc639)
- Edit docs (60da8213d8009571973a38a7566b29ce74cffa0f)
Release 5.61.0
- Update plugin test template (#1123) (101f4bc13e3a574ca1d0b180598590eeb015df04) - thanks
@​daivinhtran!- feat:
biomeplugin (#1113) (7cc1a4325bacd93ae889204299ad38976ad25e6f) - thanks@​daivinhtran!- Restore formatting of fixture (b346903187cebf19fc0516d2ea46bd8dec7d4dfe)
... (truncated)
Commits
723d7e0Release 5.62.0e65f709Reuse existing entry/production patterns in astro plugin021ecffFix up ESLint flat config resolution (replace #1173)cd0ed32Support Vitest projects configuration for dynamic project discovery (#1171)07439efSupport new biome config extends definition (#1177)ebc9202Fix formattingb606681Support absolute path for config argument61280b0Rename tsconfig-loader.ts → load-tsconfig.ts259a2f6Correctly detect used/unused namespace exports that begin with double undersc...0754130Fix Angular plugin to allow for@​angular/build(#1175)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+368
+368
Deletions:
-148
-148
Package Dependencies
Technical Details
| ID: | 4139945 |
| UUID: | 2693533706 |
| Node ID: | PR_kwDOIQTvqs6gjBAK |
| Host: | GitHub |
| Repository: | RightClickCode/RightClickCode |
| Merge State: | Unknown |