release: v0.5.1 - TYPO3 framework edges + dead-code CLI fix + dep bumps#141
Merged
RaghavChamadiya merged 1 commit intomainfrom May 7, 2026
Merged
release: v0.5.1 - TYPO3 framework edges + dead-code CLI fix + dep bumps#141RaghavChamadiya merged 1 commit intomainfrom
RaghavChamadiya merged 1 commit intomainfrom
Conversation
- TYPO3 framework edges: extension discovery via composer.json, convention-file edges, JavaScriptModules.php parsing (#114) - framework: synthetic-node prefix in dead-code analysis distinguishes framework wiring from external imports (#114) - Fix: repowise dead-code now invokes add_framework_edges (was silently skipping it for Django/Laravel/Rails too) (#114) - Dependencies: cryptography 43.0.3 to 46.0.7 (#130), lodash 4.17.23 to 4.18.1 (#131), lodash-es + langium (#129), esbuild + vitest + vite (#134)
swati510
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release v0.5.1 batches the TYPO3 framework-edges work plus four dependency bumps that have been sitting in the queue.
Headline changes
ext_localconf.php,Configuration/TCA/*,JavaScriptModules.phpregistrations, etc.) are no longer flagged as unreachable. Validated against 20 production TYPO3 extensions with 0 framework-file false positives.repowise dead-codewas never callingadd_framework_edges, so Django/Laravel/Rails repos have been showing convention files as dead-code false positives since framework-edge support was added. Now fixed for all frameworks, not just TYPO3.framework:synthetic-node prefix — distinct fromexternal:, lets the analyzer treat framework-mediated wiring as cross-package importer in zombie-package detection. Internal change, no user-visible impact beyond fewer false positives.Dependency bumps
cryptography43.0.3 → 46.0.7 (chore(deps): bump cryptography from 43.0.3 to 46.0.7 #130)lodash4.17.23 → 4.18.1 (chore(deps): bump lodash from 4.17.23 to 4.18.1 #131)lodash-es+langiumtransitive (chore(deps): bump lodash-es and langium #129)esbuild+vitest+vitedev tooling (chore(deps): bump esbuild, vitest and vite #134)Version bump
All four hardcoded version strings updated to
0.5.1:pyproject.tomlpackages/cli/src/repowise/cli/__init__.pypackages/core/src/repowise/core/__init__.pypackages/server/src/repowise/server/__init__.pyuv.lockregenerated viauv lockTest plan
uv build --wheelproduceddist/repowise-0.5.1-py3-none-any.whlgit grep "0\.5\.0"clean across version files## [0.5.1] - 2026-05-07v0.5.1from main → triggerspublish.yml→ wheel + web tarball on PyPI/GitHub Releasespip install --upgrade repowiseandrepowise --versionshows0.5.1in a fresh venv