Skip to content

chore(deps): update non-major updates#77

Open
bottd wants to merge 1 commit intomainfrom
renovate/non-major-updates
Open

chore(deps): update non-major updates#77
bottd wants to merge 1 commit intomainfrom
renovate/non-major-updates

Conversation

@bottd
Copy link
Copy Markdown
Owner

@bottd bottd commented Mar 18, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/workers-types 4.20260405.14.20260425.1 age confidence
@internationalized/date (source) 3.12.03.12.1 age confidence
@libsql/client (source) 0.17.20.17.3 age confidence
@lucide/svelte (source) 1.7.01.11.0 age confidence
@sveltejs/kit (source) 2.56.12.58.0 age confidence
@tailwindcss/vite (source) 4.2.24.2.4 age confidence
@takumi-rs/helpers (source) 1.0.71.1.2 age confidence
@tanstack/svelte-query (source) 6.1.136.1.20 age confidence
@types/node (source) 25.5.225.6.0 age confidence
@types/node (source) 24.12.024.12.2 age confidence
@vitest/browser (source) 4.1.34.1.5 age confidence
@vitest/browser-playwright (source) 4.1.34.1.5 age confidence
bits-ui 2.17.22.18.0 age confidence
eslint (source) 10.2.010.2.1 age confidence
eslint-plugin-svelte (source) 3.17.03.17.1 age confidence
globals 17.4.017.5.0 age confidence
happy-dom 20.8.920.9.0 age confidence
happy-dom 20.8.420.9.0 age confidence
msw (source) 2.13.02.13.6 age confidence
prettier (source) 3.8.13.8.3 age confidence
prettier-plugin-tailwindcss 0.7.20.7.3 age confidence
react (source) 19.2.419.2.5 age confidence
svelte (source) 5.55.15.55.5 age confidence
svelte-meta-tags (source) 4.5.24.6.0 age confidence
svelte-sonner 1.1.01.1.1 age confidence
tailwindcss (source) 4.2.24.2.4 age confidence
typescript (source) 6.0.26.0.3 age confidence
typescript-eslint (source) 8.58.08.59.0 age confidence
vite (source) 8.0.78.0.10 age confidence
vite-plugin-norg 4.0.64.0.10 age confidence
vitest (source) 4.1.34.1.5 age confidence
wrangler (source) 4.80.04.85.0 age confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20260425.1

Compare Source

v4.20260424.1

Compare Source

v4.20260423.1

Compare Source

v4.20260422.2

Compare Source

v4.20260422.1

Compare Source

v4.20260421.1

Compare Source

v4.20260420.1

Compare Source

v4.20260418.1

Compare Source

v4.20260417.1

Compare Source

v4.20260416.2

Compare Source

v4.20260416.1

Compare Source

v4.20260415.1

Compare Source

v4.20260414.1

Compare Source

v4.20260413.1

Compare Source

v4.20260412.2

Compare Source

v4.20260412.1

Compare Source

v4.20260411.1

Compare Source

v4.20260410.1

Compare Source

v4.20260409.1

Compare Source

v4.20260408.1

Compare Source

adobe/react-spectrum (@​internationalized/date)

v3.12.1

Compare Source

tursodatabase/libsql-client-ts (@​libsql/client)

v0.17.3

Compare Source

lucide-icons/lucide (@​lucide/svelte)

v1.11.0: Version 1.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.11.0

v1.10.0: Version 1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.10.0

v1.9.0: Version 1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.8.0...1.9.0

v1.8.0: Version 1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.7.0...1.8.0

sveltejs/kit (@​sveltejs/kit)

v2.58.0

Compare Source

