-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix(deps): update dependencies (non-major) #1811
Conversation
baa7459
to
deb29e0
Compare
a5a6835
to
8d33b18
Compare
8d33b18
to
5c1a1da
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
@amarthadan - Changes to lambda's
I made a simple change to the return type of I also held back hardhat as the newest versions break a number of things, potentially because of ethers v6 which we haven't migrated to yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange. Both that they introduced a breaking change within a minor release and that it is not actually working 😄 But it's worth deploying to AWS as a test, just to be on the safe side.
I tested a request, http gateway request, and http signed data gateway request all worked for an AWS deployment using the latest commit from this PR ( |
This PR contains the following updates:
^2.6.1
->^2.7.1
^3.346.0
->^3.360.0
^3.345.0
->^3.360.0
^3.342.0
->^3.357.0
^16.1.4
->^16.3.1
^2.14.1
->^2.16.1
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-lambda)
v3.360.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.359.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.358.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.357.0
Compare Source
Features
v3.356.0
Compare Source
Features
v3.354.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.353.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.352.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.350.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.348.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
3.347.1 (2023-06-07)
Note: Version bump only for package @aws-sdk/client-lambda
v3.347.1
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.347.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.360.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.359.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.358.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.357.0
Compare Source
Features
v3.354.0
Compare Source
Features
v3.353.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.352.0
Compare Source
Features
v3.350.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.348.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
3.347.1 (2023-06-07)
Note: Version bump only for package @aws-sdk/client-s3
v3.347.1
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.347.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/signature-v4-crt)
v3.357.0
Compare Source
Note: Version bump only for package @aws-sdk/signature-v4-crt
v3.354.0
Compare Source
Note: Version bump only for package @aws-sdk/signature-v4-crt
v3.347.0
Compare Source
Note: Version bump only for package @aws-sdk/signature-v4-crt
motdotla/dotenv (dotenv)
v16.3.1
Compare Source
Added
processEnv
andDOTENV_KEY
options. #756v16.3.0
Compare Source
Added
DOTENV_KEY
to options rather than relying onprocess.env.DOTENV_KEY
. Defaults toprocess.env.DOTENV_KEY
#754v16.2.0
Compare Source
Added
process.env
. Defaults toprocess.env
. #753nomiclabs/hardhat (hardhat)
v2.16.1
: Hardhat v2.16.1Compare Source
This release fixes an issue in the compiler download that happens when Hardhat is used with node v18.16.x (the latest versions of node v18).
v2.16.0
: Hardhat v2.16.0 - Extendable providersCompare Source
This version of Hardhat adds a new extensibility point: you can now wrap Hardhat's network provider with your own logic.
This is done by using the new
extendProvider
configuration function:Doing this means that all the JSON-RPC calls will go through your custom provider wrapper. You can use this to intercept and handle some requests while forwarding the rest to the original provider.
To learn more about this, read the "Extending the Hardhat provider" section in our docs. If you have questions about how to use this, please open a new discussion.
Other changes
Besides this new feature, this version includes the following changes:
console.sol
is now memory-safe (thanks @ZumZoom!)true
to prevent Hardhat from showing the telemetry consent promptv2.15.0
: Hardhat v2.15.0Compare Source
This new version of Hardhat uses the new ethers v6 based Toolbox when initializing a project. Check the release notes of the Toolbox to learn more.
Configuration
📅 Schedule: Branch creation - "before 2am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.