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

Add missing dependency and disallow extraneous requires #392

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Mar 12, 2021

The node/no-extraneous-require and import/no-extraneous-dependencies rules have been re-enabled. The one violation was ethereumjs-tx, which is a module we are using that wasn't listed among our dependencies. It has been added, using the version that was being used in practice via another dependency (which was v1.3.7).

@Gudahtt Gudahtt requested a review from a team as a code owner March 12, 2021 17:53
The `node/no-extraneous-require` and `import/no-extraneous-dependencies`
rules have been re-enabled. The one violation was `ethereumjs-tx`,
which is a module we are using that wasn't listed among our
dependencies. It has been added, using the version that was being used
in practice via another dependency (which was v1.3.7).
@Gudahtt Gudahtt force-pushed the disallow-extraneous-requires branch from 99d06ad to 64f21d9 Compare March 12, 2021 18:59
@Gudahtt Gudahtt merged commit 66572ae into develop Mar 15, 2021
@Gudahtt Gudahtt deleted the disallow-extraneous-requires branch March 15, 2021 14:29
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The `node/no-extraneous-require` and `import/no-extraneous-dependencies`
rules have been re-enabled. The one violation was `ethereumjs-tx`,
which is a module we are using that wasn't listed among our
dependencies. It has been added, using the version that was being used
in practice via another dependency (which was v1.3.7).
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The `node/no-extraneous-require` and `import/no-extraneous-dependencies`
rules have been re-enabled. The one violation was `ethereumjs-tx`,
which is a module we are using that wasn't listed among our
dependencies. It has been added, using the version that was being used
in practice via another dependency (which was v1.3.7).
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