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 v91 #2233

Merged
merged 2 commits into from Nov 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

elastic/eui (@​elastic/eui)

v91.0.0

Compare Source

  • Updated the background color of EuiPopovers in dark mode to increase visibility & contrast against other page/panel backgrounds (#​7310)
  • Memoized EuiDataGrid to prevent unneeded re-renders (#​7324)
  • Added a configurable role prop to EuiAccordion (#​7326)
  • Added a configurable role prop to EuiGlobalToastList (#​7328)
  • For greater flexibility, EuiSuperDatePicker now allows users to paste ISO 8601, RFC 2822, and Unix timestamps in the Absolute tab input, in addition to timestamps in the dateFormat prop (#​7331)
  • Plain text EuiComboBoxes now behave more like a normal text field/input. Backspacing will no longer delete the entire value, and selected values can now be double clicked and copied. (#​7332)
  • EuiDataGrid's display settings popover now allows users to clear the "Lines per row" input before typing in a new number (#​7338)
  • Improved the UX of EuiSuperDatePicker's Absolute tab for users manually typing in timestamps (#​7341)
  • Updated EuiI18ns with multiple tokens to accept dynamic values (#​7341)

Bug fixes

  • Fixed EuiComboBox's onSearchChange callback to pass the correct hasMatchingOptions value (#​7334)
  • Fixed an EuiSelectableTemplateSitewide bug where the popoverButton behavior would break if passed a non-DOM React wrapper (#​7339)

Deprecations

  • EuiPopover: deprecated anchorClassName. Use className instead (#​7311)
  • EuiPopover: deprecated buttonRef. Use popoverRef instead (#​7311)
  • EuiPopover: removed extra .euiPopover__anchor div wrapper. Target .euiPopover instead if necessary (#​7311)
  • Deprecated EuiButtonGroup's name prop. This can safely be removed. (#​7325)

Breaking changes

  • Removed deprecated euiPaletteComplimentary - use euiPaletteComplementary Instead (#​7333)

Accessibility

  • Updated type="single" EuiButtonGroups to render standard buttons instead of radio buttons under the hood, per recent a11y recommendations (#​7325)
  • EuiAccordion now defaults to a less screenreader-noisy group role instead of region. If your accordion contains significant enough content to be a document landmark role, you may re-configure it back to region. (#​7326)
  • Reduced screen reader noisiness when sorting EuiDataGrid columns via toolbar (#​7327)
  • EuiGlobalToastList now defaults to a log role. If your toasts will always require immediate user action, consider (with caution) using the alert role instead. (#​7328)

CSS-in-JS conversions

  • Updated $euiFontFamily and $euiCodeFontFamily to match Emotion fonts (#​7332)

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.

@renovate renovate bot added dependencies Pull requests that update a dependency file skip-newsletter labels Nov 6, 2023
@renovate renovate bot requested a review from a team November 6, 2023 22:55
@renovate renovate bot force-pushed the renovate/@elasticeui branch 4 times, most recently from ef10d25 to 256ec87 Compare November 9, 2023 18:25
@nickofthyme
Copy link
Collaborator

For some reason the .euiPopover styles were changed here. We should double check with actions used in kibana as this is a small change that may go unnoticed. Should be fixed by a3f57f3 🤞🏼.

Screen Recording 2023-11-09 at 09 58 13 PM

@nickofthyme nickofthyme enabled auto-merge (squash) November 10, 2023 05:00
Copy link
Contributor Author

renovate bot commented Nov 10, 2023

Edited/Blocked Notification

Renovate 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.

@nickofthyme nickofthyme merged commit e89f623 into main Nov 10, 2023
13 checks passed
@nickofthyme nickofthyme deleted the renovate/@elasticeui branch November 10, 2023 05:16
nickofthyme pushed a commit that referenced this pull request Nov 20, 2023
# [61.1.0](v61.0.0...v61.1.0) (2023-11-20)

### Bug Fixes

* **deps:** update dependency @elastic/eui to v91 ([#2233](#2233)) ([e89f623](e89f623))
* **metric:** add option to set empty cell background color ([#2247](#2247)) ([6a9fb86](6a9fb86))
* **metric:** background color for bar with interactions ([#2248](#2248)) ([dcb56fa](dcb56fa))

### Features

* **bullet:** improve header layout and positioning ([#2243](#2243)) ([b3a95d2](b3a95d2))
* **bullet:** new design style and implementation ([#2156](#2156)) ([fca6cdd](fca6cdd))
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.

None yet

1 participant