You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
Note:
chalk
requires changingrequire
to the ESM imports, which requires some tweaking to allowimport
statements, so that should be tackled separately from the rest.The text was updated successfully, but these errors were encountered: