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 76.4.0 to 77.2.0 #402

Merged
merged 2 commits into from
Apr 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps @elastic/eui from 76.4.0 to 77.1.0.

Release notes

Sourced from @​elastic/eui's releases.

v77.1.0

  • Updated EuiDatePicker to display a warning icon and correctly set aria-invalid when isInvalid is passed (#6677)
  • Updated EuiFilePicker to display an alert icon when isInvalid (#6678)
  • Updated EuiTextArea to display an alert icon when isInvalid (#6679)
  • Updated EuiTextArea to support the isLoading prop (#6679)
  • Updated EuiComboBox to display a warning icon and correctly set aria-invalid when isInvalid is passed (#6680)

Bug fixes

  • Fixed EuiAccordion to not set an aria-expanded attribute on non-interactive buttonElements (#6694)
  • Fixed an EuiPopoverFooter bug causing nested popovers within popovers (note: not a recommended use-case) to unintentionally override its panel padding size inherited from context (#6698)
  • Fixed EuiComboBox to only delete the last selected item on backspace if the input caret is present (#6699)

v77.0.0

Bug fixes

  • Fixed named EuiBadge colors to reflect custom theme overrides (#6659)
  • Fixed user-defined SCSS variables failing to override variables defined in Amsterdam typography overrides. (#6665)
  • Fixed bold EuiCode tokens to actually be bold (#6666)

Breaking changes

  • Success- and accent-colored EuiBadges and EuiButtons have had their fill colors tinted slightly on light mode to be more readable (#6659)
Changelog

Sourced from @​elastic/eui's changelog.

77.1.0

  • Updated EuiDatePicker to display a warning icon and correctly set aria-invalid when isInvalid is passed (#6677)
  • Updated EuiFilePicker to display an alert icon when isInvalid (#6678)
  • Updated EuiTextArea to display an alert icon when isInvalid (#6679)
  • Updated EuiTextArea to support the isLoading prop (#6679)
  • Updated EuiComboBox to display a warning icon and correctly set aria-invalid when isInvalid is passed (#6680)

Bug fixes

  • Fixed EuiAccordion to not set an aria-expanded attribute on non-interactive buttonElements (#6694)
  • Fixed an EuiPopoverFooter bug causing nested popovers within popovers (note: not a recommended use-case) to unintentionally override its panel padding size inherited from context (#6698)
  • Fixed EuiComboBox to only delete the last selected item on backspace if the input caret is present (#6699)

77.0.0

Bug fixes

  • Fixed named EuiBadge colors to reflect custom theme overrides (#6659)
  • Fixed user-defined SCSS variables failing to override variables defined in Amsterdam typography overrides. (#6665)
  • Fixed bold EuiCode tokens to actually be bold (#6666)

Breaking changes

  • Success- and accent-colored EuiBadges and EuiButtons have had their fill colors tinted slightly on light mode to be more readable (#6659)
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 76.4.0 to 77.1.0.
- [Release notes](https://github.com/elastic/eui/releases)
- [Changelog](https://github.com/elastic/eui/blob/main/CHANGELOG.md)
- [Commits](elastic/eui@v76.4.0...v77.1.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 Apr 17, 2023
@justinkambic justinkambic changed the title chore(deps): bump @elastic/eui from 76.4.0 to 77.1.0 chore(deps): bump @elastic/eui from 76.4.0 to 77.2.0 Apr 19, 2023
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.

Tested locally and bumped to latest minor for v77.

@justinkambic justinkambic merged commit 426c021 into main Apr 19, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elastic/eui-77.1.0 branch April 19, 2023 19:20
justinkambic added a commit to justinkambic/synthetics-recorder that referenced this pull request Apr 20, 2023
* chore(deps): bump @elastic/eui from 76.4.0 to 77.1.0

Bumps [@elastic/eui](https://github.com/elastic/eui) from 76.4.0 to 77.1.0.
- [Release notes](https://github.com/elastic/eui/releases)
- [Changelog](https://github.com/elastic/eui/blob/main/CHANGELOG.md)
- [Commits](elastic/eui@v76.4.0...v77.1.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>

* Bump to latest 77 minor.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Kambic <jk@elastic.co>
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.

None yet

1 participant