Open
Conversation
227f862 to
52baf2a
Compare
cf626bd to
df31550
Compare
782aabd to
d020d35
Compare
0d4790a to
449eece
Compare
c6445ff to
9f88aa5
Compare
9f88aa5 to
4a67e0b
Compare
6d10f70 to
4f57b75
Compare
4f57b75 to
f7e6533
Compare
f7e6533 to
2f52332
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.20260405.1→4.20260425.13.12.0→3.12.10.17.2→0.17.31.7.0→1.11.02.56.1→2.58.04.2.2→4.2.41.0.7→1.1.26.1.13→6.1.2025.5.2→25.6.024.12.0→24.12.24.1.3→4.1.54.1.3→4.1.52.17.2→2.18.010.2.0→10.2.13.17.0→3.17.117.4.0→17.5.020.8.9→20.9.020.8.4→20.9.02.13.0→2.13.63.8.1→3.8.30.7.2→0.7.319.2.4→19.2.55.55.1→5.55.54.5.2→4.6.01.1.0→1.1.14.2.2→4.2.46.0.2→6.0.38.58.0→8.59.08.0.7→8.0.104.0.6→4.0.104.1.3→4.1.54.80.0→4.85.0Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20260425.1Compare Source
v4.20260424.1Compare Source
v4.20260423.1Compare Source
v4.20260422.2Compare Source
v4.20260422.1Compare Source
v4.20260421.1Compare Source
v4.20260420.1Compare Source
v4.20260418.1Compare Source
v4.20260417.1Compare Source
v4.20260416.2Compare Source
v4.20260416.1Compare Source
v4.20260415.1Compare Source
v4.20260414.1Compare Source
v4.20260413.1Compare Source
v4.20260412.2Compare Source
v4.20260412.1Compare Source
v4.20260411.1Compare Source
v4.20260410.1Compare Source
v4.20260409.1Compare Source
v4.20260408.1Compare Source
adobe/react-spectrum (@internationalized/date)
v3.12.1Compare Source
tursodatabase/libsql-client-ts (@libsql/client)
v0.17.3Compare Source
lucide-icons/lucide (@lucide/svelte)
v1.11.0: Version 1.11.0Compare Source
What's Changed
rotate-3dicon by @jamiemlaw in #4299layers-minusicon by @Spleefies in #4005bell-checkicon by @pettelau in #4152New Contributors
Full Changelog: lucide-icons/lucide@1.9.0...1.11.0
v1.10.0: Version 1.10.0Compare Source
What's Changed
rotate-3dicon by @jamiemlaw in #4299layers-minusicon by @Spleefies in #4005bell-checkicon by @pettelau in #4152New Contributors
Full Changelog: lucide-icons/lucide@1.9.0...1.10.0
v1.9.0: Version 1.9.0Compare Source
What's Changed
timelineicon by @jguddas in #4270New Contributors
Full Changelog: lucide-icons/lucide@1.8.0...1.9.0
v1.8.0: Version 1.8.0Compare Source
What's Changed
text-selecttosquare-dashed-textby @jguddas in #3943initOnMounted: trueforuseSessionStorageinCarbonAdOverlayby @karsa-mistmere in #4275bookmark-officon by @ZeenatLawal in #4283New Contributors
Full Changelog: lucide-icons/lucide@1.7.0...1.8.0
sveltejs/kit (@sveltejs/kit)
v2.58.0Compare Source
Minor Changes
breaking: require
limitinrequested(as originally intended) (#15739)feat:
RemoteQueryFunctiongains an optional third generic parameterValidated(defaulting toInput) that represents the argument type after schema validation/transformation (#15739)breaking:
requestednow yields{ arg, query }entries instead of the validated argument (#15739)Patch Changes
fix: allow
query().current,.error,.loading, and.readyto work in non-reactive contexts (#15699)fix: prevent
deep_setcrash on nullish nested values (#15600)fix: restore correct
RemoteFormFieldstyping 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 intransformPageChunkwould 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
resolveis 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.1Compare Source
Patch Changes
fix: better validation for
redirectinputs (10d7b44)fix: enforce
BODY_SIZE_LIMITon chunked requests (3202ed6)fix: use default values as fallbacks (#15680)
fix: relax form typings for union types (#15687)
v2.57.0Compare Source
Minor Changes
submitto indicate submission validity for enhancedformremote 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.4Compare Source
Fixed
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (#19617)kane50613/takumi (@takumi-rs/helpers)
v1.1.2Compare Source
v1.1.1Compare Source
v1.1.0Compare Source
v1.0.16Compare Source
v1.0.15Compare Source
v1.0.14Compare Source
v1.0.13Compare Source
v1.0.12Compare Source
v1.0.11Compare Source
v1.0.10Compare Source
v1.0.9Compare Source
v1.0.8Compare Source
Patch Changes
8886c01: Replace noto emoji source withgooglefonts/noto-emojiwith Unicode 17 supportb287c43: Update Twemoji to v17TanStack/query (@tanstack/svelte-query)
v6.1.20Patch Changes
1bb0d23]:v6.1.19Compare Source
Patch Changes
6540a41]:v6.1.18Compare Source
Patch Changes
v6.1.17Compare Source
Patch Changes
v6.1.16Compare Source
Patch Changes
v6.1.15Compare Source
Patch Changes
v6.1.14Compare Source
Patch Changes
2bfb12c]:vitest-dev/vitest (@vitest/browser)
v4.1.5Compare Source
🚀 Experimental Features
instrumenteroption - by @BartWaardenburg and @AriPerkkio in #10119 (0e0ff)🐞 Bug Fixes
vi.defineHelpercalled as object method - by @hi-ogawa in #10163 (122c2)agentreporter tominimal- by @sheremet-va in #10157 (663b9)View changes on GitHub
v4.1.4Compare Source
🚀 Experimental Features
skipFullif agent detected - by @hi-ogawa in #10018 (53757)assertionas a public field - by @sheremet-va in #10095 (a120e)🐞 Bug Fixes
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in #10068 (a1b5f)View changes on GitHub
huntabyte/bits-ui (bits-ui)
v2.18.0Compare Source
Minor Changes
feat(Select): Add
<Select.Value/>component (#2026)feat(PinInput): add bindable
inputRefonPinInput.Root(#2028)v2.17.3Compare Source
Patch Changes
eslint/eslint (eslint)
v10.2.1Compare Source
Bug Fixes
14be92bfix: model generator yield resumption paths in code path analysis (#20665) (sethamus)84a19d2fix: no-async-promise-executor false positives for shadowed Promise ([#20740](https://redirect.github.com/eConfiguration
📅 Schedule: (in timezone America/Chicago)
🚦 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.
This PR has been generated by Mend Renovate.