-
Notifications
You must be signed in to change notification settings - Fork 0
Bump knip from 5.61.3 to 5.64.3 in /web-app #23
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
Conversation
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.61.3 to 5.64.3. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json) - [Commits](https://github.com/webpro-nl/knip/commits/5.64.3/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 5.64.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
✓ Safe to upgradeI recommend merging this upgrade because the breaking changes do not affect this project. The upgrade adds 32 new features and 59 bug fixes for the deadcode detection tool. While the changelog mentions two breaking changes (prioritized renamed re-exports and TypeScript v7 incompatibility), neither impacts this codebase: the project uses TypeScript v5.5.3 (well below the problematic v7), and the re-export prioritization change is an internal knip behavior improvement that doesn't require code changes. Knip remains a development-only tool with no runtime dependencies, and no security vulnerabilities were found in the Snyk database. What we checked
Dependency UsageKnip is used exclusively as a development tool in the web application to maintain code quality by detecting unused files, dependencies, exports, and code through the "find-deadcode" npm script. The configuration enforces strict rules across the TypeScript and React codebase (excluding the API directory), helping developers identify and remove dead code, maintain clean dependencies, and catch potential issues like unresolved imports or duplicate code. This represents a proactive code quality and maintenance pattern that supports the overall health and maintainability of the application without directly enabling any user-facing business functionality.
Other Usages (1)These usages were analyzed but no breaking changes were detected: knip
ChangesKnip has introduced two breaking changes: renamed re-exports are now prioritized differently, and TypeScript v7 is explicitly incompatible. The update delivers 59 bug fixes addressing issues with Angular builds, namespace exports, ESLint flat configs, dynamic imports, and various plugin configurations, plus 32 new features including support for rstest, bumpp, env-cmd, json5 files, and a GitHub Actions reporter.
View 214 more changes
References (4)[1]: Knip is used as a devDependency for code quality analysis via the 'find-deadcode' npm script Line 82 in 2f31805
[2]: Project uses TypeScript v5.5.3, which is compatible with knip 5.64.3. The breaking change warning about TypeScript v7 does not apply Line 90 in 2f31805
[3]: Knip configuration uses standard configuration patterns that are unaffected by the re-export prioritization change console/web-app/knip.config.ts Line 1 in 2f31805
[4]: No security vulnerabilities found for knip package in Snyk's vulnerability database (source link) fossabot analyzed this PR using static analysis and dependency research. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Superseded by #24. |
Bumps knip from 5.61.3 to 5.64.3.
Release notes
Sourced from knip's releases.
... (truncated)
Commits
b98db5aRelease 5.64.3c6845c7Add fallback webpack entry if context is set (resolves #1296)cf0556eFix --trace and add test83b02bbSkip comments in .lintstagedrc.json files using a heuristic (#1291)5dd115fAdd support for json5 files (#1290)f68098dRelease 5.64.2dde7a80fix: Mark nested Next.js sitemaps as entrypoints (#1287)3efb8a3Fix ESLint config error (#1286)b6ac28cfeat: detect vitest ui mode (#1284)e687287Fix config hintsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)