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 d3 related packages #37786

Merged
merged 3 commits into from
Jun 3, 2019
Merged

Update d3 related packages #37786

merged 3 commits into from
Jun 3, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2019

This PR contains the following updates:

Package Type Update Change References
d3 dependencies patch 3.5.6 -> 3.5.17 homepage, source
d3-cloud dependencies patch 1.2.1 -> 1.2.5 homepage, source
d3-scale dependencies patch 1.0.6 -> 1.0.7 homepage, source

Release Notes

d3/d3

v3.5.17

Compare Source

  • More robust treatment of degenerate, almost-empty polygons in d3.geo.path (#​2025).

v3.5.16

Compare Source

  • Fix implicit namespaces in non-HTML documents (#​2737).

v3.5.15

Compare Source

  • Fix d3.behavior.drag when using svg:use elements in some browsers (#​2548).

v3.5.14

Compare Source

v3.5.13

Compare Source

v3.5.12

Compare Source

v3.5.11

Compare Source

  • More precise filtering of log ticks (#​2677).
  • More precise calculation of chord group sums (#​2675).

v3.5.10

Compare Source

  • Fix reported end event when force layout is stopped manually (#​2654).

v3.5.9

Compare Source

v3.5.8

Compare Source

  • Fix conditional function declaration in selection.transition (#​2613).

v3.5.7

Compare Source

  • Fix selection.attr when using the special XMLNS namespace (#​1935).
  • Fix selection.data when an element is null and a key function is specified (#​2598).
  • Fix transitions so that pre-emption frees resources now, not later (#​2600 #​2189).
  • Fix transition.remove so that it runs even if another transition was pre-empted (#​2377).
  • Fix d3.selectAll so that it can select an HTMLCollection or other array-like object (#​2376).
  • Fix d3.svg.arc when rendering very large or very small rounded arcs (#​2183 #​2249).
  • Fix d3.svg.axis ticks so that it returns an array, not arguments (#​2430).
  • Fix d3.svg.line and d3.svg.area’s rendering of single-point segments (#​2061).
  • Fix d3.layout.pie when all values are zero (#​2420).
  • Fix d3.layout.treemap when all values are zero (#​2419).
  • Fix d3.layout.force when a link’s source and target both have zero weight (#​2091).
  • Fix d3.layout.force from starting multiple timers (#​2468).
  • Fix d3.interpolateZoom when u0 ≅ u1 (#​2575).
  • Fix d3.interpolateTransform so that multiple transforms are comma-separated (#​2541).
  • Fix d3.formatPrefix when specified value is not a number (#​2595).
  • Fix d3.time.format parsing of week-of-year (%U and %W) without day-of-week (#​1914).
  • Fix d3.behavior.zoom so that a programmatically-set scale is appropriately clamped (#​2128).
  • Simplify package.json definition for CommonJS.
jasondavies/d3-cloud

v1.2.5

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

d3/d3-scale

v1.0.7

Compare Source


Renovate configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added release_note:skip Skip the PR/issue when compiling release notes renovate Renovate dependency update with major version updates v7.3.0 v8.0.0 labels Jun 1, 2019
@elasticmachine
Copy link
Contributor

💔 Build Failed

@renovate renovate bot requested a review from a team as a code owner June 2, 2019 04:31
@spalger spalger added the review label Jun 2, 2019
@@ -128,7 +128,7 @@ describe('ExplorerChart', () => {
expect(paths[0].getAttribute('class')).toBe('domain');
expect(paths[1].getAttribute('class')).toBe('domain');
expect(paths[2].getAttribute('class')).toBe('values-line');
expect(paths[2].getAttribute('d')).toBe('MNaN,159.33024504444444MNaN,9.166257955555556LNaN,169.60736875555557');
expect(paths[2].getAttribute('d')).toBe('MNaN,159.33024504444444ZMNaN,9.166257955555556LNaN,169.60736875555557');
Copy link
Contributor

@spalger spalger Jun 2, 2019

Choose a reason for hiding this comment

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

@elastic/ml-ui Does this look alright to you?

Copy link
Contributor

Choose a reason for hiding this comment

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

@spalger yes this edit to one of the ML d3 chart tests LGTM

@renovate
Copy link
Contributor Author

renovate bot commented Jun 2, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

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

The edit to the ML test LGTM

@spalger spalger merged commit 09b1af0 into master Jun 3, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request Jun 3, 2019
* Update d3 related packages

* [ml/explorer_chart/single_metric] update assertion
@renovate renovate bot deleted the renovate/d3 branch June 3, 2019 14:08
spalger pushed a commit that referenced this pull request Jun 3, 2019
* Update d3 related packages

* [ml/explorer_chart/single_metric] update assertion
@spalger
Copy link
Contributor

spalger commented Jun 3, 2019

7.x/7.3: 1bbb8e3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported release_note:skip Skip the PR/issue when compiling release notes renovate Renovate dependency update with major version updates review v7.3.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants