Update all non-major dependencies - #30
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 14, 2025 20:55
01d8930 to
a1473a3
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
11 times, most recently
from
July 18, 2025 13:40
4f9dfab to
62fab5e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 18, 2025 19:06
62fab5e to
c6d8283
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:
7.0.5->7.1.02.22.5->2.25.16.0.0->6.1.024.0.13->24.0.142.8.10->2.8.115.35.6->5.36.84.2.2->4.3.07.0.4->7.0.54.24.3->4.25.0Release Notes
sveltejs/kit (@sveltejs/adapter-cloudflare)
v7.1.0Compare Source
Minor Changes
readimported from$app/server(#13859)Patch Changes
fix: include missing utils file (#14009)
fix: correctly warn users when assets key is missing (#13844)
Updated dependencies [
e5ce8bb,cf88369]:sveltejs/kit (@sveltejs/kit)
v2.25.1Compare Source
Patch Changes
v2.25.0Compare Source
Minor Changes
readimplementations from adapters (#13859)Patch Changes
v2.24.0Compare Source
Minor Changes
paramsprop for page/layout components (#13999)Patch Changes
storage.gethelper (#13998)v2.23.0Compare Source
Minor Changes
feat: support svelte.config.ts (#13935)
Patch Changes
fix: extend
vite-plugin-svelte'sConfigtype instead of duplicating it (#13982)fix: regression with
rolldown-vitenot bundling a single JS file for single and inline apps (#13941)sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v6.1.0Compare Source
Minor Changes
Patch Changes
skip comment blocks when reporting compiler errors that might be caused by a preprocessor issue (#1166)
increase logLevel to info for "no Svelte config found" message (#1179)
huntabyte/bits-ui (bits-ui)
v2.8.11Compare Source
Patch Changes
fix(Combobox): prevent selection of last highlighted item on invalid input (#1644) (#1646)
fix: dont handle prevented contextmenu events (#1645)
sveltejs/svelte (svelte)
v5.36.8Compare Source
Patch Changes
fix: keep effect in the graph if it has an abort controller (#16430)
chore: Switch
payload.outto an array (#16428)v5.36.7Compare Source
Patch Changes
<svelte:...>elements to inherit fromSvelteHTMLElements(#16424)v5.36.6Compare Source
Patch Changes
fix: delegate functions with shadowed variables if declared locally (#16417)
fix: handle error in correct boundary after reset (#16171)
fix: make
<svelte:boundary>reset function a noop after the first call (#16171)v5.36.5Compare Source
Patch Changes
fix: silence
$inspecterrors when the effect is about to be destroyed (#16391)fix: more informative error when effects run in an infinite loop (#16405)
v5.36.4Compare Source
Patch Changes
fix: avoid microtask in flushSync (#16394)
fix: ensure compiler state is reset before compilation (#16396)
v5.36.3Compare Source
Patch Changes
fix: don't log
await_reactivity_losswarning when signal is read inuntrack(#16385)fix: better handle $inspect on array mutations (#16389)
fix: leave proxied array
lengthuntouched when deleting properties (#16389)fix: update
$effect.pending()immediately after a batch is removed (#16382)v5.36.2Compare Source
Patch Changes
fix: add
$effect.pending()to types (#16376)fix: add
pendingsnippet to<svelte:boundary>types (#16379)v5.36.1Compare Source
Patch Changes
<input>if the input was the source of the change (#16373)v5.36.0Compare Source
Minor Changes
awaitin components when using theexperimental.asynccompiler option (#15844)Patch Changes
fix: silence a11y warning for inert elements (#16339)
chore: clean up a11y analysis code (#16345)
v5.35.7Compare Source
Patch Changes
fix: silence autofocus a11y warning inside
<dialog>(#16341)fix: don't show adjusted error messages in boundaries (#16360)
chore: replace inline regex with variable (#16340)
sveltejs/language-tools (svelte-check)
v4.3.0Compare Source
awaitsupport (#2799)vitejs/vite (vite)
v7.0.5Compare Source
Bug Fixes
Accept: text/html(#20376) (c9614b9)new URL(, import.meta.url)(#20382) (6bc8bf6)Miscellaneous Chores
Code Refactoring
foo.endsWith("bar")instead of/bar$/.test(foo)(#20413) (862e192)cloudflare/workers-sdk (wrangler)
v4.25.0Compare Source
Minor Changes
9f0c175Thanks @thomasgauvin! - Added rename namespace command to Workers KVPatch Changes
6cc24c0Thanks @emily-shen! - Add more thorough validation to containers configurationv4.24.4Compare Source
Patch Changes
#9905
4ba9f25Thanks @dom96! - Support for Python packages in python_modules dir#9886
17b1e5aThanks @dom96! - Python packages are now read from cf-requirements.txt instead of requirements.txt by default#9899
d6a1b9bThanks @simonabadoiu! - Print local mode when running a browser binding in local mode#9951
e2672c5Thanks @penalosa! - Recommend remote bindings whenwrangler dev --remoteis used#9875
a5d7b35Thanks @gpanders! - Show expected format in error message for "containers images delete"#9954
bf4c9abThanks @penalosa! - Support Images binding ingetPlatformProxy()#9847
14ce577Thanks @penalosa! - Upgrade Undici#9974
f73da0dThanks @penalosa! - Pass worker name & compliance region through correctly when starting a remote bindings sessionUpdated dependencies [
ac08e68,3bb69fa,274a826,77d1cb2,5b0fc9e,bf4c9ab,14ce577]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.