Skip to content

Commit

Permalink
chore(deps): update dependency knip to v4.2.3 (#237)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro/knip/tree/HEAD/packages/knip)) |
[`4.2.1` -> `4.2.3`](https://renovatebot.com/diffs/npm/knip/4.2.1/4.2.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/4.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/4.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/4.2.1/4.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/4.2.1/4.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro/knip (knip)</summary>

### [`v4.2.3`](https://togithub.com/webpro/knip/releases/tag/4.2.3)

[Compare Source](https://togithub.com/webpro/knip/compare/4.2.2...4.2.3)

- Remove `@pkgjs/parseargs` now that Bun has `util.parseArgs`
([`ada0597`](https://togithub.com/webpro/knip/commit/ada0597c))

### [`v4.2.2`](https://togithub.com/webpro/knip/releases/tag/4.2.2)

[Compare Source](https://togithub.com/webpro/knip/compare/4.2.1...4.2.2)

- Update dependencies
([`faec4d6`](https://togithub.com/webpro/knip/commit/faec4d60))
- Add .json ext to ts config path if necessary (resolves
[#&#8203;480](https://togithub.com/webpro/knip/issues/480))
([`fe3d17d`](https://togithub.com/webpro/knip/commit/fe3d17db))
- Fix npm aliases (resolves
[#&#8203;474](https://togithub.com/webpro/knip/issues/474))
([`470437d`](https://togithub.com/webpro/knip/commit/470437dc))
- Add `deploy` to binaries not following the --require convention
(closes [#&#8203;477](https://togithub.com/webpro/knip/issues/477))
([`ad1ff7f`](https://togithub.com/webpro/knip/commit/ad1ff7f8))
- Hide plugin pages from sidebar
([`db4cb7a`](https://togithub.com/webpro/knip/commit/db4cb7af))
- Update dependencies
([`0eccd53`](https://togithub.com/webpro/knip/commit/0eccd537))
- Add introduction video to front page
([`0741b70`](https://togithub.com/webpro/knip/commit/0741b705))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/tidelift-me-up).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent aba7ba5 commit 3e2d53a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-yml": "^1.9.0",
"husky": "^8.0.3",
"jsonc-eslint-parser": "^2.3.0",
"knip": "4.2.1",
"knip": "4.2.3",
"lint-staged": "^15.0.0",
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0",
Expand Down
49 changes: 24 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e2d53a

Please sign in to comment.