njam / citygml-to-3dtiles

Convert from CityGML to Cesium 3D Tiles.
Apache License 2.0
160 stars 41 forks source link

Bump jpeg-js and gltf-pipeline #29

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Removes jpeg-js. It's no longer used after updating ancestor dependency gltf-pipeline. These dependencies need to be updated together.

Removes jpeg-js

Updates gltf-pipeline from 1.0.2 to 3.0.5

Changelog

Sourced from gltf-pipeline's changelog.

3.0.5 - 2022-06-30

3.0.4 - 2021-08-02

  • Fixed buffer view alignment for EXT_feature_metadata extension. #595

3.0.3 - 2021-07-24

  • Fixed name of KHR_materials_pbrSpecularGlossiness extension in addDefaults. #580
  • Fixed glTF 1.0 to 2.0 conversion for buffers containing a placeholder data uri. #578
  • Fixed handling of glTF models with the EXT_meshopt_compression extension. #593
  • Fixed handling of glTF models with the EXT_feature_metadata extension. #585

3.0.2 - 2020-12-07

  • Added support for Draco 1.4.0. #562

3.0.1 - 2020-11-14

  • Locked Draco npm dependency to version 1.3.6 to avoid module initialization errors in 1.4.0. #563

3.0.0 - 2020-07-22

  • Breaking changes
    • Dropped support for CRN and KTX textures. #550
    • Dropped support for image.extras.compressedImage3DTiles. #550
  • Added support for KTX2 textures. #550

2.1.10 - 2020-05-11

  • Improved accessor min/max for Draco attributes. #540
  • Updated to new Draco encode settings. #538
  • Fixed a bug where accessors used by EXT_mesh_gpu_instancing were being removed. #535

2.1.9 - 2020-03-31

  • Fixed a bug where unused nodes with used descendants would get deleted. #533
  • Fixed processing glTF 1.0 models that have multiple techniques with the same uniform name but different parameters. #490
  • Fixed writing duplicate resource that are referenced multiple times. #483

2.1.8 - 2020-03-04

  • Fixed a bug in processGltf and gltfToGlb where the user's options object was getting modified with internal options. #528

2.1.7 - 2020-03-02

  • Removed usage of deprecated function Cesium.isArray. #526

... (truncated)

Commits
  • c2bc391 Update to 3.0.5
  • a86e063 Merge pull request #616 from CesiumGS/update-metadata-extensions
  • 5b29569 Update code to latest version of EXT_mesh_features and EXT_structural_metadata
  • 05cb1a4 Merge pull request #615 from jjhembd/array-fill
  • 1f82b48 Fix ESLint error
  • a35f0d1 Remove CHANGES.md entry
  • 56babb1 Replace Cesium.arrayFill polyfill with the native JavaScript method Array.fill
  • cbd94aa Merge pull request #612 from CesiumGS/ThirdParty.json
  • a5a4bfd Add ThirdParty.json
  • 0f963b9 Merge pull request #605 from CesiumGS/ext-mesh-features
  • 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 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/njam/citygml-to-3dtiles/network/alerts).