Minor Changes
  • breaking: require limit in requested (as originally intended) (#​15739)

  • feat: RemoteQueryFunction gains an optional third generic parameter Validated (defaulting to Input) that represents the argument type after schema validation/transformation (#​15739)

  • breaking: requested now yields { arg, query } entries instead of the validated argument (#​15739)

Patch Changes
  • fix: allow query().current, .error, .loading, and .ready to work in non-reactive contexts (#​15699)

  • fix: prevent deep_set crash on nullish nested values (#​15600)

  • fix: restore correct RemoteFormFields typing for nullable array fields (e.g. when a schema uses .default([])), so .as('checkbox') and friends work again (#​15723)

  • fix: don't warn about removed SSI comments in transformPageChunk (#​15695)

    Server-side include (SSI) directives like <!--#include virtual="..." --> are HTML comments that are replaced by servers such as nginx. Previously, removing them in transformPageChunk would trigger a false positive warning about breaking Svelte's hydration. Since SSI comments always start with <!--# and Svelte's hydration comments never do, they can be safely excluded from the check.

  • Change enhance function return type from void to MaybePromise. (#​15710)

  • fix: throw an error when resolve is called with an external URL (#​15733)

  • fix: avoid FOUC for CSR-only pages by loading styles and fonts before CSR starts (#​15718)

  • fix: reset form result on redirect (#​15724)

v2.57.1

Compare Source

Patch Changes
  • fix: better validation for redirect inputs (10d7b44)

  • fix: enforce BODY_SIZE_LIMIT on chunked requests (3202ed6)

  • fix: use default values as fallbacks (#​15680)

  • fix: relax form typings for union types (#​15687)

v2.57.0

Compare Source

Minor Changes
  • feat: return boolean from submit to indicate submission validity for enhanced form remote functions (#​15530)
Patch Changes
  • fix: use array type for select fields that accept multiple values (#​15591)

  • fix: silently 404 Chrome DevTools workspaces request in dev and preview (#​15656)

  • fix: config.kit.csp.directives['trusted-types'] requires 'svelte-trusted-html' (and 'sveltekit-trusted-url' when a service worker is automatically registered) if it is configured (#​15323)

  • fix: avoid inlineDynamicImports ignored with codeSplitting warning when using Vite 8 (#​15647)

  • fix: reimplement treeshaking non-dynamic prerendered remote functions (#​15447)

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)
kane50613/takumi (@​takumi-rs/helpers)

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.16

Compare Source

v1.0.15

Compare Source

v1.0.14

Compare Source

v1.0.13

Compare Source

v1.0.12

Compare Source

v1.0.11

Compare Source

v1.0.10

Compare Source

v1.0.9

Compare Source

v1.0.8

Compare Source

Patch Changes
  • 8886c01: Replace noto emoji source with googlefonts/noto-emoji with Unicode 17 support
  • b287c43: Update Twemoji to v17
TanStack/query (@​tanstack/svelte-query)

v6.1.20

Patch Changes

v6.1.19

Compare Source

Patch Changes

v6.1.18

Compare Source

Patch Changes

v6.1.17

Compare Source

Patch Changes

v6.1.16

Compare Source

Patch Changes

v6.1.15

Compare Source

Patch Changes

v6.1.14

Compare Source

Patch Changes
vitest-dev/vitest (@​vitest/browser)

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
huntabyte/bits-ui (bits-ui)

v2.18.0

Compare Source

Minor Changes
  • feat(Select): Add <Select.Value/> component (#​2026)

  • feat(PinInput): add bindable inputRef on PinInput.Root (#​2028)

v2.17.3

Compare Source

Patch Changes
  • fix(ContextMenu): treat outside interactions correctly for nested floaters inside the trigger (#​2020)
eslint/eslint (eslint)

v10.2.1

Compare Source

Bug Fixes


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • "every weekday"
  • 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 has been generated by Mend Renovate.

@bottd bottd force-pushed the renovate/non-major-updates branch 2 times, most recently from 227f862 to 52baf2a Compare March 20, 2026 05:27
@bottd bottd changed the title chore(deps): update non-major updates fix(deps): update non-major updates Mar 20, 2026
@bottd bottd force-pushed the renovate/non-major-updates branch 7 times, most recently from cf626bd to df31550 Compare March 27, 2026 05:37
@bottd bottd force-pushed the renovate/non-major-updates branch 8 times, most recently from 782aabd to d020d35 Compare April 4, 2026 05:31
@bottd bottd force-pushed the renovate/non-major-updates branch 3 times, most recently from 0d4790a to 449eece Compare April 8, 2026 05:38
@bottd bottd changed the title fix(deps): update non-major updates chore(deps): update non-major updates Apr 8, 2026
@bottd bottd force-pushed the renovate/non-major-updates branch 7 times, most recently from c6445ff to 9f88aa5 Compare April 15, 2026 05:45
@bottd bottd force-pushed the renovate/non-major-updates branch from 9f88aa5 to 4a67e0b Compare April 16, 2026 05:46
@bottd bottd force-pushed the renovate/non-major-updates branch 7 times, most recently from 6d10f70 to 4f57b75 Compare April 23, 2026 05:48
@bottd bottd force-pushed the renovate/non-major-updates branch from 4f57b75 to f7e6533 Compare April 24, 2026 05:51
@bottd bottd force-pushed the renovate/non-major-updates branch from f7e6533 to 2f52332 Compare April 25, 2026 05:38
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.

2 participants