sveltejs / vite-plugin-svelte

Svelte plugin for http://vitejs.dev/
MIT License
819 stars 99 forks source link

chore(deps): update all non-major dependencies #876

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-auto (source) ^3.1.1 -> ^3.2.0 age adoption passing confidence
@sveltejs/adapter-auto (source) 3.1.1 -> 3.2.0 age adoption passing confidence
@tsconfig/svelte (source) ^5.0.2 -> ^5.0.4 age adoption passing confidence
@types/node (source) ^20.11.28 -> ^20.11.30 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.2.0 -> ^7.4.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.2.0 -> ^7.4.0 age adoption passing confidence
autoprefixer ^10.4.18 -> ^10.4.19 age adoption passing confidence
carbon-components-svelte ^0.84.1 -> ^0.85.0 age adoption passing confidence
carbon-preprocess-svelte ^0.10.0 -> ^0.11.0 age adoption passing confidence
dts-buddy ^0.4.4 -> ^0.4.5 age adoption passing confidence
express (source) ^4.18.3 -> ^4.19.2 age adoption passing confidence
postcss (source) ^8.4.36 -> ^8.4.38 age adoption passing confidence
svelte-check ^3.6.7 -> ^3.6.8 age adoption passing confidence
typescript (source) ^5.4.2 -> ^5.4.3 age adoption passing confidence
vite (source) ^5.1.6 -> ^5.2.6 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-auto) ### [`v3.2.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/adapter-auto/CHANGELOG.md#320) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/adapter-auto@3.1.1...@sveltejs/adapter-auto@3.2.0) ##### Minor Changes - feat: add support for Google Cloud Run ([#​12015](https://togithub.com/sveltejs/kit/pull/12015))
tsconfig/bases (@​tsconfig/svelte) ### [`v5.0.4`](https://togithub.com/tsconfig/bases/compare/b02260d1a0e4228dc659c7294789e73afa02f43b...be6b3bb160889347b8614e8d18e1e88c40f8ecc9) [Compare Source](https://togithub.com/tsconfig/bases/compare/b02260d1a0e4228dc659c7294789e73afa02f43b...be6b3bb160889347b8614e8d18e1e88c40f8ecc9) ### [`v5.0.3`](https://togithub.com/tsconfig/bases/compare/5ee68ffc8325546335649525a3553067d2d27830...b02260d1a0e4228dc659c7294789e73afa02f43b) [Compare Source](https://togithub.com/tsconfig/bases/compare/5ee68ffc8325546335649525a3553067d2d27830...b02260d1a0e4228dc659c7294789e73afa02f43b)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.4.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#740-2024-03-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.1...v7.4.0) ##### 🚀 Features - **eslint-plugin:** \[consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata - **eslint-plugin:** \[no-unnecessary-type-arguments] handle tagged templates - **eslint-plugin:** deprecate no-throw-literal and add a renamed only-throw-error ##### 🩹 Fixes - **eslint-plugin:** \[prefer-optional-chain] address multipart nullish checks false positive - **eslint-plugin:** \[prefer-optional-chain] properly disambiguate between `boolean` and `false` - **eslint-plugin:** \[no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside ##### ❤️ Thank You - Abraham Guo - Brad Zacher - Josh Goldberg ✨ - Kim Sang Du - Kirk Waiblinger - Marco Pasqualetti - 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. ### [`v7.3.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#731-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.0...v7.3.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-floating-promises] revert disable of ignoreVoid in strict config ##### ❤️ Thank You - Josh Goldberg ✨ 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. ### [`v7.3.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#730-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.2.0...v7.3.0) ##### 🚀 Features - **eslint-plugin:** \[restrict-template-expressions] add `allowArray` option - **eslint-plugin:** add meta.docs.recommended setting for strict config options - **eslint-plugin:** add rule `use-unknown-in-catch-callback-variables` - **eslint-plugin:** \[prefer-reduce-type-parameter] supports tuple, union, intersection ##### 🩹 Fixes - correct `engines.node` constraints in `package.json` - **eslint-plugin:** \[unbound-method] check method definition in object literal using longhand form - **eslint-plugin:** \[consistent-type-imports] handle imports without specifiers - **eslint-plugin:** \[no-redundant-type-constituents] incorrectly marks & string as redundant - **eslint-plugin:** \[no-unnecessary-qualifier] handle merge namespace with enum - **eslint-plugin:** \[no-unused-expressions] false negatives when using assertions - **eslint-plugin:** \[ban-ts-comment] more accurate handling of multiline comments - **eslint-plugin:** \[explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option - **eslint-plugin:** \[class-literal-property-style] ignore property assigned in constructor - **eslint-plugin:** \[no-unnecessary-type-assertion] fix false negative for const variable declarations ##### ❤️ Thank You - Abraham Guo - Alexu - Arka Pratim Chaudhuri - auvred - Derrick Isaacson - fnx - Josh Goldberg ✨ - Kirk Waiblinger - Marta Cardoso - Michaël De Boey - Tristan Rasmussen - 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) ### [`v7.4.0`](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.1...5d2469142262672e381db3b4a4e2bffa80984810) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.1...v7.4.0) ### [`v7.3.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#731-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.0...v7.3.1) This was a version bump only for parser to align it with other projects, there were no code changes. 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. ### [`v7.3.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#730-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.2.0...v7.3.0) ##### 🩹 Fixes - correct `engines.node` constraints in `package.json` ##### ❤️ Thank You - Abraham Guo - Alexu - Arka Pratim Chaudhuri - auvred - Derrick Isaacson - fnx - Josh Goldberg ✨ - Kirk Waiblinger - Marta Cardoso - Michaël De Boey - Tristan Rasmussen - 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.
postcss/autoprefixer (autoprefixer) ### [`v10.4.19`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10419) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.18...10.4.19) - Removed `end value has mixed support, consider using flex-end` warning since `end`/`start` now have good support.
carbon-design-system/carbon-components-svelte (carbon-components-svelte) ### [`v0.85.0`](https://togithub.com/carbon-design-system/carbon-components-svelte/blob/HEAD/CHANGELOG.md#0850-2024-03-23) [Compare Source](https://togithub.com/carbon-design-system/carbon-components-svelte/compare/v0.84.1...v0.85.0) ##### ⚠ BREAKING CHANGES - use `:global()` for custom UI Shell styles ([#​1940](https://togithub.com/carbon-design-system/carbon-components-svelte/issues/1940)) ([d5a1148](https://togithub.com/carbon-design-system/carbon-components-svelte/commit/d5a11489f8ab9dc05751aa20c420ea4dc6249567)) ##### [0.84.1](https://togithub.com/carbon-design-system/carbon-components-svelte/compare/v0.84.0...v0.84.1) (2024-03-16) ##### Bug Fixes - **checkbox:** forward `on:focus`, `on:blur` to `Checkbox` and `InlineCheckbox` ([#​1937](https://togithub.com/carbon-design-system/carbon-components-svelte/issues/1937)) ([6364b23](https://togithub.com/carbon-design-system/carbon-components-svelte/commit/6364b23030cc0761aa6a0561a1673e89dde47868)) - **data-table:** loosen `sort` return type to be a `number` ([#​1935](https://togithub.com/carbon-design-system/carbon-components-svelte/issues/1935)) ([9132bf8](https://togithub.com/carbon-design-system/carbon-components-svelte/commit/9132bf8e5a2d6ba70d17a0b4fcdea29d0785492c)), closes [#​1934](https://togithub.com/carbon-design-system/carbon-components-svelte/issues/1934) ##### [0.84.0](https://togithub.com/carbon-design-system/carbon-components-svelte/compare/v0.83.0...v0.84.0) (2024-03-08) ##### Features - **ui-shell:** support button tooltip in `HeaderGlobalAction` ([#​1894](https://togithub.com/carbon-design-system/carbon-components-svelte/issues/1894)) ([d8bc651](https://togithub.com/carbon-design-system/carbon-components-svelte/commit/d8bc65163eabacfee348d6248e90f683ac488aef)), closes [#​1893](https://togithub.com/carbon-design-system/carbon-components-svelte/issues/1893) ##### Bug Fixes - **exports:** resolve imports with explicit \*.js extension ([#​1927](https://togithub.com/carbon-design-system/carbon-components-svelte/issues/1927)) ([0405ede](https://togithub.com/carbon-design-system/carbon-components-svelte/commit/0405edee7d1696a157acab941488f8d3a750187f)), closes [#​1925](https://togithub.com/carbon-design-system/carbon-components-svelte/issues/1925)
carbon-design-system/carbon-preprocess-svelte (carbon-preprocess-svelte) ### [`v0.11.0`](https://togithub.com/carbon-design-system/carbon-preprocess-svelte/blob/HEAD/CHANGELOG.md#0110---2024-03-23) [Compare Source](https://togithub.com/carbon-design-system/carbon-preprocess-svelte/compare/v0.10.0...v0.11.0) **Breaking Changes** - Remove all preprocessors except for `optimizeImports` - `optimizeImports`: drop support for `carbon-icons-svelte` version 10, `carbon-pictograms-svelte` version 10 - Rewrite `optimizeCss` plugin from scratch; it's now offered as a Vite/Rollup/Webpack plugin. `carbon-components-svelte@0.85.0` or greater is required
Rich-Harris/dts-buddy (dts-buddy) ### [`v0.4.5`](https://togithub.com/Rich-Harris/dts-buddy/blob/HEAD/CHANGELOG.md#045) [Compare Source](https://togithub.com/Rich-Harris/dts-buddy/compare/v0.4.4...v0.4.5) - Support TypeScript 5.4 ([#​76](https://togithub.com/Rich-Harris/dts-buddy/pull/76))
expressjs/express (express) ### [`v4.19.2`](https://togithub.com/expressjs/express/blob/HEAD/History.md#4192--2024-03-25) [Compare Source](https://togithub.com/expressjs/express/compare/4.19.1...4.19.2) \========== - Improved fix for open redirect allow list bypass ### [`v4.19.1`](https://togithub.com/expressjs/express/blob/HEAD/History.md#4191--2024-03-20) [Compare Source](https://togithub.com/expressjs/express/compare/4.19.0...4.19.1) \========== - Allow passing non-strings to res.location with new encoding handling checks ### [`v4.19.0`](https://togithub.com/expressjs/express/compare/4.18.3...83e77aff6a3859d58206f3ff9501277023c03f87) [Compare Source](https://togithub.com/expressjs/express/compare/4.18.3...4.19.0)
postcss/postcss (postcss) ### [`v8.4.38`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8438) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.37...8.4.38) - Fixed `endIndex: 0` in errors and warnings (by [@​romainmenke](https://togithub.com/romainmenke)). ### [`v8.4.37`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8437) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.36...8.4.37) - Fixed `original.column are not numbers` error in another case.
sveltejs/language-tools (svelte-check) ### [`v3.6.8`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.8) [Compare Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.6.7...svelte-check-3.6.8) - chore: support TypeScript 5.4 ([#​2313](https://togithub.com/sveltejs/language-tools/issues/2313)) - fix: allow falsy values for render tags
Microsoft/TypeScript (typescript) ### [`v5.4.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.3): TypeScript 5.4.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
vitejs/vite (vite) ### [`v5.2.6`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small526-2024-03-24-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.5...v5.2.6) - fix: `fs.deny` with globs with directories ([#​16250](https://togithub.com/vitejs/vite/issues/16250)) ([ba5269c](https://togithub.com/vitejs/vite/commit/ba5269c)), closes [#​16250](https://togithub.com/vitejs/vite/issues/16250) ### [`v5.2.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small525-2024-03-24-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.4...v5.2.5) - fix: avoid SSR requests in waitForRequestIdle ([#​16246](https://togithub.com/vitejs/vite/issues/16246)) ([7093f77](https://togithub.com/vitejs/vite/commit/7093f77)), closes [#​16246](https://togithub.com/vitejs/vite/issues/16246) - docs: clarify enforce vs hook.order ([#​16226](https://togithub.com/vitejs/vite/issues/16226)) ([3a73e48](https://togithub.com/vitejs/vite/commit/3a73e48)), closes [#​16226](https://togithub.com/vitejs/vite/issues/16226) ### [`v5.2.4`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small524-2024-03-23-small) - fix: dont resolve imports with malformed URI ([#​16244](https://togithub.com/vitejs/vite/issues/16244)) ([fbf69d5](https://togithub.com/vitejs/vite/commit/fbf69d5)), closes [#​16244](https://togithub.com/vitejs/vite/issues/16244) ### [`v5.2.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small523-2024-03-22-small) - fix: handle warmup request error correctly ([#​16223](https://togithub.com/vitejs/vite/issues/16223)) ([d7c5256](https://togithub.com/vitejs/vite/commit/d7c5256)), closes [#​16223](https://togithub.com/vitejs/vite/issues/16223) - fix: skip encode if is data uri ([#​16233](https://togithub.com/vitejs/vite/issues/16233)) ([8617e76](https://togithub.com/vitejs/vite/commit/8617e76)), closes [#​16233](https://togithub.com/vitejs/vite/issues/16233) - fix(optimizer): fix `optimizeDeps.include` glob syntax for `./*` exports ([#​16230](https://togithub.com/vitejs/vite/issues/16230)) ([f184c80](https://togithub.com/vitejs/vite/commit/f184c80)), closes [#​16230](https://togithub.com/vitejs/vite/issues/16230) - fix(runtime): fix sourcemap with `prepareStackTrace` ([#​16220](https://togithub.com/vitejs/vite/issues/16220)) ([dad7f4f](https://togithub.com/vitejs/vite/commit/dad7f4f)), closes [#​16220](https://togithub.com/vitejs/vite/issues/16220) - chore: `utf8` replaced with `utf-8` ([#​16232](https://togithub.com/vitejs/vite/issues/16232)) ([9800c73](https://togithub.com/vitejs/vite/commit/9800c73)), closes [#​16232](https://togithub.com/vitejs/vite/issues/16232) ### [`v5.2.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small522-2024-03-20-small) - fix(importAnalysis): skip encode in ssr ([#​16213](https://togithub.com/vitejs/vite/issues/16213)) ([e4d2d60](https://togithub.com/vitejs/vite/commit/e4d2d60)), closes [#​16213](https://togithub.com/vitejs/vite/issues/16213) ### [`v5.2.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small521-2024-03-20-small) - fix: encode path uri only ([#​16212](https://togithub.com/vitejs/vite/issues/16212)) ([0b2e40b](https://togithub.com/vitejs/vite/commit/0b2e40b)), closes [#​16212](https://togithub.com/vitejs/vite/issues/16212) ### [`v5.2.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#520-2024-03-20) - fix: update client.ts@cleanUrl to accomodate blob protocol ([#​16182](https://togithub.com/vitejs/vite/issues/16182)) ([1a3b1d7](https://togithub.com/vitejs/vite/commit/1a3b1d7)), closes [#​16182](https://togithub.com/vitejs/vite/issues/16182) - fix(assets): avoid splitting `,` inside query parameter of image URI in srcset property ([#​16081](https://togithub.com/vitejs/vite/issues/16081)) ([50caf67](https://togithub.com/vitejs/vite/commit/50caf67)), closes [#​16081](https://togithub.com/vitejs/vite/issues/16081) - chore(deps): update all non-major dependencies ([#​16186](https://togithub.com/vitejs/vite/issues/16186)) ([842643d](https://togithub.com/vitejs/vite/commit/842643d)), closes [#​16186](https://togithub.com/vitejs/vite/issues/16186) - perf(transformRequest): fast-path watch and sourcemap handling ([#​16170](https://togithub.com/vitejs/vite/issues/16170)) ([de60f1e](https://togithub.com/vitejs/vite/commit/de60f1e)), closes [#​16170](https://togithub.com/vitejs/vite/issues/16170) - docs: add `@shikiji/vitepress-twoslash` ([#​16168](https://togithub.com/vitejs/vite/issues/16168)) ([6f8a320](https://togithub.com/vitejs/vite/commit/6f8a320)), closes [#​16168](https://togithub.com/vitejs/vite/issues/16168) ### [`v5.1.7`](https://togithub.com/vitejs/vite/releases/tag/v5.1.7) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.1.6...v5.1.7) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md) for details.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.