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 vega related modules #78458

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2020

This PR contains the following updates:

Package Type Update Change
vega devDependencies minor ^5.13.0 -> ^5.16.1
vega-lite (source) devDependencies minor ^4.13.1 -> ^4.16.2
vega-schema-url-parser devDependencies major ^1.1.0 -> ^2.1.0
vega-tooltip devDependencies minor ^0.12.0 -> ^0.24.2

Release Notes

vega/vega

v5.16.1

Compare Source

Changes from v5.16.0:

monorepo

  • Fix rollup config to use umd rather than iife bundles. (#​2896)

v5.16.0

Compare Source

Notable Changes
  • The new label transform automatically positions labels without overlapping other marks. (Thanks @​chanwutk!)
  • Completes the transition to using vega-datasets 2.0+, including swapping out the Iris dataset for a more adorable Penguins dataset. 🐧
  • Major update of build system to use a centralized rollup configuration. (Thanks @​domoritz!)
Changelog

Changes from v5.15.0:

docs

monorepo

  • Complete transition to vega-datasets 2.0.
  • Use centralized rollup config. (thanks @​domoritz!)

vega

  • Use centralized rollup config. (thanks @​domoritz!)
  • Update and extend test specifications.

vega-canvas

vega-crossfilter

vega-dataflow

vega-encode

vega-event-selector

vega-expression

  • Use forbidden / allowed, remove blacklist / whitelist (Breaking change)
  • Fix use of var, prefer const and let. (thanks @​lgrammel!)
  • Use centralized rollup config. (thanks @​domoritz!)

vega-functions

vega-force

vega-format

vega-geo

vega-hierarchy

vega-interpreter

vega-label

  • 1.0.0 release, now integrated into Vega! (thanks @​chanwutk!)
  • Fix use of var, prefer const and let. (thanks @​lgrammel!)
  • Use centralized rollup config. (thanks @​domoritz!)

vega-loader

vega-parser

vega-projection

vega-projection-extended

vega-regression

vega-runtime

vega-scale

vega-scenegraph

vega-schema

vega-selections

vega-statistics

vega-time

vega-transforms

vega-typings

vega-util

vega-view-transforms

vega-view

vega-voronoi

vega-wordcloud

v5.15.0

Compare Source

Changes from v5.14.0:

monorepo

  • Update dependencies, including use of D3 v6 packages.
  • Refactor all packages for JavaScript modernization. (thanks @​domoritz & @​lgrammel!)

vega

  • Update vega-core build to use D3 v6.

vega-scale

v5.14.0

Compare Source

Notable Changes
  • Update SVG rendering to produce fully compliant XML. (#​2672)
  • Major refactoring of the Vega code to be more lean and modern. The main changes are:
    • Use shorthand property method syntax (e.g., rather than assignment to prototype objects).
    • Use arrow functions rather than function declarations where appropriate.
    • Prefer use of let and const to var.
  • Upgrade the documentation examples to use vega-datasets 2.0+, including swapping out the Iris dataset for a more adorable Penguins dataset. 🐧
  • Various bug fixes, documented below.
Changelog

Changes from v5.13.0:

vega-cli

  • Update SVG test output.

vega-canvas

  • Update to use leaner syntax.

vega-crossfilter

  • Update to use leaner syntax.

vega-dataflow

  • Fix EventStream to support detach method. (#​2753)
  • Fix Pulse addAll to clear rem set when applicable. This prevents tuple removal from being invoked on newly instantiated operators that never observed those tuples in the first place. (#​2605)
  • Update to use leaner syntax.

vega-encode

  • Update to use leaner syntax.

vega-event-selector

  • Update to use leaner syntax.

vega-expression

  • Update to use leaner syntax.

vega-force

  • Update to use leaner syntax.

vega-format

  • Update to use leaner syntax.

vega-functions

  • Update to use leaner syntax.

vega-geo

  • Update to use leaner syntax.

vega-hierarchy

  • Update to use leaner syntax.

vega-label

  • Update to use leaner syntax.

vega-loader

  • Update to use leaner syntax.

vega-parser

  • Fix production rule support for guides. (#​2754)
  • Update to use leaner syntax.

vega-projection

  • Update to use leaner syntax.

vega-regression

  • Update to use leaner syntax.

vega-scale

  • Update to use leaner syntax.

vega-scenegraph

  • Add markup and serializeXML utilities for SVG string output. Ensure proper XML output. (#​2672)
  • Fix leaky SVG scaleX/Y transforms on non-path marks. (#​2738)
  • Fix bounds calculation for rotated paths. (#​2780)
  • Fix canvas picking for clipped groups with corner radius and no fill. (#​2797)
  • Fix SVG path parsing: support concatenated decimals and implicit lineTo commands. (#​2803)
  • Update tests, add xmllint checks to test conformance of SVG output.
  • Update to use leaner syntax.
  • Internal Breaking Change: Update SVGStringRenderer class methods to use markup utility.
  • Internal Breaking Change: Drop openTag, closeTag utilities.

vega-statistics

  • Update to use leaner syntax.

vega-time

  • Update to use leaner syntax.

vega-transforms

  • Update to use leaner syntax.

vega-view-transforms

  • Update to use leaner syntax.

vega-view

  • Update to use leaner syntax.

vega-util

  • Add members argument to inherits utility.
  • Add ascending comparator utility.
  • Update to use leaner syntax.

vega-voronoi

  • Update to use leaner syntax.

vega-wordcloud

  • Update to use leaner syntax.
vega/vega-lite

v4.16.2

Compare Source

Bug Fixes

v4.16.1

Compare Source

A patch release to fix the automatic release process.

v4.15.0

Compare Source

Bug Fixes
  • add color encoding to boxplot outliers (#​6820) (80598e6)
  • add missing type inference logic for LT/LTE/GT/GTE predicates (#​6807) (5789290)
  • mark units w/o selections as interactive if they have a tooltip (#​6839) (31a65c0)
Features
Other
  • update dependencies

v4.14.1

Compare Source

Bug Fixes

v4.14.0

Compare Source

Features
Bug Fixes
  • apply labelOverlap to ordinal time unit without custom sort, not any ordinal (#​6648) (0b119ca)
  • boxplot should include description on the box layer, not mid tick (a96db36)
  • change bump script to support non-master release (f350441)
  • correctly apply conditional dash offsets (#​6599) (7a973bf), closes #​6591
  • do not apply axis/legend title to tooltip title (#​6689) (1c380be)
  • don't add guide properties to tooltips, use encoding titles for boxplot titles (#​6674) (1a03102)
  • don't rotate labels for ordinal timeUnit (#​6649) (5e23aed)
  • fix axis translate signal for binned bar marks (#​6754) (fd1de4f)
  • make datum.label in labelExpr work with custom formatter (44faaf3), closes #​6581
  • make tooltip support signal (#​6692) (8707c7a), closes #​6490
  • only run simple optimizations before facet nodes are moved (#​6453) (5c1941b)
  • prefer the axis with temporal type to be the non-aggregated axis in composite marks (#​6501) (2cf98a6)
  • remove transformextract test (8234b03), closes #​4419
  • respect symbolOpacity, gradientOpacity, symbolFillColor, and symbolStrokeColor (#​6724) (59c93a3)
  • revert "docs: use penguins data for boxplots" (#​6662) (3cf0eeb)
  • revert to object for inlineDataset element (#​6588) (ce4c51f)
  • tell npx where to find vega scripts (#​6608) (5ec337d)
vega/schema

v2.1.0

Compare Source

v2.0.0

Compare Source

vega/vega-tooltip

v0.24.2

Compare Source

v0.24.1

Compare Source

v0.24.0

Compare Source

v0.23.2

Compare Source

v0.23.1

Compare Source

v0.23.0

Compare Source

v0.22.1

Compare Source

v0.22.0

Compare Source

v0.21.0

Compare Source

v0.20.1

Compare Source

v0.20.0

Compare Source

v0.19.1

Compare Source

v0.19.0

Compare Source

v0.18.1

Compare Source

v0.18.0

Compare Source

v0.17.2

Compare Source

v0.17.1

Compare Source

v0.17.0

Compare Source

v0.16.0

Compare Source

v0.15.0

Compare Source

v0.14.0

Compare Source

v0.13.0

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 you tick the rebase/retry checkbox.

👻 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Sep 24, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@kibanamachine
Copy link
Contributor

⏳ Build in-progress, with failures

Failed CI Steps

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

@spalger
Copy link
Contributor

spalger commented Sep 24, 2020

Trying to trigger a recreate and hopefully get the team reviews working

@spalger spalger closed this Sep 24, 2020
@spalger spalger deleted the renovate/vega-related-modules branch September 24, 2020 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants