[CHORE](deps)(deps): Bump maplibre-gl from 5.24.0 to 6.0.0 - #465
Merged
John McCall (lowlydba) merged 5 commits intoAug 5, 2026
Merged
Conversation
Super-linter summary
Super-linter detected linting errors For more information, see the GitHub Actions workflow run Powered by Super-linter NATURAL_LANGUAGE |
Francisco Jiménez (jjcfrancisco)
approved these changes
Aug 5, 2026
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.24.0 to 6.0.0. - [Release notes](https://github.com/maplibre/maplibre-gl-js/releases) - [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md) - [Commits](maplibre/maplibre-gl-js@v5.24.0...v6.0.0) --- updated-dependencies: - dependency-name: maplibre-gl dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/maplibre-gl-6.0.0
branch
from
August 5, 2026 15:17
a4637ba to
3956dd4
Compare
Contributor
|
Copilot This major bump broke things - assess errors, check migration notes from maplibre, try to get this in shape. |
Co-authored-by: lowlydba <16843041+lowlydba@users.noreply.github.com>
🗺️ OMF Docs previews are live!
Auto-gen schema site is now available. This is an early preview of a future workflow where we will automatically generate and publish reference docs for the Overture Maps Format schema. The auto-gen schema site may contain incomplete or inaccurate information as we are still refining the generation process, so please compare against the repo schema site and refer to the official Overture documentation for authoritative information. Note ♻️ This preview updates automatically with each push to this PR. |
This was referenced Aug 5, 2026
* [BUG] fix maplibre-gl v6 map embeds not rendering maplibre-gl v6 ships ESM-only. Its worker (maplibre-gl-worker.mjs) statically imports a sibling chunk (maplibre-gl-shared.mjs), and per the v5->v6 migration guide, bundler consumers must call setWorkerUrl() explicitly since import.meta.url no longer resolves the worker inside a bundle. Rspack's asset handling for new URL(..., import.meta.url) only emits the referenced file, not its sibling import, so maplibre-gl-shared.mjs 404s (silently, since the dev server's SPA fallback serves index.html for the missing path with a text/html content type). The worker then fails an opaque module load, the map never fires load/idle, and nothing past the background layer paints, matching the blank map on the branch deploy. Copy both worker files verbatim into static/ via a prestart/prebuild script instead, and point setWorkerUrl() at that static path with useBaseUrl() so it respects the site's baseUrl in PR preview deploys. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: John McCall <john@overturemaps.org> * Chain worker copy into build/start instead of npm pre-hooks sustainable-npm@v3.0.0 defaults ignore-scripts to true in CI, which silently skips npm's automatic pre/post lifecycle hooks (prestart, prebuild) while still running the script explicitly invoked by npm run. That's why static/maplibre never got populated on the staging PR preview even though the fix worked locally. Verified by setting ignore-scripts=true locally and confirming npm run build still copies the worker files into build/maplibre. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: John McCall <john@overturemaps.org> --------- Signed-off-by: John McCall <john@overturemaps.org> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lowlydba <16843041+lowlydba@users.noreply.github.com>
John McCall (lowlydba)
temporarily deployed
to
staging
August 5, 2026 17:05 — with
GitHub Actions
Inactive
…ease Send a real User-Agent (CloudFront 403s Python-urllib from Actions runners), retry the STAC fetch, and source the fallback release from docusaurus.config.js so there's a single pin to keep fresh. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: John McCall <john@overturemaps.org>
John McCall (lowlydba)
deleted the
dependabot/npm_and_yarn/maplibre-gl-6.0.0
branch
August 5, 2026 17:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps maplibre-gl from 5.24.0 to 6.0.0.
Release notes
Sourced from maplibre-gl's releases.
... (truncated)
Changelog
Sourced from maplibre-gl's changelog.
... (truncated)
Commits
14dfbcfBump js version to 6.0.0 (#7983)422815fchore(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 (#7982)e8e8999chore(deps-dev): bump autoprefixer from 10.5.2 to 10.5.4 (#7969)d28b4f9chore(deps): bump github/codeql-action/autobuild from 4.37.0 to 4.37.1 (#7978)ed0909fchore(deps): bump github/codeql-action/init from 4.37.0 to 4.37.1 (#7972)8959eeedocs: Vite worker snippet needs ?worker&url, not ?url (#7981)7997dbdchore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#7979)c2bb9e6chore(deps-dev): bump vite from 8.1.4 to 8.1.5 (#7975)91c9dc4chore(deps): bump zensical/zensical from 0.0.50 to 0.0.51 (#7977)fa56dd5chore(deps): bump github/codeql-action/analyze from 4.37.0 to 4.37.1 (#7976)