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

Bump d3-color, @elastic/charts and @elastic/eui #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 29, 2022

Bumps d3-color to 3.1.0 and updates ancestor dependencies d3-color, @elastic/charts and @elastic/eui. These dependencies need to be updated together.

Updates d3-color from 1.4.0 to 3.1.0

Release notes

Sourced from d3-color's releases.

v3.1.0

v3.0.1

  • Make build reproducible.

v3.0.0

  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v2.0.0

This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-color 1.x or use a transpiler.

v1.4.1

  • Fix parsing of 4- and 8-digit hexadecimal transparent colors. #52
Commits

Updates @elastic/charts from 17.1.1 to 50.0.1

Release notes

Sourced from @​elastic/charts's releases.

v50.0.1

50.0.1 (2022-09-28)

Bug Fixes

v50.0.0

50.0.0 (2022-09-21)

chore

  • xy: timeslip typescript and timezone verification (#1826) (1ee26a5)

BREAKING CHANGES

  • xy: non-IANA timezones such as "utc-3" are no longer accepted. Use a standard IANA location code or test with a relative one such as "Etc/GMT+3"

  • chore: timeslip typescript and other typing improvements

  • test: more tightly ensure correct time zone for xy charts

  • refactor: timeslip extraction of small functions to remove some large functions

v49.0.1

49.0.1 (2022-09-28)

Bug Fixes

v49.0.0

49.0.0 (2022-09-17)

Bug Fixes

  • deps: update dependency @​elastic/eui to v67 (#1815) (a45b3d3)
  • metric: improve multi-line wrapping (#1816) (f9c790e)

Features

... (truncated)

Changelog

Sourced from @​elastic/charts's changelog.

50.0.1 (2022-09-28)

Bug Fixes

50.0.0 (2022-09-21)

chore

  • xy: timeslip typescript and timezone verification (#1826) (1ee26a5)

BREAKING CHANGES

  • xy: non-IANA timezones such as "utc-3" are no longer accepted. Use a standard IANA location code or test with a relative one such as "Etc/GMT+3"

  • chore: timeslip typescript and other typing improvements

  • test: more tightly ensure correct time zone for xy charts

  • refactor: timeslip extraction of small functions to remove some large functions

49.0.0 (2022-09-17)

Bug Fixes

  • deps: update dependency @​elastic/eui to v67 (#1815) (a45b3d3)
  • metric: improve multi-line wrapping (#1816) (f9c790e)

Features

BREAKING CHANGES

  • metric: the metric types have been changed: the value: number and valueFormatter are only available for a numerical, progress bar, or trend metric. For the textual metric, the value has a string type. The progressBarDirection and trendShape properties are now required.

48.0.1 (2022-09-08)

Bug Fixes

... (truncated)

Commits

Updates @elastic/eui from 12.4.0 to 68.0.0

Release notes

Sourced from @​elastic/eui's releases.

v67.1.2

Bug fixes

  • Fixed EuiFlyout not correctly merging passed css (#6248)
  • Fixed EuiNotificationEvent not correctly merging passed classNames (#6248)
  • Fixed EuiAvatar to no longer mutate the object passed to its style prop (#6251)

v67.1.1

Bug fixes

  • Fixed EuiDataGrid's broken fullscreen mode when nested within an EuiAccordion (#6235)
  • Fixed EuiPageSection not correctly merging contentProps.css (#6239)
  • Fixed EuiPageHeaderContent not correctly merging passed classNames (#6239)
  • Fixed EuiAccordion not correctly merging buttonProps.css and arrowProps.css (#6239)
  • Fixed EuiProgress not correctly merging labelProps.css (#6239)
  • Fixed EuiImage not correctly merging wrapperProps.css (#6239)

CSS-in-JS conversions

  • Converted EuiFlyout to Emotion; Removed $euiFlyoutBorder and $euiFlyoutPaddingModifiers (#6213)

v67.1.0

  • Added an optional dev-mode check to log, warn, or error if a component is rendered outside of EuiProvider (#6216)
  • Updated EuiBadge's disabled styling to match EuiButton (#6224)
  • Added the custom_component search filter type for the EuiSearchBar. This new type gives the consumer control to render the search filter dropdown. (#6226)

Bug fixes

  • Fixed Query.toESQuery() to generate bool queries instead of relying on match query logic, to work with non-text fields (#6220)
  • Fixed EuiInMemoryTable's internal state tracking to include changes of sorting.sort values (#6228)
  • Fixed bug in EuiButton where iconSize was not being applied (#6230)

CSS-in-JS conversions

  • Converted EuiBadge to Emotion (#6224)

v67.0.0

  • Updated EuiSuggest to accept the isPreFiltered prop (#5930)
  • Updated EuiOverlayMask to use EuiPortal (#6090)
  • Updated EuiToolTipPopover to be a function component (#6104)
  • Added EuiToolTipAnchor and EuiToolTipArrow components (#6104)
  • Added a new component prop to EuiPageSection, allowing overriding of the default section tag (#6192)

Bug fixes

  • Fixed global styles being inserted into the wrong location when a EuiProvider cache is not configured. (#6202)
  • Fixed bug where className and rest props were not being passed to the EuiNotificationEvent (#6208)
  • Fixed various nested componentProps throwing type errors on the css prop (#6211)

Deprecations

... (truncated)

Changelog

Sourced from @​elastic/eui's changelog.

68.0.0

  • Added beta glyph to EuiIcon (#6250)
  • Added launch and spaces glyphs to EuiIcon (#6260)
  • Added the fallbackDestination prop to EuiSkipLink, which accepts a string of query selectors to fall back to if the destinationId does not have a valid target. Defaults to main (#6261)
  • EuiSkipLink is now always an a tag to ensure that it is always placed within screen reader link menus. (#6261)

Bug fixes

  • Fixed EuiSuperDatePicker not correctly merging passed classNames (#6253)
  • Fixed EuiColorStops not correctly merging in passed data-test-subjs, styles, or ...rest (#6255)
  • Fixed EuiResizablePanel incorrectly passing style to the wrapper instead of the panel. Use wrapperProps.style to pass styles to the wrapper. (#6255)
  • Fixed custom onClicks passed to EuiSkipLink overriding overrideLinkBehavior (#6261)

Breaking changes

  • Removed inherit and ghost color from EuiListGroupItem (#6207)
  • Changed default color to text instead of inherit (#6207)

CSS-in-JS conversions

  • Converted EuiListGroup and EuiListGroupItem to Emotion; Removed $euiListGroupGutterTypes, $euiListGroupItemColorTypes and $euiListGroupItemSizeTypes; (#6207)
  • Converted EuiBadgeGroup to Emotion (#6258)
  • Converted EuiBetaBadge to Emotion (#6258)
  • Converted EuiNotificationBadge to Emotion (#6258)

67.1.2

Bug fixes

  • Fixed EuiFlyout not correctly merging passed css (#6248)
  • Fixed EuiNotificationEvent not correctly merging passed classNames (#6248)
  • Fixed EuiAvatar to no longer mutate the object passed to its style prop (#6251)

67.1.1

Bug fixes

  • Fixed EuiDataGrid's broken fullscreen mode when nested within an EuiAccordion (#6235)
  • Fixed EuiPageSection not correctly merging contentProps.css (#6239)
  • Fixed EuiPageHeaderContent not correctly merging passed classNames (#6239)
  • Fixed EuiAccordion not correctly merging buttonProps.css and arrowProps.css (#6239)
  • Fixed EuiProgress not correctly merging labelProps.css (#6239)
  • Fixed EuiImage not correctly merging wrapperProps.css (#6239)

CSS-in-JS conversions

  • Converted EuiFlyout to Emotion; Removed $euiFlyoutBorder and $euiFlyoutPaddingModifiers (#6213)

67.1.0

... (truncated)

Commits
  • f88a8b7 68.0.0
  • f2e85ca Updated changelog.
  • b44e6d4 update theme json tokens
  • 8ae7890 update i18ntokens
  • 80bc66a Revert "skip a11y testing to see if CI passes"
  • 86b784e skip a11y testing to see if CI passes
  • bc6b028 [Emotion] Add form variables and mixins (#6256)
  • 4293453 [EuiPopover docs] Update examples for better align with product assistance gu...
  • 1dae2e8 [EuiPortal docs] Add custom flyout example (#6247)
  • b4ef328 [EuiSkipLink] Add fallbackDestination support, defaulting to main tag (#6...
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependencies [d3-color](https://github.com/d3/d3-color), [@elastic/charts](https://github.com/elastic/elastic-charts) and [@elastic/eui](https://github.com/elastic/eui). These dependencies need to be updated together.


Updates `d3-color` from 1.4.0 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](d3/d3-color@v1.4.0...v3.1.0)

Updates `@elastic/charts` from 17.1.1 to 50.0.1
- [Release notes](https://github.com/elastic/elastic-charts/releases)
- [Changelog](https://github.com/elastic/elastic-charts/blob/master/CHANGELOG.md)
- [Commits](elastic/elastic-charts@v17.1.1...v50.0.1)

Updates `@elastic/eui` from 12.4.0 to 68.0.0
- [Release notes](https://github.com/elastic/eui/releases)
- [Changelog](https://github.com/elastic/eui/blob/main/CHANGELOG.md)
- [Commits](elastic/eui@v12.4.0...v68.0.0)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: "@elastic/charts"
  dependency-type: direct:production
- dependency-name: "@elastic/eui"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 29, 2022
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.

0 participants