sveltejs / vite-plugin-svelte

Svelte plugin for http://vitejs.dev/
MIT License
864 stars 105 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-auto (source) ^2.0.1 -> ^2.1.0 age adoption passing confidence
@sveltejs/kit (source) ^1.16.3 -> ^1.20.0 age adoption passing confidence
@types/debug (source) ^4.1.7 -> ^4.1.8 age adoption passing confidence
@types/node (source) ^18.16.8 -> ^18.16.16 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.59.5 -> ^5.59.7 age adoption passing confidence
@typescript-eslint/parser ^5.59.5 -> ^5.59.7 age adoption passing confidence
carbon-components-svelte ^0.73.5 -> ^0.75.0 age adoption passing confidence
esbuild ^0.17.18 -> ^0.17.19 age adoption passing confidence
eslint (source) ^8.40.0 -> ^8.41.0 age adoption passing confidence
playwright-core (source) ^1.33.0 -> ^1.34.3 age adoption passing confidence
pnpm (source) 8.5.0 -> 8.6.0 age adoption passing confidence
postcss (source) ^8.4.23 -> ^8.4.24 age adoption passing confidence
prettier-plugin-svelte ^2.10.0 -> ^2.10.1 age adoption passing confidence
rimraf ^5.0.0 -> ^5.0.1 age adoption passing confidence
svelte-check ^3.3.2 -> ^3.4.3 age adoption passing confidence
svelte-hmr ^0.15.1 -> ^0.15.2 age adoption passing confidence
svelte-preprocess ^5.0.3 -> ^5.0.4 age adoption passing confidence
vite (source) ^4.3.5 -> ^4.3.9 age adoption passing confidence
vitest ^0.31.0 -> ^0.31.1 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-auto) ### [`v2.1.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/adapter-auto/CHANGELOG.md#​210) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/adapter-auto@2.0.1...@sveltejs/adapter-auto@2.1.0) ##### Minor Changes - \[feat] support AWS via SST ([#​9874](https://togithub.com/sveltejs/kit/pull/9874))
sveltejs/kit (@​sveltejs/kit) ### [`v1.20.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1200) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.19.0...@sveltejs/kit@1.20.0) ##### Minor Changes - feat: support Svelte 4 ([#​10048](https://togithub.com/sveltejs/kit/pull/10048)) ### [`v1.19.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1190) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.18.0...@sveltejs/kit@1.19.0) ##### Minor Changes - feat: allow link options to be set to `"true"` and `"false"` ([#​10039](https://togithub.com/sveltejs/kit/pull/10039)) - feat: add `resolvePath` export for building relative paths from route IDs and parameters ([#​9949](https://togithub.com/sveltejs/kit/pull/9949)) ##### Patch Changes - fix: prevent history change when clicking same hash link ([#​10032](https://togithub.com/sveltejs/kit/pull/10032)) - fix: gracefully handle server endpoints that return `Response`s with immutable `Headers` when prerendering ([#​10030](https://togithub.com/sveltejs/kit/pull/10030)) - fix: do not add content-security-policy meta element if content is empty ([#​10026](https://togithub.com/sveltejs/kit/pull/10026)) - docs: correct `ResolveOptions['preload']` inline documentation ([#​10037](https://togithub.com/sveltejs/kit/pull/10037)) - fix: avoid creating update check timer on the server ([#​10015](https://togithub.com/sveltejs/kit/pull/10015)) ### [`v1.18.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1180) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.17.1...@sveltejs/kit@1.18.0) ##### Minor Changes - security: Stop implicitly tracking URLs as dependencies in server-side `load`s ([#​9945](https://togithub.com/sveltejs/kit/pull/9945)) ### [`v1.17.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1171) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.17.0...@sveltejs/kit@1.17.1) ##### Patch Changes - fix: ensure styles are loaded in dev mode for routes containing special characters ([#​9894](https://togithub.com/sveltejs/kit/pull/9894)) - feat: warn users when enhancing forms with files but no `enctype="multipart/form-data"` ([#​9888](https://togithub.com/sveltejs/kit/pull/9888)) ### [`v1.17.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#​1170) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.16.3...@sveltejs/kit@1.17.0) ##### Minor Changes - feat: unshadow `data` and `form` in `enhance` and warn about future deprecation when used in `dev` mode ([#​9902](https://togithub.com/sveltejs/kit/pull/9902)) - feat: crawl URLs in `` tags ([#​9900](https://togithub.com/sveltejs/kit/pull/9900)) ##### Patch Changes - fix: avoid trying to inline raw or url css imports ([#​9925](https://togithub.com/sveltejs/kit/pull/9925)) - feat: prerender in worker rather than subprocess to support Deno ([#​9919](https://togithub.com/sveltejs/kit/pull/9919)) - perf: add ` Githubissues.
  • Githubissues is a development platform for aggregating issues.