Is there a way of finding out when updating (]up) that newer versions of packages are available?
I found that if one does not proactively delete the compatibility section in the Project.toml file and runs update from time to time, updated packages will be missed.
That may not be a problem for my particular package, let’s say A, but if someone else uses it (B), and A is stuck at old versions of other packages, it will hold back the versions of those other packages that B wishes to use.