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 75.0.0 #381

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps @elastic/eui from 58.1.1 to 75.0.0.

Release notes

Sourced from @​elastic/eui's releases.

v75.0.0

  • EuiFlyouts now automatically shard all fixed EuiHeaders on the page. This means that interactions (mouse & keyboard) with items inside EuiHeaders when flyouts are open will no longer trigger focus fighting (#6566)
  • EuiFlyouts now read out detailed screen reader dialog instructions and hints on open (#6566)

Bug fixes

  • Fixed EuiSelectable options with incorrect aria-posinset indices when rendered with group labels not at the start of the array (#6571)
  • Fixed a bug with EuiSearchBar where filters with multiSelect: false were not able to select a new option when an option was already selected (#6577)

Breaking changes

  • Removed the ability to customize the role prop of EuiFlyouts. EuiFlyouts should always be dialog roles for screen reader consistency. (#6566)
  • Removed closeButtonAriaLabel prop from EuiFlyout - use closeButtonProps['aria-label'] instead (#6566)

v74.1.0

  • Added new EuiSkeletonText, EuiSkeletonTitle, EuiSkeletonCircle, and EuiSkeletonRectangle components (#6502)
  • Updated EuiSuperSelect screen reader instructions to be more specific (#6549)
  • Added error and updated alert glyphs to EuiIcon (#6550)
  • All EuiSkeleton components now accept an isLoading flag and children, which automatically handles conditionally rendering loading skeletons vs. loaded content (children) (#6562)
  • All EuiSkeleton components now accept a contentAriaLabel prop, which more meaningfully describes the loaded content to screen readers (#6562)
  • Updated EuiPopover screen reader instructions for mobile and click behaviors (#6567)

Bug fixes

  • Fixed EuiCard to ensure onClick method only runs once when title contains a React node (#6551)

Deprecations

  • Deprecated EuiLoadingContent - use EuiSkeletonText instead (#6557)

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

... (truncated)

Changelog

Sourced from @​elastic/eui's changelog.

75.0.0

  • EuiFlyouts now automatically shard all fixed EuiHeaders on the page. This means that interactions (mouse & keyboard) with items inside EuiHeaders when flyouts are open will no longer trigger focus fighting (#6566)
  • EuiFlyouts now read out detailed screen reader dialog instructions and hints on open (#6566)

Bug fixes

  • Fixed EuiSelectable options with incorrect aria-posinset indices when rendered with group labels not at the start of the array (#6571)
  • Fixed a bug with EuiSearchBar where filters with multiSelect: false were not able to select a new option when an option was already selected (#6577)

Breaking changes

  • Removed the ability to customize the role prop of EuiFlyouts. EuiFlyouts should always be dialog roles for screen reader consistency. (#6566)
  • Removed closeButtonAriaLabel prop from EuiFlyout - use closeButtonProps['aria-label'] instead (#6566)

74.1.0

  • Added new EuiSkeletonText, EuiSkeletonTitle, EuiSkeletonCircle, and EuiSkeletonRectangle components (#6502)
  • Updated EuiSuperSelect screen reader instructions to be more specific (#6549)
  • Added error and updated alert glyphs to EuiIcon (#6550)
  • All EuiSkeleton components now accept an isLoading flag and children, which automatically handles conditionally rendering loading skeletons vs. loaded content (children) (#6562)
  • All EuiSkeleton components now accept a contentAriaLabel prop, which more meaningfully describes the loaded content to screen readers (#6562)
  • Updated EuiPopover screen reader instructions for mobile and click behaviors (#6567)

Bug fixes

  • Fixed EuiCard to ensure onClick method only runs once when title contains a React node (#6551)

Deprecations

  • Deprecated EuiLoadingContent - use EuiSkeletonText instead (#6557)

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)

... (truncated)

Commits

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 75.0.0.
- [Release notes](https://github.com/elastic/eui/releases)
- [Changelog](https://github.com/elastic/eui/blob/main/CHANGELOG.md)
- [Commits](elastic/eui@v58.1.1...v75.0.0)

---
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 Feb 13, 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-02-13T15:01:28.928+0000

  • Duration: 13 min 59 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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2023

Superseded by #382.

@dependabot dependabot bot closed this Feb 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elastic/eui-75.0.0 branch February 20, 2023 15:03
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.

1 participant