Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#79
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@iconify/json (source) 2.2.392 -> 2.2.406 age confidence devDependencies patch
@sveltejs/kit (source) 2.45.0 -> 2.48.4 age confidence devDependencies minor
@tailwindcss/vite (source) 4.1.14 -> 4.1.17 age confidence devDependencies patch
@vite-pwa/assets-generator 1.0.1 -> 1.0.2 age confidence devDependencies patch
@vite-pwa/sveltekit 1.0.0 -> 1.0.1 age confidence devDependencies patch
bits-ui 2.11.4 -> 2.14.3 age confidence devDependencies minor
layerchart 2.0.0-next.40 -> 2.0.0-next.42 age confidence devDependencies patch
node (source) 22.20.0 -> 22.21.1 age confidence minor
pnpm (source) 10.18.1 -> 10.22.0 age confidence packageManager minor
prettier-plugin-tailwindcss ^0.6.14 -> ^0.7.0 age confidence devDependencies minor
runed (source) ^0.34.0 -> ^0.36.0 age confidence devDependencies minor
sharp (source, changelog) 0.34.4 -> 0.34.5 age confidence devDependencies patch
svelte (source) 5.39.9 -> 5.43.6 age confidence devDependencies minor
svelte-check 4.3.2 -> 4.3.4 age confidence devDependencies patch
sveltekit-superforms (source) 2.27.2 -> 2.28.1 age confidence devDependencies minor
tailwind-merge 3.3.1 -> 3.4.0 age confidence devDependencies minor
tailwindcss (source) 4.1.14 -> 4.1.17 age confidence devDependencies patch
unplugin-icons 22.4.2 -> 22.5.0 age confidence devDependencies minor
vite-plugin-pwa 1.0.3 -> 1.1.0 age confidence devDependencies minor
wrangler (source) 4.42.0 -> 4.47.0 age confidence devDependencies minor

Release Notes

iconify/icon-sets (@​iconify/json)

v2.2.406

Compare Source

v2.2.405

Compare Source

v2.2.404

Compare Source

v2.2.403

Compare Source

v2.2.402

Compare Source

v2.2.401

Compare Source

v2.2.400

Compare Source

v2.2.399

Compare Source

v2.2.398

Compare Source

v2.2.397

Compare Source

v2.2.396

Compare Source

v2.2.395

Compare Source

v2.2.394

Compare Source

v2.2.393

Compare Source

sveltejs/kit (@​sveltejs/kit)

v2.48.4

Compare Source

Patch Changes
  • fix: adjust query's promise implementation to properly allow chaining (#​14859)

  • fix: make prerender cache work, including in development (#​14860)

v2.48.3

Compare Source

Patch Changes
  • fix: include hash when using resolve with hash routing enabled (#​14786)

  • fix: afterNavigate callback not running after hydration when experimental async is enabled (#​14644)
    fix: Snapshot restore method not called after reload when experimental async is enabled

  • fix: expose issue.path in .allIssues() (#​14784)

v2.48.2

Compare Source

Patch Changes
  • fix: update DOM before running navigate callbacks (#​14829)

v2.48.1

Compare Source

Patch Changes
  • fix: wait for commit promise instead of settled (#​14818)

v2.48.0

Compare Source

Minor Changes
  • feat: use experimental fork API when available (#​14793)
Patch Changes
  • fix: await for settled instead of tick in navigate (#​14800)

v2.47.3

Compare Source

Patch Changes
  • fix: avoid hanging when error() is used while streaming promises from a server load function (#​14722)

  • chore: treeshake load function code if we know it's unused (#​14764)

  • fix: RecursiveFormFields type for recursive or unknown schemas (#​14734)

  • fix: rework internal representation of form value to be $state (#​14771)

v2.47.2

Compare Source

Patch Changes
  • fix: streamed promise not resolving when another load function returns a fast resolving promise (#​14753)

  • chore: allow to run preflight validation only (#​14744)

  • fix: update overload to set invalid type to schema input (#​14748)

v2.47.1

Compare Source

Patch Changes
  • fix: allow read to be used at the top-level of remote function files (#​14672)

  • fix: more robust remote files generation (#​14682)

v2.47.0

Compare Source

Minor Changes
Patch Changes
  • fix: resolve remote module syntax errors with trailing expressions (#​14728)

v2.46.5

Compare Source

Patch Changes
  • fix: ensure form remote functions' fields.set triggers reactivity (#​14661)

v2.46.4

Compare Source

Patch Changes
  • fix: prevent access of Svelte 5-only untrack function (#​14658)

v2.46.3

Compare Source

Patch Changes
  • fix: merge field.set(...) calls (#​14651)

  • fix: don't automatically reset form after an enhanced submission (#​14626)

  • fix: normalize path strings when updating field values (#​14649)

v2.46.2

Compare Source

Patch Changes
  • fix: prevent code execution order issues around SvelteKit's env modules (#​14637)

v2.46.1

Compare Source

Patch Changes
  • fix: use $derived for form fields (#​14621)

  • docs: remove @example blocks to allow docs to deploy (#​14636)

  • fix: require a value with submit and hidden fields (#​14635)

  • fix: delete hydration cache on effect teardown (#​14611)

v2.46.0

Compare Source

Minor Changes
  • feat: imperative form validation (#​14624)
Patch Changes
  • fix: wait a tick before collecting form data for validation (#​14631)

  • fix: prevent code execution order issues around SvelteKit's env modules (#​14632)

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.17

Compare Source

Fixed
  • Substitute @variant inside legacy JS APIs (#​19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#​19242)

v4.1.16

Compare Source

Fixed
  • Discard candidates with an empty data type (#​19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#​19176)
  • Fix invalid colors due to nested & (#​19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#​19178)

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed
vite-pwa/assets-generator (@​vite-pwa/assets-generator)

v1.0.2

Compare Source

No significant changes

    View changes on GitHub
vite-pwa/sveltekit (@​vite-pwa/sveltekit)

v1.0.1

Compare Source

No significant changes

    View changes on GitHub
huntabyte/bits-ui (bits-ui)

v2.14.3

Compare Source

Patch Changes
  • fix(ContextMenu): allow overriding tabindex of trigger (#​1887)

  • fix(Calendar, DateField, DatePicker, DateRangeField, DateRangePicker, RangeCalendar): Change default placeholder behaviour to choose the closest available value to current date, in case current date is outside of allowed range by minValue and maxValue. (#​1874)

v2.14.2

Compare Source

Patch Changes
  • added $bindable to menu.root value (#​1868)
  • fix(Tooltip): ensure hovering between triggers of the same provider is smooth (#​1875)

v2.14.1

Compare Source

Patch Changes
  • chore: simplify internals (#​1853)

  • fix(DateField): fallback to infer hour cycle from locale (#​1859)

v2.14.0

Compare Source

Minor Changes
  • feat(Popover): add Popover.Overlay component (#​1851)

v2.13.1

Compare Source

Patch Changes
  • fix(ContextMenu): left clicking the trigger when open should register as outside click event (#​1848)

v2.13.0

Compare Source

Minor Changes
  • feat(Menu): expose openDelay prop on *Menu.SubTrigger to control open delay (#​1845)

v2.12.0

Compare Source

Minor Changes
  • feat(AlertDialog): add nested attributes and CSS vars for better styling of nested dialogs (#​1841)

  • feat(Dialog): add nested attributes and CSS vars for better styling of nested dialogs (#​1841)

v2.11.8

Compare Source

Patch Changes
  • fix(Command): allow selection of the initial value when passed as the value prop (#​1837)

  • fix(Select): prevent interrupting scroll when virtual select items are added (#​1830)

  • chore: update runed and svelte-toolbelt (#​1838)

v2.11.7

Compare Source

Patch Changes
  • fix(ContextMenu): not opening under certain conditions (#​1831)

v2.11.6

Compare Source

Patch Changes
  • fix(DropdownMenu): focus restoration issue (#​1827)

v2.11.5

Compare Source

Patch Changes
  • fix(Select): don't submit empty string when no values are selected in multiple mode (#​1816)
techniq/layerchart (layerchart)

v2.0.0-next.42

Compare Source

Patch Changes
  • fix(Calendar): Respect start instead of always start of year (#​657)

v2.0.0-next.41

Compare Source

Patch Changes
  • fix(Tooltip): Correctly set tooltip position on chart enter and exit (#​655)
nodejs/node (node)

v22.21.1: 2025-10-28, Version 22.21.1 'Jod' (LTS), @​aduh95

Compare Source

Commits

v22.21.0: 2025-10-20, Version 22.21.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [1486fedea1] - (SEMVER-MINOR) cli: add --use-env-proxy (Joyee Cheung) #​59151
  • [bedaaa11fc] - (SEMVER-MINOR) http: support http proxy for fetch under NODE_USE_ENV_PROXY (Joyee Cheung) #​57165
  • [af8b5fa29d] - (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry) #​59824
  • [42102594b1] - (SEMVER-MINOR) http,https: add built-in proxy support in http/https.request and Agent (Joyee Cheung) #​58980
  • [686ac49b82] - (SEMVER-MINOR) src: add percentage support to --max-old-space-size (Asaf Federman) #​59082
Commits

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Oct 13, 2025

Deploying lipu-svelte with  Cloudflare Pages  Cloudflare Pages

Latest commit: e582c3a
Status: ✅  Deploy successful!
Preview URL: https://27d1deb0.lipu-svelte.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.lipu-svelte.pages.dev

View logs

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 22 times, most recently from f9e3ba9 to 6b8daa5 Compare October 20, 2025 01:05
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c73c54f to d67002f Compare October 23, 2025 13:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8315b9a to 39435a6 Compare November 1, 2025 02:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 543d4d6 to 5f6c1a6 Compare November 10, 2025 03:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3830b96 to 84a492e Compare November 11, 2025 16:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 84a492e to e582c3a Compare November 12, 2025 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant