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

chore: npm-check-updates && yarn upgrade #31698

Merged
merged 5 commits into from
Oct 24, 2024
Merged

Conversation

aws-cdk-automation
Copy link
Collaborator

Ran npm-check-updates and yarn upgrade to keep the yarn.lock file up-to-date.

@aws-cdk-automation aws-cdk-automation added auto-approve contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. labels Oct 8, 2024
@aws-cdk-automation aws-cdk-automation requested a review from a team October 8, 2024 17:17
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
@Leo10Gama Leo10Gama added pr/do-not-merge This PR should not be merged at this time. and removed auto-approve labels Oct 24, 2024
@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Oct 24, 2024
@@ -83,7 +83,7 @@ const beanstalkEnv = new elasticbeanstalk.CfnEnvironment(stack, 'beanstlk-env',
applicationName: beanstalkApp.applicationName!,
environmentName: 'codepipeline-test-env',
// see https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.nodejs
solutionStackName: '64bit Amazon Linux 2023 v6.2.1 running Node.js 20',
solutionStackName: '64bit Amazon Linux 2023 v6.2.2 running Node.js 20',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Leo10Gama .. did you manually do this change?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I manually changed it. According to their platform history, this value is not current, so no longer supported. Trying to deploy with it gave me this error:

❌  aws-cdk-codepipeline-elastic-beanstalk-deploy failed: 
The stack named aws-cdk-codepipeline-elastic-beanstalk-deploy failed creation, it may need to be manually deleted from the AWS console: 
ROLLBACK_COMPLETE: 
Resource handler returned message: 
"No Solution Stack named '64bit Amazon Linux 2023 v6.2.1 running Node.js 20' found. (Service: ElasticBeanstalk, Status Code: 400, Request ID: <ID>)" (RequestToken: <TOKEN>, HandlerErrorCode: InvalidRequest)
  FAILED     aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy-codepipeline-elastic-beanstalk-deploy/DefaultTest (undefined/us-east-1) 211.99s
      Integration test failed: Error: Command exited with status 1

Updating the value let the test pass.

@moelasmar moelasmar removed the pr/do-not-merge This PR should not be merged at this time. label Oct 24, 2024
@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Oct 24, 2024
Copy link
Contributor

mergify bot commented Oct 24, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 412b5dc
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit fc30425 into main Oct 24, 2024
12 of 13 checks passed
Copy link
Contributor

mergify bot commented Oct 24, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot deleted the automation/yarn-upgrade branch October 24, 2024 23:13
Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants