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 #86

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/json (source) ^2.2.264 -> ^2.2.267 age adoption passing confidence
@sveltejs/kit (source) ^2.7.3 -> ^2.7.4 age adoption passing confidence
daisyui (source) ^4.12.13 -> ^4.12.14 age adoption passing confidence
svelte (source) ^5.1.3 -> ^5.1.9 age adoption passing confidence
unplugin-icons ^0.19.3 -> ^0.20.0 age adoption passing confidence
wrangler (source) ^3.83.0 -> ^3.84.1 age adoption passing confidence

Release Notes

iconify/icon-sets (@​iconify/json) ### [`v2.2.267`](https://redirect.github.com/iconify/icon-sets/compare/2.2.266...2.2.267) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.266...2.2.267) ### [`v2.2.266`](https://redirect.github.com/iconify/icon-sets/compare/2.2.265...2.2.266) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.265...2.2.266) ### [`v2.2.265`](https://redirect.github.com/iconify/icon-sets/compare/2.2.264...2.2.265) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.264...2.2.265)
sveltejs/kit (@​sveltejs/kit) ### [`v2.7.4`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#274) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.3...@sveltejs/kit@2.7.4) ##### Patch Changes - fix: ensure element is focused after subsequent clicks of the same hash link ([#​12866](https://redirect.github.com/sveltejs/kit/pull/12866)) - fix: avoid preload if event default was prevented for `touchstart` and `mousedown` events ([#​12887](https://redirect.github.com/sveltejs/kit/pull/12887)) - fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page ([#​12866](https://redirect.github.com/sveltejs/kit/pull/12866))
saadeghi/daisyui (daisyui) ### [`v4.12.14`](https://redirect.github.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#41214-2024-10-28) [Compare Source](https://redirect.github.com/saadeghi/daisyui/compare/v4.12.13...v4.12.14) ##### Bug Fixes - nested drawer-end ([1c39933](https://redirect.github.com/saadeghi/daisyui/commit/1c39933084ef4a2b643bdc480eb44bb0cb291864)), closes [#​3249](https://redirect.github.com/saadeghi/daisyui/issues/3249)
sveltejs/svelte (svelte) ### [`v5.1.9`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#519) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.8...svelte@5.1.9) ##### Patch Changes - fix: ensure transitions are applied to nested elements ([#​14080](https://redirect.github.com/sveltejs/svelte/pull/14080)) ### [`v5.1.8`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#518) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.7...svelte@5.1.8) ##### Patch Changes - fix: ensure compiler statements are correctly included ([#​14074](https://redirect.github.com/sveltejs/svelte/pull/14074)) ### [`v5.1.7`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#517) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.6...svelte@5.1.7) ##### Patch Changes - fix: ensure each block inert items are disposed of if the each block is also inert ([#​13930](https://redirect.github.com/sveltejs/svelte/pull/13930)) - fix: allow `warningFilter` option for `compileModule` ([#​14066](https://redirect.github.com/sveltejs/svelte/pull/14066)) - fix: ensure onMount correctly fires when new expressions are used ([#​14049](https://redirect.github.com/sveltejs/svelte/pull/14049)) - fix: wrap `:id`, `:where``:not` and `:has` with `:global` during migration ([#​13850](https://redirect.github.com/sveltejs/svelte/pull/13850)) - fix: ensure custom element attribute/prop changes are in their own context ([#​14016](https://redirect.github.com/sveltejs/svelte/pull/14016)) ### [`v5.1.6`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#516) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.5...svelte@5.1.6) ##### Patch Changes - fix: ensure child effects are destroyed before their deriveds ([#​14043](https://redirect.github.com/sveltejs/svelte/pull/14043)) ### [`v5.1.5`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#515) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.4...svelte@5.1.5) ##### Patch Changes - fix: replace typo in compiler error messages ([#​14044](https://redirect.github.com/sveltejs/svelte/pull/14044)) - fix: preserve the separator between selectors when an unused selector is in between ([#​13954](https://redirect.github.com/sveltejs/svelte/pull/13954)) - fix: more robust re-subscribe detection for `fromStore` ([#​13995](https://redirect.github.com/sveltejs/svelte/pull/13995)) - fix: allow to pass in TS preference to migration ([#​13929](https://redirect.github.com/sveltejs/svelte/pull/13929)) - fix: extend derived/state validation error to indirect exports ([#​14039](https://redirect.github.com/sveltejs/svelte/pull/14039)) - fix: minify inject CSS in prod mode ([#​14006](https://redirect.github.com/sveltejs/svelte/pull/14006)) - fix: ensure toStore subscription correctly syncs latest value ([#​14015](https://redirect.github.com/sveltejs/svelte/pull/14015)) - fix: don't access `requestAnimationFrame` until needed to reduce need for mocks during testing ([#​14040](https://redirect.github.com/sveltejs/svelte/pull/14040)) - fix: ensure element effects are executed in the correct order ([#​14038](https://redirect.github.com/sveltejs/svelte/pull/14038)) - fix: make compiler error extend from `Error` ([#​14036](https://redirect.github.com/sveltejs/svelte/pull/14036)) ### [`v5.1.4`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#514) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.3...svelte@5.1.4) ##### Patch Changes - fix: add empty stack to `CompileDiagnostic` to show error on build ([#​13942](https://redirect.github.com/sveltejs/svelte/pull/13942)) - fix: ensure effect_tracking correctly handles tracking reactions ([#​14005](https://redirect.github.com/sveltejs/svelte/pull/14005)) - fix: update broken links ([#​13944](https://redirect.github.com/sveltejs/svelte/pull/13944)) - fix: more exhaustive check during `SvelteMap.set` in deriveds ([#​13951](https://redirect.github.com/sveltejs/svelte/pull/13951)) - fix: trim whitespace while migrating blocks ([#​13941](https://redirect.github.com/sveltejs/svelte/pull/13941)) - fix: update links that previously pointed to preview site ([#​14001](https://redirect.github.com/sveltejs/svelte/pull/14001)) - fix: properly migrate imports types prefixed with $ ([#​14007](https://redirect.github.com/sveltejs/svelte/pull/14007))
unplugin/unplugin-icons (unplugin-icons) ### [`v0.20.0`](https://redirect.github.com/unplugin/unplugin-icons/releases/tag/v0.20.0) [Compare Source](https://redirect.github.com/unplugin/unplugin-icons/compare/v0.19.3...v0.20.0) #####    🚨 Breaking Changes - Add Svelte5 specific types  -  by [@​mattdavis90](https://redirect.github.com/mattdavis90) in [https://github.com/unplugin/unplugin-icons/issues/381](https://redirect.github.com/unplugin/unplugin-icons/issues/381) [(996c7)](https://redirect.github.com/unplugin/unplugin-icons/commit/996c78c) #####    🐞 Bug Fixes - Svelte import requires svelte as peer dep  -  by [@​hmnd](https://redirect.github.com/hmnd) in [https://github.com/unplugin/unplugin-icons/issues/382](https://redirect.github.com/unplugin/unplugin-icons/issues/382) [(17a59)](https://redirect.github.com/unplugin/unplugin-icons/commit/17a59ea) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-icons/compare/v0.19.3...v0.20.0)
cloudflare/workers-sdk (wrangler) ### [`v3.84.1`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3841) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.84.0...wrangler@3.84.1) ##### Patch Changes - [#​7141](https://redirect.github.com/cloudflare/workers-sdk/pull/7141) [`d938bb3`](https://redirect.github.com/cloudflare/workers-sdk/commit/d938bb395d77e2be9ab708eb4ace722fc39153e8) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: throw a better error if there is an "ASSETS" user binding in a Pages projects - [#​7124](https://redirect.github.com/cloudflare/workers-sdk/pull/7124) [`f8ebdd1`](https://redirect.github.com/cloudflare/workers-sdk/commit/f8ebdd1b2ba7cdc30a17c19dc66aed064213b2a6) Thanks [@​skepticfx](https://redirect.github.com/skepticfx)! - fix: Modify Cloudchamber deployment labels in interactive mode ### [`v3.84.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3840) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.83.0...wrangler@3.84.0) ##### Minor Changes - [#​6999](https://redirect.github.com/cloudflare/workers-sdk/pull/6999) [`0111edb`](https://redirect.github.com/cloudflare/workers-sdk/commit/0111edb9da466184885085be5e755ceb4970a486) Thanks [@​garvit-gupta](https://redirect.github.com/garvit-gupta)! - docs: Vectorize GA Announcement Banner - [#​6916](https://redirect.github.com/cloudflare/workers-sdk/pull/6916) [`a33a133`](https://redirect.github.com/cloudflare/workers-sdk/commit/a33a133f884741d347f85f059631ae6461c46fdd) Thanks [@​garrettgu10](https://redirect.github.com/garrettgu10)! - Local development now supports Vectorize bindings - [#​7004](https://redirect.github.com/cloudflare/workers-sdk/pull/7004) [`15ef013`](https://redirect.github.com/cloudflare/workers-sdk/commit/15ef013f1bd006915d01477e9e65f8ac51e7dce9) Thanks [@​garvit-gupta](https://redirect.github.com/garvit-gupta)! - feat: Enable Vectorize query by id via Wrangler - [#​7092](https://redirect.github.com/cloudflare/workers-sdk/pull/7092) [`038fdd9`](https://redirect.github.com/cloudflare/workers-sdk/commit/038fdd97aaab9db3b6a76cd0e0d9cf7a786f9ac8) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added location hint option for the Wrangler R2 bucket create command - [#​7024](https://redirect.github.com/cloudflare/workers-sdk/pull/7024) [`bd66d51`](https://redirect.github.com/cloudflare/workers-sdk/commit/bd66d511a90dd7a635ec94e95f806be7de569212) Thanks [@​xortive](https://redirect.github.com/xortive)! - feature: allow using a connection string when updating hyperdrive configs both `hyperdrive create` and `hyperdrive update` now support updating configs with connection strings. ##### Patch Changes - [#​7091](https://redirect.github.com/cloudflare/workers-sdk/pull/7091) [`68a2a84`](https://redirect.github.com/cloudflare/workers-sdk/commit/68a2a8460375cfa0fba8c7c7384b0168e5e4415d) Thanks [@​taylorlee](https://redirect.github.com/taylorlee)! - fix: synchronize observability settings during `wrangler versions deploy` When running `wrangler versions deploy`, Wrangler will now update `observability` settings in addition to `logpush` and `tail_consumers`. Unlike `wrangler deploy`, it will not disable observability when `observability` is undefined in `wrangler.toml`. - [#​7080](https://redirect.github.com/cloudflare/workers-sdk/pull/7080) [`924ec18`](https://redirect.github.com/cloudflare/workers-sdk/commit/924ec18c249f49700d070e725be675fd5f99259b) Thanks [@​vicb](https://redirect.github.com/vicb)! - chore(wrangler): update unenv dependency version - [#​7097](https://redirect.github.com/cloudflare/workers-sdk/pull/7097) [`8ca4b32`](https://redirect.github.com/cloudflare/workers-sdk/commit/8ca4b327443c38df55236509e2a782c6496ba89d) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: remove deprecation warnings for `wrangler init` We will not be removing `wrangler init` (it just delegates to create-cloudflare now). These warnings were causing confusion for users as it `wrangler init` is still recommended in many places. - [#​7073](https://redirect.github.com/cloudflare/workers-sdk/pull/7073) [`656a444`](https://redirect.github.com/cloudflare/workers-sdk/commit/656a444fc7d363c1b7154fdf73eed0a81b003882) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Internal refactor to remove `es-module-lexer` and support `wrangler types` for Workers with Durable Objects & JSX - [#​7024](https://redirect.github.com/cloudflare/workers-sdk/pull/7024) [`bd66d51`](https://redirect.github.com/cloudflare/workers-sdk/commit/bd66d511a90dd7a635ec94e95f806be7de569212) Thanks [@​xortive](https://redirect.github.com/xortive)! - fix: make individual parameters work for `wrangler hyperdrive create` when not using HoA `wrangler hyperdrive create` individual parameters were not setting the database name correctly when calling the api. - [#​7024](https://redirect.github.com/cloudflare/workers-sdk/pull/7024) [`bd66d51`](https://redirect.github.com/cloudflare/workers-sdk/commit/bd66d511a90dd7a635ec94e95f806be7de569212) Thanks [@​xortive](https://redirect.github.com/xortive)! - refactor: use same param parsing code for `wrangler hyperdrive create` and `wrangler hyperdrive update` ensures that going forward, both commands support the same features and have the same names for config flags

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.

cloudflare-workers-and-pages[bot] commented 2 weeks ago

Deploying autopulseui with  Cloudflare Pages  Cloudflare Pages

Latest commit: b8585da
Status: ✅  Deploy successful!
Preview URL: https://c04d3f01.autopulseui.pages.dev
Branch Preview URL: https://renovate-all-non-major-dev.autopulseui.pages.dev

View logs

renovate[bot] commented 1 week ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.