Skip to content

Update dependencies to latest versions#7

Open
eskawl wants to merge 11 commits intotetherto:stagingfrom
eskawl:deps-update
Open

Update dependencies to latest versions#7
eskawl wants to merge 11 commits intotetherto:stagingfrom
eskawl:deps-update

Conversation

@eskawl
Copy link

@eskawl eskawl commented Feb 4, 2026

Updates:

  • date-fns@^4.1.0
  • lightweight-charts@^5.1.0
  • p-queue@^9.1.0
  • p-retry@^7.1.1
  • vitest@^4.0.18
  • @testing-library/jest-dom@^6.9.1
  • eslint-plugin-lodash@^8.0.0
  • rollup-plugin-visualizer@^6.0.5
  • eslint-plugin-react-hooks@^7.0.1

Not updated:

npm outdated

Package Current Wanted Latest Location Depended by
@ant-design/icons 5.6.1 5.6.1 6.1.0 node_modules/@ant-design/icons miningos-app-ui
@types/node 24.10.9 24.10.10 25.2.0 node_modules/@types/node miningos-app-ui
antd 5.29.3 5.29.3 6.2.3 node_modules/antd miningos-app-ui
react-router-dom 6.30.3 6.30.3 7.13.0 node_modules/react-router-dom miningos-app-ui
  • Skipping Ant Design: It is on path to be replaced
  • Skipping @types/node: Current LTS is 24
  • React router will be upgraded in a separate PR

Audit

npm audit              
found 0 vulnerabilities

Considerations

  • The updated eslint-plugin-react-hooks has brought in a new set of rules that need to handled separately as there are many lint errors. Disabled the failing rules temporarily until they are fixed.

@eskawl eskawl marked this pull request as ready for review February 4, 2026 10:17
'import/no-cycle': ['error'],
'react-hooks/exhaustive-deps': 'off',
'react-hooks/set-state-in-effect': 'off',
'react-hooks/purity': 'off',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that because of libraries updates?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, new rules were added in the update. We will have to address them separately as there are many errors

@eskawl eskawl requested a review from arif-dewi February 5, 2026 06:45
@eskawl eskawl mentioned this pull request Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants