Update all non-major dependencies - #4543
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
renovate
Bot
force-pushed
the
renovate/all-non-major-dependencies
branch
7 times, most recently
from
August 7, 2026 02:03
4f5267f to
5dd7015
Compare
renovate
Bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
August 7, 2026 13:07
5dd7015 to
ae08cb9
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:
0.9.9→0.9.107.0.3→7.0.56.0.1→6.0.211.0.3→11.0.4^0.5.0→^0.6.01.2.91→1.2.933.12.2→3.12.31.27.0→1.28.01.27.0→1.28.01.62.0→1.62.14.3.1→4.4.14.3.1→4.4.14.3.1→4.4.14.3.1→4.4.14.3.1→4.4.14.3.1→4.4.12.70.1→2.70.21.168.32→1.168.3519.2.17→19.2.1819.2.3→19.2.47.7.1→7.8.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.01.42.0→1.43.07.1.3→7.1.6^0.5.0→^0.6.01.27.0→1.28.01.75.0→1.77.01.62.0→1.62.111.17.0→11.20.08.5.23→8.5.254.3.1→4.4.14.7.3→4.7.48.1.5→8.2.0Release Notes
withastro/astro (@astrojs/check)
v0.9.10Compare Source
Patch Changes
b01a692Thanks @ocavue! - Update dependencyyargsto version 18. See the yargs changelog for details.withastro/astro (@astrojs/mdx)
v7.0.5Compare Source
Patch Changes
c895b12]:v7.0.4Compare Source
Patch Changes
41a00ddThanks @gtritchie! - Fixes a bug where the integration was emitting React-cased attribute names.withastro/astro (@astrojs/react)
v6.0.2Compare Source
Patch Changes
c895b12]:withastro/astro (@astrojs/vercel)
v11.0.4Compare Source
Patch Changes
c895b12]:comarkdown/comark (@comark/svelte)
v0.6.0: @comark/nuxt v0.6.0Compare Source
adobe/react-spectrum (@internationalized/date)
v3.12.3Compare Source
lucide-icons/lucide (@lucide/astro)
v1.28.0: Version 1.28.0Compare Source
What's Changed
Full Changelog: lucide-icons/lucide@1.27.0...1.28.0
microsoft/playwright (@playwright/test)
v1.62.1Compare Source
shikijs/shiki (@shikijs/core)
v4.4.1Compare Source
🚀 Features
View changes on GitHub
v4.4.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
sveltejs/kit (@sveltejs/kit)
v2.70.2Compare Source
Patch Changes
Acceptheader content negotiation (#1)TanStack/router (@tanstack/react-start)
v1.168.35Compare Source
Patch Changes
65f7b7f,65f7b7f]:v1.168.34Compare Source
Patch Changes
7592555]:v1.168.33Compare Source
Patch Changes
fc83c03]:chakra-ui/zag (@zag-js/accordion)
v1.43.0Compare Source
Added
Dialog, Drawer: Add
data-autofocusanddata-no-autofocusto control which element gets focus on open. Markchrome controls like the close button with
data-no-autofocusto skip them, or mark the real target withdata-autofocus.Priority:
initialFocusEl→[data-autofocus]→ first tabbable without[data-no-autofocus]→ content root.Focus Trap: Add a
persistentElementsoption to declare portalled content as part of the trap when it isn'treachable via
aria-controls/aria-expanded.Image Cropper: Add exact natural-image
cornersandoutputSizetogetCropData(), plus amaxSizeoption tolimit
getCroppedImage()output dimensions.Popper: Add an
applyStylesoption to control whether computed position styles are written directly to the DOM.Fixed
Auto Resize: Fix issue where writing to a controlled textarea's
valueprogrammatically dispatched a syntheticinputevent, feeding the value back into the framework and breaking controlled state.Color Picker: Fix issue where the channel input committed a partial value when
Enterwas pressed to confirm anIME composition.
Date Input
ArrowUp/ArrowDown/Home/Endnow apply to the active segment.Date Picker
Read-only pickers keep roving-focus navigation. Disabled pickers are out of the tab order.
minView,maxView, anddefaultViewprops were ignored when resolving the initial view,which was hardcoded to
daythroughyear.defaultOpentook precedence overopen, so a controlled picker could open against its own prop.maxSelectedDateswas not enforced on month and year cells inmultipleselection mode.range, and the hover preview updates for
Enter,Home,End, andPageUp/PageDown.Drawer: Fix issue where the backdrop flickered on a controlled close with an async
opensetter.Focus Trap
focused in the meantime, such as a follow-up dialog opened right after closing the current one.
container had no connected focusable element at that moment.
Escape. Focus now returns withfocusVisible: true.Frameworks
bindablein Vue and Svelte resolveddefaultValuebeforevalue, unlike React and Solid.started.
Image Cropper: Fix
getCroppedImage()andgetCropData()returning a different region from the visible cropafter rotating or flipping the image.
Marquee: Fix issue where scrolling speed depended on the content width. The duration is now derived from the
content size, the actual translation distance, instead of the root size. The configured
speedmatches the real pixelspeed even when the content is smaller than the viewport.
Popover: Fix issue where tabbing out of portalled content looped back into the content when the trigger was the
last tabbable on the page. Focus now moves to the next tabbable after the trigger.
React: Fix issue where
useMachinereturned newsend,prop,context,computed,refs, andgetStatusreferences on every render, so they were unsafe in effect dependency arrays.
Remove Scroll: Fix issue where the scroll lock applied to
<body>on layouts where<html>is the actual scrollcontainer, so nothing was locked.
Signature Pad: Fix issue where controlled
pathswent out of sync because the in-progress stroke was appended topaths. It stays inonDraw.currentPathuntil the stroke ends.Solid: Fix issue where a
valueofnullwas read as uncontrolled, so controlled components fell back tointernal state.
Splitter
minSizeinstead ofcollapsedSize.Tour
effectskipped cleanup and could miss firing thecompletedstatus.
action: "skip"did nothing when clicked.chakra-ui/zag (@zag-js/collection)
v1.43.0Compare Source
Patch Changes
chakra-ui/zag (@zag-js/i18n-utils)
v1.43.0Compare Source
Patch Changes
0d23ef3,4e06700,53944e0]:chakra-ui/zag (@zag-js/react)
v1.43.0Compare Source
Patch Changes
d966d15Thanks@segunadebayo! - Keep
useMachinecommand APIs referentially stable acrossre-renders (
send,prop,context,computed,refs,getStatus) so they are safe in effect dependency arrays.Updated dependencies [
53944e0]:chakra-ui/zag (@zag-js/svelte)
v1.43.0Compare Source
Patch Changes
#3218
5d887ecThanks@Hwacc! - Fix bindable to resolve
valuebeforedefaultValue, matching React/Solid.#3228
42d8a92Thanks@aose-yuu! - Skip machine exit actions when a component is disposed before the machine
starts.
53944e0Thanks@segunadebayo! - Compose
data-ownedbyvalues when merging props, match owners astokens in DOM queries, and expose
isOwnedByfor membership checks.Updated dependencies [
53944e0]:withastro/astro (astro)
v7.1.6Compare Source
Patch Changes
#17536
ff97b86Thanks @dmgawel! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks for dynamic routes#17383
296e1b0Thanks @thelazylamaGit! - Fixes stale dev CSS after editing component style blocks and CSS files in dev#17543
bbc1ec9Thanks @ematipico! - Adds a feature toexperimental.collectionStoragethat allows to change the size of chunks.For example, you can reduce the size of chunks to 1MB:
#17545
5214663Thanks @ematipico! - Bumps the Astro compiler to the latest version. Changelog.v7.1.5Compare Source
Patch Changes
#17524
7613030Thanks @matthewp! - Fixes a bug where an error while finalizing a request could prevent a response from being sent#17480
f61ba9cThanks @florian-lefebvre! - Fixes a case where a customlogger.entrypointfailed to load at runtime in a built server bundle.#17525
e614b7bThanks @matthewp! - Fixes action path resolution so that properties of a resolved action function are not treated as routable path segments#17284
c775c1fThanks @matthewp! - Fixes a bug where the custom 404 (or 500) page was not rendered when a middleware rewrite targeted a route that returned an empty 404/500 response, and a blank page was returned instead#17474
c895b12Thanks @nicksnyder! - Updates dependencyjs-yamlto v4.3.0Updated dependencies [
c895b12]:v7.1.4Compare Source
Patch Changes
#17488
d4f266dThanks @emerson-d-lopes! - Fixes duplicate CSS files being emitted in server output when a prerendered page and a server-rendered page share the same styles (e.g. a shared layout importing Tailwind). The prerender and SSR environments each emitted their own copy of the same stylesheet (index.X.cssand_..Y.css); the SSR build now reuses the CSS asset filename from the prerender build when the stylesheet is backed by the same CSS source modules, so only a single file is emitted.#17472
4dc590cThanks @astrobot-houston! - Adds the missingbackgroundprop to the<Image />and<Picture />component types. The prop already worked at runtime, but was absent from the types, causingastro checkto report thatbackgrounddoes not exist on the component props#17292
0fc519dThanks @astrobot-houston! - Fixes missing scoped styles for child components insideclient:onlyislands in production builds#17421
f1448deThanks @iamkaleemsajjad-hue! - Fixes session runtime errors being silently swallowed byconsole.errorinstead of routing through Astro's logger#17421
f1448deThanks @iamkaleemsajjad-hue! - Fixes a session being left in a partial state after a storage failure duringsession.regenerate(), preventing unnecessary storage reads on subsequent operations#17517
82bf7e2Thanks @Hashim1999164! - Prevents a visible terminal window from popping up on Windows when the dev server runs in background mode. The detached child process is now spawned withwindowsHide: true, so console-subsystem grandchildren (such asworkerd.exe) no longer get a new focus-stealing window allocated by Windows Terminal.#17510
eaa1fb0Thanks @astrobot-houston! - Fixes theglob()loader watcher so negation patterns like!docs/drafts/**correctly exclude files during development, matching the behavior of the initial scan. Previously, negations were treated as independent matchers, causing unrelated files (including.astro/data-store.json) to be ingested as collection entries#17511
704e570Thanks @astrobot-houston! - Fixes TypeScript path aliases fromtsconfig.jsonnot resolving inastro.config.tslucide-icons/lucide (lucide-react)
v1.28.0Compare Source
oxc-project/oxc (oxlint)
v1.77.0Compare Source
🐛 Bug Fixes
5c0fa61linter/eslint/no-warning-comments: Unify config structs and remove manual options docs (#25151) (Mikhail Baev)📚 Documentation
9dc7756linter/typescript/no-unnecessary-condition: Clarify options (#25110) (camc314)v1.76.0Compare Source
🚀 Features
8d31dfalinter: Verify eslint/no-restricted-globals config schema (#24598) (vigneshwar)7069621linter: Verify jest/vitest prefer-lowercase-title config schema (#24724) (Bartok)016cf2alinter/oxc: Add bad-match-all-arg rule (#24900) (camc314)cdc941elinter/Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.