Skip to content

chore(deps): update dependency chart.js to v4.4.9 #166

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chart.js (source) 4.4.0 -> 4.4.9 age adoption passing confidence

Release Notes

chartjs/Chart.js (chart.js)

v4.4.9

Compare Source

Essential Links

Bugs Fixed

  • #​12057 fix: respect dataset clipping area when filling line charts

Documentation

Development

Thanks to @​LeeLenaleee, @​adrianbrs and @​joshkel

v4.4.8

Compare Source

Essential Links

  • #​12034 [fix] Handle non-primitives in isNumber

Bugs Fixed

  • #​12035 Export ...ParsedData interfaces
  • #​12012 Fix helpers `Chart` type
  • #​11991 Bugfix: TypeError in Interaction due to out-of-bounds index
  • #​11986 Bugfix: return nearest non-null point on interaction when spanGaps=true
  • #​11984 Bugfix: span gaps over null values beyond scale limits

Types

Documentation

Development

Thanks to @​etimberg, @​joshkel, @​marisst, @​pensono and @​prems51

v4.4.7

Compare Source

Essential Links

Types

  • #​11521 fix: correct typing for doughnut, pie, and polarArea charts
  • #​11948 Export TRBL from geometric

Documentation

  • #​11968 Add documentation about setting default tooltip fonts
  • #​11962 Show correct title in multi series pie chart example

Development

Thanks to @​Connormiha, @​DustinEwan, @​LeeLenaleee, @​dependabot and @​dependabot[bot]

v4.4.6

Compare Source

Essential Links

Bugs Fixed

  • #​11938 Fix: applyStack() returned the sum of all values for hidden dataset indices, which causes incorrect animations when showing/hiding stacked datasets.

Development

  • #​11943 chore: version bump for 4.4.6 release
  • #​11933 Fix 404 to samples in release drafter

Thanks to @​DeyLak, @​LeeLenaleee and @​etimberg

v4.4.5

Compare Source

Essential Links

Bugs Fixed

  • #​11927 Don't apply default colors in the colors plugin when defaults are used
  • #​11907 Avoid error if borderOpts.dash is undefined
  • #​11882 Fix initial dataset stacks

Types

  • #​11931 Allow array's in backgroundColor defaults and add hover background and border color to defaults

Documentation

Development

Thanks to @​HieroglypH, @​LeeLenaleee, @​dependabot, @​dependabot[bot] and @​dregad

v4.4.4

Compare Source

Essential Links

Bugs Fixed

  • #​11873 Check if range method exists on element before executing it
  • #​11863 Return false from the average tooltip positioner on no valid data
  • #​11858 Bugfix/issue 11804 tooltip show for all invisible
  • #​11851 fix: Unset _resizeBeforeDraw before _resize() call to avoid possible recursion
  • #​11844 fix issue #<!---->11717
  • #​11788 Fix drawing angle lines on reversed radial scale

Types

  • #​11867 fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface
  • #​11862 fix(types): add xCenter and yCenter properties to RadialLinearScale interface
  • #​11817 Remove box padding from legend types
  • #​11796 Add fit method to LegendElement interface
  • #​11780 types: Allow passing undefined for chart options

Documentation

  • #​11871 Add radial linear scale to docs section of samples
  • #​11823 Update OffscreenCanvas documentation, as it is widely available now
  • #​11781 Fix some typos

Development

Thanks to @​CatchABus, @​LeeLenaleee, @​MichelHMachado, @​artus9033, @​huqingkun, @​jdufresne and @​joliss

v4.4.3

Compare Source

Essential Links

  • #​11754 Fix error when object prototype is frozen

Bugs Fixed

  • #​11764 do not attempt to clear canvas if one does not exist
  • #​11755 #<!---->11450 hide bar by dataindex
  • #​11690 Create parsed object with correct keys
  • #​11707 platform.isAttached should return false if canvas is false-y

Documentation

Development

Thanks to @​DAcodedBEAT, @​EricWittrock, @​LeeLenaleee, @​LiamSwayne, @​dependabot and @​dependabot[bot]

v4.4.2

Compare Source

Essential Links

Bugs Fixed

  • #​11685 addListener and removeListener should be only invoked on truthy values
  • #​11682 fix #<!---->11503, autoskipping 0 tick when min is below 0
  • #​11616 fix(#<!---->11615): fix calculating caretX position on stacked bar with index interaction.

Types

  • #​11662 bugfix #<!---->10896 - Changed 'r' to optional for BubbleChart

Documentation

  • #​11674 docs(types): fix description in index.d.ts
  • #​11614 Add extra calrification for html legend

Development

  • #​11689 Bump to 4.4.2
  • #​11664 Bump pnpm/action-setup from 2.4.0 to 3.0.0
  • #​11657 Bump release-drafter/release-drafter from 5 to 6
  • #​11650 Bump dorny/paths-filter from 2 to 3
  • #​11636 Bump socket.io-parser from 4.2.2 to 4.2.4
  • #​11635 Bump follow-redirects from 1.15.2 to 1.15.4
  • #​11633 Update pnpm lockfile

Thanks to @​DAcodedBEAT, @​LeeLenaleee, @​Megaemce, @​dependabot, @​dependabot[bot], @​mirumirumi, @​smoonsf and @​waszkiewiczja

v4.4.1

Compare Source

Essential Links

Bugs Fixed

  • #​11605 Update font spec type
  • #​11596 Tooltip fixes (getLabelAndValue on null controller, null getParsed)
  • #​11588 fix: Guard access to window in helpers.dom.ts for browserless rendering
  • #​11577 Fix backdrop padding
  • #​11488 Change type of mode in chart.update(mode)

Types

  • #​11605 Update font spec type
  • #​11572 fix: Property platform missing from chart configuration typings
  • #​11569 fix: pass Plugin TType down to hooks chart arg
  • #​11488 Change type of mode in chart.update(mode)

Documentation

  • #​11562 Fix migration docs links
  • #​11483 docs: Fix typo for documentation of plugins.tooltip.textDirection

Development

Thanks to @​CatchABus, @​Cazka, @​Connormiha, @​LeeLenaleee, @​Sengulair, @​bboy-chocomint, @​dependabot, @​dependabot[bot], @​jongwooo, @​joshkel and @​unverbraucht


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Feb 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sakai-nuxt ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2025 1:47pm

@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.1 chore(deps): update dependency chart.js to v4.4.2 Feb 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.2 chore(deps): update dependency chart.js to v4.4.3 May 17, 2024
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 970cffa to a9b115b Compare August 14, 2024 15:02
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from a9b115b to a436e74 Compare August 14, 2024 15:07
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from a436e74 to 567beb0 Compare August 15, 2024 15:39
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 567beb0 to d5a1e16 Compare August 15, 2024 15:43
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from d5a1e16 to db0bf68 Compare August 16, 2024 14:15
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from db0bf68 to 085c478 Compare August 16, 2024 14:42
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.3 chore(deps): update dependency chart.js to v4.4.3 - autoclosed Aug 16, 2024
@renovate renovate bot closed this Aug 16, 2024
@renovate renovate bot deleted the renovate/chart.js-4.x-lockfile branch August 16, 2024 14:44
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.3 - autoclosed chore(deps): update dependency chart.js to v4.4.3 Aug 16, 2024
@renovate renovate bot reopened this Aug 16, 2024
@renovate renovate bot restored the renovate/chart.js-4.x-lockfile branch August 16, 2024 16:29
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 085c478 to e87cdbd Compare August 16, 2024 16:30
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.3 chore(deps): update dependency chart.js to v4.4.4 Aug 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.4 chore(deps): update dependency chart.js to v4.4.5 Oct 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.5 chore(deps): update dependency chart.js to v4.4.6 Oct 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.6 chore(deps): update dependency chart.js to v4.4.7 Dec 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.7 chore(deps): update dependency chart.js to v4.4.7 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 68892b1 to 59b13d3 Compare February 1, 2025 21:08
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 59b13d3 to 157f3e7 Compare February 9, 2025 12:43
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 157f3e7 to db6bbe3 Compare February 19, 2025 15:25
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from db6bbe3 to de18460 Compare February 19, 2025 19:51
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.7 chore(deps): update dependency chart.js to v4.4.8 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 93361e5 to f7493d1 Compare March 11, 2025 12:18
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from f7493d1 to 4ee6919 Compare March 13, 2025 19:13
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 4ee6919 to 0831b22 Compare March 17, 2025 17:15
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 0831b22 to b72a098 Compare April 1, 2025 13:02
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from b72a098 to 1b791e0 Compare April 8, 2025 11:58
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 1b791e0 to 732441a Compare April 15, 2025 19:52
@renovate renovate bot changed the title chore(deps): update dependency chart.js to v4.4.8 chore(deps): update dependency chart.js to v4.4.9 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 732441a to ada5b0d Compare April 24, 2025 08:47
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from ada5b0d to d291757 Compare May 19, 2025 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants