Skip to content

deps(js): bump @gltf-transform/cli from 4.3.0 to 4.4.0 in /tauri/ui - #14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tauri/ui/gltf-transform/cli-4.4.0
Open

deps(js): bump @gltf-transform/cli from 4.3.0 to 4.4.0 in /tauri/ui#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tauri/ui/gltf-transform/cli-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown

Bumps @gltf-transform/cli from 4.3.0 to 4.4.0.

Changelog

Sourced from @​gltf-transform/cli's changelog.

Changelog

v4.x

v4.5 (🚧 Unreleased)

v4.4

Features:

  • feat(extensions): Add EXT_mesh_features and EXT_structural_metadata #1810
  • feat(extensions): Add KHR_mesh_primitive_restart #1817
  • feat(extensions): Add KHR_accessor_float16 and KHR_accessor_float64 #1417
  • feat(extensions): Add ImageUtils support for more KTX2 formats #1792

Other:

  • chore(build): Replace bundler with tsdown #1789 #1797
  • chore(cli): Replace custom terminal formatting with Node.js styleText API #1808
  • chore(deps): Removed various devDependencies, and simplified local development requirements #1804 #1807

v4.3

Features:

  • feat(core): Add Document#disposeExtension #1740
  • feat(core): Add strict and non-strict I/O modes for missing resources #1696 by @​Makio64
  • feat(extensions): Add KHR_node_visibility #1747
  • feat(functions): Add 'chromaSubsampling' option to textureCompress #1713
  • feat(cli): Add --mipmaps flag to etc1s and uastc commands, and toktx() #1777 by [@​FrostKiwi]
  • feat(cli): Add --sparse flag in optimize command #1735

Other:

  • fix(docs): Improve documentation of mesh primitive modes #1718
  • fix(cli): Fix docs on draco --encode-speed and --decode-speed flags #1744
  • fix(extensions): Fix error on input with KHR_texture_basisu and no textures #1770 by @​chrisdaid
  • refactor(types): Update ArrayBuffer types to support TypeScript 5.9 #1702 by @​jamesbvaughan
  • chore(repo,cli): Remove extraneous dependencies #1767 #1766 #1765 #1764 #1762 #1763
  • chore(core): Update to property-graph v4 #1754
  • chore(cli,extensions,functions): Update to 'meshoptimizer' v1.0.1 #1778

v4.2

Special thanks to Brandon Jones for contributing the unwrap() transform, and for developing watlas, a WebAssembly port of xatlas.

Features:

... (truncated)

Commits
  • 8f2d40c v4.4.0
  • de0ab79 chore(docs): Update changelog for v4.4
  • 2b98f66 v4.4.0-alpha.1
  • 3284ec5 feat(extensions): Add EXT_mesh_features and EXT_structural_metadata (#1810)
  • ef5d2a8 chore(extensions): Add experimental tag to KHR_mesh_primitive_restart
  • 24d4052 feat(extensions): Add KHR_mesh_primitive_restart (#1817)
  • 3378a5d chore(extensions): KHR_node_visibility ratified (#1818)
  • ee7ca35 chore(repo): Disable 'use_on_type_format' in Zed-Biome plugin
  • 77f5bce chore(deps): update yarn to v4.13.0 (#1815)
  • 68b1a20 chore(deps): update codecov/codecov-action action to v6 (#1816)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

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

Bumps [@gltf-transform/cli](https://github.com/donmccurdy/glTF-Transform) from 4.3.0 to 4.4.0.
- [Changelog](https://github.com/donmccurdy/glTF-Transform/blob/main/CHANGELOG.md)
- [Commits](donmccurdy/glTF-Transform@v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: "@gltf-transform/cli"
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

ozzaii added a commit that referenced this pull request Jul 11, 2026
The teaching booth narrated its own plumbing on top of a beginner's screen.
Remove, per the UX kill-list (#14):

- Trademark disclaimer footer (39 words on every practice state). The legal
  attribution stays in source as a comment in learn-window.ts + an HTML
  comment in learn.html (README carries the public version); it no longer
  ships as UI chrome. The .ts source gate (test_disclaimer_present.py) holds.
- learn-booth-brief dl (do this / how i check / unlocks) - explains the
  grading method to a user who never asked.
- learn-booth-earned mini-grid ("progress snapshot not received yet") -
  duplicates the full Skill Wall; the progress snapshot still feeds the wall.
- P95 latency probe in the learn status bar - profiling metric on a learner.
- Exemplar "${gain} dB" readout -> duration only.
- Raw curriculum key L1.01 leaked as visible copy in the booth kicker, the
  progress-list lesson-id span, and the HUD progress index. Human labels and
  1-based positions stay; the raw key reaches no copy (data hooks untouched).

35 learn test files / 204 tests green; by-eye verified in the running app.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Kaan Özkan <rahipdotaci@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants