aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.96k stars 557 forks source link

chore: update smithy commit to include new versions #6088

Closed trivikr closed 1 month ago

trivikr commented 1 month ago

Issue

Includes dropping support for Node.js 14.x in https://github.com/smithy-lang/smithy-typescript/pull/1258, along with other fixes and updates in dev dependencies.

Description

Updates smithy commit to include new deps

Testing

CI


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

trivikr commented 1 month ago

Blocked on error

copying @aws-sdk/client-acm from /local/home/trivikr/workspace/aws-sdk-js-v3/codegen/sdk-codegen/build/smithyprojections/sdk-codegen/acm.2015-12-08/typescript-codegen to /local/home/trivikr/workspace/aws-sdk-js-v3/clients
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Promise
    at writeFileSync (node:fs:2312:5)
    at copyToClients (/local/home/trivikr/workspace/aws-sdk-js-v3/scripts/generate-clients/copy-to-clients.js:181:9)
    at /local/home/trivikr/workspace/aws-sdk-js-v3/scripts/generate-clients/index.js:118:13
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  code: 'ERR_INVALID_ARG_TYPE'
}
github-actions[bot] commented 1 month ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.