chore(deps-dev): bump chart.js from 4.4.8 to 4.5.1 - #962
Merged
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/chart.js-4.5.1
branch
from
September 16, 2026 03:26
c2f1eee to
4883da2
Compare
kurkle
added a commit
that referenced
this pull request
Sep 17, 2026
Chart.js 4.5 widened Point to `{ x: number | null; y: number | null }` so it
can also describe a gap in a dataset. The plugin used that same type for
canvas geometry, so bumping the dev dependency to 4.5.1 (#962) fails to
compile with 15 errors across core, gestures, handlers, scale.types and utils.
Every one of those is a zoom centre, a drag corner, a pan delta or a hit test
position -- a real coordinate that is never null. Rather than null check values
that cannot be null, Point is now declared in src/types.ts and the geometry
imports it from there. Chart.js keeps being imported for everything else.
This also tightens the public API in the right direction: passing a Chart.js
Point, which may now hold nulls, into chart.zoomRect() or chart.pan() no
longer type checks, and it would have misbehaved at runtime.
Compiles and passes the browser tests against both 4.4.8 and 4.5.1, so #962
should go green once it is rebased on this.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Member
|
@dependabot rebase |
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.8 to 4.5.1. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](chartjs/Chart.js@v4.4.8...v4.5.1) --- updated-dependencies: - dependency-name: chart.js dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/chart.js-4.5.1
branch
from
September 17, 2026 06:31
4883da2 to
53411f2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps chart.js from 4.4.8 to 4.5.1.
Release notes
Sourced from chart.js's releases.
... (truncated)
Commits
9c5cf9fBump version to 4.5.1 (#12132)e275269fix(types): add drawingArea to RadialLinearScale (#12122)a5262b1fix(types): allow null for line chart point values (#12027) (#12120)be2740bBump actions/setup-node from 4 to 5 (#12118)6372280Do not notify plugins after their uninstall function has been called (#12098)4a62c17Add data.datasets[].tooltip.callbacks to Typescript types (#12099)beb77e4Sync Doughnut chart legend options to legend plugin (#12096)5feebdfFix charts shinking in size on certain Zoom values in Chrome (#12097)b5ee134bump version to 4.5.0 (#12090)e106aa9Fix grammar typo: '... and only draw line.' -> '... and only draw lines.' (#1...