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: use pinned api category version until CDK bump is complete #621

Closed
wants to merge 1 commit into from

Conversation

alharris-at
Copy link
Contributor

@alharris-at alharris-at commented Jul 12, 2023

Description of changes

Currently a subset of e2e tests are failing due to the in-flight migration from CDK 2.68.0 to 2.80.0 in CLI. This is because CLI has a caret dep on the API category packages (which we probably shouldn't do) so when installing CLI-internal we're getting the latest minor version of API cateogyr, that has the newer references to CDK 2.80, but cli-internal does not. For reasons that are not yet super clear, mixing cdk versions across the CLI causes issues, and while that's not ideal, it's not the issue we're solving here, we just want a consistent state of the world for codegen e2e testing.

This is blocking verification of dependabot fixes,etc.

Issue #, if available

N/A

Description of how you validated changes

Unit + E2E Tests https://app.circleci.com/pipelines/github/aws-amplify/amplify-codegen/3595/workflows/e697bd1f-b25e-4874-bbc4-ea05bf67606f

Checklist

  • PR description included
  • yarn test passes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@alharris-at alharris-at requested a review from a team as a code owner July 12, 2023 18:10
@alharris-at
Copy link
Contributor Author

I think this is no longer necessary. Closing.

@alharris-at alharris-at deleted the temp-cdk-bump-state branch October 10, 2023 22:55
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