Skip to content

Make our init templates more robust against upstream version changes #1991

Open
@ansgarm

Description

@ansgarm

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Issue #1766 happened because Jest released a new version that was not compatible with another dependency of ours. We want to make our templates more robust against such upstream changes which can happen unexpectedly.

We can do so by e.g. narrowing the version constraints of the dependencies that we install here:

installDeps(['@types/node', 'typescript', 'jest', '@types/jest', "ts-jest", "ts-node"], true);

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    cdktf-clienhancementNew feature or requestfeature/initcdktf init related featurespriority/important-longtermMedium priority, to be worked on within the following 1-2 business quarters.size/smallestimated < 1 day

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions