Skip to content
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

Merged
merged 9 commits into from
Sep 20, 2023
Merged

Bump npm dependencies #10679

merged 9 commits into from
Sep 20, 2023

Conversation

RensR
Copy link
Contributor

@RensR RensR commented Sep 18, 2023

No description provided.

@github-actions
Copy link
Contributor

I see that you haven't updated any README files. Would it make sense to do so?

@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -0,0 +1,2 @@
auto-install-peers=true
strict-peer-dependencies=false
Copy link
Contributor Author

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',
Copy link
Contributor Author

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(
Copy link
Contributor Author

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

Copy link
Contributor

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

@RensR RensR added this pull request to the merge queue Sep 20, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 20, 2023
@RensR RensR added this pull request to the merge queue Sep 20, 2023
Merged via the queue into develop with commit 334587c Sep 20, 2023
118 of 119 checks passed
@RensR RensR deleted the bump-npm-deps branch September 20, 2023 09:43
@jira jira bot mentioned this pull request Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants