Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the dependencies group with 1 update: cesium.

Updates cesium from 1.136.0 to 1.137.0

Release notes

Sourced from cesium's releases.

CesiumJS 1.137

1.137 - 2026-01-05

Highlights include:

  • Fixes for positioning in workflows that delete and recreate labels
  • Fixes for texture coordinates in large billboard collections

See the changelog for the complete list of changes.

Changelog

Sourced from cesium's changelog.

Change Log

1.137 - 2026-01-05

@​cesium/engine

Fixes 🔧

  • Fixes label positioning in workflows that delete and recreate clamped labels #12949
  • Fixes texture coordinates in large billboard collections #13042

Deprecated ⏳

  • Beginning in CesiumJS 1.140, billboards and labels will require device support for WebGL 2, or WebGL 1 with ANGLE_instanced_arrays and MAX_VERTEX_TEXTURE_IMAGE_UNITS > 0. For more information or to share feedback, please see #13053. #13067

1.136 - 2025-12-01

@​cesium/engine

Fixes 🔧

  • Improved scaling of SVGs in billboards #13020
  • Billboards using imageSubRegion now render as expected. #12585
  • Fixed depth testing bug with billboards and labels clipping through models #13012
  • Fixed unexpected outline artifacts around billboards #4525

Additions 🎉

  • Added scene.pickAsync for non GPU blocking picking using WebGL2 #12983
  • Improves performance of terrain picks via new terrain picking quadtrees #8481

1.135 - 2025-11-03

@​cesium/engine

Breaking Changes 📣

  • Removed support for the KHR_spz_gaussian_splats_compression extension in favor of the latest 3D Gaussian splatting extensions for glTF, KHR_gaussian_splatting and KHR_gaussian_splatting_compression_spz_2. Please re-tile existing Gaussian splatting 3D Tiles #12837
  • scene.drillPick now uses a breadth-first search strategy instead of depth-first. This may change which entities are picked when using large values of width and height when providing a limit, prioritizing entities closer to the camera. #12916

Additions 🎉

Fixes 🔧

  • Improved performance of scene.drillPick. #12916
  • Improved performance when removing primitives. #3018
  • Improved performance of terrain Quadtree handling of custom data #12907

... (truncated)

Commits
  • 8e4375e Merge pull request #13067 from CesiumGS/chore/deprecation-billboard-legacy-we...
  • 02fe5b5 chore(Billboards): Add deprecation notice for legacy WebGL fallbacks
  • 432b993 Updates to ThirdParty.json
  • 23c17e4 Semantic version updates to packages for release
  • 9f55e45 Updates changes.md release date
  • bc60cb7 Update api tokens
  • aeb6ed1 Merge pull request #13114 from CesiumGS/release-npm-update
  • 01646f9 Merge pull request #13112 from CesiumGS/chore/changelog-pr13042
  • e8fbb3b Update npm packages for release
  • 6078dac Fix misplaced changelog entry for #13042
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dependencies group with 1 update: [cesium](https://github.com/CesiumGS/cesium).


Updates `cesium` from 1.136.0 to 1.137.0
- [Release notes](https://github.com/CesiumGS/cesium/releases)
- [Changelog](https://github.com/CesiumGS/cesium/blob/main/CHANGES.md)
- [Commits](CesiumGS/cesium@1.136...1.137)

---
updated-dependencies:
- dependency-name: cesium
  dependency-version: 1.137.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

PR Preview Action v1.8.0
Preview removed because the pull request was closed.
2026-01-06 06:04 UTC

@github-actions
Copy link

github-actions bot commented Jan 5, 2026

Console Logs

✅ No logs were captured

@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.49%. Comparing base (9cb63a2) to head (a76e188).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #298      +/-   ##
==========================================
- Coverage   98.24%   96.49%   -1.76%     
==========================================
  Files           2        2              
  Lines          57       57              
  Branches        7        7              
==========================================
- Hits           56       55       -1     
- Misses          1        2       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Primajin Primajin merged commit c1e9288 into main Jan 6, 2026
8 of 10 checks passed
@Primajin Primajin deleted the dependabot/npm_and_yarn/dependencies-6b6039eee3 branch January 6, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants