Skip to content

Navigation Menu

Sign in
Sign up

build(deps): bump cesium from 1.141.0 to 1.143.0 - #50

Open
dependabot[bot] wants to merge 1 commit into
main from
dependabot/npm_and_yarn/cesium-1.142.0
Open

build(deps): bump cesium from 1.141.0 to 1.143.0 #50
dependabot[bot] wants to merge 1 commit into
main from
dependabot/npm_and_yarn/cesium-1.142.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026
edited
Loading

Copy link
Copy Markdown

Bumps cesium from 1.141.0 to 1.143.0.

Release notes

Sourced from cesium's releases.

CesiumJS 1.143

1.143 - 2026年07月01日

Highlights include:

  • Added support for the KHR_meshopt_compression glTF extension, including the v1 attribute codec and the COLOR filter. #13553
  • Added PathGraphics.materialMode. A value of "PORTIONS" allows visualizing the path in segments with different materials specified by intervals or sampling. Each segment material is determined by the material property value at the corresponding simulation time. The default value of "WHOLE" preserves existing material behavior. #13530
  • Fixed a bug that caused crashes when using billboards in environments that replace Promise with custom promise implementations. #13475

See the changelog for the complete list of changes.

CesiumJS 1.142

1.142 - 2026年06月01日

Highlights include:

  • Added GeoJsonPrimitive for loading GeoJSON directly into BufferPrimitiveCollections, bypassing the entity/DataSource layer for significantly improved performance with large datasets. CesiumGS/cesium#13505
  • Added MVTDataProvider for loading Mapbox Vector Tiles (MVT) directly into CesiumJS as 3D Tiles. Supports per-feature styling via Cesium3DTileStyle, feature picking with metadata (getProperty), and automatic property table encoding via EXT_structural_metadata. CesiumGS/cesium#13404
  • Added blendOption constructor parameter to BufferPointCollection, BufferPolylineCollection, and BufferPolygonCollection, supporting BufferPrimitiveMaterial#color.alpha. Added support for BufferPrimitiveMaterial#outlineColor.alpha to BufferPointCollection. CesiumGS/cesium#13384
  • Added experimental support for EXT_mesh_polygon draft glTF extension and 3DTILES_content_gltf_vector draft 3D Tiles extension. CesiumGS/cesium#13478
  • Added EdgeDisplayMode enum and edgeDisplayMode property to Model and Cesium3DTileset for controlling how edges from the KhronosGroup/glTF#2479 glTF extension are rendered. Supports three modes: SURFACES_ONLY, SURFACES_AND_EDGES, and EDGES_ONLY (CAD-style wireframe rendering). CesiumGS/cesium#13192

See the changelog for the complete list of changes.

Changelog

Sourced from cesium's changelog.

Change Log

1.144 - 2026年08月01日

@​cesium/engine

Additions 🎉

Fixes 🔧

  • Fixed a bug in GeocoderViewModel where a duplicate destroy method silently overwrote the first, preventing _suggestionSubscription from being disposed on destroy. #13580
  • Fixed geometry clipped by ClippingPlaneCollection or ClippingPolygonCollection still casting shadows. #6261
  • Fixed a bug in Transforms.computeMoonFixedToIcrfMatrix which caused the result parameter to not be used. #13463

1.143 - 2026年07月01日

@​cesium/engine

Additions 🎉

  • Added support for the KHR_meshopt_compression glTF extension, including the v1 attribute codec and the COLOR filter. #13553
  • Added PathGraphics.materialMode. A value of "PORTIONS" allows visualizing the path in segments with different materials specified by intervals or sampling. Each segment material is determined by the material property value at the corresponding simulation time. The default value of "WHOLE" preserves existing material behavior. #13530

Fixes 🔧

  • Fixed a bug that caused crashes when using billboards in environments that replace Promise with custom promise implementations. #13475
  • Fixed a bug where callbacks registered with Scene.updateHeight would sometimes receive positions computed for other tiles, causing clamped entities to show incorrect heights. #12602
  • Invalid glTF sampler wrap modes now fall back to TextureWrap.REPEAT instead of thowing a DeveloperError in development builds. #13562
  • Fixed a bug in BufferPointCollection where outlineColor was bleeding into the visible area when set to 0px. #13543

1.142 - 2026年06月01日

@​cesium/engine

Breaking Changes 📣

  • The boundingVolume property on BufferPointCollection, BufferPolylineCollection, and BufferPolygonCollection is now defined in world space, not local/model space. #13477

Additions 🎉

  • Added GeoJsonPrimitive for loading GeoJSON directly into BufferPrimitiveCollections, bypassing the entity/DataSource layer for significantly improved performance with large datasets. #13505
  • Added MVTDataProvider for loading Mapbox Vector Tiles (MVT) directly into CesiumJS as 3D Tiles. Supports per-feature styling via Cesium3DTileStyle, feature picking with metadata (getProperty), and automatic property table encoding via EXT_structural_metadata. #13404
  • Added blendOption constructor parameter to BufferPointCollection, BufferPolylineCollection, and BufferPolygonCollection, supporting BufferPrimitiveMaterial#color.alpha. Added support for BufferPrimitiveMaterial#outlineColor.alpha to BufferPointCollection. #13384
  • Added experimental support for EXT_mesh_polygon draft glTF extension and 3DTILES_content_gltf_vector draft 3D Tiles extension. #13478
  • Added boundingVolume constructor parameter to BufferPointCollection, BufferPolylineCollection, and BufferPolygonCollection. For larger animated collections, providing a precomputed bounding volume can eliminate the performance cost of automatically updating the bounding volume frequently. #13477
  • Added EdgeDisplayMode enum and edgeDisplayMode property to Model and Cesium3DTileset for controlling how edges from the EXT_mesh_primitive_edge_visibility glTF extension are rendered. Supports three modes: SURFACES_ONLY, SURFACES_AND_EDGES, and EDGES_ONLY (CAD-style wireframe rendering). #13192
  • Added support for multiple key modifiers in ScreenSpaceEventHandler.setInputAction. #13307

Fixes 🔧

... (truncated)

Commits
  • 9d08a13 Updates for the 1.143 release
  • b93c7ed Release README.md grammar tweak
  • b91d2fe Merge pull request #13606 from CesiumGS/1.143-package-updates
  • 55ccea3 Merge pull request #13529 from CesiumGS/sandcastle-design-ingestion-metadata-api
  • 7d65c0e Merge branch 'main' into sandcastle-design-ingestion-metadata-api
  • df0b880 Add override for huggingface/transformers
  • b67ad7f Bump protobufjs
  • a770ad4 Merge branch 'main' into 1.143-package-updates
  • 69c7614 Merge pull request #13475 from CesiumGS/fix-billboard-promise-crash
  • 1edaa47 Merge branch 'main' into 1.143-package-updates
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026
dependabot Bot force-pushed the dependabot/npm_and_yarn/cesium-1.142.0 branch 3 times, most recently from 66659ee to 58950cf Compare June 30, 2026 06:49
@dependabot dependabot Bot changed the title (削除) build(deps): bump cesium from 1.141.0 to 1.142.0 (削除ここまで) (追記) chore(deps): bump cesium from 1.141.0 to 1.143.0 (追記ここまで) Jul 2, 2026
dependabot Bot force-pushed the dependabot/npm_and_yarn/cesium-1.142.0 branch 3 times, most recently from be0276b to 475a041 Compare July 5, 2026 19:29
@dependabot dependabot Bot changed the title (削除) chore(deps): bump cesium from 1.141.0 to 1.143.0 (削除ここまで) (追記) build(deps): bump cesium from 1.141.0 to 1.143.0 (追記ここまで) Jul 6, 2026
dependabot Bot force-pushed the dependabot/npm_and_yarn/cesium-1.142.0 branch from 475a041 to 0544f3e Compare July 6, 2026 06:24
Bumps [cesium](https://github.com/CesiumGS/cesium) from 1.141.0 to 1.143.0.
- [Release notes](https://github.com/CesiumGS/cesium/releases)
- [Changelog](https://github.com/CesiumGS/cesium/blob/main/CHANGES.md)
- [Commits](CesiumGS/cesium@1.141...1.143)
---
updated-dependencies:
- dependency-name: cesium
 dependency-version: 1.142.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot force-pushed the dependabot/npm_and_yarn/cesium-1.142.0 branch from 0544f3e to a90ca99 Compare July 6, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

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

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /