Skip to content

Bump knip from 5.57.0 to 5.61.3 - #72

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/knip-5.61.3
Closed

Bump knip from 5.57.0 to 5.61.3#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/knip-5.61.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2025

Copy link
Copy Markdown
Contributor

Bumps knip from 5.57.0 to 5.61.3.

Release notes

Sourced from knip's releases.

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)
  • Recognize vue.config.mjs (#1128) (53c8e960b150786fc1e96d15339a5483e5d1647a) - thanks @​davidsickmiller!
  • Restructure biome configurations (#1125) (4b3b4dca8e84a214482078bd1919059e0ed73bfc) - thanks @​daivinhtran!
  • Reverted change in the react-router plugin on windows (#1130) (bbf67ddaee79f342108a99dbb2869a966ad578c8) - thanks @​AlemTuzlak!
  • Override base dir for .git/info/exclude (resolves #1129) (4aa35f4aa03bd657d6f5a533e1f90cc8f51c796c)
  • Don't transcend .git dir to find gitignore files (#531) (a2cf84bc41458e95d8f787755247633fb9f53557)

Release 5.60.2

  • Add .ts extensions to Node test runner entries (#1121) (7a06a2084124850fe9ef7dd6d84f8164dcd26e28) - thanks @​MidnightDesign!
  • Print top-level config hints first (d04a8de0bd4d8d0994b8812e548796f5c5414dd1)

Release 5.60.1

  • Update sponsorships data (bd18e06deafd432dd9b9f583312f048944876296)
  • Fix Eleventy plugin error with certain configuration file formats (#1112) (19f918185e27bdfb3dca45d9a4e7b340842edf36) - thanks @​aarongoldenthal!
  • Add new methods to the dummy eleventy config class (607594a456741e926ddc679ae501ff92088a645b)
  • feat(storybook): add support for Storybook React Native v9 (#1118) (35630293882889d68023e165cc0b7b7ac0fe161b) - thanks @​cylewaitforit!
  • feat(storybook): add support for .storybook/vitest.setup.ts file (#1119) (5ca03f11d48651dd05cc8ff9ff3e4f0c823216c9) - thanks @​cylewaitforit!

... (truncated)

Commits
  • 8fddd17 Release 5.61.3
  • 843b69b Consolidate file node post-processing in one place
  • efe2d5d Don't overwrite cached config file inputs in same run (resolves #1156)
  • 0b49c69 Add config file to cache (#1156)
  • aaa1bd0 Refactor post-processing of irregular imports/resolveds (#1156)
  • c40751b Fix absolute path in karma plugin
  • 457e8ff Minor refactor/rename
  • f0087f8 PackageJsonPeeker → PackagePeeker
  • 6a7964d Remove unnecessary await in test
  • 143985a Release 5.61.2
  • 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.57.0 to 5.61.3.
- [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.61.3/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.61.3
  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 1, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #79.

@dependabot dependabot Bot closed this Jul 21, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/knip-5.61.3 branch July 21, 2025 23:00
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