Skip to content

chore(deps): update dependency knip to v5.55.1 #4840

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fs-extra": "11.3.0",
"httpsnippet": "3.0.1",
"js-yaml": "4.1.0",
"knip": "5.53.0",
"knip": "5.55.1",
"micromatch": "4.0.8",
"semver": "7.7.1",
"spinnies": "0.5.1",
Expand Down
38 changes: 33 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4476,6 +4476,15 @@ __metadata:
languageName: node
linkType: hard

"fd-package-json@npm:^1.2.0":
version: 1.2.0
resolution: "fd-package-json@npm:1.2.0"
dependencies:
walk-up-path: "npm:^3.0.1"
checksum: 10/043a9b5bbec41d2e452b6c81943b235f0f89358acb1f0fbcfa7ecba80df53434f8e1d663d964c919447fbd0c6f8f8e7dc477fd31a1dd1d7217bfaeeae14fcbb0
languageName: node
linkType: hard

"fdir@npm:^6.4.4":
version: 6.4.4
resolution: "fdir@npm:6.4.4"
Expand Down Expand Up @@ -4666,6 +4675,17 @@ __metadata:
languageName: node
linkType: hard

"formatly@npm:^0.2.3":
version: 0.2.3
resolution: "formatly@npm:0.2.3"
dependencies:
fd-package-json: "npm:^1.2.0"
bin:
formatly: bin/index.mjs
checksum: 10/1fdb4ada5d1f5511ab7ad54b37746d74058c782c789813e0471d9348000338f6a64cc48b08719bda02b31e0d8fb3bcf9f78551392a1ba3b0fdfb3caab347bb09
languageName: node
linkType: hard

"forwarded@npm:0.2.0":
version: 0.2.0
resolution: "forwarded@npm:0.2.0"
Expand Down Expand Up @@ -5621,13 +5641,14 @@ __metadata:
languageName: node
linkType: hard

"knip@npm:5.53.0":
version: 5.53.0
resolution: "knip@npm:5.53.0"
"knip@npm:5.55.1":
version: 5.55.1
resolution: "knip@npm:5.55.1"
dependencies:
"@nodelib/fs.walk": "npm:^1.2.3"
enhanced-resolve: "npm:^5.18.1"
fast-glob: "npm:^3.3.3"
formatly: "npm:^0.2.3"
jiti: "npm:^2.4.2"
js-yaml: "npm:^4.1.0"
minimist: "npm:^1.2.8"
Expand All @@ -5643,7 +5664,7 @@ __metadata:
bin:
knip: bin/knip.js
knip-bun: bin/knip-bun.js
checksum: 10/50e5e890d247ef2c9625b53c6863c4d2fac1713b7901812fc9863a32489a868e64c49ffe1de420d9be2924d386cfca35f06a32a943b7c705f748f49d98304e6b
checksum: 10/85fb71d75cf70f825351e93bc4082b83b842755eadd2fa3451a9fbf70639f12bb6ff34d5502af565d65d5e39a312b3284ee3699bf026282f09fe2c0296e8b214
languageName: node
linkType: hard

Expand Down Expand Up @@ -7418,7 +7439,7 @@ __metadata:
fs-extra: "npm:11.3.0"
httpsnippet: "npm:3.0.1"
js-yaml: "npm:4.1.0"
knip: "npm:5.53.0"
knip: "npm:5.55.1"
micromatch: "npm:4.0.8"
semver: "npm:7.7.1"
spinnies: "npm:0.5.1"
Expand Down Expand Up @@ -8636,6 +8657,13 @@ __metadata:
languageName: node
linkType: hard

"walk-up-path@npm:^3.0.1":
version: 3.0.1
resolution: "walk-up-path@npm:3.0.1"
checksum: 10/9ffca02fe30fb65f6db531260582988c5e766f4c739cf86a6109380a7f791236b5d0b92b1dce37a6f73e22dca6bc9d93bf3700413e16251b2bd6bbd1ca2be316
languageName: node
linkType: hard

"wcwidth@npm:>=1.0.1, wcwidth@npm:^1.0.1":
version: 1.0.1
resolution: "wcwidth@npm:1.0.1"
Expand Down
Loading