superset icon indicating copy to clipboard operation
superset copied to clipboard

chore(deps): bump geostyler-openlayers-parser from 4.3.0 to 5.3.0 in /superset-frontend

Open dependabot[bot] opened this issue 1 month ago • 6 comments

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

  • OlFlatStyleParser: support reading icon-width (#908) (787821e)

v5.2.0

5.2.0 (2025-10-01)

Features

  • add WellKnownNames to support extra styles from QGIS (#828) (97c9ea1)

Bug Fixes

  • OlFlatStyleParser: set fillOpacity on circle styles (#905) (d343752)

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

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

  • OlFlatStyleParser: support reading icon-width (#908) (787821e)

5.2.0 (2025-10-01)

Features

  • add WellKnownNames to support extra styles from QGIS (#828) (97c9ea1)

Bug Fixes

  • OlFlatStyleParser: set fillOpacity on circle styles (#905) (d343752)

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

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

  • add missing "anchor" to unsupportedProperties (d1d9bfe)
  • check if Array instead of number (dc0ebfa)

... (truncated)

Commits
  • 8d5dd38 chore(release): 5.3.0 [skip ci]
  • 787821e feat(OlFlatStyleParser): support reading icon-width (#908)
  • 3345d8f chore(release): 5.2.0 [skip ci]
  • d343752 fix(OlFlatStyleParser): set fillOpacity on circle styles (#905)
  • c7d35a0 Merge pull request #893 from geostyler/renovate/vite-7.x
  • 488a13b Merge pull request #894 from geostyler/renovate/eslint-stylistic-monorepo
  • 7523ae3 Merge pull request #892 from jahow/coverage-add-missing-files
  • e2f9315 chore(deps): update dependency @​stylistic/eslint-plugin to v5.3.1
  • 29d9939 chore(deps): update dependency vite to v7.1.4
  • d4ee2e4 chore: collect coverage from all source files
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

dependabot[bot] avatar Nov 18 '25 07:11 dependabot[bot]

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.

korbit-ai[bot] avatar Nov 18 '25 07:11 korbit-ai[bot]

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].

bito-code-review[bot] avatar Nov 18 '25 07:11 bito-code-review[bot]

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?

rusackas avatar Dec 03 '25 23:12 rusackas

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.

jansule avatar Dec 08 '25 07:12 jansule

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:

  1. Close this PR and let Dependabot create a fresh one
  2. 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.

rusackas avatar Dec 11 '25 23:12 rusackas

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.

dependabot[bot] avatar Dec 11 '25 23:12 dependabot[bot]