Skip to content

build(deps-dev): bump chart.js and chartjs-plugin-zoom#412

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/chart.js-and-chartjs-plugin-zoom-3.4.0
Closed

build(deps-dev): bump chart.js and chartjs-plugin-zoom#412
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/chart.js-and-chartjs-plugin-zoom-3.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2021

Copy link
Copy Markdown

Bumps chart.js and chartjs-plugin-zoom. These dependencies needed to be updated together.
Updates chart.js from 2.9.4 to 3.4.0

Release notes

Sourced from chart.js's releases.

v3.4.0

Essential Links

Enhancements

  • #9294 New plugin: subtitle
  • #9277 Apply maxTicksLimit to grid when ticks are hidden
  • #9286 Fix: Don't use clip/unclipArea when `clip: false`
  • #9262 Docs: Add copy button to code blocks
  • #9208 Bar width and height are always defined regardless of orientation

Bugs Fixed

  • #9290 Legend: fix layout padding handling
  • #9291 Bar: ignore not-grouped bars from group bar count
  • #9287 Filler: skip NaN points from end of segment
  • #9261 Fix updating of active elements
  • #9260 Replace [...set] with Array.from(set)
  • #9252 `null` or `undefined` should skip grid lines in the time scale
  • #9199 Fix rtl legend text alignment
  • #9191 Tick backdrop padding is not scriptable

Types

  • #9318 fix typings
  • #9317 Change callback name in typing and documentation
  • #9292 resolve auto register typescript failure
  • #9284 added fill type to line in options object and to radar dataset options
  • #9263 Fix type definitions and docs for `getPixelForValue`
  • #9226 Add missing types to legend

Documentation

  • #9319 Clarify how to import and use the helper functions with bundlers
  • #9318 fix typings
  • #9317 Change callback name in typing and documentation
  • #9315 Fix broken link in scatter chart doc
  • #9296 Docs: describe catching events with plugin
  • #9263 Fix type definitions and docs for `getPixelForValue`
  • #9262 Docs: Add copy button to code blocks
  • #9237 Docs: fix broken and inconsistent links
  • #9228 Fix broken guidelines url in PR template
  • #9219 Update custom legend onClick example
  • #9207 Add explanation on how to run the samples locally

... (truncated)

Commits

Updates chartjs-plugin-zoom from 0.7.7 to 1.0.1

Release notes

Sourced from chartjs-plugin-zoom's releases.

v1.0.1

Essential Links

Bugs Fixed

  • #526 Fix: modifierKey is not required to end panning
  • #527 Fix: drag below threshold left dragging state on

Thanks to @​kurkle

v1.0.0

Essential Links

⚠️ Important note for users upgrading from version prior to 1.0.0-rc: the wheel/pinch/drag zoom behaviors are now configured separately, so some options have been moved an renamed:

  • zoom.enabled -> zoom.wheel.enabled and zoom.pinch.enabled
  • zoom.drag -> zoom.drag.enabled (enabling drag mode no longer disables the wheel/pinch modes)
  • zoom.speed -> zoom.wheel.speed
  • zoom.wheelModifierKey -> zoom.wheel.modifierKey
  • zoom.threshold -> zoom.drag.threshold

Breaking Changes

  • #507 Add the ability to enable both wheel and drag modes at the same time
  • #478 Add zoomScale, rename doPan to pan, doZoom to zoom
  • #476 Fix category panning
  • #470 Combine range options, add minimum scale range

Enhancements

  • #487 Add onPanStart and onZoomStart callbacks
  • #484 Drag-to-zoom: filter clicks and pan.modifierKey
  • #483 Make resetZoom accept UpdateMode argument
  • #478 Add zoomScale, rename doPan to pan, doZoom to zoom
  • #481 Expose zoomFunctions and panFunctions for customization
  • #464 Refactor & export pan and zoom functions
  • #457 Internal state handling
  • #399 Feature: Zoom each scale separately
  • #382 Added optional modifier keys
  • #414 Add an ESM build
  • #411 Use `start` and `stop` plugin hooks instead of `beforeInit`, `afterInit` and `destroy`
  • #408 Compatible with Chart.js 3.0.0-beta7
  • #390 Porting to CHART.JS 3 (using master)

Bugs Fixed

  • #512 Fix drag threshold for single axis modes

... (truncated)

Commits
  • 6241b7c Bump version to 1.0.1, update dependencies (#528)
  • 9b80342 Fix: modifierKey is not required to end panning (#526)
  • bdc1d1f Fix: drag below threshold left dragging state on (#527)
  • 4fde5dc Remove dry-run
  • 415921a Bump version to 1.0, update dependencies (#518)
  • 83537aa Removes 'undefined' as default because is not undefined (#515)
  • d47e6e6 Bump version to 1.0.0-rc, update dependencies (#513)
  • a9ffa67 Fix drag threshold for single axis modes (#512)
  • 5ed4e2a Add the ability to enable both wheel and drag modes at the same time (#507)
  • 7796886 Fixes invalid context onZoomComplete invocation (#504)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [chart.js](https://github.com/chartjs/Chart.js) and [chartjs-plugin-zoom](https://github.com/chartjs/chartjs-plugin-zoom). These dependencies needed to be updated together.

Updates `chart.js` from 2.9.4 to 3.4.0
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v2.9.4...v3.4.0)

Updates `chartjs-plugin-zoom` from 0.7.7 to 1.0.1
- [Release notes](https://github.com/chartjs/chartjs-plugin-zoom/releases)
- [Commits](chartjs/chartjs-plugin-zoom@v0.7.7...v1.0.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: chartjs-plugin-zoom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 28, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jul 5, 2021

Copy link
Copy Markdown
Author

Superseded by #422.

@dependabot dependabot Bot closed this Jul 5, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/chart.js-and-chartjs-plugin-zoom-3.4.0 branch July 5, 2021 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants