dan-online / autopulse

💫 automated scanning tool that bridges media organizers such as Sonarr and Radarr with media servers such as Plex and Jellyfin
https://autopulse.dancodes.online
MIT License
127 stars 5 forks source link

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

Open renovate[bot] opened 12 hours ago

renovate[bot] commented 12 hours ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/json (source) ^2.2.270 -> ^2.2.273 age adoption passing confidence
@sveltejs/kit (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) ^4.0.0 -> ^4.0.1 age adoption passing confidence
@unocss/extractor-svelte (source) ^0.64.0 -> ^0.64.1 age adoption passing confidence
@unocss/reset ^0.64.0 -> ^0.64.1 age adoption passing confidence
svelte (source) ^5.1.13 -> ^5.2.2 age adoption passing confidence
svelte-check ^4.0.6 -> ^4.0.9 age adoption passing confidence
unocss ^0.64.0 -> ^0.64.1 age adoption passing confidence
vite (source) ^5.4.10 -> ^5.4.11 age adoption passing confidence
wrangler (source) ^3.86.0 -> ^3.87.0 age adoption passing confidence

Release Notes

iconify/icon-sets (@​iconify/json) ### [`v2.2.273`](https://redirect.github.com/iconify/icon-sets/compare/2.2.272...2.2.273) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.272...2.2.273) ### [`v2.2.272`](https://redirect.github.com/iconify/icon-sets/compare/2.2.271...2.2.272) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.271...2.2.272) ### [`v2.2.271`](https://redirect.github.com/iconify/icon-sets/compare/2.2.270...2.2.271) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.270...2.2.271)
sveltejs/kit (@​sveltejs/kit) ### [`v2.8.1`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#281) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.0...@sveltejs/kit@2.8.1) ##### Patch Changes - fix: only add nonce to `script-src-elem`, `style-src-attr` and `style-src-elem` CSP directives when `unsafe-inline` is not present ([#​11613](https://redirect.github.com/sveltejs/kit/pull/11613)) - fix: support HTTP/2 in dev and production. Revert the changes from [#​12907](https://redirect.github.com/sveltejs/kit/pull/12907) to downgrade HTTP/2 to TLS as now being unnecessary ([#​12989](https://redirect.github.com/sveltejs/kit/pull/12989))
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte) ### [`v4.0.1`](https://redirect.github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#401) [Compare Source](https://redirect.github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@4.0.0...@sveltejs/vite-plugin-svelte@4.0.1) ##### Patch Changes - removed references to compiler options no longer available in svelte5 ([#​1010](https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1010))
unocss/unocss (@​unocss/extractor-svelte) ### [`v0.64.1`](https://redirect.github.com/unocss/unocss/releases/tag/v0.64.1) [Compare Source](https://redirect.github.com/unocss/unocss/compare/v0.64.0...v0.64.1) *No significant changes* #####     [View changes on GitHub](https://redirect.github.com/unocss/unocss/compare/v0.64.0...v0.64.1)
sveltejs/svelte (svelte) ### [`v5.2.2`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#522) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.2.1...svelte@5.2.2) ##### Patch Changes - fix: treat property accesses of literals as pure ([#​14325](https://redirect.github.com/sveltejs/svelte/pull/14325)) ### [`v5.2.1`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#521) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.2.0...svelte@5.2.1) ##### Patch Changes - fix: mark pseudo classes nested inside `:not` as used ([#​14303](https://redirect.github.com/sveltejs/svelte/pull/14303)) - fix: disallow invalid attributes for `` and `` ([#​14228](https://redirect.github.com/sveltejs/svelte/pull/14228)) - fix: ensure props passed to components via mount are updateable ([#​14210](https://redirect.github.com/sveltejs/svelte/pull/14210)) - fix: mark subtree dynamic for img with loading attribute ([#​14317](https://redirect.github.com/sveltejs/svelte/pull/14317)) - fix: avoid relying on Node specifics within compiler ([#​14314](https://redirect.github.com/sveltejs/svelte/pull/14314)) ### [`v5.2.0`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#520) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.17...svelte@5.2.0) ##### Minor Changes - feat: better inlining of static attributes ([#​14269](https://redirect.github.com/sveltejs/svelte/pull/14269)) ### [`v5.1.17`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5117) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.16...svelte@5.1.17) ##### Patch Changes - fix: account for `:has(...)` as part of `:root` ([#​14229](https://redirect.github.com/sveltejs/svelte/pull/14229)) - fix: prevent nested pseudo class from being marked as unused ([#​14229](https://redirect.github.com/sveltejs/svelte/pull/14229)) - fix: use strict equality for key block comparisons in runes mode ([#​14285](https://redirect.github.com/sveltejs/svelte/pull/14285)) - fix: bump `is-reference` dependency to fix `import.meta` bug ([#​14286](https://redirect.github.com/sveltejs/svelte/pull/14286)) ### [`v5.1.16`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5116) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.15...svelte@5.1.16) ##### Patch Changes - fix: don't wrap pseudo classes inside `:global(...)` with another `:global(...)` during migration ([#​14267](https://redirect.github.com/sveltejs/svelte/pull/14267)) - fix: bail on named slots with that have reserved keywords during migration ([#​14278](https://redirect.github.com/sveltejs/svelte/pull/14278)) ### [`v5.1.15`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5115) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.14...svelte@5.1.15) ##### Patch Changes - fix: consider static attributes that are inlined in the template ([#​14249](https://redirect.github.com/sveltejs/svelte/pull/14249)) ### [`v5.1.14`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5114) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.13...svelte@5.1.14) ##### Patch Changes - fix: migration script messing with attributes ([#​14260](https://redirect.github.com/sveltejs/svelte/pull/14260)) - fix: do not treat reassigned synthetic binds as state in runes mode ([#​14236](https://redirect.github.com/sveltejs/svelte/pull/14236)) - fix: account for mutations in script module in ownership check ([#​14253](https://redirect.github.com/sveltejs/svelte/pull/14253)) - fix: consider img with loading attribute not static ([#​14237](https://redirect.github.com/sveltejs/svelte/pull/14237))
sveltejs/language-tools (svelte-check) ### [`v4.0.9`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-4.0.9) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-4.0.8...svelte-check-4.0.9) - fix: detect shadowed variables/types during type hoisting ([#​2590](https://redirect.github.com/sveltejs/language-tools/issues/2590)) ### [`v4.0.8`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-4.0.8) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-4.0.7...svelte-check-4.0.8) - fix: fall back to any instead of unknown for untyped $props ([#​2582](https://redirect.github.com/sveltejs/language-tools/issues/2582)) - fix: robustify and fix file writing ([#​2584](https://redirect.github.com/sveltejs/language-tools/issues/2584)) - fix: hoist types related to $props rune if possible ([#​2571](https://redirect.github.com/sveltejs/language-tools/issues/2571)) ### [`v4.0.7`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-4.0.7) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-4.0.6...svelte-check-4.0.7) - fix: `$props`: infer types for `$bindable`, infer function type from arrow function
vitejs/vite (vite) ### [`v5.4.11`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.11) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.10...v5.4.11) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md) for details.
cloudflare/workers-sdk (wrangler) ### [`v3.87.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3870) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.86.1...wrangler@3.87.0) ##### Minor Changes - [#​7201](https://redirect.github.com/cloudflare/workers-sdk/pull/7201) [`beed72e`](https://redirect.github.com/cloudflare/workers-sdk/commit/beed72e7f3611c06ba777cd3a253a03a6eca2a17) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - feat: Tail Consumers are now supported for Workers with assets. You can now configure `tail_consumers` in conjunction with `assets` in your `wrangler.toml` file. Read more about [Static Assets](https://developers.cloudflare.com/workers/static-assets/) and [Tail Consumers](https://developers.cloudflare.com/workers/observability/logs/tail-workers/) in the documentation. - [#​7212](https://redirect.github.com/cloudflare/workers-sdk/pull/7212) [`837f2f5`](https://redirect.github.com/cloudflare/workers-sdk/commit/837f2f569bb300b93acc6fd22d96f11e468fa552) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added r2 bucket info command to Wrangler. Improved formatting of r2 bucket list output ##### Patch Changes - [#​7210](https://redirect.github.com/cloudflare/workers-sdk/pull/7210) [`c12c0fe`](https://redirect.github.com/cloudflare/workers-sdk/commit/c12c0fed888421215c15af9755f895bcfd635d8c) Thanks [@​taylorlee](https://redirect.github.com/taylorlee)! - Avoid an unnecessary GET request during `wrangler deploy`. - [#​7197](https://redirect.github.com/cloudflare/workers-sdk/pull/7197) [`4814455`](https://redirect.github.com/cloudflare/workers-sdk/commit/481445571735978b6af036254a82b3b9ca73f161) Thanks [@​michelheusschen](https://redirect.github.com/michelheusschen)! - fix console output for `wrangler d1 migrations create` - [#​6795](https://redirect.github.com/cloudflare/workers-sdk/pull/6795) [`94f07ee`](https://redirect.github.com/cloudflare/workers-sdk/commit/94f07eec15bf48ab4792b9b39e960c5c92fbf517) Thanks [@​benmccann](https://redirect.github.com/benmccann)! - chore: upgrade chokidar to v4 - [#​7133](https://redirect.github.com/cloudflare/workers-sdk/pull/7133) [`c46e02d`](https://redirect.github.com/cloudflare/workers-sdk/commit/c46e02dfd7e951ccd8d33db87c00c3772c085487) Thanks [@​gpanders](https://redirect.github.com/gpanders)! - Do not emit escape sequences when stdout is not a TTY ### [`v3.86.1`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3861) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.86.0...wrangler@3.86.1) ##### Patch Changes - [#​7069](https://redirect.github.com/cloudflare/workers-sdk/pull/7069) [`b499b74`](https://redirect.github.com/cloudflare/workers-sdk/commit/b499b743e2720ca57e9f156f3e945a7d7afe98ac) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Internal refactor to remove the non `--x-dev-env` flow from `wrangler dev`

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 12 hours ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: ui/yarn.lock
! Corepack is about to download https://repo.yarnpkg.com/4.5.1/packages/yarnpkg-cli/bin/yarn.js
/usr/local/bin/node: line 19:   164 Killed                  /opt/containerbase/tools/node/22.11.0/bin/node --use-openssl-ca "$@"
cloudflare-workers-and-pages[bot] commented 12 hours ago

Deploying autopulseui with  Cloudflare Pages  Cloudflare Pages

Latest commit: 242a2ab
Status:🚫  Build failed.

View logs