From 11168e67c19c6c1c39aaf41326432f4e7364b410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:29:28 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) and [start-server-and-test](https://github.com/bahmutov/start-server-and-test). Updates `knip` from 6.15.0 to 6.16.0 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.16.0/packages/knip) Updates `start-server-and-test` from 3.0.7 to 3.0.8 - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](https://github.com/bahmutov/start-server-and-test/compare/v3.0.7...v3.0.8) --- updated-dependencies: - dependency-name: knip dependency-version: 6.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: start-server-and-test dependency-version: 3.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c125babeb9..779e068774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "js-yaml": "4.2.0", "json-schema-to-typescript": "15.0.4", "jszip": "3.10.1", - "knip": "6.15.0", + "knip": "6.16.0", "mermaid": "11.15.0", "minify": "15.3.1", "papaparse": "5.5.3", @@ -43,7 +43,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "sharp": "^0.34.5", - "start-server-and-test": "3.0.7", + "start-server-and-test": "3.0.8", "tsx": "4.22.4", "typedoc": "0.28.19", "typedoc-plugin-mdn-links": "5.1.1", @@ -8095,9 +8095,9 @@ } }, "node_modules/knip": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-6.15.0.tgz", - "integrity": "sha512-uBaKFEGcu/HG4EY2gWFBMr+fBF43Jftoc2riJX51TKME1Z46C8UQIbNEusenYbEWihphxe2PY0Kns0yPvPYz4A==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/knip/-/knip-6.16.0.tgz", + "integrity": "sha512-znPEmwYmkGHp57VxCQ/k983bVWls74DpRKh/EgYojyssgV2h2dZDvjN3+7WU034LzObjElUVRPoBHq9w/fG1ng==", "dev": true, "funding": [ { @@ -8115,7 +8115,6 @@ "formatly": "^0.3.0", "get-tsconfig": "4.14.0", "jiti": "^2.7.0", - "minimist": "^1.2.8", "oxc-parser": "^0.133.0", "oxc-resolver": "^11.20.0", "picomatch": "^4.0.4", @@ -11426,9 +11425,9 @@ "license": "MIT" }, "node_modules/start-server-and-test": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-3.0.7.tgz", - "integrity": "sha512-bREV2smSYwybdmnkNUjzoL7WTolg+6MN7sXaZC2/JB7zZSUKmkcqQ3eaRX2yoL+ZnrUMk2FRHMwmmD9LPwKGzg==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-3.0.8.tgz", + "integrity": "sha512-BG1tHNyEW/mPhw50DFPb0uKoq7f7yNQFO+CJb83MKZkCPKmWqb522YGMM3f4XG1Kra2v3xU3ou6O+s8taChM6A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d4f38d43f0..f1617e462b 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,7 @@ "js-yaml": "4.2.0", "json-schema-to-typescript": "15.0.4", "jszip": "3.10.1", - "knip": "6.15.0", + "knip": "6.16.0", "mermaid": "11.15.0", "minify": "15.3.1", "papaparse": "5.5.3", @@ -208,7 +208,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "sharp": "^0.34.5", - "start-server-and-test": "3.0.7", + "start-server-and-test": "3.0.8", "tsx": "4.22.4", "typedoc": "0.28.19", "typedoc-plugin-mdn-links": "5.1.1", From c331ab8299c5d307ab2b2c72d2ec6a6cab6f5b68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:11:39 +0000 Subject: [PATCH 2/2] Ignore knip system binaries Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> --- knip.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/knip.json b/knip.json index d35ad5b2c4..f8a88c5250 100644 --- a/knip.json +++ b/knip.json @@ -44,6 +44,9 @@ ], "ignoreBinaries": [ "cypress", + "pdftotext", + "shellcheck", + "which", "python3", "linkinator" ]