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
All my CI pipelines have the following warning in them:
#######################################################################################################
### You are currently using jsii-rosetta@1.x. We recommend upgrading to jsii-rosetta@5.0.x or ###
### later. This will allow you to use modern TypeScript syntax, and improves compatibility with ###
### many common dependencies. For example, recent versions of @types/node. ###
### ###
### 5.0.x and subsequent releases of jsii-rosetta use the same major.minor version as the ###
### TypeScript compiler they are built on. We recommend declaring a minor-pinned (also known as ###
### "tilde") dependency on jsii-rosetta (e.g: `"jsii-rosetta": "5.0.x"` or ###
### `"jsii-rosetta": "~5.0.7"`). ###
### ###
### For more information, see: https://aws.github.io/jsii/compiler-and-rosetta-maintenance/ ###
### ###
### This warning can be suppressed by setting the JSII_SUPPRESS_UPGRADE_PROMPT environment variable ###
#######################################################################################################
I have upgraded the repo to use jsii-rosetta: "5.0.x". However, when I look at a yarn.lock, I see
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
All my CI pipelines have the following warning in them:
I have upgraded the repo to use
jsii-rosetta: "5.0.x"
. However, when I look at ayarn.lock
, I seeWhich appears to be dragging the deprecated old version in, too.
Expected Behavior
I expected jsii-docgen to use modern jsii-rosetta, rather than filling my CI logs.
Current Behavior
At the very least I have warnings. I don't know if that means we also have issues. It appears to be localized to docgen.
Reproduction Steps
Use projen to create an aws-cdk Construct Library project.
https://projen.io/api/API.html#projen-awscdk-awscdkconstructlibrary
Publish it into a GH repo.
Watch the CI scream about docgen.
Possible Solution
Update deps...
Additional Information/Context
No response
SDK version used
irrelevant
Environment details (OS name and version, etc.)
irrelevant
The text was updated successfully, but these errors were encountered: