fix(deps): update all non-major dependencies #35
Merged
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.3.5
->^0.3.12
^0.3.1
->^0.3.4
^6.0.3
->^6.1.0
^3.0.4
->^3.0.9
^5.0.2
->^5.1.0
^18.4.1
->^18.4.4
^18.4.0
->^18.4.4
^5.0.15
->^5.0.16
^18.2.37
->^18.2.46
^18.2.15
->^18.2.18
^6.11.0
->^6.17.0
^6.11.0
->^6.17.0
^3.5.4
->^3.6.4
^2.2.3
->^2.2.5
^2.0.0
->^2.1.0
^8.53.0
->^8.56.0
^14.0.2
->^14.0.4
9.0.0
->9.1.0
^0.29.1
->^0.31.0
^2.2.0
->^2.3.2
^5.0.1
->^5.1.2
^15.1.0
->^15.2.0
^0.292.0
->^0.304.0
^0.292.0
->^0.304.0
21.1-alpine
->21.5-alpine
^3.1.0
->^3.1.1
^0.12.2
->^0.12.3
^17.4.0
->^17.4.2
^2.0.0
->^2.2.0
^3.3.5
->^3.4.0
^5.2.2
->^5.3.3
Release Notes
ariakit/ariakit (@ariakit/react)
v0.3.12
Compare Source
Combobox
with theautoSelect
prop callingonFocus
with every input change.Hovercard
flickering when used with shadow DOM.Select
withCombobox
scroll jumping when opening using keyboard navigation.CompositeItem
triggering blur on focus.ComboboxItem
not triggering theonClick
event when the item is partially visible.@ariakit/[email protected]
v0.3.11
Compare Source
Modal Combobox
The Combobox components now support the
modal
prop onComboboxPopover
.When a modal combobox is expanded, users can interact with and tab through all the combobox controls, including
Combobox
,ComboboxDisclosure
, andComboboxCancel
, even if they're rendered outside the popover. The rest of the page will be inert.Controlling the auto-select functionality of Combobox
The
Combobox
component now includes a newgetAutoSelectId
prop. This allows you to specify theComboboxItem
that should be auto-selected if theautoSelect
prop istrue
.By default, the first enabled item is auto-selected. Now you can customize this behavior by returning the id of another item from
getAutoSelectId
:Styling Combobox without an active descendant
The
Combobox
component now includes adata-active-item
attribute when it's the only active item in the composite widget. In other words, when noComboboxItem
is active and the focus is solely on the combobox input.You can use this as a CSS selector to style the combobox differently, providing additional affordance to users who pressed ↑ on the first item or ↓ on the last item. This action would place both virtual and actual DOM focus on the combobox input.
Other updates
useTabStore
return value not updating its own reference.ComboboxDisclosure
to update itsaria-expanded
attribute when the combobox expands.Maximum update depth exceeded
warning when rendering multiple collection items on the page.@ariakit/[email protected]
v0.3.10
Compare Source
Overwriting
aria-selected
value onComboboxItem
It's now possible to pass a custom
aria-selected
value to theComboboxItem
component, overwriting the internal behavior.Limiting
slide
on popoversWhen components like Popover and Menu with the
slide
prop are positioned to the right or left of the anchor element, they will now cease to slide across the screen, disengaged from the anchor element, upon reaching the edge of said element.Other updates
blurOnHoverEnd
set tofalse
not keeping submenus open.CompositeItem
.preserveTabOrderAnchor
on nested menus.preserveTabOrder
prop.@ariakit/[email protected]
v0.3.9
Compare Source
Automatic role on ComboboxGroup
The
ComboboxGroup
component now automatically assigns therole
attribute asrowgroup
if it's nestled within aComboboxPopover
orComboboxList
wrapper that has therole
attribute set togrid
.Custom submenu auto focus
When opening nested Menu components with Enter, Space, or arrow keys, the first tabbable element will now receive focus, even if it's not a
MenuItem
element. This should enable custom popups that behave like submenus, but use different semantics.Hovercard display timeout
The Hovercard, Menu, and Tooltip components now display synchronously when the
timeout
orshowTimeout
states are set to0
. This should stop submenus from vanishing for a few frames prior to displaying a new menu when hovering over menu items in sequence.Other updates
CollectionItem
elements getting out of order when composing stores.MenuButton
not assigning the correctrole
attribute when used within aComboboxList
element.MenuItem
with an explicitfocusOnHover
prop not moving focus properly.blurOnHoverEnd
not working on submenu triggers.open
state.SelectPopover
not re-opening when itsopen
state is initially set totrue
.portal
prop with VoiceOver.@ariakit/[email protected]
v0.3.8
Compare Source
Multi-selectable Combobox
We've added support for the Combobox with multiple selection capabilities using a new
selectedValue
prop, along withdefaultSelectedValue
andsetSelectedValue
.This works similarly to the
value
prop on Select components. If it receives an array, the combobox will allow multiple selections. By default, it's a string that represents the selected value in a single-select combobox.Check out the Multi-selectable Combobox example to see it in action.
New Combobox components
This version introduces new Combobox components:
ComboboxLabel
: This renders alabel
element for aCombobox
, with thehtmlFor
prop set automatically.ComboboxItemCheck
: This displays a checkmark for aComboboxItem
when the item is selected.Other updates
resetValueOnSelect
state to Combobox components.selectValueOnClick
prop toComboboxItem
.SelectItem
rendering anaria-selected
attribute even when thevalue
prop is omitted.@ariakit/[email protected]
v0.3.7
Compare Source
Expanding Menubar
The Menubar component will now only expand if there's another menu already expanded in the same menubar.
Internal data attribute changes
Just like the change in v0.3.6 that removed the
data-command
anddata-disclosure
attributes from elements, this update stops thedata-composite-hover
attribute from infiltrating composite item elements in the DOM. We're mentioning this in the changelog as some users might have snapshot tests that require updating.Other updates
setSelectionRange
error when used with unsupported input types.MenuButton
withshowOnHover
not updating theactiveId
state when hovered.onFocusVisible
element type onFocusable
fromElement
toHTMLElement
.@ariakit/[email protected]
v0.3.6
Compare Source
Data attributes for duplicate components
The internal logic that identifies duplicate components has been refined. This implies that some internal
data-*
attributes will no longer seep into the rendered DOM elements. If you're doing snapshot tests on the DOM generated by Ariakit components, you should see thedata-command
anddata-disclosure
attributes removed.Multiple disclosure and anchor elements
The
disclosureElement
andanchorElement
states on Disclosure, Popover, and Menu, along with related components, are now set only upon interaction.This change enables us to support multiple disclosure/anchor elements for the same
contentElement
(typically the popup element) when triggered by hover or focus.Expanding Menubar with focus
Adjacent
Menu
popups will now open when the focus moves throughMenuItem
elements in a Menubar. Before, they would only open when anotherMenu
was already visible.Maintaining Popover tab order
Popover
and related components now automatically set the newpreserveTabOrderAnchor
prop as the disclosure element.This ensures that, when the
portal
prop is enabled, the tab order will be preserved from the disclosure to the content element even when thePopover
component is rendered in a different location in the React tree.New Menubar components
This version introduces a new Menubar module that can be used without the
MenubarProvider
wrapper.Other updates
HovercardAnchor
elements.preserveTabOrderAnchor
prop toPortal
and related components.tabbable
prop toCompositeItem
and related components.blurOnHoverEnd
prop toCompositeHover
and related components.@ariakit/[email protected]
withastro/language-tools (@astrojs/check)
v0.3.4
Compare Source
Patch Changes
b16fcbb
: Temporarily disable checking.jsx
and.tsx
files usingastro check
until https://github.com/withastro/language-tools/issues/727 is fixedb16fcbb
]v0.3.3
Compare Source
Patch Changes
45d49f5
: Fix errors spilling out of inline event attributes in certain cases7c9c981
: Fix errors inside.ts
files not being properly reported in certain cases45d49f5
]7c9c981
]v0.3.2
Compare Source
Patch Changes
621320a
: Fix language server crashing when encountering malformed files in certain casesdc98b0b
: Fixes an issue where type checking errors were shown on define:vars scripts when "type=module" attribute was also present.621320a
]dc98b0b
]015a667
]598689a
]withastro/astro (@astrojs/node)
v6.1.0
Compare Source
Minor Changes
8f1d50957
Thanks @matthewp! - Automatically sets immutable cache headers for assets served from the/_astro
directory.v6.0.4
Compare Source
Patch Changes
c9487138d
Thanks @pilcrowOnPaper! - Fixes a bug where the response stream would not cancel when the connection closedwithastro/astro (@astrojs/react)
v3.0.9
Compare Source
Patch Changes
#9482
72b26daf694b213918f02d0fcbf90ab5b7ebc31f
Thanks @natemoo-re! - Improves compatability with the Qwik adapter#9479
1baf0b0d3cbd0564954c2366a7278794fad6726e
Thanks @sarah11918! - Updates READMEv3.0.8
Compare Source
Patch Changes
#9403
7eb9fe8a7
Thanks @knpwrs! - Prevents unsupportedforwardRef
components created by Preact from being rendered by React#9452
e83b5095f
Thanks @florian-lefebvre! - Upgrades vite to latestv3.0.7
Compare Source
Patch Changes
1c48ed286
Thanks @bluwy! - Adds Vite 5 support. There are no breaking changes from Astro. Check the Vite migration guide for details of the breaking changes from Vite instead.v3.0.6
Compare Source
Patch Changes
af43fb517
Thanks @lilnasy! - Fixes an issue where slotting self-closing elements (img, br, hr) into react components withexperimentalReactChildren
enabled led to an error.v3.0.5
Compare Source
Patch Changes
ac5633b8f
Thanks @brandonsdebt! - Usesnode:stream
during server rendering for compatibility with Cloudflarewithastro/astro (@astrojs/tailwind)
v5.1.0
Compare Source
Minor Changes
d252fc61b04c1491f51822f5e23fabd404d84d40
Thanks @bluwy! - Addsnesting
option to enabletailwindcss/nesting
supportPatch Changes
1baf0b0d3cbd0564954c2366a7278794fad6726e
Thanks @sarah11918! - Updates READMEv5.0.4
Compare Source
Patch Changes
e83b5095f
Thanks @florian-lefebvre! - Upgrades vite to latestv5.0.3
Compare Source
Patch Changes
#9313
2f110a501
Thanks @matthewp! - Upgrade for compatibility with Astro 4The Tailwind now supports both Astro 3 and Astro 4.
conventional-changelog/commitlint (@commitlint/cli)
v18.4.4
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.3
Compare Source
Note: Version bump only for package @commitlint/cli
v18.4.2
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-angular)
v18.4.4
Compare Source
Note: Version bump only for package @commitlint/config-angular
v18.4.3
Compare Source
Note: Version bump only for package @commitlint/config-angular
v18.4.2
Compare Source
Note: Version bump only for package @commitlint/config-angular
fontsource/font-files (@fontsource/inter)
v5.0.16
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.17.0
Compare Source
Bug Fixes
patterns
orpaths
in options are empty (#8108) (675e987)Features
default
case on an already exhaustiveswitch
(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
v6.16.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.15.0
Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.14.0
Compare Source
Bug Fixes
no-unsafe-unary-minus
(#7998) (705370a)Features
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 has been generated by Mend Renovate. View repository job log here.