all-contributors / ac-learn

ML platform for all contributors
MIT License
5 stars 4 forks source link

Major bumps to assess #91

Open Berkmann18 opened 1 year ago

Berkmann18 commented 1 year ago
Currently, there are a few (dev) dependencies that had major version bumps, so this is to track what I've seen and what seems to be safe (looking at the release notes). Package Version Change Safe according to release notes Tested
chalk 4.1.2->5.2.0 Yes Yes
documentation 13.2.5->14.0.2 No info Yes
kcd-scripts 12.3.0->13.0.0 Yes Yes
plotly.js-dist 1.58.5->2.23.2 Yes (if Plotly.plot isn't used) Yes

Note: chalk requires changing require to the ESM imports, which requires some tweaking to allow import statements, so that should be tackled separately from the rest.