From 1850f31aaedf403fe49e11ea2c01d1b1ff0d0d85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:05:41 +0000 Subject: [PATCH] chore(deps): update dependency knip to v4.2.0 (#212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.1.0` -> `4.2.0`](https://renovatebot.com/diffs/npm/knip/4.1.0/4.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/4.1.0/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/4.1.0/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
webpro/knip (knip) ### [`v4.2.0`](https://togithub.com/webpro/knip/releases/tag/4.2.0) [Compare Source](https://togithub.com/webpro/knip/compare/4.1.0...4.2.0) - Auto-format ([`0e65cfb`](https://togithub.com/webpro/knip/commit/0e65cfba)) - Update docs ([`91465e6`](https://togithub.com/webpro/knip/commit/91465e6f)) - Update netlify plugin/test after the refactor ([`e0eba0c`](https://togithub.com/webpro/knip/commit/e0eba0c1)) - Add missing fixture file ([`877a95a`](https://togithub.com/webpro/knip/commit/877a95ab)) - Remove unused helper ([`093bbaa`](https://togithub.com/webpro/knip/commit/093bbaa8)) - Include class members when dogfooding ([`d9c2eb4`](https://togithub.com/webpro/knip/commit/d9c2eb49)) - More comprehensive/consistent options for plugin tests after the refactor ([`95dac2b`](https://togithub.com/webpro/knip/commit/95dac2b7)) - Tiny refactoring in github-actions plugin ([`f08a828`](https://togithub.com/webpro/knip/commit/f08a828c)) - Update plugins after the refactor ([`e786b60`](https://togithub.com/webpro/knip/commit/e786b603)) - Refactor to unravel and separate concerns better ([`756bcdd`](https://togithub.com/webpro/knip/commit/756bcdd7)) - Improve some member and function names ([`6145ce1`](https://togithub.com/webpro/knip/commit/6145ce17)) - Fix typo in comment ([`7a5c1b0`](https://togithub.com/webpro/knip/commit/7a5c1b0b)) - Refactor `npm.findDependencies` into `DependencyDeputy` as `analyzeManifest` ([`864fa84`](https://togithub.com/webpro/knip/commit/864fa843)) - Improve some member and function names ([`0576673`](https://togithub.com/webpro/knip/commit/05766734)) - Tiny refactoring in vitest plugin ([`3772485`](https://togithub.com/webpro/knip/commit/37724858)) - Use own PackageJson (with plugins) where possible ([`d314123`](https://togithub.com/webpro/knip/commit/d314123c)) - Add Netlify plugin ([#​466](https://togithub.com/webpro/knip/issues/466)) ([`3a8fe85`](https://togithub.com/webpro/knip/commit/3a8fe857)) - Check for node_modules presence instead of isInternal for Eleventy plugin ([#​462](https://togithub.com/webpro/knip/issues/462)) ([`c0b23b5`](https://togithub.com/webpro/knip/commit/c0b23b56)) - Edit docs ([`59e341f`](https://togithub.com/webpro/knip/commit/59e341fd))
--- ### 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. --- - [ ] 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/are-docs-informative). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7c0a362f..ae7a70d8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-yml": "^1.9.0", "husky": "^8.0.3", "jsonc-eslint-parser": "^2.3.0", - "knip": "4.1.0", + "knip": "4.2.0", "lint-staged": "^15.0.0", "markdownlint": "^0.33.0", "markdownlint-cli": "^0.38.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 29318a09..479b4178 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ devDependencies: specifier: ^2.3.0 version: 2.3.0 knip: - specifier: 4.1.0 - version: 4.1.0(@types/node@18.11.18)(typescript@5.2.2) + specifier: 4.2.0 + version: 4.2.0(@types/node@18.11.18)(typescript@5.2.2) lint-staged: specifier: ^15.0.0 version: 15.0.1 @@ -4565,8 +4565,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /knip@4.1.0(@types/node@18.11.18)(typescript@5.2.2): - resolution: {integrity: sha512-MO0kujaz6PJoXDmLyy1lsq491x7OvxrW6YrGnpI8Czx8PMViaYdDgCoptX2uOXVFl7hdaAvfDxTWQpI6ASujWg==} + /knip@4.2.0(@types/node@18.11.18)(typescript@5.2.2): + resolution: {integrity: sha512-2VieMncQBIwuUIgNncUphhfafl2fRBLHeri3Rnx/tedwT1mKZ668mSIyTqb+keuElp0S5wgYRcZPYHqDmIQeCw==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -4592,6 +4592,7 @@ packages: picocolors: 1.0.0 picomatch: 3.0.1 pretty-ms: 8.0.0 + smol-toml: 1.1.3 strip-json-comments: 5.0.1 summary: 2.1.0 typescript: 5.2.2 @@ -6375,6 +6376,11 @@ packages: engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} dev: true + /smol-toml@1.1.3: + resolution: {integrity: sha512-qTyy6Owjho1ISBmxj4HdrFWB2kMQ5RczU6J04OqslSfdSH656OIHuomHS4ZDvhwm37nig/uXyiTMJxlC9zIVfw==} + engines: {node: '>= 18', pnpm: '>= 8'} + dev: true + /socks-proxy-agent@8.0.2: resolution: {integrity: sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==} engines: {node: '>= 14'}