cli
cli copied to clipboard
Help: no update possible npm
Sorry to open another issue but now after being able to integrate with github enterprise and a private npm registry, i have the following problem and this time i cant figure out through the code what might be happening
updater | 2023/07/21 12:30:30 INFO Checking all dependencies for version updates...
updater | 2023/07/21 12:30:30 INFO Checking if stylelint 14.16.1 needs updating
updater | 2023/07/21 12:30:46 INFO Latest version is
updater | 2023/07/21 12:31:02 INFO Requirements to unlock update_not_possible
updater | 2023/07/21 12:31:18 INFO Requirements update strategy bump_versions
updater | 2023/07/21 12:31:18 INFO No update possible for stylelint 14.16.1
For every dependency of the package.json
the log message never has the latest version info. And for every dependency these are the log messages that i receive.
Any ideas of what might be happening?
Also another question, all my depedencies are locked. can I configure the cli to only update minors for example? or ignore majors in this case.