Skip to content

Commit

Permalink
chore(deps): update dependency knip to v2 (#179)
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://togithub.com/webpro/knip) | [`^1.14.1` ->
`^2.0.0`](https://renovatebot.com/diffs/npm/knip/1.17.0/2.1.0) |
[![age](https://badges.renovateapi.com/packages/npm/knip/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/knip/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/knip/2.1.0/compatibility-slim/1.17.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/knip/2.1.0/confidence-slim/1.17.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpro/knip</summary>

### [`v2.1.0`](https://togithub.com/webpro/knip/releases/tag/2.1.0)

[Compare Source](https://togithub.com/webpro/knip/compare/2.0.0...2.1.0)

- Add vite plugin
([`5b80b8c`](https://togithub.com/webpro/knip/commit/5b80b8c))
- Add condition to jest plugin enabler for internal jest-preset packages
([`fdef35d`](https://togithub.com/webpro/knip/commit/fdef35d))
- Append /jest-preset to external preset specifiers so the main program
can find them
([`b4401b0`](https://togithub.com/webpro/knip/commit/b4401b0))
- Add package.json#jest to jest plugin confg file patterns
([`d51c42a`](https://togithub.com/webpro/knip/commit/d51c42a))
- Add condition to eslint plugin enabler for internal eslint-config
packages ([`709fa19`](https://togithub.com/webpro/knip/commit/709fa19))
- Improve output for loader errors
([`e436728`](https://togithub.com/webpro/knip/commit/e436728))
- Simplify ts libLocation resolution
([`73833a0`](https://togithub.com/webpro/knip/commit/73833a0))
- Split entry and config file patterns in vitest plugin (fixes
[#&#8203;99](https://togithub.com/webpro/knip/issues/99))
([`e31ab3a`](https://togithub.com/webpro/knip/commit/e31ab3a))
- Remove cruft from fixtures
([`83c9348`](https://togithub.com/webpro/knip/commit/83c9348))
- Move two fixture files
([`1cd1477`](https://togithub.com/webpro/knip/commit/1cd1477))
- Remove .prettierignore
([`a458bc5`](https://togithub.com/webpro/knip/commit/a458bc5))
- Format files in test fixtures
([`11dd60c`](https://togithub.com/webpro/knip/commit/11dd60c))

### [`v2.0.0`](https://togithub.com/webpro/knip/releases/tag/2.0.0)

[Compare
Source](https://togithub.com/webpro/knip/compare/1.17.0...2.0.0)

Please see
https://github.com/webpro/knip/blob/main/docs/release-notes-v2.md for
release notes for v2.

***

- Update next to v2 in schema refs
([`8845813`](https://togithub.com/webpro/knip/commit/8845813))
- Update dependencies
([`3579181`](https://togithub.com/webpro/knip/commit/3579181))
- Add tailwind plugin
([`d09773b`](https://togithub.com/webpro/knip/commit/d09773b))

</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://app.renovatebot.com/dashboard#github/JoshuaKGoldberg/ts-api-utils).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 26, 2023
1 parent 3431ce6 commit 929a6c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 218 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"http-serve": "^1.0.1",
"husky": "^8.0.3",
"jsonc-eslint-parser": "^2.1.0",
"knip": "^1.14.1",
"knip": "^2.0.0",
"lint-staged": "^13.1.0",
"markdownlint": "^0.27.0",
"markdownlint-cli": "^0.33.0",
Expand Down

0 comments on commit 929a6c5

Please sign in to comment.