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

chore(deps): update all (major) #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 16, 2020

This PR contains the following updates:

Package Type Update Change
d3 (source) major 3.5.17 -> 6.2.0
github.com/grpc-ecosystem/grpc-gateway require major v1.16.0 -> v2.0.1

Release Notes

d3/d3

v6.2.0

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.0

Compare Source

For more on what’s new, see CHANGES.

To upgrade from D3 5.x, see the migration guide.

v5.16.0

Compare Source

v5.15.1

Compare Source

  • Fix sign of near-zero negative values when using the + sign directive.

v5.15.0

Compare Source

v5.14.2

Compare Source

v5.14.1

Compare Source

  • Propagate the this context to interpolators in transition.styleTween, transition.attrTween and transition.textTween.

v5.14.0

Compare Source

v5.13.1

Compare Source

  • Fix crash initializing d3.brush.

v5.13.0

Compare Source

  • Add d3.csvFormatRow.
  • Add d3.csvFormatValue.
  • Add d3.tsvFormatRow.
  • Add d3.tsvFormatValue.
  • Add dsv.formatRow.
  • Add dsv.formatValue.
  • Add support for parsing 4- and 8-digit hexadecimal colors in d3.color. Thanks, @​zerovox!
  • Allow shorthand for current time intervals (e.g., d3.timeDay() returns today’s midnight).
  • Disallow whitespace and periods in type names passed to d3.dispatch.
  • Add fa-IR d3-time-format locale. Thanks, @​mohsentaleb!
  • Add %q directive for quarter of the year as a decimal number. Thanks, @​jheer!
  • Fix off-by-one error formatting %U when the year starts with Sunday.
  • Fix off-by-one error formatting %W when the year starts with Monday.
  • Fix off-by-one error parsing week and weekday numbers with d3.utcParse.
  • Fix string coercion of specifier passed to d3.utcParse.
  • Fix parsing of %L or %f in conjunction with %s.

v5.12.0

Compare Source

v5.11.0

Compare Source

v5.10.1

Compare Source

  • Fix broken brush corner resizers.
  • Fix brush multitouch filtering.

v5.10.0

Compare Source

d3-brush

  • Add brush.touchable.
  • Add brush.clear.
  • Add brush.keyModifiers.
  • Fix default brush.extent to consider the SVG viewBox, if any.
  • Fix scroll prevention on touch devices.
  • Fix coercion of selection and extent inputs.
  • Fix order of handles in the DOM.
  • Fix brush.move when selection is empty.
  • Fix Space key immediately after clicking on a handle.
  • Fix missing brush event on parallel start.
  • Fix handling of orphaned input gestures.
  • Fix default brush.touchable if navigator.maxTouchPoints.
  • Fix multitouch gestures.
  • Fix click consumption when brush is not empty.
  • Fix default brush.filter on control-click.

d3-color

d3-drag

d3-path

d3-scale-chromatic

d3-zoom

v5.9.7

Compare Source

  • Revert chroma clamping in hcl.toString.

v5.9.6

Compare Source

  • Account for rounding when determining whether a color is displayable.

v5.9.5

Compare Source

  • Implement chroma clamping in hcl.toString.
  • Fix achromatic representation of white in d3.hcl (again).

v5.9.4

Compare Source

  • Fix achromatic representation of black and white in d3.hcl.

v5.9.3

Compare Source

v5.9.2

Compare Source

  • Fix bug when initializing nodes with fixed positions in force simulations.

v5.9.1

Compare Source

v5.9.0

Compare Source

d3-dsv

v5.8.2

Compare Source

v5.8.1

Compare Source

v5.8.0

Compare Source

d3-force

d3-geo

  • Fix projection where |longitude| > 180°.

d3-scale

d3-selection

d3-shape

d3-transition

v5.7.0

Compare Source

v5.6.0

Compare Source

v5.5.0

Compare Source

v5.4.0

Compare Source

v5.3.0

Compare Source

v5.2.0

Compare Source

v5.1.0

Compare Source

v5.0.2

Compare Source

Replaced by 5.1.0.

v5.0.1

Compare Source

v5.0.0

Compare Source

D3 now includes new categorical color schemes from ColorBrewer, along with ColorBrewer’s excellent diverging, sequential single-hue and sequential multi-hue color schemes. The twenty-color schemes were removed because their grouped design often falsely implied non-existent relationships in the data: a shared hue can imply that the encoded data are part of a group (a super-category), while the relative lightness can falsely imply order.

For more on what’s new, read CHANGES.

v4.13.0

Compare Source

v4.12.2

Compare Source

  • Pin to earlier version of UglifyJS to fix minified bundle.

v4.12.1

Compare Source

  • Point unpkg and jsDelivr to the minified bundle.

v4.12.0

Compare Source

v4.11.0

Compare Source

v4.10.2

Compare Source

  • Fix d3.timer sleeping for too long when timer invocation is expensive.

v4.10.1

Compare Source

  • Fix DSV parsing when the last field is empty (e.g., foo,bar,).
  • Replace the browser field in package.json with unpkg and jsdeliver. (#​3138)
  • Replace the prepublish script with prepublishOnly.
  • Update dependencies.

v4.10.0

Compare Source

v4.9.1

Compare Source

v4.9.0

Compare Source

v4.8.0

Compare Source

v4.7.4

Compare Source

  • Fix primary touch location on secondary touchend when zooming.

v4.7.3

Compare Source

v4.7.2

Compare Source

v4.7.1

Compare Source

v4.7.0

Compare Source

v4.6.0

v4.5.1

v4.5.0

Compare Source

v4.4.4

Compare Source

  • Fix calculation of clock skew when page is backgrounded before timers are scheduled.

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

  • Fix handling of zoom gestures that start with multiple touches.
  • Fix crash with coincident points in voronoi diagram.find.
  • Fix crash with coincident points in voronoi diagram.triangles.

v4.4.0

Compare Source

v4.3.0

Compare Source

v4.2.8

Compare Source

  • Fix reporting of interrupt transition events.

v4.2.7

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

  • Fix a crash if brush selection is cleared via brush.move during a gesture.

v4.2.3

Compare Source

  • Chained transitions no longer sometimes interrupt their preceding transition.
  • Transitions no longer get stuck if an error is thrown on the last tick.
  • Transitions no longer leak memory if an error is thrown.
  • Optimize d3.geoPath.
  • Fix swallowed error in d3.queue’s await callback after a synchronous task.
  • Fix benign bug in d3.curveCatmullRom.
  • Fix for invalid timestamp argument in requestAnimationFrame in RStudio.
  • Update Rollup.

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

D3 is now modular, composed of many small libraries that you can also use independently. Each library has its own repo and release cycle for faster development. The modular approach also improves the process for custom bundles and plugins.

There are a lot of improvements in 4.0: there were about as many commits in 4.0 as in all prior versions of D3. Some changes make D3 easier to learn and use, such as immutable selections. But there are lots of new features, too! These are covered in detail in the release notes; here are a few highlights.

Colors, Interpolators and Scales
Shapes and Layouts
Selections, Transitions, Easings and Timers
Even More!
grpc-ecosystem/grpc-gateway

v2.0.1

Compare Source

Full Changelog

Closed issues:

  • why was swagger removed #​1765
  • Option -module does not work anymore for protoc-gen-grpc-gateway v2 #​1753
  • grpc-gateway_out Cannot set flag #​1751

Merged pull requests:


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 requested a review from moul as a code owner July 16, 2020 22:39
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jul 16, 2020
@codecov
Copy link

codecov bot commented Jul 16, 2020

Codecov Report

❗ No coverage uploaded for pull request head (renovate/major-all@59585bc). Click here to learn what that means.
The diff coverage is n/a.

@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from ac2bd02 to ca7beaf Compare July 20, 2020 06:39
@renovate renovate bot changed the title chore(deps): update dependency d3 to v5 chore(deps): update all (major) Aug 11, 2020
@renovate
Copy link
Author

renovate bot commented Aug 11, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/sgtm":"/mnt/renovate/gh/moul/sgtm" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/sgtm" docker.io/renovate/go:1.14.11 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: github.com/grpc-ecosystem/grpc-gateway/v2/[email protected]: reading github.com/grpc-ecosystem/grpc-gateway/v2/v2/go.mod at revision v2/v2.0.1: unknown revision v2/v2.0.1

@renovate renovate bot changed the title chore(deps): update all (major) chore(deps): update dependency d3 to v5 Aug 11, 2020
@renovate renovate bot changed the title chore(deps): update dependency d3 to v5 chore(deps): update all (major) Aug 11, 2020
@renovate renovate bot changed the title chore(deps): update all (major) chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 Aug 11, 2020
@renovate renovate bot changed the title chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 chore(deps): update all (major) Aug 11, 2020
@renovate renovate bot changed the title chore(deps): update all (major) chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 Aug 11, 2020
@renovate renovate bot changed the title chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 chore(deps): update all (major) Aug 11, 2020
@renovate renovate bot changed the title chore(deps): update all (major) chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 Aug 11, 2020
@renovate renovate bot changed the title chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 chore(deps): update all (major) Aug 12, 2020
@renovate renovate bot changed the title chore(deps): update all (major) chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 Aug 12, 2020
@renovate renovate bot changed the title chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 chore(deps): update all (major) Aug 12, 2020
@renovate renovate bot changed the title chore(deps): update all (major) chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 Aug 12, 2020
@renovate renovate bot changed the title chore(deps): update module google.golang.org/grpc/cmd/protoc-gen-go-grpc to v1 chore(deps): update all (major) Aug 12, 2020
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from 572d54d to 94bcc2b Compare August 31, 2020 18:34
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 400b925 to c133acd Compare September 27, 2020 07:11
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from c0706f4 to 6f5f546 Compare October 8, 2020 20:32
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 19e42f7 to 2607f57 Compare October 21, 2020 00:10
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 959eec6 to 3aee811 Compare October 25, 2020 09:31
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 2114c96 to 2160792 Compare November 6, 2020 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant