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.
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:
chalkrequires changingrequireto the ESM imports, which requires some tweaking to allowimportstatements, so that should be tackled separately from the rest.