Skip to content

chore(deps-dev): bump knip from 6.0.3 to 6.0.4#99

Merged
jordanlambrecht merged 1 commit into
developmentfrom
dependabot/npm_and_yarn/development/knip-6.0.4
Mar 24, 2026
Merged

chore(deps-dev): bump knip from 6.0.3 to 6.0.4#99
jordanlambrecht merged 1 commit into
developmentfrom
dependabot/npm_and_yarn/development/knip-6.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 24, 2026

Copy link
Copy Markdown
Contributor

Bumps knip from 6.0.3 to 6.0.4.

Release notes

Sourced from knip's releases.

Release 6.0.4

  • Defer ns member ref resolution to post-walk batch pass (resolve #1633) (304504fec11ad5bb94e1a0ea0678eaee876d56ab)
  • Show namespace member statuses in trace output (47ddf43dc41d578bd09dedabf828cc22fa89fca4)
  • Add shadow detection for function params, arrow params, and catch bindings (70ebb76a2789e14cb12bd278d5a63db69719b82d)
  • Strip trailing slashes from tsconfig outDir and rootDir (resolve #1635) (1dcdb02b551bf09b23d2a3b8c0fcad8f0563fcff)
Commits
  • 09fa2f5 Release knip@6.0.4
  • 1dcdb02 Strip trailing slashes from tsconfig outDir and rootDir (resolve #1635)
  • 70ebb76 Add shadow detection for function params, arrow params, and catch bindings
  • 47ddf43 Show namespace member statuses in trace output
  • 304504f Defer ns member ref resolution to post-walk batch pass (resolve #1633)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.0.4/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Mar 24, 2026
@github-actions

Copy link
Copy Markdown

Knip Code Analysis

Found 10 total issues

Category Count
Unused Dependencies 1
Unused Dev Dependencies 2
Unused Exports 6
Unused Types 1
View details

Run pnpm knip locally to see the full report.

Use pnpm knip:filter pattern to filter results by file path.


Use /** @public */ JSDoc tags to mark intentionally exported symbols.

@github-actions

Copy link
Copy Markdown

✅ Security audit passed

Passed (28/28)

  • ✅ Auth enforcement on protected routes
  • ✅ No dangerous functions (eval, innerHTML, etc.)
  • ✅ No hardcoded secrets in source
  • ✅ Security headers in next.config.ts
  • ✅ Cookie security (httpOnly, sameSite, secure)
  • ✅ No sensitive fields in API responses
  • ✅ No .env files committed to repo
  • ✅ No raw SQL in API routes
  • ✅ No fetch/redirect with unvalidated URLs in routes
  • ✅ Timing-safe comparison for secret values
  • ✅ No raw SQL migration files (schema-first only)
  • ✅ External fetch calls have timeouts
  • ✅ Docker container runs as non-root user
  • ✅ Public routes match proxy allowlist
  • ✅ File delete operations have path traversal defense
  • ✅ Password hashing uses Argon2 (not SHA-256/bcrypt)
  • ✅ Encrypted columns written via encrypt()
  • ✅ TOTP 2FA flow integrity
  • ✅ Emergency lockdown flow integrity
  • ✅ Scrub & delete (nuke) flow integrity
  • ✅ Backup restore flow integrity
  • ✅ Login flow integrity
  • ✅ No console.log in API routes
  • ✅ No TODO/FIXME in security-critical files
  • ✅ JSON.parse wrapped in try-catch
  • ✅ No swallowed errors in catch blocks
  • ✅ Request body size validation on upload routes
  • ✅ BigInt fields use string serialization

Summary: 28/28 checks passed

See scripts/security-audit.ts for check definitions and SECURITY.md for the full security architecture.

@jordanlambrecht jordanlambrecht merged commit d4adf4a into development Mar 24, 2026
6 checks passed
@jordanlambrecht jordanlambrecht deleted the dependabot/npm_and_yarn/development/knip-6.0.4 branch March 24, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant