From a4146f63947c4cf157e7658acd142f088396af0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:54:43 +0000 Subject: [PATCH] chore(deps): Bump ol-mapbox-style from 13.4.2 to 13.4.3 (#2114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style) from 13.4.2 to 13.4.3.
Release notes

Sourced from ol-mapbox-style's releases.

v13.4.3

Summary

What's Changed

Full Changelog: https://github.com/openlayers/ol-mapbox-style/compare/v13.4.2...v13.4.3

Changelog

Sourced from ol-mapbox-style's changelog.

13.4.3

13.4.1

13.4.0

13.3.0

13.2.1

13.2.0

13.1.1

13.1.0

13.0.1

13.0.0

Backwards incompatible changes

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ol-mapbox-style&package-manager=npm_and_yarn&previous-version=13.4.2&new-version=13.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 show 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 29 +++++------------------------ package.json | 2 +- 2 files changed, 6 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9634f61c..2d68f354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "maplibre-gl": "^6.6.0", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.10.0", - "ol-mapbox-style": "^13.4.2", + "ol-mapbox-style": "^13.4.3", "pmtiles": "^4.5.0", "prop-types": "^15.8.1", "react": "^19.2.8", @@ -9784,12 +9784,12 @@ } }, "node_modules/ol-mapbox-style": { - "version": "13.4.2", - "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-13.4.2.tgz", - "integrity": "sha512-UJNNr8rEfLGullGHfdfxwpoisLAteHJ+WdSmT4VewDn5BgTkTJX1zGGQ997NYGTJxJpbW44Q9rKo8BJOKIB2Lg==", + "version": "13.4.3", + "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-13.4.3.tgz", + "integrity": "sha512-fqoYg2AncNlLwtR2cj86WqsKOtYEyNsJg+jqC6TkrBEc8Mi9elOkdyU7X60ZDv4AohhwuH29UKkegIYZLM6qOQ==", "license": "BSD-2-Clause", "dependencies": { - "@maplibre/maplibre-gl-style-spec": "^24.4.1", + "@maplibre/maplibre-gl-style-spec": "^26.4.0", "mapbox-to-css-font": "^3.2.0" }, "funding": { @@ -9799,25 +9799,6 @@ "ol": "*" } }, - "node_modules/ol-mapbox-style/node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "24.10.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-24.10.0.tgz", - "integrity": "sha512-lichxSiagMEBBrqHF0trtMQH9RKh+9jUlIJl0qW0QHvt2H/tbvUWdE+ZzI2Jd0/pT7j/iavLonlPu7EQ/ixTOw==", - "license": "ISC", - "dependencies": { - "@mapbox/jsonlint-lines-primitives": "~2.0.2", - "@mapbox/unitbezier": "^1.0.0", - "json-stringify-pretty-compact": "^4.0.0", - "minimist": "^1.2.8", - "quickselect": "^3.0.0", - "tinyqueue": "^3.0.0" - }, - "bin": { - "gl-style-format": "dist/gl-style-format.mjs", - "gl-style-migrate": "dist/gl-style-migrate.mjs", - "gl-style-validate": "dist/gl-style-validate.mjs" - } - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", diff --git a/package.json b/package.json index d2ad25df..dbb1dbd7 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "maplibre-gl": "^6.6.0", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.10.0", - "ol-mapbox-style": "^13.4.2", + "ol-mapbox-style": "^13.4.3", "pmtiles": "^4.5.0", "prop-types": "^15.8.1", "react": "^19.2.8",