donmccurdy / glTF-Transform

glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.
https://gltf-transform.dev
MIT License
1.43k stars 150 forks source link

chore(deps): update devdependencies (non-major) #1449

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.14.9 -> 20.14.10 age adoption passing confidence
highlight.js (source) 11.9.0 -> 11.10.0 age adoption passing confidence
lerna (source) 8.1.5 -> 8.1.6 age adoption passing confidence
rimraf 5.0.7 -> 5.0.8 age adoption passing confidence
three (source) 0.166.0 -> 0.166.1 age adoption passing confidence
tsx (source) 4.16.0 -> 4.16.2 age adoption passing confidence
typescript (source) 5.5.2 -> 5.5.3 age adoption passing confidence
vite (source) 5.3.2 -> 5.3.3 age adoption passing confidence

Release Notes

highlightjs/highlight.js (highlight.js) ### [`v11.10.0`](https://togithub.com/highlightjs/highlight.js/blob/HEAD/CHANGES.md#Version-11100) [Compare Source](https://togithub.com/highlightjs/highlight.js/compare/11.9.0...11.10.0) CAVEATS / POTENTIALLY BREAKING CHANGES - Drops support for Node 16.x, which is no longer supported by Node.js. Core Grammars: - enh(typescript) add support for `satisfies` operator [Kisaragi Hiu][] - enc(c) added more C23 keywords [Melkor-1][] - enh(json) added jsonc as an alias [BackupMiles][] - enh(gml) updated to latest language version (GML v2024.2) [gnysek][] - enh(c) added more C23 keywords and preprcoessor directives [Eisenwave][] - enh(js/ts) support namespaced tagged template strings [Aral Balkan][] - enh(perl) fix false-positive variable match at end of string [Josh Goebel][] - fix(cpp) not all kinds of number literals are highlighted correctly [Lê Duy Quang][] - fix(css) fix overly greedy pseudo class matching [Bradley Mackey][] - enh(arcade) updated to ArcGIS Arcade version 1.24 [Kristian Ekenes][] - fix(typescript): params types [Mohamed Ali][] - fix(rust) fix escaped double quotes in string [Mohamed Ali][] - fix(rust) fix for r# raw identifier not being highlighted correctly. [JaeBaek Lee][] - enh(rust) Adding union to be recognized as a keyword in Rust. [JaeBaek Lee][] - fix(yaml) fix for yaml with keys having brackets highlighted incorrectly [Aneesh Kulkarni][] - fix(csharp) add raw string highlighting for C# 11. [Tara][] - fix(bash) fix # within token being detected as the start of a comment [Felix Uhl][] - fix(python) fix `or` conflicts with string highlighting [Mohamed Ali][] - enh(python) adds a scope to the `self` variable \[Lee Falin]\[] - enh(delphi) allow digits to be omitted for hex and binary literals [Jonah Jeleniewski][] - enh(delphi) add support for digit separators [Jonah Jeleniewski][] - enh(delphi) add support for character strings with non-decimal numerics [Jonah Jeleniewski][] - fix(javascript) incorrect function name highlighting [CY Fung][] - fix(1c) fix escaped symbols "+-;():=,\[]" literals [Vitaly Barilko][] - fix(swift) correctly highlight generics and conformances in type definitions [Bradley Mackey][] - enh(swift) add package keyword [Bradley Mackey][] - fix(swift) ensure keyword attributes highlight correctly [Bradley Mackey][] - fix(types) fix interface LanguageDetail > keywords [Patrick Chiu] - enh(java) add `goto` to be recognized as a keyword in Java [Alvin Joy][] - enh(bash) add keyword `sudo` [Alvin Joy][] - fix(haxe) captures `new` keyword without capturing it within variables/class names [Cameron Taylor][] - fix(go) fix go number literals to accept `_` separators, add hex p exponents [Lisa Ugray][] - enh(markdown) add entity support \[David Schach]\[] [TaraLei][] - enh(css) add `justify-items` and `justify-self` attributes [Vasily Polovnyov][] - enh(css) add `accent-color`, `appearance`, `color-scheme`, `rotate`, `scale` and `translate` attributes [Carl Räfting][] - fix(fortran) fixes parsing of keywords delimited by dots [Julien Bloino][] - enh(css) add `select`, `option`, `optgroup`, `picture` and `source` to list of known tags [Vasily Polovnyov][] - enh(css) add `inset`, `inset-*`, `border-start-*-radius` and `border-end-*-radius` attributes [Vasily Polovnyov][] - enh(css) add `text-decoration-skip-ink`, `text-decoration-thickness` and `text-underline-offset` attributes [Vasily Polovnyov][] New Grammars: - added 3rd party CODEOWNERS grammar to SUPPORTED_LANGUAGES [nataliia-radina][] - added 3rd party Luau grammar to SUPPORTED_LANGUAGES [Robloxian Demo][] - added 3rd party ReScript grammar to SUPPORTED_LANGUAGES [Paul Tsnobiladzé][] - added 3rd party Zig grammar to SUPPORTED_LANGUAGES \[Hyou BunKen]\[] - added 3rd party WGSL grammar to SUPPORTED_LANGUAGES [Arman Uguray][] - added 3rd party Unison grammar to SUPPORTED_LANGUAGES [Rúnar Bjarnason][] - added 3rd party Phix grammar to SUPPORTED_LANGUAGES [PeteLomax][] - added 3rd party Mirth grammar to SUPPORTED_LANGUAGES [Sierra][] - added 3rd party JSONata grammar to SUPPORTED_LANGUAGES [Vlad Dimov][] Developer Tool: - enh(tools): order CSS options picklist \[David Schach]\[] - enh(tools): remove duplicate CSS options \[David Schach]\[] - (typescript): deprecate old `highlight` API \[Misha Kaletsky]\[] Themes: - Added `1c-light` theme a like in the IDE 1C:Enterprise 8 (for 1c) [Vitaly Barilko][] [Kisaragi Hiu]: https://togithub.com/kisaragi-hiu [Melkor-1]: https://togithub.com/Melkor-1 [PeteLomax]: https://togithub.com/petelomax [gnysek]: https://togithub.com/gnysek [Eisenwave]: https://togithub.com/Eisenwave [Aral Balkan]: https://togithub.com/aral [Lê Duy Quang]: https://togithub.com/leduyquang753 [Mohamed Ali]: https://togithub.com/MohamedAli00949 [JaeBaek Lee]: https://togithub.com/ThinkingVincent [Bradley Mackey]: https://togithub.com/bradleymackey [Kristian Ekenes]: https://togithub.com/ekenes [Aneesh Kulkarni]: https://togithub.com/aneesh98 [Bruno Meneguele]: https://togithub.com/bmeneg [Tara]: https://togithub.com/taralei [Felix Uhl]: https://togithub.com/iFreilicht [nataliia-radina]: https://togithub.com/Nataliia-Radina [Robloxian Demo]: https://togithub.com/RobloxianDemo [Paul Tsnobiladzé]: https://togithub.com/tsnobip [Jonah Jeleniewski]: https://togithub.com/cirras [Josh Goebel]: https://togithub.com/joshgoebel [CY Fung]: https://togithub.com/cyfung1031 [Vitaly Barilko]: https://togithub.com/Diversus23 [Patrick Chiu]: https://togithub.com/patrick-kw-chiu [Alvin Joy]: https://togithub.com/alvinsjoy [Lisa Ugray]: https://togithub.com/lugray [TaraLei]: https://togithub.com/TaraLei [Cameron Taylor]: https://togithub.com/ninjamuffin99 [Vasily Polovnyov]: https://togithub.com/vast [Arman Uguray]: https://togithub.com/armansito [Rúnar Bjarnason]: https://togithub.com/runarorama [Carl Räfting]: https://togithub.com/carlrafting [BackupMiles]: https://togithub.com/BackupMiles [Julien Bloino]: https://togithub.com/jbloino [Sierra]: https://togithub.com/casuallyblue [Vlad Dimov]: https://togithub.com/DevDimov
lerna/lerna (lerna) ### [`v8.1.6`](https://togithub.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#816-2024-07-05) [Compare Source](https://togithub.com/lerna/lerna/compare/v8.1.5...v8.1.6) ##### Bug Fixes - set explicit string-width dependency ([#​4038](https://togithub.com/lerna/lerna/issues/4038)) ([5f3603a](https://togithub.com/lerna/lerna/commit/5f3603a6f44a858ee65b1535ab91d3497812ddb8))
isaacs/rimraf (rimraf) ### [`v5.0.8`](https://togithub.com/isaacs/rimraf/compare/v5.0.7...v5.0.8) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.7...v5.0.8)
mrdoob/three.js (three) ### [`v0.166.1`](https://togithub.com/mrdoob/three.js/compare/3b3c00165044b44b76a3d452fd4ed973348c680b...1845f6cd0525b5c73b9da33c40e198c360af29f1) [Compare Source](https://togithub.com/mrdoob/three.js/compare/3b3c00165044b44b76a3d452fd4ed973348c680b...1845f6cd0525b5c73b9da33c40e198c360af29f1)
privatenumber/tsx (tsx) ### [`v4.16.2`](https://togithub.com/privatenumber/tsx/compare/v4.16.1...042be032246ef8964a4b6bf4602a9dca7c875d52) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.1...v4.16.2) ### [`v4.16.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.16.1) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.0...v4.16.1) ##### Bug Fixes - **cjs:** isolate implicit resolver enhancement ([#​59](https://togithub.com/privatenumber/tsx/issues/59)) ([143a5bd](https://togithub.com/privatenumber/tsx/commit/143a5bd8394154fbaa2bef235168678ad96a6454)) - **cjs:** namespace filter to preserve file path ([6ef949c](https://togithub.com/privatenumber/tsx/commit/6ef949cf8b62eebfadb029d70c775732c8a87d2a)) - **esm:** implicit resolution with tsconfig paths ([a74aa58](https://togithub.com/privatenumber/tsx/commit/a74aa5857aa848a27f34198aa0ce9d028fda5801)), closes [#​607](https://togithub.com/privatenumber/tsx/issues/607) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.1)
Microsoft/TypeScript (typescript) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)
vitejs/vite (vite) ### [`v5.3.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small533-2024-07-03-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.2...v5.3.3) - fix: lazily evaluate \__vite\_\_mapDeps files ([#​17602](https://togithub.com/vitejs/vite/issues/17602)) ([dafff4a](https://togithub.com/vitejs/vite/commit/dafff4a)), closes [#​17602](https://togithub.com/vitejs/vite/issues/17602) - fix(deps): update all non-major dependencies ([#​17590](https://togithub.com/vitejs/vite/issues/17590)) ([012490c](https://togithub.com/vitejs/vite/commit/012490c)), closes [#​17590](https://togithub.com/vitejs/vite/issues/17590) - fix(lib): remove pure CSS dynamic import ([#​17601](https://togithub.com/vitejs/vite/issues/17601)) ([055f1c1](https://togithub.com/vitejs/vite/commit/055f1c1)), closes [#​17601](https://togithub.com/vitejs/vite/issues/17601) - fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option ([#​17563](https://togithub.com/vitejs/vite/issues/17563)) ([14c3d49](https://togithub.com/vitejs/vite/commit/14c3d49)), closes [#​17563](https://togithub.com/vitejs/vite/issues/17563)

Configuration

📅 Schedule: Branch creation - "after 1am and before 7am on monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.