Update dependency d3-shape to v2
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
d3-shape (source) | ^1.3.7 -> ^2.0.0 |
||||
@types/d3-shape | 1.3.2 -> 2.0.0 |
Release Notes
d3/d3-shape
v2.0.0
- Accept iterables wherever appropriate.
- Add d3.line(x, y) shorthand.
- Add d3.area(x, y0, y1) shorthand.
- Add d3.symbol(type, size) shorthand.
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-shape 1.x or use a transpiler.
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.