From 709cddc7b8b091374a06367804d52c8e93f9a1f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:28:31 +0000 Subject: [PATCH] chore(deps): update dependency knip to v3 (#160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](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)) | [`2.43.0` -> `3.0.1`](https://renovatebot.com/diffs/npm/knip/2.43.0/3.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/2.43.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/2.43.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
webpro/knip (knip) ### [`v3.0.1`](https://togithub.com/webpro/knip/releases/tag/3.0.1) [Compare Source](https://togithub.com/webpro/knip/compare/3.0.0...3.0.1) - Add README.md to knip package ([`ef54583`](https://togithub.com/webpro/knip/commit/ef54583)) ### [`v3.0.0`](https://togithub.com/webpro/knip/releases/tag/3.0.0) [Compare Source](https://togithub.com/webpro/knip/compare/2.43.0...3.0.0) - Update dependencies ([`f709e24`](https://togithub.com/webpro/knip/commit/f709e24)) - Clean up some bits for v3 ([`9f1a42e`](https://togithub.com/webpro/knip/commit/9f1a42e)) - Add `line` and `col` in default reporter to issues that include `pos` (closes [#​335](https://togithub.com/webpro/knip/issues/335)) ([`3547fc2`](https://togithub.com/webpro/knip/commit/3547fc2)) - Run tests etc. across workspaces from root script ([`08aa7d7`](https://togithub.com/webpro/knip/commit/08aa7d7)) - Add minimal reproduction templates to docs ([`e2b5f0c`](https://togithub.com/webpro/knip/commit/e2b5f0c)) - Fix up some links + plugin list ([`ede47e9`](https://togithub.com/webpro/knip/commit/ede47e9))
--- ### 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 | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 59ede00d..9b4cc089 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": "2.43.0", + "knip": "3.0.1", "lint-staged": "^15.0.0", "markdownlint": "^0.32.0", "markdownlint-cli": "^0.37.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea6f4e27..589612b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ devDependencies: specifier: ^2.3.0 version: 2.3.0 knip: - specifier: 2.43.0 - version: 2.43.0 + specifier: 3.0.1 + version: 3.0.1(typescript@5.2.2) lint-staged: specifier: ^15.0.0 version: 15.0.1 @@ -4729,10 +4729,12 @@ packages: engines: {node: '>=0.10.0'} dev: true - /knip@2.43.0: - resolution: {integrity: sha512-xXtBpC+XiHZzqBoXtvqH0sLV3iSMu9yPIUoP9GRZVUHAegQyDjC4jOTRfFgc5gJKrfqW4NKc71t7l85NqYieUg==} - engines: {node: '>=16.17.0 <17 || >=18.6.0'} + /knip@3.0.1(typescript@5.2.2): + resolution: {integrity: sha512-l7LN+O2vwthUOMa9OtU7viFGH9auWW4y0dad22EBpcXsqKP8Y9XJSO6ASe2bbFZPZ3Ov655XOESXAyhqT8CmhQ==} + engines: {node: '>=18.6.0'} hasBin: true + peerDependencies: + typescript: '>=5.0.4' dependencies: '@ericcornelissen/bash-parser': 0.5.2 '@npmcli/map-workspaces': 3.0.4 @@ -4743,17 +4745,17 @@ packages: chalk: 5.3.0 easy-table: 1.2.0 fast-glob: 3.3.2 - globby: 13.2.2 + globby: 14.0.0 jiti: 1.21.0 js-yaml: 4.1.0 micromatch: 4.0.5 minimist: 1.2.8 pretty-ms: 8.0.0 - strip-json-comments: 5.0.0 + strip-json-comments: 5.0.1 summary: 2.1.0 typescript: 5.2.2 zod: 3.22.4 - zod-validation-error: 1.5.0(zod@3.22.4) + zod-validation-error: 2.1.0(zod@3.22.4) transitivePeerDependencies: - domexception dev: true @@ -6666,8 +6668,8 @@ packages: engines: {node: '>=8'} dev: true - /strip-json-comments@5.0.0: - resolution: {integrity: sha512-V1LGY4UUo0jgwC+ELQ2BNWfPa17TIuwBLg+j1AA/9RPzKINl1lhxVEu2r+ZTTO8aetIsUzE5Qj6LMSBkoGYKKw==} + /strip-json-comments@5.0.1: + resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==} engines: {node: '>=14.16'} dev: true @@ -7463,9 +7465,9 @@ packages: engines: {node: '>=12.20'} dev: true - /zod-validation-error@1.5.0(zod@3.22.4): - resolution: {integrity: sha512-/7eFkAI4qV0tcxMBB/3+d2c1P6jzzZYdYSlBuAklzMuCrJu5bzJfHS0yVAS87dRHVlhftd6RFJDIvv03JgkSbw==} - engines: {node: '>=16.0.0'} + /zod-validation-error@2.1.0(zod@3.22.4): + resolution: {integrity: sha512-VJh93e2wb4c3tWtGgTa0OF/dTt/zoPCPzXq4V11ZjxmEAFaPi/Zss1xIZdEB5RD8GD00U0/iVXgqkF77RV7pdQ==} + engines: {node: '>=18.0.0'} peerDependencies: zod: ^3.18.0 dependencies: