Skip to content

Bump npm deps and disable perf hints in webpack#927

Merged
albertospelta merged 2 commits intomainfrom
alberto/patch-bump-npm
Mar 5, 2026
Merged

Bump npm deps and disable perf hints in webpack#927
albertospelta merged 2 commits intomainfrom
alberto/patch-bump-npm

Conversation

@albertospelta
Copy link
Member

This pull request upgrades several NPM dependencies in package.json.

Dependency upgrades:

  • Updated css-minimizer-webpack-plugin from ^3.3.1 to ^8.0.0, webpack from ^5.76.0 to ^5.105.4, and tabulator-tables from ^5.4.2 to 6.3.0 in src/Scripts/package.json to keep the build tools and libraries current. [1] [2]

Webpack configuration improvement:

  • Disabled performance hints in the webpack config by adding performance: { hints: false } to reduce noise during development builds.

LESS mixin usage standardization:

  • Replaced all instances of mixin usage from property syntax (e.g., .icon;) to function call syntax (e.g., .icon();) across all LESS files.

Added performance.hints: false to webpack configuration to suppress asset size warnings during build. This helps reduce unnecessary noise in build output.
@albertospelta albertospelta force-pushed the alberto/patch-bump-npm branch from 24e7e80 to 495ac37 Compare March 5, 2026 12:07
@albertospelta albertospelta merged commit dff7c6d into main Mar 5, 2026
1 check passed
@albertospelta albertospelta deleted the alberto/patch-bump-npm branch March 5, 2026 12:12
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.

1 participant