donmccurdy / glTF-Transform

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

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) 1.27.3 -> 1.27.5 age adoption passing confidence
@types/command-exists (source) 1.2.2 -> 1.2.3 age adoption passing confidence
@types/draco3dgltf (source) 1.4.2 -> 1.4.3 age adoption passing confidence
@types/ndarray (source) 1.0.13 -> 1.0.14 age adoption passing confidence
@types/node (source) 20.8.10 -> 20.9.0 age adoption passing confidence
@types/node-gzip (source) 1.1.2 -> 1.1.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.9.1 -> 6.10.0 age adoption passing confidence
@typescript-eslint/parser 6.9.1 -> 6.10.0 age adoption passing confidence
eslint-plugin-svelte (source) 2.34.1 -> 2.35.0 age adoption passing confidence
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence
prettier-plugin-svelte 3.0.3 -> 3.1.0 age adoption passing confidence
svelte (source) 4.2.2 -> 4.2.3 age adoption passing confidence
svelte-check 3.5.2 -> 3.6.0 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit) ### [`v1.27.5`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1275) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.4...@sveltejs/kit@1.27.5) ##### Patch Changes - fix: add vite.config.js to included files in generated tsconfig ([#​10788](https://togithub.com/sveltejs/kit/pull/10788)) - fix: cache location.origin on startup ([#​11004](https://togithub.com/sveltejs/kit/pull/11004)) ### [`v1.27.4`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1274) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.3...@sveltejs/kit@1.27.4) ##### Patch Changes - fix: generate `__data.json` for prerendered pages when SSR is turned off ([#​10988](https://togithub.com/sveltejs/kit/pull/10988)) - chore: cleanup ([#​11002](https://togithub.com/sveltejs/kit/pull/11002))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6100-2023-11-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) ##### Bug Fixes - **eslint-plugin:** \[no-unused-vars] handle logical assignment ([#​7854](https://togithub.com/typescript-eslint/typescript-eslint/issues/7854)) ([11e57c5](https://togithub.com/typescript-eslint/typescript-eslint/commit/11e57c5937cc2ad2e6b035f8d3fb25a918490960)) - **eslint-plugin:** \[require-await] add support for "await using" ([#​7866](https://togithub.com/typescript-eslint/typescript-eslint/issues/7866)) ([855abea](https://togithub.com/typescript-eslint/typescript-eslint/commit/855abea2d7ba0235e61430f9481117af5f8f1bf7)) ##### Features - **eslint-plugin:** \[ban-ts-comments] suggest ts-expect-error over ts-ignore ([#​7849](https://togithub.com/typescript-eslint/typescript-eslint/issues/7849)) ([5e73a48](https://togithub.com/typescript-eslint/typescript-eslint/commit/5e73a4810add09470426129bc6b267cfaa42c378)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [6.9.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30) ##### Bug Fixes - **eslint-plugin:** \[naming-convention] allow PascalCase for imports ([#​7841](https://togithub.com/typescript-eslint/typescript-eslint/issues/7841)) ([7ad86ee](https://togithub.com/typescript-eslint/typescript-eslint/commit/7ad86eead76fa9e96573ac011376c1cb8c009cee)) - **eslint-plugin:** \[no-unused-expressions] handle TSInstantiationExpression expression ([#​7831](https://togithub.com/typescript-eslint/typescript-eslint/issues/7831)) ([31988e0](https://togithub.com/typescript-eslint/typescript-eslint/commit/31988e0d2e6cf5e6bb9bb287958b1f03ca084259)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6100-2023-11-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [6.9.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte) ### [`v2.35.0`](https://togithub.com/sveltejs/eslint-plugin-svelte/blob/HEAD/CHANGELOG.md#2350) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/v2.34.1...v2.35.0) ##### Minor Changes - [#​608](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/608) [`ff28fd3`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/ff28fd328254a0b7327078a878c9486f4db1b7c8) Thanks [@​marekdedic](https://togithub.com/marekdedic)! - feat: added the no-inline-styles rule - [#​605](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/605) [`ef5f965`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/ef5f965024935c9bf6224450243223066789501e) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: use eslint-compat-utils
prettier/prettier (prettier) ### [`v3.1.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#310) [Compare Source](https://togithub.com/prettier/prettier/compare/3.0.3...3.1.0) [diff](https://togithub.com/prettier/prettier/compare/3.0.3...3.1.0) 🔗 [Release Notes](https://prettier.io/blog/2023/11/13/3.1.0.html)
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte) ### [`v3.1.0`](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/v3.0.3...7b7c91631e1b76488f81fe0618648f0b7199b122) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/v3.0.3...v3.1.0)
sveltejs/svelte (svelte) ### [`v4.2.3`](https://togithub.com/sveltejs/svelte/releases/tag/svelte%404.2.3) [Compare Source](https://togithub.com/sveltejs/svelte/compare/svelte@4.2.2...svelte@4.2.3) ##### Patch Changes - fix: improve a11y-click-events-have-key-events message ([#​9358](https://togithub.com/sveltejs/svelte/pull/9358)) - fix: more robust hydration of html tag ([#​9184](https://togithub.com/sveltejs/svelte/pull/9184))
sveltejs/language-tools (svelte-check) ### [`v3.6.0`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.0) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.5.2...svelte-check-3.6.0) - chore: various cleanup work - fix: enhance numberOnlyAttributes list

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.