-
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] Upgrading core pdk code results in reverting back to the original versions. #784
Comments
I've also had this issue and can't find a solution... |
Hi - sorry for the delayed response. The reason this is happening is because we actual pin the projen version as per:
So what is happening is the following: 1.) npm-check-updates runs and bumps everything to the latest version (projen is 0.82.6 as of today) To resolve this, you will need to do pin the projen version within your Option A: Pinned Version
Option B: Latest Resolved Version Note: this will result in the projen version being bumped each time you run a synth.
Let me know if this resolves your issue and again apologies for the delay (I was on vacation and then quite sick :( ) |
@agdimech Thank you! Very Close... the dependencies updated, and almost everything builds. Unfortunately the latest
I have logged a bug here which hopefully resolves it: cloudscape-design/component-toolkit#66 In my demo repo I did not add a CloudscapeReactTsWebsiteProject to keep things simple :( |
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. |
Describe the bug
Attempting to upgrade pdk, pdk dependencies and projen roles back to previous versions.
Expected Behavior
aws/pdk should be upgraded to latest and projen should be upgraded to latest.
Current Behavior
Relevant bits of the upgrade logs included from reproduction steps below.
@aws/pdk
goes from0.23.35
to0.23.38
then back to0.23.35
projen
goes from0.79.24
to0.81.15
back to0.79.27
Reproduction Steps
Using these versions:
@aws/pdk 0.23.35
&projen 0.79.24
Running the following steps does not upgrade pdk/projen:
pnpm run upgrade
pnpm upgrade-deps
pnpm default
Possible Solution
No response
Additional Information/Context
A demo repo has been setup, hopefully it behaves the same in other environments:
https://github.com/raurir/projen-pdk-upgrade-issue/
PDK version used
0.23.35
What languages are you seeing this issue on?
Typescript
Environment details (OS name and version, etc.)
Macos 14.4
The text was updated successfully, but these errors were encountered: