-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Upgrade Deps issues #653
Comments
From this discussion #644 (comment)
yes, that's correct. |
Hi @janeklb - just tried doing an |
Just tried it on the most recent version and wasn't able to reproduce, so please ignore that part of my report. Thanks 🙇🏻 |
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label. |
Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label. |
…docs Fix the `pdk upgrade` command to call the projen task rather than the command for the underlying package manager. Add upgrade-deps taks for the python and java monorepos for consistency, which spawn the "upgrade" tasks (if present) for subprojects. Added documentation for upgrading dependencies. This also updates the projen version which includes a fix to ensure the python install task doesn't upgrade dependencies: projen/projen#3321 Fixes #653
…docs Fix the `pdk upgrade` command to call the projen task rather than the command for the underlying package manager. Add `upgrade-deps` tasks for the Python and Java monorepos for consistency, which spawn the "upgrade" tasks (if present) for subprojects. Also update the `upgrade-deps` task for the TypeScript monorepo to spawn the "upgrade" task for any non-node project. Added documentation for upgrading dependencies. This also updates the projen version which includes a fix to ensure the python install task doesn't upgrade dependencies: projen/projen#3321 Fixes #653
…docs Fix the `pdk upgrade` command to call the projen task rather than the command for the underlying package manager. Add `upgrade-deps` tasks for the Python and Java monorepos for consistency, which spawn the "upgrade" tasks (if present) for subprojects. Also update the `upgrade-deps` task for the TypeScript monorepo to spawn the "upgrade" task for any non-node project. Python doesn't have an upgrade task - so we call the "install" task which updates the lockfile. Added documentation for upgrading dependencies. Fixes #653
…docs Fix the `pdk upgrade` command to call the projen task rather than the command for the underlying package manager. Add `upgrade-deps` tasks for the Python and Java monorepos for consistency, which spawn the "upgrade" tasks (if present) for subprojects. Also update the `upgrade-deps` task for the TypeScript monorepo to spawn the "upgrade" task for any non-node project. Python doesn't have an upgrade task - so we call the "install" task which updates the lockfile. Added documentation for upgrading dependencies. Fixes #653
…docs (#701) Fix the `pdk upgrade` command to call the projen task rather than the command for the underlying package manager. Add `upgrade-deps` tasks for the Python and Java monorepos for consistency, which spawn the "upgrade" tasks (if present) for subprojects. Also update the `upgrade-deps` task for the TypeScript monorepo to spawn the "upgrade" task for any non-node project. Python doesn't have an upgrade task - so we call the "install" task which updates the lockfile. Added documentation for upgrading dependencies. Fixes #653
Describe the bug
Ref: #644
Expected Behavior
Current Behavior
pnpm upgrade
is invoked instead of the projen commandReproduction Steps
NA
Possible Solution
No response
Additional Information/Context
No response
PDK version used
latest
What languages are you seeing this issue on?
Typescript, Java, Python
Environment details (OS name and version, etc.)
all
The text was updated successfully, but these errors were encountered: