Skip to content
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

fix: remove direct projen dependency, only upgrade deps weekly #320

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

rix0rrr
Copy link
Contributor

@rix0rrr rix0rrr commented Nov 20, 2023

The direct projen dependency leads to class conflicts in downstream TypeScript repositories, if downstream packages have their own dependency on projen.

There will be multiple copies of projen in the dependency tree, and every class inside those copies will count as a different, incompatible class.

Remove the direct dependency, we only need a
peerDependency+devDependency.

The direct `projen` dependency leads to class conflicts in downstream
TypeScript repositories, if downstream packages have their own
dependency on `projen`.

There will be multiple copies of `projen` in the dependency tree,
and every class inside those copies will count as a different,
incompatible class.

Remove the direct dependency, we only need a
`peerDependency`+`devDependency`.
@rix0rrr rix0rrr requested a review from a team November 20, 2023 14:54
@cdklabs-automation cdklabs-automation added this pull request to the merge queue Nov 20, 2023
Merged via the queue into main with commit 33536db Nov 20, 2023
7 checks passed
@cdklabs-automation cdklabs-automation deleted the huijbers/no-regular-dep branch November 20, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants