Skip to content

chore(deps): bump the npm-dependencies group with 2 updates - #1357

Merged
gesteves merged 1 commit into
releasefrom
dependabot/npm_and_yarn/npm-dependencies-050d0e9c93
Aug 29, 2026
Merged

chore(deps): bump the npm-dependencies group with 2 updates#1357
gesteves merged 1 commit into
releasefrom
dependabot/npm_and_yarn/npm-dependencies-050d0e9c93

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 2 updates: @awesome.me/webawesome and mapbox-gl.

Updates @awesome.me/webawesome from 3.11.0 to 3.12.0

Release notes

Sourced from @​awesome.me/webawesome's releases.

v3.12.0

Bug Fixes

Commits

  • 1e8fc6e: add transform-types hook (#2577) (Konnor Rogers) #2577
  • 06615d4: Replace Google Fonts URL syntax with Bunny Fonts syntax in themes (#2582) (Lindsay M) #2582
  • Apply Conventions to Component Templates + Fix Heading Styling (#2570) #2570 (Brian Talbot)
  • 008701f: Improve Forms Components Documentation (#2576) (Brian Talbot) #2576
  • 886dece: fix build script for pro (#2597) (Konnor Rogers) #2597
  • 6ff932f: Normalizing Color Picker's Initial Value Heading (#2603) (Brian Talbot) #2603
  • 12ccc6d: Konnorrogers/fix build script for pro 2 (#2598) (Konnor Rogers) #2598
  • f6577b0: Expose npm custom elements manifest path (#2590) (张思孝) #2590
  • 09b02a7: Remove unsupported scroller aria orientation (#2589) (张思孝) #2589
  • 25f138a: Guard option controller slot updates (#2591) (张思孝) #2591
  • 1570bc1: Align button group edge offsets (#2592) (张思孝) #2592
  • 7aeaea6: Update changelog with merged PRs (#2606) (Konnor Rogers) #2606
  • 2313be4: Docs/Site: Fix Sidebar's Icon Clip + Extra Space (#2604) (Brian Talbot) #2604
  • 99fa0ae: Konnorrogers/ssr docs (#2612) (Konnor Rogers) #2612
  • b65b926: fix disabled checkbox problems (#2607) (Konnor Rogers) #2607
  • e665dd4: Make tabular-nums opt-in for tables (#2613) (Lindsay M) #2613
  • d209b36: Improve Feedback Components Documentation (#2581) (Brian Talbot) #2581
  • Revise :::pro Callouts' Icon + Brand Coloring (#2619) #2619 (Brian Talbot)
  • b6befe6: Match wa-tag remove button to tag's size (#2615) (Lindsay M) #2615
  • 4c27c26: Improve Actions Components Documentation (#2580) (Brian Talbot) #2580
  • 67c2722: Note Rendered-But-Undocumented Parts + Add Guard (#2623) (Brian Talbot) #2623
  • 470c893: Improve Navigation Components Documentation (#2616) (Brian Talbot) #2616
  • 1bab693: Improve Layout Components Documentation (#2617) (Brian Talbot) #2617
  • 0ed6b66: Improve Media Components Documentation (#2611) (Brian Talbot) #2611
  • 329d5cd: fix wa-input outline transition (#2625) (Lindsay M) #2625
  • 96d0233: fix turbo dsd stuff (#2630) (Konnor Rogers) #2630
  • Safari Visual Seam on Tooltip and Popover Arrows #2638 (Brian Talbot)
  • Highlight "Docs" in Site Nav (#2641) #2641 (Brian Talbot)
  • 3dbe788: Improve Helper Components Documentation (#2635) (Brian Talbot) #2635
  • Add a Log In Link to Pro Callouts (#2652) #2652 (Brian Talbot)
  • 0d5f2d1: fixing wa-checkbox to render the documented checked-icon css part (#2646) (Brian Talbot) #2646
  • c5da262: Improve Utilities Documentation (#2647) (Brian Talbot) #2647
  • 83d9969: Improve Tokens Documentation (#2648) (Brian Talbot) #2648
  • 6fcb098: Make @claude PR Review Consult House Rules (#2618) (Brian Talbot) #2618
  • 95ba9d5: add example (#2654) (Cory LaViska) #2654
  • f34d6f0: Replace Generic base with Component-Named Parts (#2644) (Brian Talbot) #2644
  • 2520315: correcting wa-page skip-to-content part docs (#2633) (Brian Talbot) #2633
  • Add Visual Anatomy Diagram to Component Parts (#2621) #2621 (Brian Talbot)
  • 0154600: unpinning the client_test check from the node version (#2657) (Brian Talbot) #2657
  • 11c669a: Document Mechanical Code Conventions in CLAUDE.md (#2656) (Brian Talbot) #2656
  • 3f43fba: add RenderedWatcher to dialog and drawer; fixes #2634 (#2653) (Cory LaViska) #2653
  • Update Changelog for the x-label/y-label Chart Fix (#2659) #2659 (Brian Talbot)
  • 9b2ee9c: update localize; fixes #2479 (#2660) (Cory LaViska) #2660
  • bb3e8ae: Fix #2571: keep color-picker swatches the same size when few are present (#2573) (Devanshu Biswas) #2573

... (truncated)

Commits

Updates mapbox-gl from 3.28.1 to 3.29.0

Release notes

Sourced from mapbox-gl's releases.

v3.29.0

Breaking changes ⚠️

  • Remove legacy undocumented Map addSourceType API which was superceded by CustomSourceInterface and experimental TileProvider API.

Features and improvements ✨

  • Add new raster-color-scale property, which can be set to "log" to improve color ramp precision when visualizing long-tailed raster datasets.
  • Add new raster-allow-draping property that can be set to false to disable raster layer draping over globe/terrain.
  • Move symbol-z-offset property out of experimental.
  • Extend distance expression to accept an expression as a second argument.
  • Extend config expression to support object literals as values.
  • Improve dashed line rendering in pitched views.
  • Added APIs for more granular control of interaction handlers:
    • map.keyboard: disablePitch, enablePitch, isPitchEnabled, disableBearing, enableBearing, isBearingEnabled, isEnabled
    • map.dragRotate: disableRotation, enableRotation, isRotationEnabled
    • map.touchZoomRotate: isRotationEnabled, isTapDragZoomEnabled
    • For all three, isEnabled is changed from AND to OR semantics

Bug fixes 🐞

  • Fix rare line artifacts on sharp corners with short segments and non-bevel joins.
  • Fix ambient occlusion to not render for elevated (non-zero-base) extrusions.
  • Fix Map resetFeatureStates not working properly in some scoped styles.

v3.29.0-rc.1

Breaking changes ⚠️

  • Remove legacy undocumented Map addSourceType API which was superceded by CustomSourceInterface.

Features and improvements ✨

  • Add new raster-color-scale property, which can be set to "log" to improve color ramp precision when visualizing long-tailed raster datasets.
  • Add new raster-allow-draping property that can be set to false to disable raster layer draping over globe/terrain.
  • Move symbol-z-offset property out of experimental.
  • Extend distance expression to accept an expression as a second argument.
  • Extend config expression to support object literals as values.
  • Improve dashed line rendering in pitched views.
  • Added APIs for more granular control of interaction handlers:
    • map.keyboard: disablePitch, enablePitch, isPitchEnabled, disableBearing, enableBearing, isBearingEnabled, isEnabled
    • map.dragRotate: disableRotation, enableRotation, isRotationEnabled
    • map.touchZoomRotate: isRotationEnabled, isTapDragZoomEnabled
    • For all three, isEnabled is changed from AND to OR semantics

Bug fixes 🐞

  • Fix rare line artifacts on sharp corners with short segments and non-bevel joins.
  • Fix ambient occlusion to not render for elevated (non-zero-base) extrusions.
  • Fix Map resetFeatureStates not working properly in some scoped styles.

... (truncated)

Changelog

Sourced from mapbox-gl's changelog.

3.29.0

Breaking changes ⚠️

  • Remove legacy undocumented Map addSourceType API which was superceded by CustomSourceInterface.

Features and improvements ✨

  • Add new raster-color-scale property, which can be set to "log" to improve color ramp precision when visualizing long-tailed raster datasets.
  • Add new raster-allow-draping property that can be set to false to disable raster layer draping over globe/terrain.
  • Move symbol-z-offset property out of experimental.
  • Extend distance expression to accept an expression as a second argument.
  • Extend config expression to support object literals as values.
  • Improve dashed line rendering in pitched views.
  • Added APIs for more granular control of interaction handlers:
    • map.keyboard: disablePitch, enablePitch, isPitchEnabled, disableBearing, enableBearing, isBearingEnabled, isEnabled
    • map.dragRotate: disableRotation, enableRotation, isRotationEnabled
    • map.touchZoomRotate: isRotationEnabled, isTapDragZoomEnabled
    • For all three, isEnabled is changed from AND to OR semantics

Bug fixes 🐞

  • Fix rare line artifacts on sharp corners with short segments and non-bevel joins.
  • Fix ambient occlusion to not render for elevated (non-zero-base) extrusions.
  • Fix Map resetFeatureStates not working properly in some scoped styles.

Dev workflow improvements

  • Increase strict TypeScript coverage and added tooling to keep improving it.
Commits
  • 2d7d5d2 GL JS v3.29.0
  • 487ea3b Project import generated by Copybara.
  • 941eb60 v3.29.0-rc.1
  • bcee82b v3.28.1
  • c03e72f Fix iconsets rendering for ESM bundle
  • 25e500a Reduce dashed line aliasing under minification
  • b3323f2 Accept an expression as an argument in the distance expression
  • c66e661 v3.28
  • 7ca4e19 prevent Style#resetFeatureStates from descoping lookups
  • 7181058 Refine sub-toggles API for several event handlers
  • Additional commits viewable in compare view

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 npm-dependencies group with 2 updates: [@awesome.me/webawesome](https://github.com/shoelace-style/webawesome) and [mapbox-gl](https://github.com/mapbox/mapbox-gl-js).


Updates `@awesome.me/webawesome` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/shoelace-style/webawesome/releases)
- [Commits](https://github.com/shoelace-style/webawesome/commits/v3.12.0)

Updates `mapbox-gl` from 3.28.1 to 3.29.0
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v3.28.1...v3.29.0)

---
updated-dependencies:
- dependency-name: "@awesome.me/webawesome"
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: mapbox-gl
  dependency-version: 3.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-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 Aug 29, 2026
@gesteves
gesteves merged commit b9cd963 into release Aug 29, 2026
4 checks passed
@gesteves
gesteves deleted the dependabot/npm_and_yarn/npm-dependencies-050d0e9c93 branch August 29, 2026 03:51
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant