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
Describe the bug
There few issues and possible enhancements that should be addressed in the renovate automation:
Problem with the NPM dependencies update: Renovate bot doesn't properly align the package.json and the package-lock.json/npm-shrinkwrap.json .
In few situations it was required to update the package-lock.json/npm-shrinkwrap.json by manually running npm install as npm ci is rather used to build the API ML.
We could create a separate Gradle task for Renovate that would run npm install.
In some case, The Dependency dashboard contains the name of the component that should be updated, but not the specific version. Example: chore: Update dependency ansi-regex to v6 (v2.x.x)
In case we would like to upgrade several dependencies to a major version, ticking each item would created a separate PR specific for that dependency. It'd be helpful to have the option to incorporate the selected components update within just one PR.
Describe the bug
There few issues and possible enhancements that should be addressed in the renovate automation:
package.json
and thepackage-lock.json/npm-shrinkwrap.json
.In few situations it was required to update the
package-lock.json/npm-shrinkwrap.json
by manually runningnpm install
asnpm ci
is rather used to build the API ML.We could create a separate Gradle task for Renovate that would run
npm install
.Example:
chore: Update dependency ansi-regex to v6 (v2.x.x)
https://github.com/zowe/api-layer/wiki/Issue-management
The text was updated successfully, but these errors were encountered: