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 v67 #1815

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

elastic/eui

v67.0.0

Compare Source

  • Updated EuiSuggest to accept the isPreFiltered prop (#​5930)
  • Updated EuiOverlayMask to use EuiPortal (#​6090)
  • Updated EuiToolTipPopover to be a function component (#​6104)
  • Added EuiToolTipAnchor and EuiToolTipArrow components (#​6104)
  • Added a new component prop to EuiPageSection, allowing overriding of the default section tag (#​6192)

Bug fixes

  • Fixed global styles being inserted into the wrong location when a EuiProvider cache is not configured. (#​6202)
  • Fixed bug where className and rest props were not being passed to the EuiNotificationEvent (#​6208)
  • Fixed various nested componentProps throwing type errors on the css prop (#​6211)

Deprecations

  • Added @deprecated flags to EuiPageContent_Deprecated, EuiPageContentBody_Deprecated, EuiPageContentHeader_Deprecated, EuiPageContentHeaderSection_Deprecated, EuiPageSideBar_Deprecated and EuiPageTemplate_Deprecated, which will provide helpful hints to IDEs that support jsdoc flags. Consumers will have until August 2023 to migrate from these deprecated components. (#​6194)

Breaking changes

  • Removed onClick prop from EuiOverlayMask. Use a nested EuiFocusTrap instead. (#​6090)
  • Removed euiCallOutColor Sass mixin (#​6201)

CSS-in-JS conversions

  • Converted EuiOverlayMask to Emotion (#​6090)
  • Converted EuiToolTip to Emotion styling (#​6104)
  • Converted EuiPagination, EuiPaginationButton, and EuiPaginationButtonArrow to Emotion (#​6109)

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, click this checkbox.

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

@renovate renovate bot added dependencies Pull requests that update a dependency file skip-newsletter labels Sep 12, 2022
@renovate renovate bot requested a review from a team September 12, 2022 04:56
@kibanamachine
Copy link

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@markov00 markov00 merged commit a45b3d3 into master Sep 12, 2022
@markov00 markov00 deleted the renovate/@elasticeui branch September 12, 2022 13:57
nickofthyme pushed a commit that referenced this pull request Sep 17, 2022
# [49.0.0](v48.0.1...v49.0.0) (2022-09-17)

### Bug Fixes

* **deps:** update dependency @elastic/eui to v67 ([#1815](#1815)) ([a45b3d3](a45b3d3))
* **metric:** improve multi-line wrapping ([#1816](#1816)) ([f9c790e](f9c790e))

### Features

* **metric:** add a textual value ([#1817](#1817)) ([d7610ad](d7610ad))
* **metric:** add empty cell marker ([#1819](#1819)) ([58ca9c3](58ca9c3))
* **metric:** expose min metric height ([#1825](#1825)) ([c9bd634](c9bd634))

### BREAKING CHANGES

* **metric:** the metric types have been changed: the `value: number` and `valueFormatter` are only available for a numerical, progress bar, or trend metric. For the textual metric, the `value` has a `string` type.
The `progressBarDirection` and `trendShape` properties are now required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file skip-newsletter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants