fix(deps): update dependency @elastic/eui to v87#2145
Conversation
08441dc to
d4b22bb
Compare
|
@nickofthyme it looks like storybook can't handle an EUI dependency (something related to DnD) because it uses optional chaining in an ES module. Update: The last switch in the EUI DND library, |
d4b22bb to
9b4379c
Compare
9b4379c to
fed3bf2
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
ed5d695 to
75cb626
Compare
|
@nickofthyme I've managed to make a successful build by including the |
75cb626 to
2b3232e
Compare
|
@nickofthyme this also will work: instead of using babel loader |
4a5b770 to
fed3bf2
Compare
nickofthyme
left a comment
There was a problem hiding this comment.
Excellent! Thanks for fixing this!! 🍾
# [60.0.0](v59.1.0...v60.0.0) (2023-09-20) ### Bug Fixes * **deps:** update dependency @elastic/eui to ^88.2.0 ([#2161](#2161)) ([6609a19](6609a19)) * **deps:** update dependency @elastic/eui to ^88.3.0 ([#2163](#2163)) ([624f43a](624f43a)) * **deps:** update dependency @elastic/eui to v85 ([#2113](#2113)) ([1b3fa7c](1b3fa7c)) * **deps:** update dependency @elastic/eui to v87 ([#2145](#2145)) ([312c32c](312c32c)) * **deps:** update dependency @elastic/eui to v88 ([#2154](#2154)) ([4070da0](4070da0)) * **tooltip:** rendering in react v18 ([#2169](#2169)) ([f30df54](f30df54)) * update font family ([#2165](#2165)) ([be07b0c](be07b0c)) * **waffle:** remove alpha artifacts ([#2139](#2139)) ([8eb4ede](8eb4ede)) * Wait a tick before reporting render status ([#2131](#2131)) ([fd2bca4](fd2bca4)) * **xy:** disable legend extra on ordinal ([#2114](#2114)) ([3ddfb18](3ddfb18)) ### Features * add locale prop to Settings ([#2164](#2164)) ([0bb3ab1](0bb3ab1)) ### BREAKING CHANGES * **xy:** when using the `ScaleType.Ordinal` for the X scale the legend extra value, representing the last and current hovered value, will not be shown.
This PR contains the following updates:
^85.0.0->^87.2.0Release Notes
elastic/eui (@elastic/eui)
v87.2.0Compare Source
EuiResizableButtonis now available as a generic top-level export (#7087)alignIndicatorprop toEuiResizableButton. Defaults tocenter, and can now additionally be configured tostartandend(#7087)useGeneratedHtmlIdhook to useReact.useIdas the source of unique identifiers when available (#7095)CSS-in-JS conversions
EuiResizableButtonto Emotion; Removed$euiResizableButtonTransitionSpeedand$euiResizableButtonSize(#7081)EuiResizableCollapseButtonto Emotion (#7091)v87.1.0Compare Source
EuiAutoSizer. This primarily affects typing around thedisableHeightanddisableWidthprops (#6798)EuiAutoSize,EuiAutoSizeHorizontal, andEuiAutoSizeVerticaltypes to supportEuiAutoSizer's now-stricter typing (#6798)EuiDatePickerRangeto supportcompresseddisplay (#7058)EuiFlyoutBodywith a newscrollableTabIndexprop (#7061)panelMinWidthprop toEuiInputPopover(#7071)inputPopoverPropsprop forEuiRanges andEuiDualRanges withshowInput="inputWithPopover"set (#7082)Bug fixes
EuiToolTipoverriding instead of merging itsaria-describedbytooltip ID with any existingaria-describedbys (#7055)EuiSuperDatePicker'scompresseddisplay (#7058)EuiAccordionto remove tabbable children from sequential keyboard navigation when the accordion is closed (#7064)EuiFlyouts to accept customaria-describedbyIDs (#7065)Accessibility
dialogrole andtabIndexfrom pushEuiFlyouts. Push flyouts, compared to overlay flyouts, require manual accessibility management. (#7065)v87.0.0Compare Source
componentDefaultsprop toEuiProvider, which will allow configuring certain default props globally. This list of components and defaults is still under consideration. (#6923)EuiPortal'sinsertprop can now be configured globally viaEuiProvider.componentDefaults(#6941)EuiFocusTrap'scrossFrameandgapModeprops can now be configured globally viaEuiProvider.componentDefaults(#6942)EuiTablePagination'sitemsPerPage,itemsPerPageOptions, andshowPerPageOptionsprops can now be configured globally viaEuiProvider.componentDefaults(#6951)EuiBasicTable,EuiInMemoryTable, andEuiDataGridnow allowpagination.pageSizeto be undefined. If undefined,pageSizedefaults toEuiTablePagination'sitemsPerPagecomponent default. (#6993)EuiBasicTable,EuiInMemoryTable, andEuiDataGrid'spagination.pageSizeOptionswill now fall back toEuiTablePagination'sitemsPerPageOptionscomponent default. (#6993)EuiHeaderLinks'sgutterSizespacings (#7005)EuiHeaderAlert's stacking styles (#7005)toolTipPropstoEuiListGroupItemthat allows customizing item tooltips. (#7018)EuiBreadcrumbsto support breadcrumbs that toggle popovers viapopoverContentandpopoverProps(#7031)EuiStepsandEuiStepsHorizontalto meet WCAG AA guidelines. (#7032)EuiStepsandEuiStepsHorizontalto highlight and provide a more clear visual indication of the current step (#7048)Bug fixes
<EuiHeaderSectionItem side="right" />now align right as expected without needing a previousside="left"sibling. (#7005)EuiPageTemplatenow correctly displayspanelled={true}(#7044)Breaking changes
EuiTablePagination's defaultitemsPerPageis now10(was previously50). This can be configured throughEuiProvider.componentDefaults. (#6993)EuiTablePagination's defaultitemsPerPageOptionsis now[10, 25, 50](was previously[10, 20, 50, 100]). This can be configured throughEuiProvider.componentDefaults. (#6993)borderprop fromEuiHeaderSectionItem(unused since Amsterdam theme) (#7005)bordersobject configuration fromEuiHeader.sections(#7005)CSS-in-JS conversions
EuiHeaderAlertto Emotion; Removed unused.euiHeaderAlert__dismissCSS (#7005)EuiHeaderSection,EuiHeaderSectionItem, andEuiHeaderSectionItemButtonto Emotion (#7005)EuiHeaderLinksandEuiHeaderLinkto Emotion; Removed$euiHeaderLinksGutterSizesSass variables (#7005)$euiHeaderBackgroundColorSass variable; use$euiColorEmptyShadeinstead (#7005)$euiHeaderChildSizeSass variable; use$euiSizeXXLinstead (#7005)v86.0.0Compare Source
Deprecations
euiPaletteComplimentary; UseeuiPaletteComplementaryinstead. (#6992)Breaking changes
react-beautiful-dndto its fork@hello-pangea/dnd(#7012) (#7012)<EuiDragDropContext>,<EuiDroppable>and<EuiDraggable>with no direct imports fromreact-beautiful-dnd. In case you were importing things fromreact-beautiful-dndand using them together with EUI components, you need to switch to@hello-pangea/dndwhich has cross-compatible API.v85.1.0Compare Source
EuiComboBox'soptionsto acceptoption.appendandoption.prependprops (#6953).substr()usages to.substring()(#6954)EuiInlineEdit's read mode button to include a title tooltip, increasing readability of truncated text (#6966)Bug fixes
EuiFilterGroup's responsive styles (#6983)Deprecations
EuiFilterSelectItem; UseEuiSelectableinstead (#6982)CSS-in-JS conversions
EuiFilterSelectItemto Emotion (#6982).euiFilterSelect__itemsCSS; UseEuiSelectableinstead (#6982).euiFilterSelect__noteand.euiFilterSelect__noteContentCSS; UseEuiSelectableMessageinstead (#6982)focus.transparencyandfocus.backgroundColortheme tokens (#6984)v85.0.1Compare Source
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.