Skip to content

Bump @elastic/eui from 113.2.1 to 113.3.0 in /src/Elastic.Documentation.Site in the eui group across 1 directory#3032

Merged
Mpdreamz merged 1 commit intomainfrom
dependabot/npm_and_yarn/src/Elastic.Documentation.Site/eui-51f67d8a89
Apr 8, 2026
Merged

Bump @elastic/eui from 113.2.1 to 113.3.0 in /src/Elastic.Documentation.Site in the eui group across 1 directory#3032
Mpdreamz merged 1 commit intomainfrom
dependabot/npm_and_yarn/src/Elastic.Documentation.Site/eui-51f67d8a89

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the eui group with 1 update in the /src/Elastic.Documentation.Site directory: @elastic/eui.

Updates @elastic/eui from 113.2.1 to 113.3.0

Release notes

Sourced from @​elastic/eui's releases.

v113.3.0

  • Added color prop to EuiContextMenuItem, accepting all standard button color values (#9448)
  • Adjusted lightest color tokens to get a more balanced palette and contrast with content over light backgrounds: (#9432)
    • blue10 / euiColorPrimary10
    • sky10 / euiColorNeutral10
    • teal10 / euiColorAccentSecondary10
    • pink10 / euiColorAccent10
    • green10 / euiColorSuccess10
    • yellow10 / euiColorWarning10
    • orange10 / euiColorRisk10
    • red10 / euiColorDanger10
    • purple10 / euiColorAssistance10
  • Added flyoutMenuDisplayMode prop to EuiFlyout to control when the flyout menu renders. Defaults to 'auto', which hides the menu bar when it only contains a close button. (#9426)
  • Added iconType support to EuiFlyoutManager sessions, allowing icons to be displayed in the flyout history popover (#9412)
  • Child flyout history in the Flyout Manager: sessions now track a stack of child flyouts (childHistory) so you can open multiple child flyouts in sequence and navigate back through them (#9409)
  • Optional level argument to goToFlyout(flyoutId, level?) — when level is 'child', navigates to a child in the current session's history (e.g. from the history popover); when 'main' or omitted, navigates by main session as before (#9409)
  • FlyoutSession now includes childTitle, childIconType, and childHistory so the history popover can show child flyout titles and icons and support jumping back to a previous child (#9409)
  • Back button now pops child history first (returning to the previous child flyout), then pops the current session when no child history remains (#9409)
  • Added files prop to EuiFilePicker to maintain visual state when re-mounting (#9362)

Bug fixes

  • Fixed DefaultItemAction.color being ignored in the collapsed overflow menu (... popover) of EuiBasicTable — it now renders with the correct color, matching the expanded inline action view (#9448)
  • Fixed EuiSuperDatePicker's time window adding a 1ms drift for relative date times (#9434)
  • Fixed cascade close when child flyouts are rendered as siblings of the main (not nested): closing the main now correctly invokes each child's onClose so consumer state and DOM stay in sync and children do not remain visible as orphaned flyouts (#9409)

Deprecations

  • Deprecated hideTitle prop in EuiFlyoutMenuProps. The menu title is now hidden by default for all flyouts. Use EuiFlyoutHeader for visible titles instead. (#9502)
Commits
  • 03c4663 Release: @​elastic/eui v113.3.0, @​elastic/eui-theme-borealis v6.2.0 (#9509)
  • f308dc0 feat(basic_table): Support color on DefaultItemAction in collapsed overfl...
  • 7b725a1 Updating lightest color tokens (#9432)
  • 00f8d90 [Flyout System] Child Flyout History (#9409)
  • 1a3f148 [Flyout System] Deprecate flyout menu hideTitle prop (#9502)
  • 39581da [EuiSuperDatePicker] Prevent time window steps from drifting by 1ms (#9434)
  • 5dadc1f [Flyout System] Add flyout menu display modes (#9426)
  • a27c5ea Fix/8944 file picker maintain state (#9362)
  • 9680ed4 [Flyout System] Add support for iconType to display in history popover (#9412)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the eui group with 1 update in the /src/Elastic.Documentation.Site directory: [@elastic/eui](https://github.com/elastic/eui/tree/HEAD/packages/eui).


Updates `@elastic/eui` from 113.2.1 to 113.3.0
- [Release notes](https://github.com/elastic/eui/releases)
- [Changelog](https://github.com/elastic/eui/blob/main/packages/eui/CHANGELOG.md)
- [Commits](https://github.com/elastic/eui/commits/v113.3.0/packages/eui)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the chore label Apr 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 6, 2026 08:11
@dependabot dependabot bot requested a review from reakaleek April 6, 2026 08:11
@dependabot dependabot bot added the chore label Apr 6, 2026
@Mpdreamz Mpdreamz merged commit 11a5fd9 into main Apr 8, 2026
27 checks passed
@Mpdreamz Mpdreamz deleted the dependabot/npm_and_yarn/src/Elastic.Documentation.Site/eui-51f67d8a89 branch April 8, 2026 07:16
cotti pushed a commit that referenced this pull request Apr 8, 2026
Bumps the eui group with 1 update in the /src/Elastic.Documentation.Site directory: [@elastic/eui](https://github.com/elastic/eui/tree/HEAD/packages/eui).


Updates `@elastic/eui` from 113.2.1 to 113.3.0
- [Release notes](https://github.com/elastic/eui/releases)
- [Changelog](https://github.com/elastic/eui/blob/main/packages/eui/CHANGELOG.md)
- [Commits](https://github.com/elastic/eui/commits/v113.3.0/packages/eui)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants