Skip to content

chore(deps): bump the minor-patch group across 1 directory with 13 updates - #316

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/minor-patch-b0e5424bf5
Open

chore(deps): bump the minor-patch group across 1 directory with 13 updates#316
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/minor-patch-b0e5424bf5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-patch group with 13 updates in the /frontend directory:

Package From To
@deck.gl/aggregation-layers 9.3.11 9.4.0
@deck.gl/extensions 9.3.11 9.4.0
@deck.gl/layers 9.3.11 9.4.0
@deck.gl/react 9.3.11 9.4.0
deck.gl 9.3.11 9.4.0
react-hook-form 7.86.0 7.87.0
react-map-gl 8.1.2 8.1.3
react-router-dom 7.18.2 7.18.3
@testing-library/user-event 14.6.6 14.6.7
@types/react-dom 19.2.5 19.2.7
globals 17.11.0 17.12.0
postcss 8.5.26 8.5.28
typescript-eslint 8.68.0 8.69.0

Updates @deck.gl/aggregation-layers from 9.3.11 to 9.4.0

Release notes

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

v9.4.0

deck.gl v9.4 brings together a collection of completed improvements focused on performance, stability, and usability. Highlights include:

  • All layers go WebGPU: entire official layers catalog has been ported to WebGPU and achieves render parity with the WebGL version.
  • Natural controllers interaction: globe now supports pitch and bearing; trackpad gestures; and elastic navigation bounds makes complex 2D and 3D scenes easier to explore.
  • Responsive multi-view and multi-canvas layouts: make responsive dashboards and multi-view visualizations with ease.
  • Layers, extensions and widgets improvements: Sophisticated antialiasing, pattern fills, dashed-line styling, and tile loading features add stunning visuals.

Visit what's new for a detailed lists of new features.

v9.4.0-beta.4

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

v9.4.0-beta.3

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)
  • fix(core): make attribute buffer cleanup idempotent (#10609)
  • feat(core): configure zoom anchors across controllers (#10595)

v9.4.0-beta.2

Intentionally skipped; no npm distribution was published.

v9.4.0-beta.1

  • feat(widgets): custom tooltip system for widget buttons (#10435)
  • feat(widgets): Replace custom SVG icons with Google Material Symbols (#10513)
  • fix(layers): type column geometry attributes (#10508)
  • fix(mapbox): ignore useDevicePixels in interleaved mode (#10510)
  • feat(aggregation-layers): port GridLayer to WebGPU (#10482)
  • feat(geo-layers): port TripsLayer to WebGPU (#10484)
  • feat(layers): port TextLayer glyph rendering to WebGPU (#10473)
  • fix(react): stabilize WebGPU device switching (#10506)

... (truncated)

Changelog

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

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.4

deck.gl v9.4 Prereleases

deck.gl [v9.4.0-beta.4] - Sep 3 2026

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

deck.gl [v9.4.0-beta.3] - Sep 2 2026

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​deck.gl/aggregation-layers since your current version.


Updates @deck.gl/extensions from 9.3.11 to 9.4.0

Release notes

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

v9.4.0

deck.gl v9.4 brings together a collection of completed improvements focused on performance, stability, and usability. Highlights include:

  • All layers go WebGPU: entire official layers catalog has been ported to WebGPU and achieves render parity with the WebGL version.
  • Natural controllers interaction: globe now supports pitch and bearing; trackpad gestures; and elastic navigation bounds makes complex 2D and 3D scenes easier to explore.
  • Responsive multi-view and multi-canvas layouts: make responsive dashboards and multi-view visualizations with ease.
  • Layers, extensions and widgets improvements: Sophisticated antialiasing, pattern fills, dashed-line styling, and tile loading features add stunning visuals.

Visit what's new for a detailed lists of new features.

v9.4.0-beta.4

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

v9.4.0-beta.3

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)
  • fix(core): make attribute buffer cleanup idempotent (#10609)
  • feat(core): configure zoom anchors across controllers (#10595)

v9.4.0-beta.2

Intentionally skipped; no npm distribution was published.

v9.4.0-beta.1

  • feat(widgets): custom tooltip system for widget buttons (#10435)
  • feat(widgets): Replace custom SVG icons with Google Material Symbols (#10513)
  • fix(layers): type column geometry attributes (#10508)
  • fix(mapbox): ignore useDevicePixels in interleaved mode (#10510)
  • feat(aggregation-layers): port GridLayer to WebGPU (#10482)
  • feat(geo-layers): port TripsLayer to WebGPU (#10484)
  • feat(layers): port TextLayer glyph rendering to WebGPU (#10473)
  • fix(react): stabilize WebGPU device switching (#10506)

... (truncated)

Changelog

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

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.4

deck.gl v9.4 Prereleases

deck.gl [v9.4.0-beta.4] - Sep 3 2026

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

deck.gl [v9.4.0-beta.3] - Sep 2 2026

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​deck.gl/extensions since your current version.


Updates @deck.gl/layers from 9.3.11 to 9.4.0

Release notes

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

v9.4.0

deck.gl v9.4 brings together a collection of completed improvements focused on performance, stability, and usability. Highlights include:

  • All layers go WebGPU: entire official layers catalog has been ported to WebGPU and achieves render parity with the WebGL version.
  • Natural controllers interaction: globe now supports pitch and bearing; trackpad gestures; and elastic navigation bounds makes complex 2D and 3D scenes easier to explore.
  • Responsive multi-view and multi-canvas layouts: make responsive dashboards and multi-view visualizations with ease.
  • Layers, extensions and widgets improvements: Sophisticated antialiasing, pattern fills, dashed-line styling, and tile loading features add stunning visuals.

Visit what's new for a detailed lists of new features.

v9.4.0-beta.4

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

v9.4.0-beta.3

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)
  • fix(core): make attribute buffer cleanup idempotent (#10609)
  • feat(core): configure zoom anchors across controllers (#10595)

v9.4.0-beta.2

Intentionally skipped; no npm distribution was published.

v9.4.0-beta.1

  • feat(widgets): custom tooltip system for widget buttons (#10435)
  • feat(widgets): Replace custom SVG icons with Google Material Symbols (#10513)
  • fix(layers): type column geometry attributes (#10508)
  • fix(mapbox): ignore useDevicePixels in interleaved mode (#10510)
  • feat(aggregation-layers): port GridLayer to WebGPU (#10482)
  • feat(geo-layers): port TripsLayer to WebGPU (#10484)
  • feat(layers): port TextLayer glyph rendering to WebGPU (#10473)
  • fix(react): stabilize WebGPU device switching (#10506)

... (truncated)

Changelog

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

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.4

deck.gl v9.4 Prereleases

deck.gl [v9.4.0-beta.4] - Sep 3 2026

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

deck.gl [v9.4.0-beta.3] - Sep 2 2026

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​deck.gl/layers since your current version.


Updates @deck.gl/react from 9.3.11 to 9.4.0

Release notes

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

v9.4.0

deck.gl v9.4 brings together a collection of completed improvements focused on performance, stability, and usability. Highlights include:

  • All layers go WebGPU: entire official layers catalog has been ported to WebGPU and achieves render parity with the WebGL version.
  • Natural controllers interaction: globe now supports pitch and bearing; trackpad gestures; and elastic navigation bounds makes complex 2D and 3D scenes easier to explore.
  • Responsive multi-view and multi-canvas layouts: make responsive dashboards and multi-view visualizations with ease.
  • Layers, extensions and widgets improvements: Sophisticated antialiasing, pattern fills, dashed-line styling, and tile loading features add stunning visuals.

Visit what's new for a detailed lists of new features.

v9.4.0-beta.4

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

v9.4.0-beta.3

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)
  • fix(core): make attribute buffer cleanup idempotent (#10609)
  • feat(core): configure zoom anchors across controllers (#10595)

v9.4.0-beta.2

Intentionally skipped; no npm distribution was published.

v9.4.0-beta.1

  • feat(widgets): custom tooltip system for widget buttons (#10435)
  • feat(widgets): Replace custom SVG icons with Google Material Symbols (#10513)
  • fix(layers): type column geometry attributes (#10508)
  • fix(mapbox): ignore useDevicePixels in interleaved mode (#10510)
  • feat(aggregation-layers): port GridLayer to WebGPU (#10482)
  • feat(geo-layers): port TripsLayer to WebGPU (#10484)
  • feat(layers): port TextLayer glyph rendering to WebGPU (#10473)
  • fix(react): stabilize WebGPU device switching (#10506)

... (truncated)

Changelog

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

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.4

deck.gl v9.4 Prereleases

deck.gl [v9.4.0-beta.4] - Sep 3 2026

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

deck.gl [v9.4.0-beta.3] - Sep 2 2026

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​deck.gl/react since your current version.


Updates deck.gl from 9.3.11 to 9.4.0

Release notes

Sourced from deck.gl's releases.

v9.4.0

deck.gl v9.4 brings together a collection of completed improvements focused on performance, stability, and usability. Highlights include:

  • All layers go WebGPU: entire official layers catalog has been ported to WebGPU and achieves render parity with the WebGL version.
  • Natural controllers interaction: globe now supports pitch and bearing; trackpad gestures; and elastic navigation bounds makes complex 2D and 3D scenes easier to explore.
  • Responsive multi-view and multi-canvas layouts: make responsive dashboards and multi-view visualizations with ease.
  • Layers, extensions and widgets improvements: Sophisticated antialiasing, pattern fills, dashed-line styling, and tile loading features add stunning visuals.

Visit what's new for a detailed lists of new features.

v9.4.0-beta.4

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

v9.4.0-beta.3

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)
  • fix(core): make attribute buffer cleanup idempotent (#10609)
  • feat(core): configure zoom anchors across controllers (#10595)

v9.4.0-beta.2

Intentionally skipped; no npm distribution was published.

v9.4.0-beta.1

  • feat(widgets): custom tooltip system for widget buttons (#10435)
  • feat(widgets): Replace custom SVG icons with Google Material Symbols (#10513)
  • fix(layers): type column geometry attributes (#10508)
  • fix(mapbox): ignore useDevicePixels in interleaved mode (#10510)
  • feat(aggregation-layers): port GridLayer to WebGPU (#10482)
  • feat(geo-layers): port TripsLayer to WebGPU (#10484)
  • feat(layers): port TextLayer glyph rendering to WebGPU (#10473)
  • fix(react): stabilize WebGPU device switching (#10506)

... (truncated)

Changelog

Sourced from deck.gl's changelog.

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.4

deck.gl v9.4 Prereleases

deck.gl [v9.4.0-beta.4] - Sep 3 2026

  • chore: fix cjs build (#10651)
  • fix(layers): ScatterplotLayer antialiasing on webgpu (#10642)
  • fix(layers): sdf text outline in webgpu (#10640)
  • fix: export MapLibre integration and update peer ranges (#10645)

deck.gl [v9.4.0-beta.3] - Sep 2 2026

  • feat(extensions): procedural fill patterns (#10632)
  • fix(extensions): reduce pattern origin in fp64 to stop drift at high zoom (#10633)
  • feat(extensions): fillPatternSizeUnits (#10634)
  • fix(extensions): follow up FillStyleExtension flipY fix (#10629)
  • fix(fill-style): textureGrad for better mip selection (#10628)
  • feat(extensions): add dashUnits (#10583)
  • feat(extensions): add dashMode and whole-path justification (#10582)
  • fix(fill-style): correct pattern orientation by flipping texture y-axis (#10550)
  • feat: FillStyleExtension.getFillPatternBackgroundColor (#10618)
  • chore(deps): bump a5-js from 0.7.2 to 0.10.0 (#10620)
  • feat(extensions): prefilter dash coverage (#10581)
  • fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)
  • fix(extensions): make PathStyle options optional (#10616)
  • CARTO: Remove dead code (moved to api-client) (#10617)
  • fix(core): rotate GlobeView like a ball through poles (#10598)
  • feat(core): support pointer-anchored zoom in GlobeView (#10385)
  • fix(core): compare viewport projection state in equals (#10611)
  • fix(extensions): omit dash uniforms for offset-only path styles (#10607)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for deck.gl since your current version.


Updates react-hook-form from 7.86.0 to 7.87.0

Release notes

Sourced from react-hook-form's releases.

Version 7.87.0

✨ Features

  • Add shouldTouch option to trigger() ([#13671](react-hook-form/react-hook-form#13671))

    setValue already supported shouldTouch; trigger() now does too. This allows you to mark field(s) as touched after manual or programmatic validation, such as validate-on-mount or multi-step form navigation, without needing a setValue workaround:

    // Mark a single field as touched after validating it
    await trigger('firstName', { shouldTouch: true });
    // Mark every mounted field as touched after validating the whole form
    await trigger(undefined, { shouldTouch: true });

  • Add OpaqueTypes registry for opaque leaf types ([#13676](react-hook-form/react-hook-form#13676))

    Recursive type helpers (Path, DeepPartial, DeepRequired, FieldErrorsImpl, etc.) previously stopped only at Primitive | BrowserNativeObject. As a result, rich third-party value types such as Dayjs and Decimal could be recursively traversed member-by-member, potentially causing TypeScript to report "Excessive complexity" diagnostics on large form types.

    You can now register a type as an opaque leaf via declaration merging:

    import type { Dayjs } from 'dayjs';
    declare module 'react-hook-form' {
    interface OpaqueTypes {
    dayjs: Dayjs;
    }
    }

    While the registry is empty, types remain identical to the existing behavior. This is purely opt-in.

🐞 Fixes

@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: frontend. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/minor-patch-b0e5424bf5 branch from 6fb2090 to f877bae Compare September 7, 2026 18:01
…dates

Bumps the minor-patch group with 13 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@deck.gl/aggregation-layers](https://github.com/visgl/deck.gl) | `9.3.11` | `9.4.0` |
| [@deck.gl/extensions](https://github.com/visgl/deck.gl) | `9.3.11` | `9.4.0` |
| [@deck.gl/layers](https://github.com/visgl/deck.gl) | `9.3.11` | `9.4.0` |
| [@deck.gl/react](https://github.com/visgl/deck.gl) | `9.3.11` | `9.4.0` |
| [deck.gl](https://github.com/visgl/deck.gl) | `9.3.11` | `9.4.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.86.0` | `7.87.0` |
| [react-map-gl](https://github.com/visgl/react-map-gl) | `8.1.2` | `8.1.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.18.2` | `7.18.3` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.6` | `14.6.7` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.5` | `19.2.7` |
| [globals](https://github.com/sindresorhus/globals) | `17.11.0` | `17.12.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.26` | `8.5.28` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.68.0` | `8.69.0` |



Updates `@deck.gl/aggregation-layers` from 9.3.11 to 9.4.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.3.11...v9.4.0)

Updates `@deck.gl/extensions` from 9.3.11 to 9.4.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.3.11...v9.4.0)

Updates `@deck.gl/layers` from 9.3.11 to 9.4.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.3.11...v9.4.0)

Updates `@deck.gl/react` from 9.3.11 to 9.4.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.3.11...v9.4.0)

Updates `deck.gl` from 9.3.11 to 9.4.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.3.11...v9.4.0)

Updates `react-hook-form` from 7.86.0 to 7.87.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.86.0...v7.87.0)

Updates `react-map-gl` from 8.1.2 to 8.1.3
- [Release notes](https://github.com/visgl/react-map-gl/releases)
- [Changelog](https://github.com/visgl/react-map-gl/blob/v8.1.3/CHANGELOG.md)
- [Commits](visgl/react-map-gl@v8.1.2...v8.1.3)

Updates `react-router-dom` from 7.18.2 to 7.18.3
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.3/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.3/packages/react-router-dom)

Updates `@testing-library/user-event` from 14.6.6 to 14.6.7
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.6.6...v14.6.7)

Updates `@types/react-dom` from 19.2.5 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `globals` from 17.11.0 to 17.12.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.11.0...v17.12.0)

Updates `postcss` from 8.5.26 to 8.5.28
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.26...8.5.28)

Updates `typescript-eslint` from 8.68.0 to 8.69.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.69.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@deck.gl/aggregation-layers"
  dependency-version: 9.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@deck.gl/extensions"
  dependency-version: 9.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@deck.gl/layers"
  dependency-version: 9.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@deck.gl/react"
  dependency-version: 9.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: deck.gl
  dependency-version: 9.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: globals
  dependency-version: 17.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: postcss
  dependency-version: 8.5.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: react-hook-form
  dependency-version: 7.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: react-map-gl
  dependency-version: 8.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: react-router-dom
  dependency-version: 7.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.69.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/minor-patch-b0e5424bf5 branch from f877bae to 49d19f2 Compare September 9, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants