Note that this *trivially* updates project urls by adding the NPM url to
the end, even when the urls are almost identical or the DT one is
outdated. I'll clean up the urls in a later commit.
This PR is unfinished! Please do not merge it yet.
* [d3-zoom] Update to 1.5
* [Feature] Add `translateTo(...)`
* [Doc] Update some JSDoc comments
* [Chore] Bump minor version number
* [d3-zoom] Bump Minor Version number.
* [d3-shape]
* [Fix] Change `pointRadius` to `pointRadial`
* [d3-shape] Fix test for pointRadial
* [d3-axis]
* [Doc] Update some comments.
* [d3-time] [Doc] Some JSDoc updates.
* [d3] [Chore] Bump minor version to 4.10
* [d3-collection] Linted
* Added and completed linting
* Replaced `Object` with `any` adding TODO to change to proper `object` type when publishing the definitions to use TS 2.2+
* [d3-color] Linted
* [d3-dispatch] Linted
* [d3-hsv] Linted
* [d3-interpolate] Linted. `Object` to `any`
* Replace use of `Object` as extension basis with `any` for now. Added TODO to change it to use the `object` type, when updating the definitions to formally use TS2.2+
* [d3-path] Linted.
* [d3-polygon] Linted.
* [d3-quadtree] Linted.
* [d3-queue] Linted.
* [d3-request] Linted.
* [d3-scale-chromatic] Linted.
* [d3-time-format] Linted.
* [d3-time] Linted.
* [d3-timer] Linted.
* [d3-voronoi] Linted.
* [d3-scale] Move callable-type lint deactivation to tslint.json
* line level deactivation was ignored.