Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps knip from 5.64.1 to 5.65.0.

Release notes

Sourced from knip's releases.

Release 5.65.0

  • Release 5.64.3 (157ae943fa2a7b16321c1c6c5fff87ba9d6f3566)
  • Oops (f7ce7d7a0fed6acd4d22d8825dc3de08bff5df15)
  • Fix some typos in docs and code comments (#1299) (715d7cc75f4349547fba049839b4dca253acf57f) - thanks @​jdufresne!
  • Consider imported ns members referenced w/ spread (resolves #1298) (8b91d08a7ccb5eb25009a0f08c41b6b8a492b184)
  • Fix up added glob ignore patterns and debug output (4a3025da22c42c7c48472ef1ba24865f749db6b1)
  • Iterate on configuring-project-files.md (fac5613c53145421dc31d0b5bdc4f117eeb8544e)
  • Add ignoreFiles config option (c9ab3c9db213ff2036245af254129943e96e111e)
  • Work JSON Schema (bfe7a0ea78a2024d4eae760be8751e4b811b22a9)
  • Fix up lint-staged plugin (resolves #1293) (b39832dcd37de57c584f12e5f038215e5e82bb4d)
  • Speed up strip-json-comments a tad (7172653aff27e53d9d87ee10d684c9738ce82e0b)
  • 4 ain't 5 (9b3981be670917a55ba380f8dd92b3f08a9ed85d)
  • Add .npmrc to .gitignore (2d261f537da23aec98d731da83a09c99fbe86dbc)

Release 5.64.3

  • Add support for json5 files (#1290) (5dd115f29d073916c3f612334758197a94c18621) - thanks @​rfalke-rtl!
  • Skip comments in .lintstagedrc.json files using a heuristic (#1291) (83b02bb6bd9122fa178dac8fbe1260a9bf0baf40) - thanks @​rfalke-rtl!
  • Fix --trace and add test (cf0556e0de35522229a8a1d7aa9ea35a78007a8f)
  • Fix sponsor color in svg (3db7eb730138dc99c0d7426f91a6c541f8b3eb17)
  • Upgrade pnpm (0531075156f0e6d0ba1a908c70078e07395eb249)
  • Add fallback webpack entry if context is set (resolves #1296) (c6845c72cd185dcdb302a5ec180b248795d037c9)

Release 5.64.2

  • refactor: use toC12config for bump plugin (#1280) (dbdd98bd28a623eb8a6e33330a171f5b9b4c181b) - thanks @​nyarthan!
  • chore: specifiy packageManager field for corepack users (#1281) (7c70d9f9926a002468285d4493ef05ff747d0b7e) - thanks @​nyarthan!
  • Fix config hints in production mode (resolves #1279) (7abdc6909aef50ff542905cdb5de6c89a2db4e9c)
  • Refactor config hints a bit for perf tweak (d7e78663c3c4e28ec4f249c44cde6062f7b06410)
  • Bump a few deps for docs (665f38a98318a8a305ad51d7fe10553f806a4fd7)
  • Re-gen sponsorships chart (461edb48f7f4d5e29a83088a11024fd016422280)
  • Fix lint issue (4c72030d1896329459679a495c4cd265413de376)
  • Stick with bun 1.2.22+6bafe2602 (7ee634af03f0737c276b3c6b9a40e46c10087ac5)
  • Fix config hints (e687287e45d8b9b77a52f73485b71494dcbf804f)
  • Update projects component (edb7367a265a8b1595b7ce1e7fc4fdf794faf749)
  • feat: detect vitest ui mode (#1284) (b6ac28c950a94c04bf4117a598b05cdbfd297154) - thanks @​nyarthan!
  • Fix ESLint config error (#1286) (3efb8a309bf1d0ca76d14e1ef664b8216c71aafb) - thanks @​dnicolson!
  • fix: Mark nested Next.js sitemaps as entrypoints (#1287) (dde7a80e1015a615bb6c0b0ae3a9cef3004694b5) - thanks @​hugotiger!
Commits

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.64.1 to 5.65.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.65.0/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.65.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 Oct 14, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2025

Superseded by #2572.

@dependabot dependabot bot closed this Oct 17, 2025
@dependabot dependabot bot deleted the dependabot/bun/knip-5.65.0 branch October 17, 2025 07:25
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.

0 participants