From 216264f2ecc2899668430d10feddbdeb51ca73b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:42:11 +0000 Subject: [PATCH] chore(deps): update dependency knip to v5.42.1 (#518) 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.37.1` -> `5.42.1`](https://renovatebot.com/diffs/npm/knip/5.37.1/5.42.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.37.1/5.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.37.1/5.42.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
webpro-nl/knip (knip) ### [`v5.42.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.42.1) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.42.0...5.42.1) - Exclude semantic-release packages (resolves [#​899](https://redirect.github.com/webpro-nl/knip/issues/899)) ([`a28cc02`](https://redirect.github.com/webpro-nl/knip/commit/a28cc021))\* Edit docs + gen ([`d850cbe`](https://redirect.github.com/webpro-nl/knip/commit/d850cbeb)) - Improve reported line sorting ([`7ff0b70`](https://redirect.github.com/webpro-nl/knip/commit/7ff0b70b)) - Rename tests touching fs for easier exclusion ([`be5ba91`](https://redirect.github.com/webpro-nl/knip/commit/be5ba912)) - Add test:watch script to watch only failing test ([`86b2123`](https://redirect.github.com/webpro-nl/knip/commit/86b2123f)) - Add default formatter for jsx ([`4a212ad`](https://redirect.github.com/webpro-nl/knip/commit/4a212ad9)) - Avoid overwrites in issue collector storage key ([`0530465`](https://redirect.github.com/webpro-nl/knip/commit/0530465c)) - Rename file to match test/fixture consistency ([`959b64c`](https://redirect.github.com/webpro-nl/knip/commit/959b64cf)) - Fix case of `node ../../node_modules/.bin/executable` (resolves [#​908](https://redirect.github.com/webpro-nl/knip/issues/908)) ([`5a77dcc`](https://redirect.github.com/webpro-nl/knip/commit/5a77dcc4)) - Log debug session from launcher ([`be1f9d4`](https://redirect.github.com/webpro-nl/knip/commit/be1f9d42)) - Introduce `optional` dependencies & improve pm cli arg handling ([`1731ee5`](https://redirect.github.com/webpro-nl/knip/commit/1731ee5d)) - Support more `execa` methods in visitor ([`5f2cf34`](https://redirect.github.com/webpro-nl/knip/commit/5f2cf340)) - Minor refactor ([`052375f`](https://redirect.github.com/webpro-nl/knip/commit/052375f1)) - Fix non-internal `isDependency` case ([`e908cfe`](https://redirect.github.com/webpro-nl/knip/commit/e908cfea)) - Format on save ([`0f67016`](https://redirect.github.com/webpro-nl/knip/commit/0f670160)) - Fix case of $/execa script like `yarn lint:spellcheck` ([`03abffd`](https://redirect.github.com/webpro-nl/knip/commit/03abffdd)) - Reduce noise ([`5a3177f`](https://redirect.github.com/webpro-nl/knip/commit/5a3177f5)) - feat: add dependency-cruiser plugin ([#​911](https://redirect.github.com/webpro-nl/knip/issues/911)) ([`8d206a0`](https://redirect.github.com/webpro-nl/knip/commit/8d206a07)) - thanks [@​filipw01](https://redirect.github.com/filipw01)! - Update dependencies ([`b9aff83`](https://redirect.github.com/webpro-nl/knip/commit/b9aff835)) - Update docs re. [`1731ee5`](https://redirect.github.com/webpro-nl/knip/commit/1731ee5) ([`938496c`](https://redirect.github.com/webpro-nl/knip/commit/938496c3)) ### [`v5.42.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.42.0) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.41.1...5.42.0) - Refactor getImportsAndExports return structure ([`3cb27eb`](https://redirect.github.com/webpro-nl/knip/commit/3cb27ebfbcddbb64f19e605c0b893eb21f82a44a)) - Add isModule to narrow down visitor condition ([`17f2224`](https://redirect.github.com/webpro-nl/knip/commit/17f2224537b243046fe808ecc199f6c033ec019d)) - Always run config resolver ([#​884](https://redirect.github.com/webpro-nl/knip/issues/884)) ([`94474cb`](https://redirect.github.com/webpro-nl/knip/commit/94474cbc0ac3af7488a0aa4056ba1df6abb80405)) - thanks [@​davidlj95](https://redirect.github.com/davidlj95)! - Clean up after [#​884](https://redirect.github.com/webpro-nl/knip/issues/884) ([`4fc91eb`](https://redirect.github.com/webpro-nl/knip/commit/4fc91eb2831de105179cc6f8e6012555f6b53a1a)) - Add Karma configuration from Angular plugin configuration ([#​885](https://redirect.github.com/webpro-nl/knip/issues/885)) ([`e1ba447`](https://redirect.github.com/webpro-nl/knip/commit/e1ba4472a13a79984b9dbd49b2431f1efbe69cb7)) - thanks [@​davidlj95](https://redirect.github.com/davidlj95)! - Ignore `zip` global binary ([#​888](https://redirect.github.com/webpro-nl/knip/issues/888)) ([`62fbc76`](https://redirect.github.com/webpro-nl/knip/commit/62fbc7664ab2a5cff36e38f7ff8b31485d19ed2b)) - thanks [@​davidlj95](https://redirect.github.com/davidlj95)! - Ignore `rsync` global binary ([#​889](https://redirect.github.com/webpro-nl/knip/issues/889)) ([`d29ec34`](https://redirect.github.com/webpro-nl/knip/commit/d29ec3488c90d387a5aa62f8beb36a136e5ec397)) - thanks [@​davidlj95](https://redirect.github.com/davidlj95)! - Track Angular scripts build option ([#​886](https://redirect.github.com/webpro-nl/knip/issues/886)) ([`f43b638`](https://redirect.github.com/webpro-nl/knip/commit/f43b63849670b927f62de29ef9d317778d7a45a5)) - thanks [@​davidlj95](https://redirect.github.com/davidlj95)! - Fix up count after merging multiple PRs ([`9590b92`](https://redirect.github.com/webpro-nl/knip/commit/9590b9238d558098430f9535f95c1f40d437c2ec)) - Add support for nx command shorthand to nx plugin ([#​896](https://redirect.github.com/webpro-nl/knip/issues/896)) ([`337de52`](https://redirect.github.com/webpro-nl/knip/commit/337de52c36d2b0bcb07ba5ebaaa23a995dbbd3de)) - thanks [@​jjjjonathan](https://redirect.github.com/jjjjonathan)! - Delete principal from array after usage for GC ([#​897](https://redirect.github.com/webpro-nl/knip/issues/897)) ([`79a7d48`](https://redirect.github.com/webpro-nl/knip/commit/79a7d487d686d85faf9b7f23e641e0ad6ba4384b)) - thanks [@​heystewart](https://redirect.github.com/heystewart)! - Fix iterating over namespaces imported using '\*' (star) reporting unused classes ([#​898](https://redirect.github.com/webpro-nl/knip/issues/898)) ([`26331c0`](https://redirect.github.com/webpro-nl/knip/commit/26331c00e8312a6c461480af1d0c2935c2471c07)) - thanks [@​heystewart](https://redirect.github.com/heystewart)! - Add `metro` plugin ([#​895](https://redirect.github.com/webpro-nl/knip/issues/895)) ([`b106a5f`](https://redirect.github.com/webpro-nl/knip/commit/b106a5ff7dd9bd712f5b33fd16135242092945de)) - thanks [@​jjjjonathan](https://redirect.github.com/jjjjonathan)! - Separate Angular production vs non-production entries ([#​887](https://redirect.github.com/webpro-nl/knip/issues/887)) ([`91130f8`](https://redirect.github.com/webpro-nl/knip/commit/91130f8651fae2202450e51c281656f7b49af774)) - thanks [@​davidlj95](https://redirect.github.com/davidlj95)! - Add testimonial/tweet ([`9c82470`](https://redirect.github.com/webpro-nl/knip/commit/9c824704bf0a0b751dd3c1c0e41a746ca72080a3)) - Remove links to closed "request plugin" issue ([`5e54e1d`](https://redirect.github.com/webpro-nl/knip/commit/5e54e1dde309edc36b4796f23de7176e9d759583)) - Styling ([`169dba1`](https://redirect.github.com/webpro-nl/knip/commit/169dba1658a427ea778a79833c2bc347d77ef1c5)) - Update dependencies ([`fbaec01`](https://redirect.github.com/webpro-nl/knip/commit/fbaec015b8e3ab5a0276672a6f6beae0056494dd)) - Housekeep isInForIteration heuristic ([`566d11c`](https://redirect.github.com/webpro-nl/knip/commit/566d11c6e24f11b577b847bf8b8fadde569ade67)) - Only wipe principals in isolate-workspaces mode ([`f1e6770`](https://redirect.github.com/webpro-nl/knip/commit/f1e6770cd08b5242c299ece8b09d88b99fc6740a)) - Fix commands in dev guide ([`5d6fe80`](https://redirect.github.com/webpro-nl/knip/commit/5d6fe802a91a9325a0a615e59467a60a74d27087)) - Minor edit readme ([`b5f426c`](https://redirect.github.com/webpro-nl/knip/commit/b5f426c851081147b528336368cfa2a5b987e505)) - Split angular test ([`4fa4a03`](https://redirect.github.com/webpro-nl/knip/commit/4fa4a03707ff569995cb07de4d431632f08e99e0)) - Fix photo url ([`a9f2d74`](https://redirect.github.com/webpro-nl/knip/commit/a9f2d74b5ce8b282bac1765ea77d3740ef3e852a)) - Fix cache location ([`5dc317a`](https://redirect.github.com/webpro-nl/knip/commit/5dc317ae76c976ecac1e6bd6131794a0d8176d69)) - Require Node.js v18.6.0 β†’ v18.18.0 + downgrade release-it ([`daf92ce`](https://redirect.github.com/webpro-nl/knip/commit/daf92ce6af2f63612d45b0cd6e7c412fe4f2d614)) - Truncate start of lengthy symbols ([`a6b2b9e`](https://redirect.github.com/webpro-nl/knip/commit/a6b2b9e92bf6639eca8ca50402f6211a0e341609)) - Add `args` to webpack plugin to find webpack config files ([`0866302`](https://redirect.github.com/webpro-nl/knip/commit/08663029e6c2ec15a118e13ca3af84ccd58310df)) - Add `args` to jest plugin to find jest config files ([`3c0a6c5`](https://redirect.github.com/webpro-nl/knip/commit/3c0a6c54b17fe4e22a06657150acaf11502333e0)) - Fix up create-new-plugin script ([`f5a1ede`](https://redirect.github.com/webpro-nl/knip/commit/f5a1edecdf614255a676183b2d7f8901d647c299)) - Add platform-specific entries to metro plugin ([`2e8c8ac`](https://redirect.github.com/webpro-nl/knip/commit/2e8c8ac65fa9e05fc170d08913d7fbac2b2bd876)) - Generate docs ([`093dcca`](https://redirect.github.com/webpro-nl/knip/commit/093dcca11155072159175830cfbc9c3cca0dde8d)) - Improve plugin docs a bit ([`6471cf1`](https://redirect.github.com/webpro-nl/knip/commit/6471cf130f5ff85d6215c3a9032c7483f84402f3)) - Update release-it and use new `releaseNotes.commit` template ([`0c49689`](https://redirect.github.com/webpro-nl/knip/commit/0c496895121aa2b9720786fcec26315cdb245ce8)) - Minor housekeeping πŸ” ([`4a9ff56`](https://redirect.github.com/webpro-nl/knip/commit/4a9ff563046eda5bff6d04f8d1c36651a4ff6d7a)) - Update dependencies ([`2bd03e0`](https://redirect.github.com/webpro-nl/knip/commit/2bd03e09bba0da3d7936d8329c01eb8fad3e9197)) - Plugin docs tweaks ([`5fe4cb4`](https://redirect.github.com/webpro-nl/knip/commit/5fe4cb4d0d04ed198ad8c1de10aa2732baa0ca94)) - Update release-it ([`ac7e933`](https://redirect.github.com/webpro-nl/knip/commit/ac7e93322762d60937f4a984cc1f27ef05e067cd)) ### [`v5.41.1`](https://redirect.github.com/webpro-nl/knip/compare/5.41.0...8d996a68c7ba32cdb27d7bd8769098d78f90a6f7) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.41.0...5.41.1) ### [`v5.41.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.41.0) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.40.0...5.41.0) - Add `expo` plugin ([#​879](https://redirect.github.com/webpro-nl/knip/issues/879)) ([`40f7be9`](https://redirect.github.com/webpro-nl/knip/commit/40f7be98)) - [#​598](https://redirect.github.com/webpro-nl/knip/issues/598) Nx plugin doesn't look in package.json ([#​880](https://redirect.github.com/webpro-nl/knip/issues/880)) ([`9ce4a49`](https://redirect.github.com/webpro-nl/knip/commit/9ce4a49a)) - Remove twitter link from header ([`34004ba`](https://redirect.github.com/webpro-nl/knip/commit/34004ba6)) - Tiny fix code block ([`17ddcb7`](https://redirect.github.com/webpro-nl/knip/commit/17ddcb7b)) - Update & format ([`f696807`](https://redirect.github.com/webpro-nl/knip/commit/f696807b)) - Fix up doc build scripts ([`9ba0998`](https://redirect.github.com/webpro-nl/knip/commit/9ba09983)) ### [`v5.40.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.40.0) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.39.4...5.40.0) - Add Karma plugin ([#​871](https://redirect.github.com/webpro-nl/knip/issues/871)) ([`3d29854`](https://redirect.github.com/webpro-nl/knip/commit/3d29854d)) - Remove tea.yaml ([`e43304b`](https://redirect.github.com/webpro-nl/knip/commit/e43304b4)) - Add Workleap ([@​gsoft-inc](https://redirect.github.com/gsoft-inc)) as sponsor (thank you!) ([`c738561`](https://redirect.github.com/webpro-nl/knip/commit/c7385612)) - Update comparison page + auto-format ([`e6340b0`](https://redirect.github.com/webpro-nl/knip/commit/e6340b03)) ### [`v5.39.4`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.39.4) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.39.3...5.39.4) - Ignore ignore patterns in vite test.include patterns ([`df390a0`](https://redirect.github.com/webpro-nl/knip/commit/df390a0d)) - Stop using package.json as fallback `containingFilePath` ([`de6682b`](https://redirect.github.com/webpro-nl/knip/commit/de6682b0)) ### [`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)) ### [`v5.39.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.39.2) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.39.1...5.39.2) - Fix up moonrepo fixture ([`382c909`](https://redirect.github.com/webpro-nl/knip/commit/382c909f)) - Edit docs ([`69d602a`](https://redirect.github.com/webpro-nl/knip/commit/69d602a4)) - Plugin housekeeping ([`770685b`](https://redirect.github.com/webpro-nl/knip/commit/770685bc)) - Add `isRootOnly` to moonrepo and yarn plugins ([`9c07294`](https://redirect.github.com/webpro-nl/knip/commit/9c072943)) ### [`v5.39.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.39.1) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.39.0...5.39.1) - Fix case sensitivity in package name check (resolves [#​869](https://redirect.github.com/webpro-nl/knip/issues/869)) ([`d6dab3d`](https://redirect.github.com/webpro-nl/knip/commit/d6dab3da)) ### [`v5.39.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.39.0) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.38.4...5.39.0) - `yarn.config.cjs` support ([#​864](https://redirect.github.com/webpro-nl/knip/issues/864)) ([`759503d`](https://redirect.github.com/webpro-nl/knip/commit/759503db)) - Track Angular environment files as entry points ([#​868](https://redirect.github.com/webpro-nl/knip/issues/868)) ([`7950bf3`](https://redirect.github.com/webpro-nl/knip/commit/7950bf3d)) ### [`v5.38.4`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.38.4) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.38.3...5.38.4) - Update Angular workspace types and add update script ([#​866](https://redirect.github.com/webpro-nl/knip/issues/866)) ([`9074440`](https://redirect.github.com/webpro-nl/knip/commit/9074440d)) - Tracks Cypress component support file ([#​867](https://redirect.github.com/webpro-nl/knip/issues/867)) ([`4a6eddc`](https://redirect.github.com/webpro-nl/knip/commit/4a6eddc3)) - docs: update entry/project defaults with production mode ([#​861](https://redirect.github.com/webpro-nl/knip/issues/861)) ([`5f4e139`](https://redirect.github.com/webpro-nl/knip/commit/5f4e1391)) - Track Angular's `server` builder option ([#​865](https://redirect.github.com/webpro-nl/knip/issues/865)) ([`dbf502b`](https://redirect.github.com/webpro-nl/knip/commit/dbf502b8)) - fix: add `scp` to `IGNORED_GLOBAL_BINARIES` ([#​863](https://redirect.github.com/webpro-nl/knip/issues/863)) ([`0362c89`](https://redirect.github.com/webpro-nl/knip/commit/0362c89f)) ### [`v5.38.3`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.38.3) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.38.2...5.38.3) - Fix traces for default export (resolves [#​860](https://redirect.github.com/webpro-nl/knip/issues/860)) ([`90d1f5c`](https://redirect.github.com/webpro-nl/knip/commit/90d1f5cd)) - Fix typo ([`204ce6d`](https://redirect.github.com/webpro-nl/knip/commit/204ce6dd)) ### [`v5.38.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.38.2) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.38.1...5.38.2) - Fix for certain failing cases of --include-libs (resolves [#​855](https://redirect.github.com/webpro-nl/knip/issues/855)) ([`5242ddd`](https://redirect.github.com/webpro-nl/knip/commit/5242ddd4)) ### [`v5.38.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.38.1) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.38.0...5.38.1) - Fix regression re. isIncludeEntryExports β†’ skipExportsAnalysis from scripts/plugins (resolves [#​857](https://redirect.github.com/webpro-nl/knip/issues/857)) ([`b8379de`](https://redirect.github.com/webpro-nl/knip/commit/b8379dec)) ### [`v5.38.0`](https://redirect.github.com/webpro-nl/knip/compare/5.37.2...5f4cb26b4349c4bc6706f2b7ae7f3f1856fc6f05) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.37.2...5.38.0) ### [`v5.37.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.37.2) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.37.1...5.37.2) - Update some deps ([`862701e`](https://redirect.github.com/webpro-nl/knip/commit/862701ea)) - Fix up ec styling a bit ([`9bdb2c0`](https://redirect.github.com/webpro-nl/knip/commit/9bdb2c06)) - Add array expression to `isConsiderReferencedNS` (resolves [#​844](https://redirect.github.com/webpro-nl/knip/issues/844)) ([`1baa1d4`](https://redirect.github.com/webpro-nl/knip/commit/1baa1d4c)) - Fix up unused files for jest-unit (resolves [#​841](https://redirect.github.com/webpro-nl/knip/issues/841)) ([`4657618`](https://redirect.github.com/webpro-nl/knip/commit/4657618d))
--- ### 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/JoshuaKGoldberg/should-semantic-release). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 76 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 50 insertions(+), 26 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4179f206..4b879857 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,7 +86,7 @@ importers: version: 2.4.0 knip: specifier: ^5.0.0 - version: 5.37.1(@types/node@22.10.7)(typescript@5.6.3) + version: 5.42.1(@types/node@22.10.7)(typescript@5.6.3) lint-staged: specifier: ^15.0.0 version: 15.2.10 @@ -122,7 +122,7 @@ importers: version: 0.3.0 tsup: specifier: ^8.0.0 - version: 8.3.5(jiti@2.4.0)(postcss@8.4.38)(typescript@5.6.3)(yaml@2.7.0) + version: 8.3.5(jiti@2.4.2)(postcss@8.4.38)(typescript@5.6.3)(yaml@2.7.0) typescript: specifier: ^5.2.2 version: 5.6.3 @@ -768,14 +768,26 @@ packages: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} + '@nodelib/fs.scandir@4.0.1': + resolution: {integrity: sha512-vAkI715yhnmiPupY+dq+xenu5Tdf2TBQ66jLvBIcCddtz+5Q8LbMKaf9CIJJreez8fQ8fgaY+RaywQx8RJIWpw==} + engines: {node: '>=18.18.0'} + '@nodelib/fs.stat@2.0.5': resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} + '@nodelib/fs.stat@4.0.0': + resolution: {integrity: sha512-ctr6bByzksKRCV0bavi8WoQevU6plSp2IkllIsEqaiKe2mwNNnaluhnRhcsgGZHrrHk57B3lf95MkLMO3STYcg==} + engines: {node: '>=18.18.0'} + '@nodelib/fs.walk@1.2.8': resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} + '@nodelib/fs.walk@3.0.1': + resolution: {integrity: sha512-nIh/M6Kh3ZtOmlY00DaUYB4xeeV6F3/ts1l29iwl3/cfyY/OuCfUx+v08zgx8TKPTifXRcjjqVQ4KB2zOYSbyw==} + engines: {node: '>=18.18.0'} + '@octokit/auth-token@4.0.0': resolution: {integrity: sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==} engines: {node: '>= 18'} @@ -1922,8 +1934,8 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fastq@1.17.1: - resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + fastq@1.18.0: + resolution: {integrity: sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==} fdir@6.4.3: resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} @@ -2370,8 +2382,8 @@ packages: resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==} engines: {node: 20 || >=22} - jiti@2.4.0: - resolution: {integrity: sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==} + jiti@2.4.2: + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} hasBin: true joycon@3.1.1: @@ -2437,9 +2449,9 @@ packages: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} - knip@5.37.1: - resolution: {integrity: sha512-69gjKj5lLsLXcIPXlHyFfX5AOHgRdh/iXH8gUqvmsHtjqoWhOATeXZDjvvemmgw7KxbWbUzxBNbpjhtJWzgqGA==} - engines: {node: '>=18.6.0'} + knip@5.42.1: + resolution: {integrity: sha512-xTnwo0I5TLAEU1BNqi8EwnvxI/5yJUJmBiXJdnS0+2FDE6WQII3upoImuUbx1GxrftHmY+prqfL6XuO6JEtYBw==} + engines: {node: '>=18.18.0'} hasBin: true peerDependencies: '@types/node': '>=18' @@ -3740,8 +3752,8 @@ packages: peerDependencies: zod: ^3.18.0 - zod@3.23.8: - resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + zod@3.24.1: + resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} snapshots: @@ -4249,12 +4261,24 @@ snapshots: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 + '@nodelib/fs.scandir@4.0.1': + dependencies: + '@nodelib/fs.stat': 4.0.0 + run-parallel: 1.2.0 + '@nodelib/fs.stat@2.0.5': {} + '@nodelib/fs.stat@4.0.0': {} + '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.17.1 + fastq: 1.18.0 + + '@nodelib/fs.walk@3.0.1': + dependencies: + '@nodelib/fs.scandir': 4.0.1 + fastq: 1.18.0 '@octokit/auth-token@4.0.0': {} @@ -5577,7 +5601,7 @@ snapshots: fast-levenshtein@2.0.6: {} - fastq@1.17.1: + fastq@1.18.0: dependencies: reusify: 1.0.4 @@ -6007,7 +6031,7 @@ snapshots: dependencies: '@isaacs/cliui': 8.0.2 - jiti@2.4.0: {} + jiti@2.4.2: {} joycon@3.1.1: {} @@ -6058,15 +6082,15 @@ snapshots: kind-of@6.0.3: {} - knip@5.37.1(@types/node@22.10.7)(typescript@5.6.3): + knip@5.42.1(@types/node@22.10.7)(typescript@5.6.3): dependencies: - '@nodelib/fs.walk': 1.2.8 + '@nodelib/fs.walk': 3.0.1 '@snyk/github-codeowners': 1.1.0 '@types/node': 22.10.7 easy-table: 1.2.0 enhanced-resolve: 5.18.0 fast-glob: 3.3.3 - jiti: 2.4.0 + jiti: 2.4.2 js-yaml: 4.1.0 minimist: 1.2.8 picocolors: 1.1.1 @@ -6076,8 +6100,8 @@ snapshots: strip-json-comments: 5.0.1 summary: 2.1.0 typescript: 5.6.3 - zod: 3.23.8 - zod-validation-error: 3.4.0(zod@3.23.8) + zod: 3.24.1 + zod-validation-error: 3.4.0(zod@3.24.1) ky@1.7.2: {} @@ -6646,11 +6670,11 @@ snapshots: dependencies: irregular-plurals: 3.5.0 - postcss-load-config@6.0.1(jiti@2.4.0)(postcss@8.4.38)(yaml@2.7.0): + postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.38)(yaml@2.7.0): dependencies: lilconfig: 3.1.2 optionalDependencies: - jiti: 2.4.0 + jiti: 2.4.2 postcss: 8.4.38 yaml: 2.7.0 @@ -7166,7 +7190,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.3.5(jiti@2.4.0)(postcss@8.4.38)(typescript@5.6.3)(yaml@2.7.0): + tsup@8.3.5(jiti@2.4.2)(postcss@8.4.38)(typescript@5.6.3)(yaml@2.7.0): dependencies: bundle-require: 5.0.0(esbuild@0.24.0) cac: 6.7.14 @@ -7176,7 +7200,7 @@ snapshots: esbuild: 0.24.0 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@2.4.0)(postcss@8.4.38)(yaml@2.7.0) + postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.4.38)(yaml@2.7.0) resolve-from: 5.0.0 rollup: 4.27.3 source-map: 0.8.0-beta.0 @@ -7416,8 +7440,8 @@ snapshots: yoctocolors-cjs@2.1.2: {} - zod-validation-error@3.4.0(zod@3.23.8): + zod-validation-error@3.4.0(zod@3.24.1): dependencies: - zod: 3.23.8 + zod: 3.24.1 - zod@3.23.8: {} + zod@3.24.1: {}