Skip to content

Conversation

@hieu-w
Copy link
Contributor

@hieu-w hieu-w commented Jan 20, 2026

Motivation and Context

Jira Link:
https://consensyssoftware.atlassian.net/browse/W3APD-5248

Description

Stack upgrade:

  • Remove umd build & webpack
  • Upgrade all deps to latest
  • Drop node 20 support. All repos .nvmrc min as node 22
  • keep node 24 as active and all lock files to point to node 24
  • add lint in torus-script

How has this been tested?

Screenshots (if appropriate):

torus-script lint
Screenshot 2026-01-21 at 15 45 50

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project. (run lint)
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code requires a db migration.

@hieu-w hieu-w requested a review from chaitanyapotti January 20, 2026 15:08
"url": "^0.11.4",
"webpack": "^5.99.6",
"webpack-bundle-analyzer": "^4.10.2",
"webpack": "^5.104.1",
Copy link
Member

Choose a reason for hiding this comment

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

can remove unused deps

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I remove all webpack unused packages


const eslint = new ESLint({
fix: finalArgs.fix || false,
cache: finalArgs.cache || false,
Copy link
Member

Choose a reason for hiding this comment

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

use cache as true by default

Copy link
Member

Choose a reason for hiding this comment

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

Add a screenshot of how the output looks like

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screenshot 2026-01-21 at 15 44 20

"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.0.0"
"eslint-plugin-react-hooks": "^7.0.1",
Copy link
Member

Choose a reason for hiding this comment

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

doesn't this have flat config as default.. pls update

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

@hieu-w hieu-w requested a review from chaitanyapotti January 21, 2026 08:50
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