Skip to content

Commit b49d2d0

Browse files
chore(deps): update dependency knip to v5.68.0 (#1408)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [knip](https://knip.dev) ([source](https://redirect.github.com/webpro-nl/knip/tree/HEAD/packages/knip)) | devDependencies | minor | [`5.67.1` -> `5.68.0`](https://renovatebot.com/diffs/npm/knip/5.67.1/5.68.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/webpro-nl/knip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/webpro-nl/knip) | --- ### Release Notes <details> <summary>webpro-nl/knip (knip)</summary> ### [`v5.68.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.68.0) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.67.1...5.68.0) - Re-gen sponsorships chart + add link ([`b1ee776`](https://redirect.github.com/webpro-nl/knip/commit/b1ee77635954df6bd5328b65ad456c9ea1d95906)) - Add `ignoreMembers` to workspace schema ([#&#8203;1332](https://redirect.github.com/webpro-nl/knip/issues/1332)) ([`4a4687e`](https://redirect.github.com/webpro-nl/knip/commit/4a4687ed402b4d74be8fcc8cd73816451de4a005)) - thanks [@&#8203;Jiralite](https://redirect.github.com/Jiralite)! - Deduplication in schema ([#&#8203;1334](https://redirect.github.com/webpro-nl/knip/issues/1334)) ([`311bc80`](https://redirect.github.com/webpro-nl/knip/commit/311bc8016e6e3d1cb58ae60d3a7772e5425d1333)) - thanks [@&#8203;Jiralite](https://redirect.github.com/Jiralite)! - chore: fix typo in FAQ documentation ([#&#8203;1333](https://redirect.github.com/webpro-nl/knip/issues/1333)) ([`2d6cf70`](https://redirect.github.com/webpro-nl/knip/commit/2d6cf70032ac39bb549be52301c35d9a7e2a0bae)) - thanks [@&#8203;0xflotus](https://redirect.github.com/0xflotus)! - fix: 🐛 re-support `"astro:env/*"` imports ([#&#8203;1331](https://redirect.github.com/webpro-nl/knip/issues/1331)) ([`b88336b`](https://redirect.github.com/webpro-nl/knip/commit/b88336b12e41ad3c5b9ec91672cd6d8294f648a1)) - thanks [@&#8203;jimmy-guzman](https://redirect.github.com/jimmy-guzman)! - Support CSpell TS configurations ([#&#8203;1336](https://redirect.github.com/webpro-nl/knip/issues/1336)) ([`10b5ddb`](https://redirect.github.com/webpro-nl/knip/commit/10b5ddb11f985b4669d29fc20ca51dc25de5e85c)) - thanks [@&#8203;azat-io](https://redirect.github.com/azat-io)! - Move mdx formatting to mdxlint ([`0077f25`](https://redirect.github.com/webpro-nl/knip/commit/0077f25278c3990103d78cb3da73e416dc2d8127)) - Format mdx ([`3a89d84`](https://redirect.github.com/webpro-nl/knip/commit/3a89d84eb38f7e84e5120cb3fe187ce9f4886927)) - Fix plugin specifier handling in remark plugin ([`469883e`](https://redirect.github.com/webpro-nl/knip/commit/469883e659a691af46baa8ce68c351c31635fe78)) - Add mdxlint plugin ([`5075a7b`](https://redirect.github.com/webpro-nl/knip/commit/5075a7b13b5e2c2b75cb17772f6d9f0f61ea2002)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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. --- - [ ] <!-- rebase-check -->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/settlemint/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update knip from 5.67.1 to 5.68.0 to bring schema improvements and bug fixes to our dev tooling. Dev-only change with no runtime impact. - **Dependencies** - Bump knip to 5.68.0 (adds workspace ignoreMembers, CSpell TS config support, and fixes Astro env import handling). <sup>Written for commit 5db012f. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abd442a commit b49d2d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@biomejs/biome": "2.2.7",
99
"@types/bun": "1.3.1",
1010
"@types/mustache": "4.2.6",
11-
"knip": "5.67.1",
11+
"knip": "5.68.0",
1212
"mustache": "4.2.0",
1313
"publint": "0.3.15",
1414
"tsdown": "^0.15.0",
@@ -1121,7 +1121,7 @@
11211121

11221122
"json-schema-traverse": ["json-schema-traverse@1.0.0", "", {}, "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="],
11231123

1124-
"knip": ["knip@5.67.1", "", { "dependencies": { "@nodelib/fs.walk": "^1.2.3", "fast-glob": "^3.3.3", "formatly": "^0.3.0", "jiti": "^2.6.0", "js-yaml": "^4.1.0", "minimist": "^1.2.8", "oxc-resolver": "^11.12.0", "picocolors": "^1.1.1", "picomatch": "^4.0.1", "smol-toml": "^1.4.1", "strip-json-comments": "5.0.2", "zod": "^4.1.11" }, "peerDependencies": { "@types/node": ">=18", "typescript": ">=5.0.4 <7" }, "bin": { "knip": "bin/knip.js", "knip-bun": "bin/knip-bun.js" } }, "sha512-U5AtiqnZAbWIxihs5wxFFEZlpKhzRLWlXSGwA79na7wvlX+MsE0rSuU6If+kl/A4o3TDzTtKGZ4SjeLyWkNR/A=="],
1124+
"knip": ["knip@5.68.0", "", { "dependencies": { "@nodelib/fs.walk": "^1.2.3", "fast-glob": "^3.3.3", "formatly": "^0.3.0", "jiti": "^2.6.0", "js-yaml": "^4.1.0", "minimist": "^1.2.8", "oxc-resolver": "^11.12.0", "picocolors": "^1.1.1", "picomatch": "^4.0.1", "smol-toml": "^1.4.1", "strip-json-comments": "5.0.2", "zod": "^4.1.11" }, "peerDependencies": { "@types/node": ">=18", "typescript": ">=5.0.4 <7" }, "bin": { "knip": "bin/knip.js", "knip-bun": "bin/knip-bun.js" } }, "sha512-YFTu0uy/0x3UhNhlKGsFSwDXkdw+1ZKobrkPL5rbPJtmHnZrGOFI1yjTAi/emicy06zvLYhmW51jPKvwZETgQA=="],
11251125

11261126
"kubo-rpc-client": ["kubo-rpc-client@6.0.2", "", { "dependencies": { "@ipld/dag-cbor": "^9.0.0", "@ipld/dag-json": "^10.0.0", "@ipld/dag-pb": "^4.0.0", "@libp2p/crypto": "^5.0.0", "@libp2p/interface": "^3.0.2", "@libp2p/logger": "^6.0.5", "@libp2p/peer-id": "^6.0.3", "@multiformats/multiaddr": "^13.0.1", "@multiformats/multiaddr-to-uri": "^12.0.0", "any-signal": "^4.1.1", "blob-to-it": "^2.0.5", "browser-readablestream-to-it": "^2.0.5", "dag-jose": "^5.0.0", "electron-fetch": "^1.9.1", "err-code": "^3.0.1", "ipfs-unixfs": "^12.0.0", "iso-url": "^1.2.1", "it-all": "^3.0.4", "it-first": "^3.0.4", "it-glob": "^3.0.1", "it-last": "^3.0.4", "it-map": "^3.0.5", "it-peekable": "^3.0.3", "it-to-stream": "^1.0.0", "merge-options": "^3.0.4", "multiformats": "^13.1.0", "nanoid": "^5.0.7", "parse-duration": "^2.1.2", "stream-to-it": "^1.0.1", "uint8arrays": "^5.0.3", "wherearewe": "^2.0.1" } }, "sha512-AQ1ybBa3k3qtS36hSphS1hCMEwRnmJzxG3xqJxHhTyXc8sok7Q39RxhKND0S7+5fqOW4+QQIxnyxXMEG3Q8zlQ=="],
11271127

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@biomejs/biome": "2.2.7",
4646
"@types/bun": "1.3.1",
4747
"@types/mustache": "4.2.6",
48-
"knip": "5.67.1",
48+
"knip": "5.68.0",
4949
"mustache": "4.2.0",
5050
"publint": "0.3.15",
5151
"tsdown": "^0.15.0",

0 commit comments

Comments
 (0)