Skip to content

eth-json-rpc-provider migration - B1: Remove redundant files and directories. - #1764

Merged
MajorLift merged 9 commits into
mainfrom
231003-migrate-eth-json-rpc-provider-b1
Oct 5, 2023
Merged

eth-json-rpc-provider migration - B1: Remove redundant files and directories.#1764
MajorLift merged 9 commits into
mainfrom
231003-migrate-eth-json-rpc-provider-b1

Conversation

@MajorLift

@MajorLiftMajorLift commented Oct 3, 2023

Copy link
Copy Markdown
Contributor

Explanation

This PR implements the following incremental step in the process for migrating eth-json-rpc-provider into the core monorepo:


Phase B: Staging in migrated-packages/

1. Remove files and directories that will be replaced by corresponding files in the monorepo root.

  • Remove: .github/, .git*, scripts/, .depcheckrc.json, .yarn/, .yarnrc.yml, yarn.lock, .editorconfig, .eslint*, .prettier*, .nvm*.
  • Keep: src/, tests/, CHANGELOG.md, LICENSE, package.json, README.md, jest.config.js, tsconfig*.json, typedoc.json.

See #1551 (comment) for an outline of the entire process.

Blocked by

References

Changelog

N/A

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate

@MajorLift
MajorLift requested a review from a team as a code ownerOctober 3, 2023 20:31
@MajorLiftMajorLift self-assigned this Oct 3, 2023
@socket-security

socket-securityBot commented Oct 3, 2023

Copy link
Copy Markdown

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages:@metamask/auto-changelog@3.1.0, @types/jest@28.1.7, jest@28.1.3, ts-jest@28.0.8, typedoc@0.23.15

@MajorLiftMajorLift added enhancement New feature or request team-wallet-framework Deprecated: Please use `team-core-platform` instead. labels Oct 3, 2023
mcmire
mcmire previously approved these changes Oct 5, 2023

@mcmiremcmire left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@MajorLift
MajorLiftforce-pushed the 231003-migrate-eth-json-rpc-provider-b1 branch 2 times, most recently from df4b7dc to 6d9e07dCompareOctober 5, 2023 17:44
MajorLift added a commit that referenced this pull request Oct 5, 2023
…on-rpc-provider" (#1790)
## Explanation
- The contents of `merged-packages/` shouldn't be altered, as it's a
temporary directory used for migrating packages into the monorepo.
- Any dependency updates for the migration target package need to be
handled manually. The migration process involves aligning dependency
versions with the monorepo (which may not use the latest version),
removing dependencies that are defined in the monorepo root, and
removing the `yarn.lock` file from the migration target subpackage.
## Reference
- Blocks #1764
- See
#1079 (comment) for
context on the role of `merged-packages/`.
@MajorLift
MajorLift requested a review from mcmireOctober 5, 2023 18:34

@mcmiremcmire left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@MajorLift
MajorLift merged commit deb3012 into mainOct 5, 2023
@MajorLift
MajorLift deleted the 231003-migrate-eth-json-rpc-provider-b1 branch October 5, 2023 20:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or requestteam-wallet-frameworkDeprecated: Please use `team-core-platform` instead.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@MajorLift@mcmire