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
Dependencies in my package.json are pegged, eg "@types/node": "16.11.17". When we decide to run Salita and update the dependencies, the version is updated correctly but they stopped being pegged.
We then either have to do a manual search and replace or our Renovate Bot changes them to be pegged and creates a merge request. Either way, it's a bit of extra work that I would like to avoid.
Ideally I would like Salita to recognise that the dependency is pegged and when it updates it, it remains pegged,
Dependencies in my package.json are pegged, eg "@types/node": "16.11.17". When we decide to run Salita and update the dependencies, the version is updated correctly but they stopped being pegged.
eg "@types/node": "16.11.17" -> "@types/node": "^17.0.5"
We then either have to do a manual search and replace or our Renovate Bot changes them to be pegged and creates a merge request. Either way, it's a bit of extra work that I would like to avoid.
Ideally I would like Salita to recognise that the dependency is pegged and when it updates it, it remains pegged,
eg "@types/node": "16.11.17" -> "@types/node": "17.0.5"
Alternatively there could be a command line option for it.
The text was updated successfully, but these errors were encountered: