Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump chartkick from 4.2.1 to 5.1.2 #2217

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps chartkick from 4.2.1 to 5.1.2.

Changelog

Sourced from chartkick's changelog.

5.1.2 (2024-10-29)

  • Updated Chart.js to 4.4.6

5.1.1 (2024-10-16)

  • Updated Chart.js to 4.4.5

5.1.0 (2024-08-20)

  • Updated Chart.js to 4.4.4
  • Dropped support for Ruby < 3.1

5.0.7 (2024-05-21)

  • Updated Chart.js to 4.4.3

5.0.6 (2024-02-28)

  • Updated Chart.js to 4.4.2

5.0.5 (2023-12-07)

  • Updated Chart.js to 4.4.1

5.0.4 (2023-08-27)

  • Updated Chart.js to 4.4.0

5.0.3 (2023-07-24)

  • Updated Chart.js to 4.3.1

5.0.2 (2023-05-02)

  • Updated Chart.js to 4.3.0

5.0.1 (2023-01-19)

  • Updated Chartkick.js to 5.0.1

5.0.0 (2023-01-18)

  • Added support for Chart.js 4
  • Changed chart_json to be defined on Hash and Array instead of Enumerable
  • Updated Chartkick.js to 5.0.0
  • Removed support for Chart.js 3
  • Removed support for Ruby < 2.7 and Rails < 6
Commits
  • ba663f9 Version bump to 5.1.2 [skip ci]
  • 2ad3a44 Updated Chart.js to 4.4.6 [skip ci]
  • a6abb37 Updated changelog [skip ci]
  • 083ff2c Version bump to 5.1.1 [skip ci]
  • ad74021 Updated Chart.js to 4.4.5 [skip ci]
  • 7dc6650 Added check for assets config [skip ci]
  • 0f32158 Only add assets to precompile list for Sprockets
  • 4a328e5 Version bump to 5.1.0 [skip ci]
  • aac53ce Updated license year [skip ci]
  • 14ccbf1 Updated license year [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 17, 2024
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.95%. Comparing base (5277a4f) to head (5dca5a4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2217   +/-   ##
=======================================
  Coverage   99.95%   99.95%           
=======================================
  Files          55       55           
  Lines        2125     2125           
=======================================
  Hits         2124     2124           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrewfader
Copy link
Collaborator

@david-a-wheeler , for this one, I'm not sure offhand what visual tests we should do in the app to make sure nothing changed

@andrewfader
Copy link
Collaborator

https://github.com/dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/chartkick-5.1.2 branch from 488b6db to 3a948d5 Compare December 23, 2024 03:26
@andrewfader
Copy link
Collaborator

@dependabot rebase

Bumps [chartkick](https://github.com/ankane/chartkick) from 4.2.1 to 5.1.2.
- [Changelog](https://github.com/ankane/chartkick/blob/master/CHANGELOG.md)
- [Commits](ankane/chartkick@v4.2.1...v5.1.2)

---
updated-dependencies:
- dependency-name: chartkick
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/chartkick-5.1.2 branch from 3a948d5 to 5dca5a4 Compare December 23, 2024 04:57
@david-a-wheeler
Copy link
Collaborator

We must do visual checks. Chartkick does weird stuff, and in fact, we can't use turbolinks appropriately because of its oddities. I'd like to eventually make chartkick load as "normal" JavaScript instead of being inline.

@andrewfader
Copy link
Collaborator

@david-a-wheeler can you tell me how to get to the charts in the app? Maybe I'm missing something obvious but I don't see the charts. I know they're made by the project_stats_controller. Would I only see them for my own project? Can you give me some steps of what to check? Also, regarding the turbolinks, I think I might know how to fix that. I don't think it's necessary to move chartkick to the js version.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants