fix(deps): update dependency @elastic/eui to v93 #2324
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:
^92.1.1
->^93.0.0
Release Notes
elastic/eui (@elastic/eui)
v93.0.0
Compare Source
Bug fixes
EuiTextTruncate
component to clean up timer from side effect on unmount (#7495)Breaking changes
anchorClassName
prop fromEuiPopover
. UseclassName
instead (#7488)buttonRef
prop fromEuiPopover
. UsepopoverRef
instead (#7488)toolTipTitle
andtoolTipPosition
props fromEuiContextMenuItem
. UsetoolTipProps.title
andtoolTipProps.position
instead (#7489)setSelection
ref method fromEuiInMemoryTable
andEuiBasicTable
. Use the new controlledselection.selected
prop API instead. (#7491)EuiTourStep
'sclassName
andstyle
props now apply to the anchoring element instead of to the popover panel, to matchEuiPopover
behavior. (#7497)panelClassName
andpanelStyle
respectively instead.Performance
EuiCode
andEuiCodeBlock
(#7486)CSS-in-JS conversions
EuiSearchBar
to Emotion (#7490)EuiEmptyPrompt
to Emotion (#7494)euiBorderColor
anduseEuiBorderColorCSS
style utilities (#7494)v92.2.1
Compare Source
Bug fixes
v92.2.0
Compare Source
EuiFlyoutResizable
with new optionalonResize
callback (#7464)Bug fixes
EuiResizableContainer
whereonResizeEnd
could become a stale closure when renders occured between resize start and end, resulting in an outdated version of a consumer'sonResizeEnd
callback being called (#7468)EuiTextArea
to correctly fireonChange
callbacks on clear button click (#7473)EuiContextMenu
's panel titles & items to not show underlines on hover for non-interactive elements (#7474)Deprecations
EuiHue
andEuiSaturation
subcomponent exports. Use the parentEuiColorPicker
component instead (#7460)EuiCommentTimeline
subcomponent export. Use the parentEuiComment
orEuiCommentList
components instead. (#7467)Configuration
📅 Schedule: Branch creation - "every 1 week on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.