chore(deps): bump geostyler-openlayers-parser from 4.3.0 to 5.3.0 in /superset-frontend
User description
Bumps geostyler-openlayers-parser from 4.3.0 to 5.3.0.
Release notes
Sourced from geostyler-openlayers-parser's releases.
v5.3.0
5.3.0 (2025-11-12)
Features
v5.2.0
5.2.0 (2025-10-01)
Features
Bug Fixes
v5.1.2
5.1.2 (2025-06-11)
Bug Fixes
- deps: update dependency geostyler-style to v10.1.0 (a0f7517)
- deps: update dependency geostyler-style to v10.3.0 (0811abc)
- do not fetch all commits when running commit lint (9f2e98f)
- update geostyler-style-imports (b4a2980)
v5.1.1
5.1.1 (2025-05-16)
Bug Fixes
- OlFlatStyleParser: properly parse expressions in FlatRule filters (c2399e5)
v5.1.0
5.1.0 (2025-05-14)
Features
- add OlFlatStyleParser (c3626be)
v5.0.2
5.0.2 (2025-03-12)
Bug Fixes
- deps: update dependency css-font-parser to v2.0.1 (4f0037d)
v5.0.1
... (truncated)
Changelog
Sourced from geostyler-openlayers-parser's changelog.
5.3.0 (2025-11-12)
Features
5.2.0 (2025-10-01)
Features
Bug Fixes
5.1.2 (2025-06-11)
Bug Fixes
- deps: update dependency geostyler-style to v10.1.0 (a0f7517)
- deps: update dependency geostyler-style to v10.3.0 (0811abc)
- do not fetch all commits when running commit lint (9f2e98f)
- update geostyler-style-imports (b4a2980)
5.1.1 (2025-05-16)
Bug Fixes
- OlFlatStyleParser: properly parse expressions in FlatRule filters (c2399e5)
5.1.0 (2025-05-14)
Features
- add OlFlatStyleParser (c3626be)
5.0.2 (2025-03-12)
Bug Fixes
- deps: update dependency css-font-parser to v2.0.1 (4f0037d)
5.0.1 (2024-12-02)
Bug Fixes
... (truncated)
Commits
8d5dd38chore(release): 5.3.0 [skip ci]787821efeat(OlFlatStyleParser): support reading icon-width (#908)3345d8fchore(release): 5.2.0 [skip ci]d343752fix(OlFlatStyleParser): set fillOpacity on circle styles (#905)c7d35a0Merge pull request #893 from geostyler/renovate/vite-7.x488a13bMerge pull request #894 from geostyler/renovate/eslint-stylistic-monorepo7523ae3Merge pull request #892 from jahow/coverage-add-missing-filese2f9315chore(deps): update dependency@stylistic/eslint-pluginto v5.3.129d9939chore(deps): update dependency vite to v7.1.4d4ee2e4chore: collect coverage from all source files- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
CodeAnt-AI Description
Upgrade geostyler-openlayers-parser to v5.3.0 (adds icon-width support and newer style handling)
What Changed
- The OpenLayers style parser was upgraded from v4.3.0 to v5.3.0 so map styles that include an explicit icon width are now read and applied, making point icons render at the intended sizes.
- The geostyler style runtime was bumped to a newer major version, enabling additional symbol names and newer style features (e.g., extra WellKnownNames and updated rule handling) when importing styles.
- Frontend install/build now requires a newer runtime: Node >= 20.6.0 (and npm >= 10.0.0), so local development and CI must use that Node version to install and build the frontend.
Impact
✅ Clearer icon sizing on maps
✅ Support for additional symbol names in imported styles
✅ Frontend builds require Node 20.6+
💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
@codeant-ai ask: Your question here
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
@codeant-ai ask: Can you suggest a safer alternative to storing this secret?
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
@codeant-ai: Your feedback here
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
@codeant-ai: Do not flag unused imports.
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
@codeant-ai: review
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review command in a comment.
Bito Automatic Review Skipped - Files Excluded
Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at [email protected].
Looks like this is tied to the cartodiagram. @jansule any interest in assessing if it's worth worrying about this bump, and tackling the intricacies it may involve?
CodeAnt AI is reviewing your PR.
CodeAnt AI finished reviewing your PR.
Bumping geostyler-openlayers-parser alone won't work, as the given version of the geostyler UI is only compatible with geostyler-openlayers-parser 4.x. However, there are updates available to all geostyler related packages, which should be updated together.
CodeAnt AI is running Incremental review
Skipping PR review because a bot author is detected.
If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.
This PR has a significantly outdated package-lock.json (67K+ lines diff from current master). The lockfile was generated months ago and is missing platform-specific native module binaries needed for CI.
Options:
- Close this PR and let Dependabot create a fresh one
- Manually regenerate the lockfile from current master with these package changes
The geostyler ecosystem upgrade is complex (affects multiple packages) and would benefit from a fresh PR.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.