-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bump npm dependencies #10679
Bump npm dependencies #10679
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
SonarQube Quality Gate 0 Bugs No Coverage information |
@@ -0,0 +1,2 @@ | |||
auto-install-peers=true | |||
strict-peer-dependencies=false |
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.
required due to lockfileVersion 6.0
@@ -54,6 +54,7 @@ let config = { | |||
allowUnlimitedContractSize: Boolean( | |||
process.env.ALLOW_UNLIMITED_CONTRACT_SIZE, | |||
), | |||
hardfork: 'merge', |
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.
required due to upgrade to hardhat 2.17 which defaults to shanghai which causes a test to fail
@@ -31,10 +31,7 @@ describe('UpkeepTranscoder', () => { | |||
const encodedData = '0xc0ffee' | |||
|
|||
it('reverts if the from type is not an enum value', async () => { | |||
await evmRevert( |
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.
@smartcontractkit/keepers this test failed after bumping Hardhat as it didn't revert with the given message. It still reverts so I removed the message component
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.
I'm not worried about it
No description provided.