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

Update dependency @elastic/charts to v30 (master) #101409

Merged
merged 6 commits into from
Jun 8, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@elastic/charts 29.2.0 -> 30.0.0 age adoption passing confidence

Release Notes

elastic/elastic-charts

v30.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • value_labels: the textBorder of ValueFillDefinition is now optional or a number only
  • axis: domain.padding now only takes a number value. If you are using a percent-based padding such as '10%' please set domain.padding to 0.1 and domain.paddingUnit to DomainPaddingUnit.DomainRatio.
  • axis: yScaleToDataExtent is removed in favor of domain.fit. The functionality is the
    same.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added release_note:skip Skip the PR/issue when compiling release notes v7.14.0 v8.0.0 labels Jun 4, 2021
@renovate renovate bot requested review from markov00 and nickofthyme June 4, 2021 16:42
@renovate renovate bot requested a review from a team June 4, 2021 19:47
@renovate renovate bot requested review from a team as code owners June 4, 2021 19:47
@botelastic botelastic bot added the Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability label Jun 4, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

@@ -169,7 +169,7 @@ function getAxisDomain<S extends XScaleType | YScaleType>(

const { min, max, defaultYExtents, boundsMargin } = scale;
const fit = defaultYExtents;
const padding = boundsMargin;
const padding = boundsMargin || undefined;
Copy link
Contributor

Choose a reason for hiding this comment

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

eui number input can be '' for some reason

@markov00
Copy link
Member

markov00 commented Jun 7, 2021

@elasticmachine merge upstream

@renovate renovate bot requested a review from a team as a code owner June 7, 2021 08:38
Copy link
Contributor

@stratoula stratoula left a comment

Choose a reason for hiding this comment

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

Code review only, kibana app code changes LGTM

@markov00
Copy link
Member

markov00 commented Jun 7, 2021

@elasticmachine run elasticsearch-ci/docs

@@ -113,7 +113,7 @@ export const DurationChartComponent = ({
tickFormat={timeFormatter(getChartDateLabel(min, max))}
/>
<Axis
domain={{ min: 0 }}
domain={{ min: 0, fit: false }}
Copy link
Contributor

Choose a reason for hiding this comment

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

what impact this change will have?

Copy link
Contributor

Choose a reason for hiding this comment

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

Short answer: Nothing. We deprecated yScaleToDataExtent in favor of this a while ago and finally fully removed the deprecated api. The function is exactly the same.

@@ -29,7 +29,6 @@ export const DurationLineSeriesList = ({ monitorType, lines }: Props) => (
xAccessor={0}
xScaleType="time"
yAccessors={[1]}
yScaleToDataExtent={false}
Copy link
Contributor

Choose a reason for hiding this comment

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

what impact this change will have?

Copy link
Contributor

Choose a reason for hiding this comment

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

See other answer

@nickofthyme nickofthyme enabled auto-merge (squash) June 7, 2021 14:08
Copy link
Member

@jgowdyelastic jgowdyelastic left a comment

Choose a reason for hiding this comment

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

ML changes tested and LGTM

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
ml 5.9MB 5.9MB -41.0B
uptime 1.1MB 1.1MB -15.0B
visTypeXy 113.7KB 113.7KB +8.0B
total -48.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
kbnUiSharedDeps-elastic 2.6MB 2.6MB -703.0B
kbnUiSharedDeps-js 6.4MB 6.4MB -6.0B
total -709.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@nickofthyme
Copy link
Contributor

@elasticmachine run elasticsearch-ci/docs

@nickofthyme
Copy link
Contributor

Ping @elastic/logs-metrics-ui

@simianhacker simianhacker self-requested a review June 7, 2021 17:24
Copy link
Member

@simianhacker simianhacker left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@shahzad31 shahzad31 left a comment

Choose a reason for hiding this comment

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

Uptime changes LGTM !!

@nickofthyme nickofthyme merged commit 4fbb6f0 into master Jun 8, 2021
@renovate renovate bot deleted the renovate/master-@elasticcharts branch June 8, 2021 08:53
markov00 added a commit to markov00/kibana that referenced this pull request Jun 8, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: nickofthyme <nick.ryan.partridge@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
markov00 added a commit that referenced this pull request Jun 8, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: nickofthyme <nick.ryan.partridge@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: nickofthyme <nick.ryan.partridge@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.14.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants