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: upgrade AWS SDK to 3.624.0 #2746

Merged
merged 3 commits into from
Aug 8, 2024
Merged

chore: upgrade AWS SDK to 3.624.0 #2746

merged 3 commits into from
Aug 8, 2024

Conversation

dpilch
Copy link
Member

@dpilch dpilch commented Aug 7, 2024

Description of changes

  • upgrade aws-sdk to latest
  • remove fast-xml-parser from root level resolutions.

This PR upgrades the majority of fast-xml-parser occurrences in the dep chain. We will also need to upgrade amplify-backend packages to GA versions (@aws-amplify/auth-construct-alpha, @aws-amplify/backend-output-storage, etc.) in a followup PR.

$ npm list fast-xml-parser 
amplify-category-api@0.1.0 /Users/dppilche/amplify/amplify-category-api
├─┬ @aws-amplify/amplify-category-api@5.12.5 -> ./packages/amplify-category-api
│ └─┬ @aws-sdk/client-ec2@3.624.0
│   └─┬ @aws-sdk/core@3.624.0
│     └── fast-xml-parser@4.4.1
├─┬ amplify-category-api-e2e-tests@3.22.8 -> ./packages/amplify-e2e-tests
│ ├─┬ aws-amplify@4.3.46
│ │ ├─┬ @aws-amplify/geo@1.3.27
│ │ │ └─┬ @aws-sdk/client-location@3.186.0
│ │ │   └─┬ @aws-sdk/client-sts@3.186.0
│ │ │     └── fast-xml-parser@3.19.0
│ │ ├─┬ @aws-amplify/interactions@4.1.12
│ │ │ ├─┬ @aws-sdk/client-lex-runtime-service@3.186.0
│ │ │ │ └─┬ @aws-sdk/client-sts@3.186.0
│ │ │ │   └── fast-xml-parser@3.19.0
│ │ │ └─┬ @aws-sdk/client-lex-runtime-v2@3.186.0
│ │ │   └─┬ @aws-sdk/client-sts@3.186.0
│ │ │     └── fast-xml-parser@3.19.0
│ │ └─┬ @aws-amplify/storage@4.5.17
│ │   └─┬ @aws-sdk/client-s3@3.6.1
│ │     └── fast-xml-parser@3.21.1
│ └─┬ aws-appsync@4.1.9
│   └─┬ @aws-sdk/client-s3@3.427.0
│     ├─┬ @aws-sdk/client-sts@3.427.0
│     │ └── fast-xml-parser@4.2.5 deduped
│     └── fast-xml-parser@4.2.5
└─┬ amplify-graphql-api-construct-tests@1.7.4 -> ./packages/amplify-graphql-api-construct-tests
  ├─┬ @aws-amplify/auth-construct-alpha@0.5.6
  │ └─┬ @aws-amplify/backend-output-storage@0.3.0
  │   └─┬ @aws-amplify/platform-core@0.4.4
  │     └─┬ @aws-sdk/client-sts@3.445.0
  │       └── fast-xml-parser@4.2.5 deduped
  ├─┬ @aws-sdk/client-cognito-identity-provider@3.621.0
  │ └─┬ @aws-sdk/core@3.621.0
  │   └── fast-xml-parser@4.4.1
  ├─┬ @aws-sdk/client-lambda@3.621.0
  │ └─┬ @aws-sdk/core@3.621.0
  │   └── fast-xml-parser@4.4.1
  └─┬ @aws-sdk/client-ssm@3.621.0
    └─┬ @aws-sdk/core@3.621.0
      └── fast-xml-parser@4.4.1
CDK / CloudFormation Parameters Changed

Issue #, if available

#2741

Description of how you validated changes

  • Unit tests
  • E2E tests

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.

@dpilch dpilch requested review from a team as code owners August 7, 2024 15:41
phani-srikar
phani-srikar previously approved these changes Aug 8, 2024
Comment on lines 29 to 32
"@aws-sdk/client-lambda": "3.621.0",
"@aws-sdk/client-rds": "3.621.0",
"@aws-sdk/client-ssm": "3.621.0",
"@aws-sdk/client-sts": "3.621.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we use 3.634 here as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I'll update now.

@dpilch dpilch enabled auto-merge (squash) August 8, 2024 20:48
@dpilch dpilch merged commit d72905f into main Aug 8, 2024
6 of 7 checks passed
@dpilch dpilch deleted the aws-sdk-upgrade branch August 8, 2024 21:54
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.

5 participants