-
I have a pdk (typescript) monorepo project with a handful sub-projects (in the What's the right way to upgrade all the dependencies in the monorepo? Afaict there are a few options:
It seems like Furthermore, confusion is exacerbated by the fact that if you run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi -
In relation to pdk itself not upgrading, do you mean your dependencies on The pnpm upgrade issue is definitely a bug that needs to be addressed. Let me go ahead and create an issue to track these here: #653 I will close this discussion and ask that you please respond to my questions in the linked issue :) |
Beta Was this translation helpful? Give feedback.
Hi -
upgrade-deps
is the way to go from a monorepo perspctive as it will update all packages within the monorepo.upgrade
on the other hand will only update packages for the current package it is executed from. Probably a poor choice of naming from my perspective so I apologize for that. We should probably also add supporting documentation as this is lacking at the moment.In relation to pdk itself not upgrading, do you mean your dependencies on
@aws/pdk
?The pnpm upgrade issue is definitely a bug that needs to be addressed. Let me go ahead and create an issue to track these here: #653
I will close this discussion and ask that you please respond to my questions in the linked issue :)