Migrate @metamask/eth-json-rpc-provider
- Phase B: Staging from merged-packages/
#1792
Closed
15 tasks done
Labels
As part of the process for migrating
@metamask/eth-json-rpc-provider
into the core monorepo, we need to execute various preparation steps while the package is inside of the temporarymerged-packages/
directory, before it can be moved into thepackages/
directory.See #1551 (comment) for an outline of the entire process.
Phase B: Staging from
merged-packages/
1. Remove files and directories that will be replaced by files in the monorepo root.
eth-json-rpc-provider
migration - B1: Remove redundant files and directories. #1764.github/
,.git*
,scripts/
,.depcheckrc.json
,.yarn/
,.yarnrc.yml
,yarn.lock
,.editorconfig
,.eslint*
,.prettier*
,.nvm*
.src/
,tests/
,CHANGELOG.md
,LICENSE
,package.json
,README.md
,jest.config.js
,tsconfig*.json
,typedoc.json
.2. Replace config files.
eth-json-rpc-provider
migration - B2: Replace typescript, jest config files. #1765tsconfig*.json
,typedoc.json
,jest.config.js
to extend from corresponding files in root. Copy contents of corresponding files in other non-root packages.deepmerge
as a devDependency.3. Align dependencies with monorepo.
eth-json-rpc-provider
migration - B3: Align dependencies with monorepo. #17664. Add exception for non-MIT license.
eth-json-rpc-provider
migration - B4: Add exceptions inconstraints.pro
for ISC license. #1767constraints.pro
file.yarn constraints
.The text was updated successfully, but these errors were encountered: