generated from amazon-archives/__template_Apache-2.0
-
Couldn't load subscription status.
- Fork 51
feat: @aws-cdk/integ-runner now lives in the CDK CLI repository #263
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a792b5c to
6a01f80
Compare
d38e11c to
8dfe74e
Compare
f9df8bf to
4ea903f
Compare
fc147a3 to
63f9b1a
Compare
mrgrain
approved these changes
Mar 20, 2025
mergify bot
pushed a commit
to aws/aws-cdk
that referenced
this pull request
Mar 20, 2025
This removes `@aws-cdk/integ-runner` and `@aws-cdk/cdk-cli-wrapper` from this repository into the CLI repository. The other PR adding the new package is here: aws/aws-cdk-cli#263. This code belongs more with the CLI than it does with the construct library. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Monorepo dependencies were using carets `^`; for most of these it didn't matter because the resulting artifact was bundled anyway, but for a couple it did matter: * `cdk -> aws-cdk`: should use the exact same version, otherwise running `npx [email protected]` may accidentally execute `[email protected]`.
Signed-off-by: github-actions <[email protected]>
55bbef7 to
515243f
Compare
hwum
pushed a commit
to hwum/aws-cdk
that referenced
this pull request
Mar 21, 2025
This removes `@aws-cdk/integ-runner` and `@aws-cdk/cdk-cli-wrapper` from this repository into the CLI repository. The other PR adding the new package is here: aws/aws-cdk-cli#263. This code belongs more with the CLI than it does with the construct library. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
shikha372
pushed a commit
to shikha372/aws-cdk
that referenced
this pull request
Apr 4, 2025
This removes `@aws-cdk/integ-runner` and `@aws-cdk/cdk-cli-wrapper` from this repository into the CLI repository. The other PR adding the new package is here: aws/aws-cdk-cli#263. This code belongs more with the CLI than it does with the construct library. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds in the code for
@aws-cdk/integ-runner, which is being removed from the originalaws-cdkrepository here: aws/aws-cdk#33835Process:
@aws-cdk/[email protected](or whatever the latest version is) on the parent commit of this commit.This proposed to drop the
-alpharelease tag of this package, which seems fine. We've been running this for years, it hasn't changed much, and future updates will be easier to consume if we drop the prerelease tags.(Stacked PR on top of #246)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license