fix(deps): adapt to TypeScript 6.0 and sonarjs 4.x for PR #180#257
Merged
skulidropek merged 6 commits intoProverCoderAI:renovate/allfrom May 9, 2026
Merged
fix(deps): adapt to TypeScript 6.0 and sonarjs 4.x for PR #180#257skulidropek merged 6 commits intoProverCoderAI:renovate/allfrom
skulidropek merged 6 commits intoProverCoderAI:renovate/allfrom
Conversation
fix(web): preserve local terminal image previews
- Drop deprecated `baseUrl` from package tsconfigs and rewrite path mappings as relative paths so typecheck stays clean under TS 6.0 (which now errors on `baseUrl`). - Rename the zsh prompt's `short_pwd` local to `short_path` so the updated sonarjs `no-hardcoded-passwords` rule no longer matches the `pwd=...` pattern in the embedded shell snippet.
1 task
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.
Updates the renovate dependency-bump branch (
renovate/all) so CI on PR #180 passes.Summary
baseUrlfrom package tsconfigs and rewritepathsmappings as relative paths so typecheck stays clean under TypeScript 6.0 (which now errors onbaseUrl).short_pwdlocal toshort_pathso the updatedsonarjs/no-hardcoded-passwordsrule no longer matches thepwd=...pattern in the embedded shell snippet.upstream/maininto the branch to pick up post-bump fixes (effect lint, web image previews, full app checks).Why this PR
The
renovate/allPR (#180) targetsProverCoderAI/docker-git:renovate/all, but @konard does not have direct write access there. Merging this PR forwards the CI fix into that branch so PR #180's CI can run on the corrected commits.Local verification (HEAD
94c7843)bun run typecheck✅bun run check✅bun run lint✅bun run test✅ (16 + 254 + 166 = 436 tests passed)bun run check:dist-deps-prune✅Test plan
renovate/allafter merge passes