fix(deps): update all non-major dependencies #75
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.4.10->^0.4.20^0.9.3->^0.9.6^3.1.5->^3.1.9^8.3.3->^8.3.4^3.6.2->^3.6.3^5.1.0->^5.1.51.8.3->1.9.41.8.3->1.9.4^19.4.1->^19.8.1^19.4.1->^19.8.1^5.0.20->^5.2.8^1.2.0->^1.2.12^2.1.1->^2.1.16^1.1.0->^1.2.4^18.3.5->^18.3.27^18.3.0->^18.3.7^4.15.2->^4.16.19^2.3.1->^2.3.8^2.2.0->^2.2.1^0.7.0->^0.7.1^3.0.0->^3.0.1^9.1.5->^9.1.7^15.2.10->^15.5.2^0.438.0->^0.555.0^0.438.0->^0.555.0^17.5.1->^17.6.0^2.5.2->^2.6.0^3.4.10->^3.4.18^5.5.4->^5.9.3Release Notes
ariakit/ariakit (@ariakit/react)
v0.4.20Compare Source
RefObjecttypes for React 19.@ariakit/[email protected]v0.4.19Compare Source
Arraytypes toReadonlyArrayfor better compatibility.PopoverArrowto account for the device pixel ratio.@ariakit/[email protected]v0.4.18Compare Source
Improved Combobox performance
Thanks to @iamakulov, the Combobox component now opens ~30% faster by removing unnecessary calls to an internal function that adds global event listeners. See the pull request for more details.
Other updates
PopoverArrowdefault appearance when using semi-transparent borders.@ariakit/[email protected]v0.4.17Compare Source
PopoverArrow.@ariakit/[email protected]v0.4.16Compare Source
Improved
PopoverArrowThe
PopoverArrowcomponent now attempts to infer its border width from the popover’sbox-shadowstyle when all lengths are0pxand the spread radius exceeds0px(e.g.,box-shadow: 0 0 0 1px black), which is commonly known as a "ring". If the border width cannot be inferred, you can use the newborderWidthprop to define it. This ensures a consistent size regardless of the arrow's size, which wasn't achievable before when manually setting the CSSstroke-widthproperty.In addition, the arrow’s SVG path has been slightly modified to be more angled in the pointing direction. Note that you can always provide your own SVG using the
childrenprop.Scrolling behavior when closing dialogs and popovers
When hiding a dialog or popover, the
finalFocuselement will no longer scroll into view. This change prevents scrolling issues when the element lies outside the viewport and mirrors the behavior of native HTML dialog and popover elements.Other updates
data-focus-visibleattribute removal on lower-end devices.disabledprop to the native select element.validstate not updating on Form.moveOnKeyPressbeing triggered with composition text commands.@ariakit/[email protected]v0.4.15Compare Source
onSubmitandonValidate.@ariakit/[email protected]v0.4.14Compare Source
Improved performance on composite widgets
Composite item components such as
ComboboxItemandSelectItemnow render 20-30% faster compared to Ariakit v0.4.13.This enhancement should decrease the time needed to render large collections of items in composite widgets and improve the Interaction to Next Paint (INP) metric. We're working on further optimizations to make composite widgets even faster in future releases.
Combobox auto-scroll
The
Comboboxcomponent now scrolls the list to the top while typing when theautoSelectprop is disabled.The behavior is now consistent with the
autoSelectprop, except the first item won't be automatically focused.Other updates
itemmethod to prevent it from returning items that have been removed from the collection store.itemmethod when keeping different menu stores in sync.idprop to composite stores.SelectValueto display thefallbackwhen the value is an empty array or string.@ariakit/[email protected]v0.4.13Compare Source
Accessible composite widgets with invalid
activeIdWe've improved the logic for composite widgets such as Tabs and Toolbar when the
activeIdstate points to an element that is disabled or missing from the DOM. This can happen if an item is dynamically removed, disabled, or lazily rendered, potentially making the composite widget inaccessible to keyboard users.Now, when the
activeIdstate is invalid, all composite items will remain tabbable, enabling users to Tab into the composite widget. Once a composite item receives focus or the element referenced by theactiveIdstate becomes available, the roving tabindex behavior is restored.Other updates
focusShift.onChangefrom triggering on radios that are already checked.DisclosureContentsetting an incorrectanimatingstate value during enter animations.@ariakit/[email protected]v0.4.12Compare Source
Tab panels with scroll restoration
Ariakit now supports scroll restoration for the
TabPanelcomponent. This allows you to control whether and how the scroll position is restored when switching tabs.To enable scroll restoration, use the new
scrollRestorationprop:By default, the scroll position is restored when switching tabs. You can set it to
"reset"to return the scroll position to the top of the tab panel when changing tabs. Use thescrollElementprop to specify a different scrollable element:Full height dialogs and on-screen virtual keyboards
A new
--dialog-viewport-heightCSS variable has been added to the Dialog component. This variable exposes the height of the visual viewport, considering the space taken by virtual keyboards on mobile devices. Use this CSS variable when you have input fields in your dialog to ensure it always fits within the visual viewport:Overriding composite state for specific methods
The
next,previous,up, anddownmethods of the composite store now accept an object as the first argument to override the composite state for that specific method. For example, you can pass a differentactiveIdvalue to thenextmethod so it returns the next item based on that value rather than the current active item in the composite store:It's important to note that the composite state is not modified when using this feature. The state passed to these methods is used solely for that specific method call.
Other updates
Tabto pass therowIdprop when used with other composite widgets.@ariakit/[email protected]v0.4.11Compare Source
Tabs inside animated Combobox or Select
When rendering Tab inside Combobox or Select, it now waits for the closing animation to finish before restoring the tab with the selected item. This should prevent an inconsistent UI where the tab is restored immediately while the content is still animating out. See Select with Combobox and Tabs.
Other updates
activeIdupon closing the popover.data-focus-visibleattribute.MenuButtonhiding the menu on Safari.@ariakit/[email protected]withastro/astro (@astrojs/check)
v0.9.6Patch Changes
#14740
abfed97Thanks @ArmandPhilippot! - Fixes link targets in documentation following repository relocation.Updated dependencies [
abfed97]:v0.9.5Patch Changes
d415d4e: When no errors or warnings are detected, display "0 errors" or "0 warnings" in a dimmed color on the console instead of red or yellow.v0.9.4Patch Changes
6e62aaa: Upgrades chokidar to v45a44072: Fixes formatting not working by default in certain circumstances5a44072]3a836de]withastro/astro (@astrojs/mdx)
v3.1.9Compare Source
Patch Changes
1d4f6a4Thanks @bmenant! - Addcomponentsproperty to MDXInstance type definition (RenderResult and module import)v3.1.8Compare Source
Patch Changes
710a1a1]:v3.1.7Compare Source
Patch Changes
40e7a1bThanks @bluwy! - Initializes the MDX processor only when there's.mdxfilesv3.1.6Compare Source
Patch Changes
c9ae7b1Thanks @bluwy! - Handles nested root hast node when optimizing MDXwithastro/astro (@astrojs/node)
v8.3.4Patch Changes
0cf7e91Thanks @bluwy! - Updatessenddependency to 0.19.0withastro/astro (@astrojs/react)
v3.6.3Compare Source
Patch Changes
8a46e80Thanks @marbrex! - Resolvevitepeer dependency problem for strict package managers like Yarn in PnP mode.withastro/astro (@astrojs/tailwind)
v5.1.5Compare Source
Patch Changes
cf30880Thanks @ascorbic! - Upgrades Vitev5.1.4Compare Source
Patch Changes
739dbfbThanks @ascorbic! - Upgrades Vite to pin esbuildv5.1.3Compare Source
Patch Changes
4f2fd0aThanks @Princesseuh! - Fixes compatibility with Astro 5v5.1.2Compare Source
Patch Changes
8e500f2Thanks @delucis! - Adds keywords topackage.jsonto improve categorization in the Astro integrations catalogv5.1.1Compare Source
Patch Changes
dcd1158Thanks @matthewp! - Make @astrojs/tailwind compat with Astro 5biomejs/biome (@biomejs/biome)
v1.9.4Compare Source
v1.9.3Compare Source
v1.9.2Compare Source
v1.9.1Compare Source
v1.9.0Compare Source
conventional-changelog/commitlint (@commitlint/cli)
v19.8.1Compare Source
Bug Fixes
v19.8.0Compare Source
Performance Improvements
node:prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025-02-02)
Note: Version bump only for package @commitlint/cli
19.6.1 (2024-12-15)
Note: Version bump only for package @commitlint/cli
v19.7.1Compare Source
Note: Version bump only for package @commitlint/cli
v19.6.1Compare Source
Note: Version bump only for package @commitlint/cli
v19.6.0Compare Source
Note: Version bump only for package @commitlint/cli
v19.5.0Compare Source
Features
19.4.1 (2024-08-28)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-angular)
v19.8.1Compare Source
Note: Version bump only for package @commitlint/config-angular
v19.8.0Compare Source
Note: Version bump only for package @commitlint/config-angular
19.7.1 (2025-02-02)
Note: Version bump only for package @commitlint/config-angular
v19.7.1Compare Source
Note: Version bump only for package @commitlint/config-angular
v19.7.0Compare Source
Note: Version bump only for package @commitlint/config-angular
v19.6.0Compare Source
Note: Version bump only for package @commitlint/config-angular
v19.5.0Compare Source
Note: Version bump only for package @commitlint/config-angular
19.4.1 (2024-08-28)
Note: Version bump only for package @commitlint/config-angular
fontsource/font-files (@fontsource/inter)
v5.2.8Compare Source
v5.2.7Compare Source
v5.2.6Compare Source
v5.2.5Compare Source
v5.2.4Compare Source
v5.2.1Compare Source
v5.2.0Compare Source
v5.1.1Compare Source
v5.1.0Compare Source
v5.0.21Compare Source
radix-ui/primitives (@radix-ui/react-accordion)
v1.2.7v1.2.6v1.2.5v1.2.4Compare Source
v1.2.3Compare Source
v1.2.2Compare Source
v1.2.1Compare Source
withastro/astro (astro)
v4.16.19Compare Source
Patch Changes
760acc8Thanks @ematipico! - Fixes an issue where remote paths weren't correctly computed when generating assetsv4.16.18Compare Source
Patch Changes
#12757
d0aaac3Thanks @matthewp! - Remove all assets created from the server build#12757
d0aaac3Thanks @matthewp! - Clean server sourcemaps from static outputv4.16.17Compare Source
Patch Changes
e7d14c3Thanks @ematipico! - Fixes an issue where thecheckOriginfeature wasn't correctly checking thecontent-typeheaderv4.16.16Compare Source
Patch Changes
#12542
65e50ebThanks @kadykov! - Fix JPEG image size determination#12525
cf0d8b0Thanks @ematipico! - Fixes an issue where withi18nenabled, Astro couldn't render the404.astrocomponent for non-existent routes.v4.16.15Compare Source
Patch Changes
b140a3fThanks @ematipico! - Fixes a regression where Astro was trying to accessRequest.headersv4.16.14Compare Source
Patch Changes
#12480
c3b7e7cThanks @matthewp! - Removes the default throw behavior inastro:env#12444
28dd3ceThanks @ematipico! - Fixes an issue where a server island hydration script might fail case the island ID misses from the DOM.#12476
80a9a52Thanks @florian-lefebvre! - Fixes a case where the Content Layerglob()loader would not update when renaming or deleting an entry#12418
25baa4eThanks @oliverlynch! - Fix cached image redownloading if it is the first asset#12477
46f6b38Thanks @ematipico! - Fixes an issue where the SSR build was emitting thedist/server/entry.mjsfile with an incorrect import at the top of the file/#12365
a23985bThanks @apatel369! - Fixes an issue whereAstro.currentLocalewas not correctly returning the locale for 404 and 500 pages.v4.16.13Compare Source
Patch Changes
#12436
453ec6bThanks @martrapp! - Fixes a potential null access in the clientside router#12392
0462219Thanks @apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the sameentrypointand differentpatternv4.16.12Compare Source
Patch Changes
acac0afThanks @ematipico! - Fixes an issue where the dev server returns a 404 status code when aConfiguration
📅 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.