Tags: brianhubbell/aws-cdk
Tags
chore: rewrite jsii targets for experimental packages during transfor… …mation (aws#15890) As part of aws#15722, the decision was made to change the package.json files for experimental packages to add 'alpha' identifiers. This ends up causing issues for our ubergen-ed packages (i.e., aws-cdk-lib), which then try to include L1s for these packages under the 'alpha' namespaces. Instead, switch (back) to adding the alpha identifiers as part of the package transformation step. Reverted the change to the pkglint rules, and re-ran `yarn pkglint` to update the package.json files. I also did some light refactoring, since the method was a bit hard to read. fixes aws#15845 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
chore(release): 2.0.0-rc.15 (aws#15795) See [CHANGELOG](https://github.com/aws/aws-cdk/blob/bump/2.0.0-rc.15/CHANGELOG.md)
chore(release): 2.0.0-rc.14 (aws#15687) See [CHANGELOG](https://github.com/aws/aws-cdk/blob/bump/2.0.0-rc.14/CHANGELOG.md)
chore(release): 2.0.0-rc.13 (aws#15657) See [CHANGELOG](https://github.com/aws/aws-cdk/blob/bump/2.0.0-rc.13/CHANGELOG.md)
chore: fix versions of inner dependencies in @aws-cdk-lib (aws#15648) The build of the V2 experimental modules hardcoded the versions of unstable-to-unstable dependencies to `0.0.0`, which does not work in our pipeline, which first runs the `align-versions.sh` script to give all modules a temporary version. Fix it by using the version the experimental package itself is (as that's the version assigned by `align-versions.sh`). ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
chore(release): 1.114.0 See [CHANGELOG](https://github.com/aws/aws-cdk/blob/bump/1.114.0/CHANGELOG.md)
PreviousNext