donmccurdy / glTF-Transform

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

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

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.11.16 -> 20.11.17 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.20.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.20.0 -> 6.21.0 age adoption passing confidence
lerna (source) 8.0.2 -> 8.1.2 age adoption passing confidence
svelte (source) 4.2.9 -> 4.2.10 age adoption passing confidence
svelte-check 3.6.3 -> 3.6.4 age adoption passing confidence
tsx 4.7.0 -> 4.7.1 age adoption passing confidence
vite (source) 5.0.12 -> 5.1.1 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6210-2024-02-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0) ##### 🚀 Features - export plugin metadata - allow `parserOptions.project: false` - **eslint-plugin:** add rule prefer-find ##### 🩹 Fixes - **eslint-plugin:** \[no-unused-vars] don't report on types referenced in export assignment expression - **eslint-plugin:** \[switch-exhaustiveness-check] better support for intersections, infinite types, non-union values - **eslint-plugin:** \[consistent-type-imports] dont report on types used in export assignment expressions - **eslint-plugin:** \[no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option - **eslint-plugin:** \[class-literal-property-style] allow getter when same key setter exists - **eslint-plugin:** \[no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before `as` keyword ##### ❤️ Thank You - auvred - Brad Zacher - Kirk Waiblinger - Pete Gonzalez - YeonJuan 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.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6210-2024-02-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0) ##### 🚀 Features - allow `parserOptions.project: false` ##### ❤️ Thank You - auvred - Brad Zacher - Kirk Waiblinger - Pete Gonzalez - YeonJuan 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.
lerna/lerna (lerna) ### [`v8.1.2`](https://togithub.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#812-2024-02-05) [Compare Source](https://togithub.com/lerna/lerna/compare/v8.1.1...v8.1.2) **Note:** Version bump only for package lerna ### [`v8.1.1`](https://togithub.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#811-2024-02-05) [Compare Source](https://togithub.com/lerna/lerna/compare/v8.1.0...v8.1.1) **Note:** Version bump only for package lerna ### [`v8.1.0`](https://togithub.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#810-2024-02-05) [Compare Source](https://togithub.com/lerna/lerna/compare/v8.0.2...v8.1.0) ##### Features - support nx v18 ([#​3950](https://togithub.com/lerna/lerna/issues/3950)) ([ea3fb65](https://togithub.com/lerna/lerna/commit/ea3fb65b5f8f9af11a4acea3c63222283ea869d5)) #### [8.0.2](https://togithub.com/lerna/lerna/compare/v8.0.1...v8.0.2) (2024-01-05) ##### Bug Fixes - **add-caching:** explicitly set targetDefaults for all scripts ([#​3929](https://togithub.com/lerna/lerna/issues/3929)) ([dae18c9](https://togithub.com/lerna/lerna/commit/dae18c927a47326b29d35f8897e02632adb93790)) #### [8.0.1](https://togithub.com/lerna/lerna/compare/v8.0.0...v8.0.1) (2023-12-15) ##### Bug Fixes - update node-gyp usage to v10 to resolve npm warning ([#​3919](https://togithub.com/lerna/lerna/issues/3919)) ([f5fdcba](https://togithub.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c))
sveltejs/svelte (svelte) ### [`v4.2.10`](https://togithub.com/sveltejs/svelte/releases/tag/svelte%404.2.10) [Compare Source](https://togithub.com/sveltejs/svelte/compare/svelte@4.2.9...svelte@4.2.10) ##### Patch Changes - fix: add `scrollend` event type ([#​10336](https://togithub.com/sveltejs/svelte/pull/10336)) - fix: add `fetchpriority` attribute type ([#​10390](https://togithub.com/sveltejs/svelte/pull/10390)) - fix: Add `miter-clip` and `arcs` to `stroke-linejoin` attribute ([#​10377](https://togithub.com/sveltejs/svelte/pull/10377)) - fix: make inline doc links valid ([#​10366](https://togithub.com/sveltejs/svelte/pull/10366))
sveltejs/language-tools (svelte-check) ### [`v3.6.4`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.4) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.4) - fix: take type annotations into account when transforming one-way bindings ([#​2283](https://togithub.com/sveltejs/language-tools/issues/2283)) Svelte 5: - fix: deduplicate generate props/events/slot types correctly ([#​2269](https://togithub.com/sveltejs/language-tools/issues/2269)) - fix: adjust snippet code generation for new AST shape ([#​2282](https://togithub.com/sveltejs/language-tools/issues/2282)) - fix: ensure correct types for media bindings ([#​2284](https://togithub.com/sveltejs/language-tools/issues/2284)) - fix: implict children tweaks ([#​2285](https://togithub.com/sveltejs/language-tools/issues/2285)) ([#​2263](https://togithub.com/sveltejs/language-tools/issues/2263))
privatenumber/tsx (tsx) ### [`v4.7.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.7.1) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.7.0...v4.7.1) ##### Bug Fixes - escape `import.meta.url` passed to esbuild ([#​474](https://togithub.com/privatenumber/tsx/issues/474)) ([e23592e](https://togithub.com/privatenumber/tsx/commit/e23592ea6485cfecfb6915098fc7423fcc03a3b6)) - remove the pipe file before starting the ipc server ([#​459](https://togithub.com/privatenumber/tsx/issues/459)) ([0ed0097](https://togithub.com/privatenumber/tsx/commit/0ed00976165b45cf7928e582ce1debf9d1133ef3)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.7.1)
vitejs/vite (vite) ### [`v5.1.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small511-2024-02-09-small) - fix: empty CSS file was output when only .css?url is used ([#​15846](https://togithub.com/vitejs/vite/issues/15846)) ([b2873ac](https://togithub.com/vitejs/vite/commit/b2873ac)), closes [#​15846](https://togithub.com/vitejs/vite/issues/15846) - fix: skip not only .js but also .mjs manifest entries ([#​15841](https://togithub.com/vitejs/vite/issues/15841)) ([3d860e7](https://togithub.com/vitejs/vite/commit/3d860e7)), closes [#​15841](https://togithub.com/vitejs/vite/issues/15841) - chore: post 5.1 release edits ([#​15840](https://togithub.com/vitejs/vite/issues/15840)) ([9da6502](https://togithub.com/vitejs/vite/commit/9da6502)), closes [#​15840](https://togithub.com/vitejs/vite/issues/15840) ### [`v5.1.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#510-2024-02-08) - chore: revert [#​15746](https://togithub.com/vitejs/vite/issues/15746) ([#​15839](https://togithub.com/vitejs/vite/issues/15839)) ([ed875f8](https://togithub.com/vitejs/vite/commit/ed875f8)), closes [#​15746](https://togithub.com/vitejs/vite/issues/15746) [#​15839](https://togithub.com/vitejs/vite/issues/15839) - fix: pass `customLogger` to `loadConfigFromFile` (fix [#​15824](https://togithub.com/vitejs/vite/issues/15824)) ([#​15831](https://togithub.com/vitejs/vite/issues/15831)) ([55a3427](https://togithub.com/vitejs/vite/commit/55a3427)), closes [#​15824](https://togithub.com/vitejs/vite/issues/15824) [#​15831](https://togithub.com/vitejs/vite/issues/15831) - fix(deps): update all non-major dependencies ([#​15803](https://togithub.com/vitejs/vite/issues/15803)) ([e0a6ef2](https://togithub.com/vitejs/vite/commit/e0a6ef2)), closes [#​15803](https://togithub.com/vitejs/vite/issues/15803) - refactor: remove `vite build --force` ([#​15837](https://togithub.com/vitejs/vite/issues/15837)) ([f1a4242](https://togithub.com/vitejs/vite/commit/f1a4242)), closes [#​15837](https://togithub.com/vitejs/vite/issues/15837)

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.