Commit 33292d1
authored
fix(toolkit-lib): dependency constraints are too strict (#514)
Due to a bug, we set constraints for dependency for other monorepo
packages to "any future minor version" (i.e. `^1.2.3`) forcing consumers
to always use latest packages with the toolkit-lib.
What we wanted to do is constrain the use to "any minor version",
including already published ones, i.e. `^1`.
This change needed an upgrade of our projen Monorepo project type, which
is also part of this PR. The API changed slightly here, hence the update
of other values.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license1 parent d452163 commit 33292d1
File tree
7 files changed
+19
-19
lines changed- packages
- @aws-cdk
- integ-runner/.projen
- toolkit-lib/.projen
- aws-cdk/.projen
- cdk-assets/.projen
7 files changed
+19
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
| 711 | + | |
712 | 712 | | |
713 | 713 | | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| |||
1047 | 1047 | | |
1048 | 1048 | | |
1049 | 1049 | | |
1050 | | - | |
| 1050 | + | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
| |||
1466 | 1466 | | |
1467 | 1467 | | |
1468 | 1468 | | |
1469 | | - | |
| 1469 | + | |
1470 | 1470 | | |
1471 | 1471 | | |
1472 | 1472 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments