chore(deps): upgrade dependencies across root, app and backend - #1116
Open
bitsbeyond wants to merge 1 commit into
Open
chore(deps): upgrade dependencies across root, app and backend#1116bitsbeyond wants to merge 1 commit into
bitsbeyond wants to merge 1 commit into
Conversation
Upgrade all patch/minor versions plus the following majors: electron 43, lowdb 7 (ConfigStorage rewritten to the new async API), dot-prop 10 (get -> getProperty), parse-duration 2 (new import shape + null guard in TopicPlot and TimeRangeSettings), visx 4, react-spring 10, react-resize-detector 12, react-ace 15, immutable 5, uuid 14, chai 6, mocha 11, jsdom 30, openai 7, cross-env 10, webpack-cli 7, webpack-dev-server 6, cspell 10, nyc 18. TypeScript is raised to 6.0 for root and backend (tsconfig moved to nodenext with explicit rootDir); the app stays on 5.9 because ts-loader cannot handle TS6 output yet. Deliberately not upgraded: eslint 10 (flat config incompatible with the airbnb config in use), typescript-eslint 8 (drops formatting rules that airbnb-typescript requires), @mui/styles stays 6.5.0 (last release). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| Security | 1 minor 7 high 1 critical 5 medium |
| CodeStyle | 6 minor |
🟢 Metrics 64 complexity · 4 duplication
Metric Results Complexity 64 Duplication 4
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Author
|
Hello @bitsbeyond I don't know if you already tried to contact @thomasnordquist , but he stated that he's unable to maintain this project anymore and he's looking for someonw willing to do so: #885 |
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.
What
Upgrade all patch/minor versions plus the following majors, with the code adaptations they require:
ConfigStoragerewritten to the new async API (runtime-verified)get→getPropertyinBase64Message/TreeTopicPlot/TimeRangeSettingsnodenextwith explicitrootDir); the app stays on 5.9 because ts-loader cannot handle TS6 output yetDeliberately not upgraded:
Verification
yarn buildclean; app runs against a live broker (tree, charts, publish, connection dialog exercised)yarn test:app: 103 passing, 4 failures that also fail on master before this change (jsdomShadowRoot/attachEvent)🤖 Generated with Claude Code