Skip to content

chore(deps): bump the production-dependencies group with 5 updates#345

Merged
gadomski merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-b365d2cb49
Feb 24, 2026
Merged

chore(deps): bump the production-dependencies group with 5 updates#345
gadomski merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-b365d2cb49

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the production-dependencies group with 5 updates:

Package From To
@deck.gl/core 9.2.7 9.2.9
@deck.gl/layers 9.2.7 9.2.9
@deck.gl/mapbox 9.2.7 9.2.9
deck.gl 9.2.7 9.2.9
maplibre-gl 5.18.0 5.19.0

Updates @deck.gl/core from 9.2.7 to 9.2.9

Release notes

Sourced from @​deck.gl/core's releases.

v9.2.9

  • chore: bump probe.gl (#10025)
  • fix(widgets): GeocoderWidget dark theme colors (#9899) (#9974)
  • feat(extensions): PathStyleExtension save 1 instance vertex when highPrecisionDash is not used (#10008)
  • feat(layers): Stricter layer prop types (#10024)

v9.2.8

  • feat(core): Add layout expressions for view positions (#9842)
Changelog

Sourced from @​deck.gl/core's changelog.

deck.gl [v9.2.9] - Feb 20 2026

  • chore: bump probe.gl (#10025)
  • fix(widgets): GeocoderWidget dark theme colors (#9899) (#9974)
  • feat(extensions): PathStyleExtension save 1 instance vertex when highPrecisionDash is not used (#10008)
  • feat(layers): Stricter layer prop types (#10024)

deck.gl [v9.2.8] - Feb 17 2026

  • feat(core): Add layout expressions for view positions (#9842)
Commits

Updates @deck.gl/layers from 9.2.7 to 9.2.9

Release notes

Sourced from @​deck.gl/layers's releases.

v9.2.9

  • chore: bump probe.gl (#10025)
  • fix(widgets): GeocoderWidget dark theme colors (#9899) (#9974)
  • feat(extensions): PathStyleExtension save 1 instance vertex when highPrecisionDash is not used (#10008)
  • feat(layers): Stricter layer prop types (#10024)

v9.2.8

  • feat(core): Add layout expressions for view positions (#9842)
Changelog

Sourced from @​deck.gl/layers's changelog.

deck.gl [v9.2.9] - Feb 20 2026

  • chore: bump probe.gl (#10025)
  • fix(widgets): GeocoderWidget dark theme colors (#9899) (#9974)
  • feat(extensions): PathStyleExtension save 1 instance vertex when highPrecisionDash is not used (#10008)
  • feat(layers): Stricter layer prop types (#10024)

deck.gl [v9.2.8] - Feb 17 2026

  • feat(core): Add layout expressions for view positions (#9842)
Commits

Updates @deck.gl/mapbox from 9.2.7 to 9.2.9

Release notes

Sourced from @​deck.gl/mapbox's releases.

v9.2.9

  • chore: bump probe.gl (#10025)
  • fix(widgets): GeocoderWidget dark theme colors (#9899) (#9974)
  • feat(extensions): PathStyleExtension save 1 instance vertex when highPrecisionDash is not used (#10008)
  • feat(layers): Stricter layer prop types (#10024)

v9.2.8

  • feat(core): Add layout expressions for view positions (#9842)
Changelog

Sourced from @​deck.gl/mapbox's changelog.

deck.gl [v9.2.9] - Feb 20 2026

  • chore: bump probe.gl (#10025)
  • fix(widgets): GeocoderWidget dark theme colors (#9899) (#9974)
  • feat(extensions): PathStyleExtension save 1 instance vertex when highPrecisionDash is not used (#10008)
  • feat(layers): Stricter layer prop types (#10024)

deck.gl [v9.2.8] - Feb 17 2026

  • feat(core): Add layout expressions for view positions (#9842)
Commits

Updates deck.gl from 9.2.7 to 9.2.9

Release notes

Sourced from deck.gl's releases.

v9.2.9

  • chore: bump probe.gl (#10025)
  • fix(widgets): GeocoderWidget dark theme colors (#9899) (#9974)
  • feat(extensions): PathStyleExtension save 1 instance vertex when highPrecisionDash is not used (#10008)
  • feat(layers): Stricter layer prop types (#10024)

v9.2.8

  • feat(core): Add layout expressions for view positions (#9842)
Changelog

Sourced from deck.gl's changelog.

deck.gl [v9.2.9] - Feb 20 2026

  • chore: bump probe.gl (#10025)
  • fix(widgets): GeocoderWidget dark theme colors (#9899) (#9974)
  • feat(extensions): PathStyleExtension save 1 instance vertex when highPrecisionDash is not used (#10008)
  • feat(layers): Stricter layer prop types (#10024)

deck.gl [v9.2.8] - Feb 17 2026

  • feat(core): Add layout expressions for view positions (#9842)
Commits

Updates maplibre-gl from 5.18.0 to 5.19.0

Release notes

Sourced from maplibre-gl's releases.

v5.19.0

✨ Features and improvements

  • Change the return type of LngLatBounds.toArray() to use a more precise type (#7156) (by @​n4n5)
  • Add anisotropicFilterPitch map option to set the pitch above which the anisotropic filter is applied to all raster layers, the default of which is 20° (#7134) (by larsmaxfield)
  • Add source id to error message (#7107) (by HarelM)

🐞 Bug fixes

  • Fix SDF icon-text-fit rendering by correctly unpacking packed shader values in symbol_sdf.vertex.glsl, with render-test coverage (#7141, fixes #6953) (by @​pcardinal)
  • Fix correct bounds calculation for GeoJSON with elevation (#6963) (by @​simonmnt)
  • Fix: support elevation in bounds calculation (#7135) (by simonmnt)
  • Fix Firefox "Alpha-premult deprecated for non-DOM uploads" warning (#7128) (by @​birkskyum)
  • Fix raster tiles rendering with glyph/icon atlas content after WebGL context loss (#7126) (by @​birkskyum)
  • Fix popup tip in RTL pages (#7157) (by @​HarelM)
Changelog

Sourced from maplibre-gl's changelog.

5.19.0

✨ Features and improvements

  • Change the return type of LngLatBounds.toArray() to use a more precise type (#7156) (by @​n4n5)
  • Add anisotropicFilterPitch map option to set the pitch above which the anisotropic filter is applied to all raster layers, the default of which is 20° (#7134) (by larsmaxfield)
  • Add source id to error message (#7107) (by HarelM)

🐞 Bug fixes

  • Fix SDF icon-text-fit rendering by correctly unpacking packed shader values in symbol_sdf.vertex.glsl, with render-test coverage (#7141, fixes #6953) (by @​pcardinal)
  • Fix correct bounds calculation for GeoJSON with elevation (#6963) (by @​simonmnt)
  • Fix: support elevation in bounds calculation (#7135) (by simonmnt)
  • Fix Firefox "Alpha-premult deprecated for non-DOM uploads" warning (#7128) (by @​birkskyum)
  • Fix raster tiles rendering with glyph/icon atlas content after WebGL context loss (#7126) (by @​birkskyum)
  • Fix popup tip in RTL pages (#7157) (by @​HarelM)
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@deck.gl/core](https://github.com/visgl/deck.gl) | `9.2.7` | `9.2.9` |
| [@deck.gl/layers](https://github.com/visgl/deck.gl) | `9.2.7` | `9.2.9` |
| [@deck.gl/mapbox](https://github.com/visgl/deck.gl) | `9.2.7` | `9.2.9` |
| [deck.gl](https://github.com/visgl/deck.gl) | `9.2.7` | `9.2.9` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.18.0` | `5.19.0` |


Updates `@deck.gl/core` from 9.2.7 to 9.2.9
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.9/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.2.7...v9.2.9)

Updates `@deck.gl/layers` from 9.2.7 to 9.2.9
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.9/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.2.7...v9.2.9)

Updates `@deck.gl/mapbox` from 9.2.7 to 9.2.9
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.9/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.2.7...v9.2.9)

Updates `deck.gl` from 9.2.7 to 9.2.9
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.9/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.2.7...v9.2.9)

Updates `maplibre-gl` from 5.18.0 to 5.19.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.18.0...v5.19.0)

---
updated-dependencies:
- dependency-name: "@deck.gl/core"
  dependency-version: 9.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@deck.gl/layers"
  dependency-version: 9.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@deck.gl/mapbox"
  dependency-version: 9.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: deck.gl
  dependency-version: 9.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: maplibre-gl
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 23, 2026
@dependabot dependabot bot requested a review from gadomski as a code owner February 23, 2026 22:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 23, 2026
@github-actions github-actions bot added the chore label Feb 23, 2026
@gadomski gadomski merged commit 066ec55 into main Feb 24, 2026
4 checks passed
@gadomski gadomski deleted the dependabot/npm_and_yarn/production-dependencies-b365d2cb49 branch February 24, 2026 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant