Skip to content

build(deps): bump knip from 5.51.0 to 5.55.1#12

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/knip-5.55.1
Closed

build(deps): bump knip from 5.51.0 to 5.55.1#12
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/knip-5.55.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2025

Bumps knip from 5.51.0 to 5.55.1.

Release notes

Sourced from knip's releases.

Release 5.55.1

  • Update Node.js versions in CI (09a158b4fa6f9e0e7d72b62f99120d7d36be8714)
  • Update plugin authoring guide (b9bf354852d908a410f9721053f0800e6ea393c6)
  • Update sponsors info (2014ac094f995b82cac0e40b60a7710a577239d6)
  • Leverage isProduction better in webpack config (779948d5fc31c8e3831c93db599f509a79edce77)
  • Add smoke test command to dev guide (59b23cf86025f66af46ff9e5046e1cb2d43709bc)
  • Consistent messages in streamer.cast (1b2866bb0b4d81a7892daff4f5e2ab0a890b5b97)
  • Add exports to ignored binaries list (7073b6845f6b8da5e8db4d65b9964a1fd986d1a8)
  • Edit docs (ffc3cacb85750dcdada2c477939d587e4364a514)
  • Remove obsolete installed-check flag (61b65eb4ed9c0030e4890f1a9394cba017e35d58)
  • Use minimum supported node version in CI (almost!) (7787123a8a9c46ccb48da26caad89e58392f7d58)

Release 5.55.0

  • Add quotes (e7b45464dd8b902044c9d06e74a2362e6b461493)
  • Marvellous (9292e4a398c2555994e69f2053988014fd818c62)
  • Accept prefix string in toAlias (59c9e89934b27e1b2678530884718578699c9313)
  • Fix webpack ts issue (wut?) (bb62995d8c439428e7bc1eb65f79f446056f95a6)
  • That's enough for today (5cde7d51599d897b1440ace2ebf23bc74bc69718)
  • Support custom srcDir in Astro plugin (#1067) (49f85829b6e5a77b325cb82b4d5ee98327483a88) - thanks @​azat-io!
  • Add support for Babel plugins used in Vite/React config (#1075) (407e625878c23867478e62975a5b49c95f0f8147) - thanks @​mbacalan!
  • Narrow down package/workspace handling in getReferencedInputsHandler (ffa3ca9a4d22b6fe80c7e7f1dee8f38d8d1d2838)
  • feat: add prisma plugin (#1073) (5b49bdea3fd5dde0a0df1c37a1202f81dd80cf6d) - thanks @​nissy-dev!
  • Improve truncated/padded table cells (6a05c41d820cfcbefad53b58fb5237153998d91a)
  • feat(vitest): add mocks to entry files (#1070) (200eaf840da390f4a5a987db2a4446bdfe385fed) - thanks @​narthur!

Release 5.54.1

  • Fix add aliases crashing on obj (#1074) (1b9c8c9ea87c594805c0352e94eefe939a554158) - thanks @​tancredi!
  • Restore and fix Windows coverage in CI (61d09abee2d816354d79880da155ef026857a042)
  • Format (9689d9ea52215422f4ac602ec0aeac6ab42985b7)

Release 5.54.0

  • (PostCSS plugin): Add postcss to used dependencies when using @tailwindcss/postcss plugin (#1069) (3d4800457dbdf51fdb87b13160e33454d0bd129f) - thanks @​karmatys8!
  • Support size-limit plugins usage (#1061) (e88d7f04594abff15f9c968c122c133d13bc1892) - thanks @​azat-io!
  • Add Formatly and --format flag to autofix mode (#1029) (268a30b57b2f88cdb14ab5a3cc02702fbfd228b1)
  • Add/update articles (17f0b05a6c1b8a8e3ce616f79023858f743f427e)
  • Minor refactor glob core (fd5ef3eb8d52b7f3925cd892e47c0173b2a3e05c)
  • Merge resolveEntryPaths into resolveConfig (8c599b23367eecaf67d19a07e1ba11d2c870f282)
  • Improve test titles (5c4df675d9cc18576ad8e0e15f87f2b6245d4dc8)
  • Add name to console output (7ca3823f0437d87fdc4a230ef4256b0111e2ba50)
  • Refactor compilerOptions.paths and add alias input (1bccd592a6cd4652c6dd755c276980332113fc8f)
  • Housekeeping a few plugins after recent refactor (9e827763b321b95b7451e9aa804e9958ed2b82b4)
  • Fix path alias prefix in Windows (22b546404dda26a71720cdc614e4a03d7e16e871)
  • Update docs (c8b69703b70a81c233831e0a5a2eb097df1b0d38)

Release 5.53.0

  • Remove unused script (d6484de8af16d492f018c0958db70c99c851819e)
  • Add --force and --graceful options to create-plugin script (063db24c2265ecb28c545b07109ff8d0cc05c3ad)
  • Add SVGO plugin (#1065) (5d68767699206f179fac63a1dd9285be8e5b9dd4) - thanks @​azat-io!
  • Replace pretty-ms with prettyMilliseconds fn (d38389998f1f177095f6a4e73129406c73e59415)
  • Add mem flags, observer & table to Performance (dabb874b88962ef29bccb5fa367423719eb07684)

... (truncated)

Commits
  • 622e013 Release 5.55.1
  • 7073b68 Add exports to ignored binaries list
  • 1b2866b Consistent messages in streamer.cast
  • 779948d Leverage isProduction better in webpack config
  • 67ee669 Release 5.55.0
  • 200eaf8 feat(vitest): add mocks to entry files (#1070)
  • 6a05c41 Improve truncated/padded table cells
  • 5b49bde feat: add prisma plugin (#1073)
  • ffa3ca9 Narrow down package/workspace handling in getReferencedInputsHandler
  • 407e625 Add support for Babel plugins used in Vite/React config (#1075)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 8, 2025
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.51.0 to 5.55.1.
- [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.55.1/packages/knip)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/knip-5.55.1 branch from 21bc8e4 to 7992b0d Compare May 8, 2025 13:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2025

Looks like knip is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/knip-5.55.1 branch May 8, 2025 14:01
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