njam / citygml-to-3dtiles

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

Bump tough-cookie and gltf-pipeline #39

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

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

Removes tough-cookie

Updates gltf-pipeline from 1.0.7 to 4.1.0

Changelog

Sourced from gltf-pipeline's changelog.

4.1.0 - 2023-04-21

  • Add baseColorTextureNames and baseColorFactorNames to the options that can be given at the command line and passed to processGltf and updateVersion, to specify the uniform names in a KHR_techniques_webgl extension that indicate that a certain texture or color should be used as the base color texture or base color factor of a PBR material. #637
  • Fixed handling of glTF models with the CESIUM_primitive_outline extension. #632

4.0.2 - 2023-02-10

  • Update npm module dependencies.

4.0.1 - 2023-01-25

  • Fixed crash when writing GLB files above 2GB. #627

4.0.0 - 2022-08-01

  • Breaking changes
    • glTF 1.0 or glTF 2.0 with the KHR_techniques_webgl, KHR_blend, or KHR_materials_common extensions will be converted to glTF 2.0 with PBR materials by default. For the previous behavior pass in --keepLegacyExtensions.

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

... (truncated)

Commits


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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/njam/citygml-to-3dtiles/network/alerts).