Skip to content

Bump knip from 5.59.1 to 5.62.0#117

Merged
daveisfera merged 1 commit intomainfrom
dependabot/npm_and_yarn/knip-5.62.0
Aug 4, 2025
Merged

Bump knip from 5.59.1 to 5.62.0#117
daveisfera merged 1 commit intomainfrom
dependabot/npm_and_yarn/knip-5.62.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps knip from 5.59.1 to 5.62.0.

Release notes

Sourced from knip's releases.

Release 5.62.0

  • Support .ts extension in toLilconfigutility for default TS configs (#1157) (cbfb9c3b1c6fd4f77b5e5f0987e0f027ee609feb) - thanks @​what1s1ove!
  • Update reporters to have the correct name for the default reporter (#1165) (bf811460b57a5c6ce1773dae3956edf62f50ce81) - thanks @​gavinhenderson!
  • Add audit as 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 @​samdenty and @​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: biome plugin (#1113) (7cc1a4325bacd93ae889204299ad38976ad25e6f) - thanks @​daivinhtran!
  • Restore formatting of fixture (b346903187cebf19fc0516d2ea46bd8dec7d4dfe)

... (truncated)

Commits
  • 723d7e0 Release 5.62.0
  • e65f709 Reuse existing entry/production patterns in astro plugin
  • 021ecff Fix up ESLint flat config resolution (replace #1173)
  • cd0ed32 Support Vitest projects configuration for dynamic project discovery (#1171)
  • 07439ef Support new biome config extends definition (#1177)
  • ebc9202 Fix formatting
  • b606681 Support absolute path for config argument
  • 61280b0 Rename tsconfig-loader.ts → load-tsconfig.ts
  • 259a2f6 Correctly detect used/unused namespace exports that begin with double undersc...
  • 0754130 Fix Angular plugin to allow for @​angular/build (#1175)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.59.1 to 5.62.0.
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.62.0/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2025
@daveisfera daveisfera merged commit fc8f01f into main Aug 4, 2025
8 checks passed
@daveisfera daveisfera deleted the dependabot/npm_and_yarn/knip-5.62.0 branch August 4, 2025 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant