fix(deps): update dependency @elastic/eui to ^93.5.1 #2375
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:
^93.3.0
->^93.5.1
Release Notes
elastic/eui (@elastic/eui)
v93.5.1
Compare Source
Bug fixes
EuiSelectable
s to not cause Jest/jsdom errors on active option change (#7618)v93.5.0
Compare Source
EuiHeaderLinks
now accepts achildren
render function that will be passed acloseMobilePopover
callback, allowing consumers to close the mobile popover by its content (#7603)EuiSelectable
to support scrolling list containers whenlistProps.isVirtualization
is set tofalse
(#7609)Bug fixes
EuiIconTip
's defaultaria-label
text to be i18n tokenizable (#7606)EuiTextArea
's CSS box model to no longer render a few extra pixels of strut height (#7607)Dependency updates
@types/refractor
to v3.4.0 (#7590)@types/lodash
to v4.14.202 (#7591)@types/resize-observer-browser
dependency.ResizeObserver
types should already be baked in to Typescript as of 4.2+ (#7592)classnames
to v2.5.1 (#7593)@types/numeral
to v2.0.5 (#7594)@types/react-window
to 1.8.8 (#7597)prop-types
to v15.18.1 (#7602)prop-types
as a peer dependency, per package recommendation (#7602)Accessibility
EuiIcons
no longer applyaria-hidden
to empty icons, as long as a valid title or label is provided to the icon. In particular, this is intended to improve the accessibility of loadingEuiIconTip
s. (#7606)v93.4.0
Compare Source
EuiButtonGroup
'soptions
configs:toolTipContent
,toolTipProps
, andtitle
. These new properties allow wrapping buttons inEuiToolTips
, and additionally customizing or disabling the native browsertitle
tooltip. (#7461)EuiResizeObserver
anduseResizeObserver
's performance to not trigger page reflows on resize event (#7575)EuiSuperUpdateButton
to support custom button text via an optionalchildren
prop (#7576)Bug fixes
EuiFlyout
to not repeatedly remove/add a body class on resize (#7462)EuiToast
title text to wrap instead of overflowing out of the container (#7568)EuiHeaderBreadcrumbs
with popovers (#7580)Deprecations
euiPalettePositive
andeuiPaletteNegative
in favour of a more culturally inclusiveeuiPaletteGreen
andeuiPaletteRed
(#7570)@elastic/charts
exports: (#7572)EUI_CHARTS_THEME_<DARK|LIGHT>
in favor of<DARK|LIGHT>_THEME
from@elastic/charts
. (#7572)EUI_SPARKLINE_THEME_PARTIAL
in favor ofuseSparklineOverrides
theme from the kibanacharts
plugintheme
service.Accessibility
EuiModal
to set anaria-modal
attribute and a defaultdialog
role (#7564)EuiConfirmModal
to set a defaultalertdialog
role (#7564)EuiModal
andEuiConfirmModal
to properly trap Safari+VoiceOver's virtual cursor (#7564)Configuration
📅 Schedule: Branch creation - "every 2 weeks on monday" (UTC), 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.