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

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/json (source) ^2.2.267 -> ^2.2.269 age adoption passing confidence
@sveltejs/kit (source) ^2.7.4 -> ^2.8.0 age adoption passing confidence
@unocss/extractor-svelte (source) ^0.63.6 -> ^0.64.0 age adoption passing confidence
@unocss/reset ^0.63.6 -> ^0.64.0 age adoption passing confidence
svelte (source) ^5.1.9 -> ^5.1.12 age adoption passing confidence
unocss ^0.63.6 -> ^0.64.0 age adoption passing confidence
unplugin-icons ^0.20.0 -> ^0.20.1 age adoption passing confidence
wrangler (source) ^3.84.1 -> ^3.85.0 age adoption passing confidence

Release Notes

iconify/icon-sets (@​iconify/json) ### [`v2.2.269`](https://redirect.github.com/iconify/icon-sets/compare/2.2.268...d7f3ea21f62ada069ebef976665b66dd489f6482) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.268...2.2.269) ### [`v2.2.268`](https://redirect.github.com/iconify/icon-sets/compare/2.2.267...c577918069e568cdc551cb5919943ee842961838) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.267...2.2.268)
sveltejs/kit (@​sveltejs/kit) ### [`v2.8.0`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#280) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.7...@sveltejs/kit@2.8.0) ##### Minor Changes - feat: add helper to identify `ActionFailure` objects ([#​12878](https://redirect.github.com/sveltejs/kit/pull/12878)) ### [`v2.7.7`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#277) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.6...@sveltejs/kit@2.7.7) ##### Patch Changes - fix: update link in JSDoc ([#​12963](https://redirect.github.com/sveltejs/kit/pull/12963)) ### [`v2.7.6`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#276) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.5...@sveltejs/kit@2.7.6) ##### Patch Changes - fix: update broken links in JSDoc ([#​12960](https://redirect.github.com/sveltejs/kit/pull/12960)) ### [`v2.7.5`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#275) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.4...@sveltejs/kit@2.7.5) ##### Patch Changes - fix: warn on invalid cookie name characters ([#​12806](https://redirect.github.com/sveltejs/kit/pull/12806)) - fix: when using `@vitejs/plugin-basic-ssl`, set a no-op proxy config to downgrade from HTTP/2 to TLS since `undici` does not yet enable HTTP/2 by default ([#​12907](https://redirect.github.com/sveltejs/kit/pull/12907))
unocss/unocss (@​unocss/extractor-svelte) ### [`v0.64.0`](https://redirect.github.com/unocss/unocss/releases/tag/v0.64.0) [Compare Source](https://redirect.github.com/unocss/unocss/compare/v0.63.6...v0.64.0) #####    🚨 Breaking Changes - **extactor-attributify**: Make arbitrary variants extractor callable  -  by [@​jonathonadams](https://redirect.github.com/jonathonadams) in [https://github.com/unocss/unocss/issues/4239](https://redirect.github.com/unocss/unocss/issues/4239) [(67f32)](https://redirect.github.com/unocss/unocss/commit/67f3237d) - **preset-mini**: Redefine containers key write style  -  by [@​zyyv](https://redirect.github.com/zyyv) in [https://github.com/unocss/unocss/issues/4248](https://redirect.github.com/unocss/unocss/issues/4248) [(f5002)](https://redirect.github.com/unocss/unocss/commit/f5002d14) #####    🐞 Bug Fixes - **preset-icons**: Support captital letters in className  -  by [@​shenjunjian](https://redirect.github.com/shenjunjian) in [https://github.com/unocss/unocss/issues/4149](https://redirect.github.com/unocss/unocss/issues/4149) [(d7b36)](https://redirect.github.com/unocss/unocss/commit/d7b36227) - **preset-mini**: Delete the space before `marker`  -  by [@​zyyv](https://redirect.github.com/zyyv) in [https://github.com/unocss/unocss/issues/4221](https://redirect.github.com/unocss/unocss/issues/4221) [(df370)](https://redirect.github.com/unocss/unocss/commit/df370a45) - **transfomer-variant-group**: Ignore regex start with `/`  -  by [@​zyyv](https://redirect.github.com/zyyv) in [https://github.com/unocss/unocss/issues/4225](https://redirect.github.com/unocss/unocss/issues/4225) [(a9ada)](https://redirect.github.com/unocss/unocss/commit/a9ada7ac) #####     [View changes on GitHub](https://redirect.github.com/unocss/unocss/compare/v0.63.6...v0.64.0)
sveltejs/svelte (svelte) ### [`v5.1.12`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5112) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.11...svelte@5.1.12) ##### Patch Changes - fix: ignore `as` type expressions on property definitions ([#​14181](https://redirect.github.com/sveltejs/svelte/pull/14181)) - fix: restore active reaction if then block throws ([#​14191](https://redirect.github.com/sveltejs/svelte/pull/14191)) - chore: adds legacy mode flag reducing bundle size in runes mode only apps ([#​14180](https://redirect.github.com/sveltejs/svelte/pull/14180)) ### [`v5.1.11`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5111) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.10...svelte@5.1.11) ##### Patch Changes - fix: error on TypeScript's `readonly` modifier ([#​14153](https://redirect.github.com/sveltejs/svelte/pull/14153)) - fix: remove scoping for `:not` selectors ([#​14177](https://redirect.github.com/sveltejs/svelte/pull/14177)) ### [`v5.1.10`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5110) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.1.9...svelte@5.1.10) ##### Patch Changes - fix: ensure non-matching elements are scoped for `:not(...)` selector ([#​13999](https://redirect.github.com/sveltejs/svelte/pull/13999)) - fix: ensure video elements autoplay in safari ([#​14095](https://redirect.github.com/sveltejs/svelte/pull/14095)) - fix: ensure trailing multiline comments on props produce correct code ([#​14143](https://redirect.github.com/sveltejs/svelte/issues/14143)#issuecomment-2455702689) ([#​14143](https://redirect.github.com/sveltejs/svelte/pull/14143)) - fix: correctly infer `` tag namespace ([#​14134](https://redirect.github.com/sveltejs/svelte/pull/14134)) - fix: check options namespace for top level `svelte:element`s ([#​14101](https://redirect.github.com/sveltejs/svelte/pull/14101)) - fix: ensure migrate keeps inline/trailing comments in $props type definition ([#​14143](https://redirect.github.com/sveltejs/svelte/pull/14143)) - fix: update links in JSDoc ([#​14165](https://redirect.github.com/sveltejs/svelte/pull/14165)) - fix: ensure SvelteMap and SvelteSet work with generators in dev ([#​14103](https://redirect.github.com/sveltejs/svelte/pull/14103)) - fix: only output the key for each_key_duplicate ([#​14147](https://redirect.github.com/sveltejs/svelte/pull/14147)) - fix: prevent migrated snippet from shadow snippet prop ([#​14127](https://redirect.github.com/sveltejs/svelte/pull/14127)) - fix: pass along `anchor` in legacy class wrappers ([#​14100](https://redirect.github.com/sveltejs/svelte/pull/14100)) - fix: recognize all custom element prop definitions ([#​14084](https://redirect.github.com/sveltejs/svelte/pull/14084)) - fix: migrate multiple declarations with only some exported correctly ([#​14126](https://redirect.github.com/sveltejs/svelte/pull/14126))
unplugin/unplugin-icons (unplugin-icons) ### [`v0.20.1`](https://redirect.github.com/unplugin/unplugin-icons/releases/tag/v0.20.1) [Compare Source](https://redirect.github.com/unplugin/unplugin-icons/compare/v0.20.0...v0.20.1) #####    🚀 Features - Support rspack  -  by [@​carter-1uo](https://redirect.github.com/carter-1uo) and **Carter.Luo** in [https://github.com/unplugin/unplugin-icons/issues/388](https://redirect.github.com/unplugin/unplugin-icons/issues/388) [(dda1a)](https://redirect.github.com/unplugin/unplugin-icons/commit/dda1ad0) - **vue3 compiler**: Use `setup` instead `data` (options api can be disabled)  -  by [@​userquin](https://redirect.github.com/userquin) in [https://github.com/unplugin/unplugin-icons/issues/386](https://redirect.github.com/unplugin/unplugin-icons/issues/386) [(0e0e3)](https://redirect.github.com/unplugin/unplugin-icons/commit/0e0e3f4) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-icons/compare/v0.20.0...v0.20.1)
cloudflare/workers-sdk (wrangler) ### [`v3.85.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3850) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.84.1...wrangler@3.85.0) ##### Minor Changes - [#​7105](https://redirect.github.com/cloudflare/workers-sdk/pull/7105) [`a5f1779`](https://redirect.github.com/cloudflare/workers-sdk/commit/a5f177945cc512e1e4dc889c09efa67e5af8ff2b) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added the ability to list, add, remove, and update R2 bucket custom domains. - [#​7132](https://redirect.github.com/cloudflare/workers-sdk/pull/7132) [`89f6274`](https://redirect.github.com/cloudflare/workers-sdk/commit/89f627426bc30b5c76039c9e78a9aab14dcd40c9) Thanks [@​gabivlj](https://redirect.github.com/gabivlj)! - Event messages are capitalized, images of wrong architectures properly show the error in `cloudchamber create` When a new "health" enum is introduced, `wrangler cloudchamber list` won't crash anymore. Update Cloudchamber schemas. - [#​7121](https://redirect.github.com/cloudflare/workers-sdk/pull/7121) [`2278616`](https://redirect.github.com/cloudflare/workers-sdk/commit/2278616b517e17dede77a675d5d2dc6847489f50) Thanks [@​bruxodasilva](https://redirect.github.com/bruxodasilva)! - Added pause and resume commands to manage Workflows and hidded unimplemented delete command ##### Patch Changes - [#​7134](https://redirect.github.com/cloudflare/workers-sdk/pull/7134) [`3ee1353`](https://redirect.github.com/cloudflare/workers-sdk/commit/3ee1353d317c0e137a14f3091b32eecd575cc7a4) Thanks [@​cmackenzie1](https://redirect.github.com/cmackenzie1)! - Change Pipelines to use name instead of ID - [#​7020](https://redirect.github.com/cloudflare/workers-sdk/pull/7020) [`e1d2fd6`](https://redirect.github.com/cloudflare/workers-sdk/commit/e1d2fd668678dadcd46a1a9ca7da17e1627be807) Thanks [@​KianNH](https://redirect.github.com/KianNH)! - chore: move printWranglerBanner for secret delete into handler - [#​7150](https://redirect.github.com/cloudflare/workers-sdk/pull/7150) [`6380d86`](https://redirect.github.com/cloudflare/workers-sdk/commit/6380d864d6c771f3cc81d6a3cd00a8559a6d4839) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - refactor: improve login/logout/whoami setup with the new internal registration utils - [#​6756](https://redirect.github.com/cloudflare/workers-sdk/pull/6756) [`49ef163`](https://redirect.github.com/cloudflare/workers-sdk/commit/49ef163e5d91ac5123cd6ccc29b5f98e0c92d7df) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev)! - chore: disable wrangler.toml warnings when doing `wrangler login` & `wrangler logout` - [#​7164](https://redirect.github.com/cloudflare/workers-sdk/pull/7164) [`1bd4885`](https://redirect.github.com/cloudflare/workers-sdk/commit/1bd4885b5dcba981c0ccf13aa1228262b9101783) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Fix `--test-scheduled` with custom builds & `--x-dev-env`

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 1 week 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
node:fs:1363
  const result = binding.mkdir(
                         ^

Error: ENOENT: no such file or directory, mkdir '/home/ubuntu/.cache/node/corepack/v1'
    at mkdirSync (node:fs:1363:26)
    at getTemporaryFolder (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:21486:27)
    at download (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:21760:21)
    at installVersion (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:21854:61)
    at async Engine.ensurePackageManager (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:22310:32)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:22410:25)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:23096:5) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'mkdir',
  path: '/home/ubuntu/.cache/node/corepack/v1'
}

Node.js v22.11.0
cloudflare-workers-and-pages[bot] commented 1 week ago

Deploying autopulseui with  Cloudflare Pages  Cloudflare Pages

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

View logs