Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @elastic/eui to v93 #2324

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@elastic/eui ^92.1.1 -> ^93.0.0 age adoption passing confidence

Release Notes

elastic/eui (@​elastic/eui)

v93.0.0

Compare Source

Bug fixes

  • Fixed EuiTextTruncate component to clean up timer from side effect on unmount (#​7495)

Breaking changes

  • Removed deprecated anchorClassName prop from EuiPopover. Use className instead (#​7488)
  • Removed deprecated buttonRef prop from EuiPopover. Use popoverRef instead (#​7488)
  • Removed deprecated toolTipTitle and toolTipPosition props from EuiContextMenuItem. Use toolTipProps.title and toolTipProps.position instead (#​7489)
  • Removed deprecated internal setSelection ref method from EuiInMemoryTable and EuiBasicTable. Use the new controlled selection.selected prop API instead. (#​7491)
  • EuiTourStep's className and style props now apply to the anchoring element instead of to the popover panel, to match EuiPopover behavior. (#​7497)
    • Convert your existing usages to panelClassName and panelStyle respectively instead.

Performance

  • Improved the amount of recomputed styles being generated by EuiCode and EuiCodeBlock (#​7486)

CSS-in-JS conversions

  • Converted EuiSearchBar to Emotion (#​7490)
  • Converted EuiEmptyPrompt to Emotion (#​7494)
  • Added euiBorderColor and useEuiBorderColorCSS style utilities (#​7494)

v92.2.1

Compare Source

Bug fixes

  • Removed unintentional i18n tokens in prior release that should not have been exported

v92.2.0

Compare Source

  • Updated EuiFlyoutResizable with new optional onResize callback (#​7464)

Bug fixes

  • Fixed an issue in EuiResizableContainer where onResizeEnd could become a stale closure when renders occured between resize start and end, resulting in an outdated version of a consumer's onResizeEnd callback being called (#​7468)
  • Fixed EuiTextArea to correctly fire onChange callbacks on clear button click (#​7473)
  • Fixed EuiContextMenu's panel titles & items to not show underlines on hover for non-interactive elements (#​7474)

Deprecations

  • Remove unused public EuiHue and EuiSaturation subcomponent exports. Use the parent EuiColorPicker component instead (#​7460)
  • Remove unused public EuiCommentTimeline subcomponent export. Use the parent EuiComment or EuiCommentList 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@nickofthyme nickofthyme merged commit ce19379 into main Feb 6, 2024
13 checks passed
@nickofthyme nickofthyme deleted the renovate/@elasticeui branch February 6, 2024 15:07
nickofthyme pushed a commit that referenced this pull request Feb 13, 2024
# [64.0.0](v63.1.0...v64.0.0) (2024-02-13)

### Bug Fixes

* **deps:** update dependency @elastic/eui to ^93.1.0 ([#2332](#2332)) ([855e357](855e357))
* **deps:** update dependency @elastic/eui to v93 ([#2324](#2324)) ([ce19379](ce19379))
* **deps:** update dependency @playwright/test to ^1.41.2 ([#2330](#2330)) ([1f8c638](1f8c638))
* **metric:** move `MetricSpec.body` to `MetricBase` ([#2336](#2336)) ([3390e25](3390e25))
* use passed size in pixel without waiting for resizeObserver ([#2270](#2270)) ([f9c11fc](f9c11fc))

### chore

* **bullet:** bullet improvements, bug fixes and renaming ([#2319](#2319)) ([34fd38b](34fd38b))

### BREAKING CHANGES

* **metric:** Moves `MetricSpec.body` to `MetricDatum.body`/`MetricBase.body`
* **bullet:** Rename `BulletGraph` to `Bullet` and `ColorBandSimpleConfig.classes` to `steps`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant