From baa5760d65b706cb48508369a003872804309e79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:31:34 +0000 Subject: [PATCH] chore(deps): update dependency knip to v5.39.4 (#251) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [knip](https://knip.dev) ([source](https://redirect.github.com/webpro-nl/knip/tree/HEAD/packages/knip)) | [`5.39.2` -> `5.39.4`](https://renovatebot.com/diffs/npm/knip/5.39.2/5.39.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.39.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.39.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.39.2/5.39.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.39.2/5.39.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
webpro-nl/knip (knip) ### [`v5.39.4`](https://redirect.github.com/webpro-nl/knip/compare/5.39.3...df390a0debba08ac705e86e0b42eaefe098d1812) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.39.3...5.39.4) ### [`v5.39.3`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.39.3) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.39.2...5.39.3) - Doc edits ([`0f640e1`](https://redirect.github.com/webpro-nl/knip/commit/0f640e1e)) - feat: update mdx detection dependency list and update custom compiler… ([#​875](https://redirect.github.com/webpro-nl/knip/issues/875)) ([`055a2e3`](https://redirect.github.com/webpro-nl/knip/commit/055a2e38)) - Add new content configuration entry for Astro ([#​872](https://redirect.github.com/webpro-nl/knip/issues/872)) ([`c80ac0e`](https://redirect.github.com/webpro-nl/knip/commit/c80ac0e7))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/boneskull/impvol). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0728fa..3abd566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-n": "17.15.0", "eslint-plugin-perfectionist": "4.2.0", "husky": "9.1.7", - "knip": "5.39.2", + "knip": "5.39.4", "lint-staged": "15.2.11", "markdownlint-cli2": "0.16.0", "markdownlint-cli2-formatter-pretty": "0.0.7", @@ -4589,9 +4589,9 @@ } }, "node_modules/knip": { - "version": "5.39.2", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.39.2.tgz", - "integrity": "sha512-BuvuWRllLWV/r2G4m9ggNH+DZ6gouP/dhtJPXVlMbWNF++w9/EfrF6k2g7YBKCwjzCC+PXmYtpH8S2t8RjnY4Q==", + "version": "5.39.4", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.39.4.tgz", + "integrity": "sha512-IiNFwfe8xDFwuGzBY8lKvrY3hhR1I81iCaJ8nd85cxT7LxB7cDd73WP3MrzZylE9Vec1HhC0YLFiAL7jh5OYEQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index fd4180f..d51c740 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "eslint-plugin-n": "17.15.0", "eslint-plugin-perfectionist": "4.2.0", "husky": "9.1.7", - "knip": "5.39.2", + "knip": "5.39.4", "lint-staged": "15.2.11", "markdownlint-cli2": "0.16.0", "markdownlint-cli2-formatter-pretty": "0.0.7",