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

chore(deps): bump @elastic/eui from 58.1.1 to 74.0.1 #362

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps @elastic/eui from 58.1.1 to 74.0.1.

Release notes

Sourced from @​elastic/eui's releases.

v74.0.1

Bug fixes

  • Fixed EuiModalHeaderTitle type errors when passed EuiTitle props (#6547)

v74.0.0

  • Added the component prop to EuiModalHeaderTitle, which allows overriding the default h1 tag (#6530)
  • Added the titleProps prop to EuiConfirmModal, which allows overriding the default h1 tag (#6530)

Bug fixes

  • Fixed slight row height jumping in EuiBasicTables when actions with tooltips became disabled (#6538)

Breaking changes

  • EuiModalHeaderTitle now always wraps its children in a h1 tag (previously attempted to conditionally detect whether its children were raw strings or not). To change this tag type to, e.g. a more generic div, use the new component prop. (#6530)
  • EuiLink now applies rel="noreferrer" to all domains, including elastic.co (#6535)
  • EuiBasicTable no longer blocks mouse/keyboard interactions while loading (#6543)

CSS-in-JS conversions

  • Converted EuiBasicTable to Emotion (#6539)
  • Added a new RenderWithEuiTheme render prop utility (#6539)

v73.0.0

Bug fixes

  • Fixed EuiDataGrid a11y errors within toolbar popovers containing draggable elements with interactive children (#6517)
  • Fixed several styling bugs within EuiDataGrid's sorting toolbar popover (#6517)

Breaking changes

  • EuiToolTips now internally enforce only showing one tooltip at a time (the most recently triggered tooltip). This primarily affects scenarios where users are focused on a tooltip toggle via click, and then hover onto another tooltip toggle. (#6520)

v72.2.0

  • Added onFullScreen callback to expose the isFullScreen state of the EuiImage (#6504)
  • Added an extra spacing between the title and subtitle to EuiTour (#6512)
  • Updated EuiText.blockquote styles to match the EuiMarkdownFormat.blockquote styles (#6514)
  • Added the repositionOnScroll prop to EuiToolTip (#6515)

v72.1.0

  • Changed design of empty ranges in EuiColorStops to have diagonal gray stripes instead of a solid light gray color (#6489)
  • Changed popover in EuiColorStops to not appear when dragging/moving a color stop (#6489)
  • EuiPopover now supports overriding focusTrapProps.onClickOutside, which allows customization of auto-close behavior on outside click. (#6500)

CSS-in-JS conversions

  • Converted EuiColorStops to Emotion (#6489)
  • Added brighten service to manipulate CSS-in-JS colors (#6489)

... (truncated)

Changelog

Sourced from @​elastic/eui's changelog.

74.0.1

Bug fixes

  • Fixed EuiModalHeaderTitle type errors when passed EuiTitle props (#6547)

74.0.0

  • Added the component prop to EuiModalHeaderTitle, which allows overriding the default h1 tag (#6530)
  • Added the titleProps prop to EuiConfirmModal, which allows overriding the default h1 tag (#6530)

Bug fixes

  • Fixed slight row height jumping in EuiBasicTables when actions with tooltips became disabled (#6538)

Breaking changes

  • EuiModalHeaderTitle now always wraps its children in a h1 tag (previously attempted to conditionally detect whether its children were raw strings or not). To change this tag type to, e.g. a more generic div, use the new component prop. (#6530)
  • EuiLink now applies rel="noreferrer" to all domains, including elastic.co (#6535)
  • EuiBasicTable no longer blocks mouse/keyboard interactions while loading (#6543)

CSS-in-JS conversions

  • Converted EuiBasicTable to Emotion (#6539)
  • Added a new RenderWithEuiTheme render prop utility (#6539)

73.0.0

Bug fixes

  • Fixed EuiDataGrid a11y errors within toolbar popovers containing draggable elements with interactive children (#6517)
  • Fixed several styling bugs within EuiDataGrid's sorting toolbar popover (#6517)

Breaking changes

  • EuiToolTips now internally enforce only showing one tooltip at a time (the most recently triggered tooltip). This primarily affects scenarios where users are focused on a tooltip toggle via click, and then hover onto another tooltip toggle. (#6520)

72.2.0

  • Added onFullScreen callback to expose the isFullScreen state of the EuiImage (#6504)
  • Added an extra spacing between the title and subtitle to EuiTour (#6512)
  • Updated EuiText.blockquote styles to match the EuiMarkdownFormat.blockquote styles (#6514)
  • Added the repositionOnScroll prop to EuiToolTip (#6515)

72.1.0

  • Changed design of empty ranges in EuiColorStops to have diagonal gray stripes instead of a solid light gray color (#6489)
  • Changed popover in EuiColorStops to not appear when dragging/moving a color stop (#6489)
  • EuiPopover now supports overriding focusTrapProps.onClickOutside, which allows customization of auto-close behavior on outside click. (#6500)

... (truncated)

Commits
  • bde7afe 74.0.1
  • 3a7ee0a Updated changelog.
  • da699d7 [EuiModalHeaderTitle] Fix type errors when passed EuiTitle props (#6547)
  • 74009b4 Updated documentation.
  • 3c92711 74.0.0
  • cf61cbb Updated changelog.
  • 87e8e28 update i18ntokens
  • dc3fcbc [EuiBasicTable] Remove preventing all mouse/keyboard interactions when `loadi...
  • 22b9f61 [EuiResizablePanel] Added tabindex prop to EuiResizablePanel for keyboard acc...
  • be23158 [Emotion] Convert EuiBasicTable (#6539)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@elastic/eui](https://github.com/elastic/eui) from 58.1.1 to 74.0.1.
- [Release notes](https://github.com/elastic/eui/releases)
- [Changelog](https://github.com/elastic/eui/blob/main/CHANGELOG.md)
- [Commits](elastic/eui@v58.1.1...v74.0.1)

---
updated-dependencies:
- dependency-name: "@elastic/eui"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2023
@apmmachine
Copy link
Contributor

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-01-30T14:07:50.177+0000

  • Duration: 4 min 58 sec

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /test all : Re-trigger the build for all the stages.

Copy link
Contributor

@justinkambic justinkambic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few undesired changes like the layout gap at the top of the window, these things will need to get fixed before we can merge this.

@kyungeunni
Copy link
Contributor

Yes @justinkambic, FYI here's WIP I've put a few weeks ago but couldn't find a chance to finalize: #348 (comment)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2023

Superseded by #375.

@dependabot dependabot bot closed this Feb 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elastic/eui-74.0.1 branch February 6, 2023 14:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants