build(deps): update geostyler-* deps to latest major versions#38151
build(deps): update geostyler-* deps to latest major versions#38151
geostyler-* deps to latest major versions#38151Conversation
Signed-off-by: hainenber <dotronghai96@gmail.com>
Code Review Agent Run #932bd3Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Sequence DiagramThis PR upgrades multiple geostyler-related packages and updates webpack resolver rules so the frontend build loads newer geostyler parser/style modules correctly; the main effect is the build and Cartodiagram chart plugin using the updated geostyler libraries to render visualizations unchanged. sequenceDiagram
participant Dev/CI
participant PackageManager
participant Webpack
participant CartodiagramPlugin
participant GeostylerLibs
Dev/CI->>PackageManager: Update geostyler-* versions in package.json
PackageManager-->>Dev/CI: Install updated geostyler packages
Dev/CI->>Webpack: Apply updated imports/resolve rule for geostyler modules
CartodiagramPlugin->>GeostylerLibs: Import & use geostyler parsers/styles at runtime
Webpack->>GeostylerLibs: Bundle newer geostyler modules (resolved by updated rule)
GeostylerLibs-->>CartodiagramPlugin: Provide parsing/styling capabilities
CartodiagramPlugin-->>Dev/CI: Render cartodiagram (visual verification)
Generated by CodeAnt AI |
|
Ugh, Jest not playing nice with ESM-only packages. Working on it. |
Signed-off-by: hainenber <dotronghai96@gmail.com>
Code Review Agent Run #700fe2Actionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
build(deps): update
geostyler-*deps to latest major versionsSUMMARY
Update all
geostyler-related deps to their latest version. This helps trimming off outdated/vuln-affected deps thanks to upstream (~20 deps) whilst keeping the functionality for Cartodiagram chart plugin to be intact.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Cartodiagram plugin still renders and hovering tooltip shows correct data

TESTING INSTRUCTIONS
geomcolumnADDITIONAL INFORMATION