Upgrade aws-sdk from 2.814.0 -> 2.1404.0#158
Open
ralphsaunders wants to merge 1 commit intosingle-spa:mainfrom
Open
Upgrade aws-sdk from 2.814.0 -> 2.1404.0#158ralphsaunders wants to merge 1 commit intosingle-spa:mainfrom
ralphsaunders wants to merge 1 commit intosingle-spa:mainfrom
Conversation
success Saved lockfile. success Saved 13 new dependencies. info Direct dependencies └─ aws-sdk@2.1404.0 info All dependencies ├─ aws-sdk@2.1404.0 ├─ get-intrinsic@1.2.1 ├─ has-proto@1.0.1 ├─ has-symbols@1.0.3 ├─ has@1.0.3 ├─ is-arguments@1.1.1 ├─ is-callable@1.2.7 ├─ is-generator-function@1.0.10 ├─ is-typed-array@1.1.10 ├─ jmespath@0.16.0 ├─ util@0.12.5 ├─ which-typed-array@1.1.9 └─ xml2js@0.5.0 ✨ Done in 7.81s.
Author
|
Looks like someone else ran into this issue in #146 and suggested the same solution. Unfortunately, deploying a custom image of this PR to our EKS this morning, we verified this didn't solve the issue. We did have success with downgrading to import-map-deployer#v3.0.0. |
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
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.
We run Import Map Deployer in EKS and were trying to upgrade to v4.6.0 from the old version we were running (v2.2.1). When we upgraded we saw S3 permissions errors in the logs and import-map-deployer wasn't able to access buckets.
The
yarn.lockspecifiesaws-sdk@2.814.0.In the changelog for aws-sdk, there was a bugfix in
2.853.0that should resolve this:This PR bumps the aws-sdk (and its dependency tree) to the latest v2 version.