You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several renovate PRs (#1816, #1820, #1821, #1830) are held up by @aws-sdk dependency changes made in v3.363.0 that are causing the build to fail (example):
> @api3/airnode-node:build
@api3/airnode-node: @api3/airnode-node: $ yarn run clean && yarn run compile
@api3/airnode-node: @api3/airnode-node: $ rimraf -g *.tsbuildinfo ./dist ./build *.tgz
@api3/airnode-node: @api3/airnode-node: $ tsc --build tsconfig.json
Error: @api3/airnode-node: src/workers/cloud-platforms/aws.ts(4,39): error TS2307: Cannot find module '@aws-sdk/util-stream' or its corresponding type declarations.
Since it's been several weeks since this was first noted, I think it is safe to make the necessary changes for upgrading.
The text was updated successfully, but these errors were encountered:
Several renovate PRs (#1816, #1820, #1821, #1830) are held up by
@aws-sdk
dependency changes made in v3.363.0 that are causing the build to fail (example):Since it's been several weeks since this was first noted, I think it is safe to make the necessary changes for upgrading.
The text was updated successfully, but these errors were encountered: