-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving json-rpc-middleware-stream from merged-packages to actual pack… (
#1762) ## Explanation We chose to place json-rpc-middleware-stream initially in the merged-packages and not packages so we can hide it from Yarn, ESLint, Prettier, and TypeScript. In this PR, we cleaned it up and moved it from `merged-packages` to actual `packages` folder. In this process, we followed below steps. Moving to packages 1. Move migration target from merged-packages/ to packages/. 2. Run yarn install in the root directory. 3. Check that all tests are passing in migration target by running `yarn workspace @metamask/json-rpc-middleware-stream test`. Lints and Constraints 1. Fixed `yarn lint` errors 2. Fixed `yarn constraints` errors 3. Applied `yarn workspace @metamask/json-rpc-middleware-stream changelog:validate` ## References - Closes #1920 ## Changelog Updates ### `@metamask/json-rpc-middleware-stream` - **BREAKING:** Rename package from `json-rpc-middleware-stream` to `@metamask/json-rpc-middleware-stream` ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've highlighted breaking changes using the "BREAKING" category above as appropriate --------- Co-authored-by: Elliot Winkler <[email protected]> Co-authored-by: Jongsun Suh <[email protected]> Co-authored-by: Jongsun Suh <[email protected]>
- Loading branch information
1 parent
cfcb6c6
commit c674b84
Showing
38 changed files
with
196 additions
and
8,737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
merged-packages/json-rpc-middleware-stream/.depcheckrc.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
merged-packages/json-rpc-middleware-stream/.github/CODEOWNERS
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
merged-packages/json-rpc-middleware-stream/.github/dependabot.yml
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
merged-packages/json-rpc-middleware-stream/.github/workflows/build-test.yml
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
merged-packages/json-rpc-middleware-stream/.github/workflows/create-release-pr.yml
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
merged-packages/json-rpc-middleware-stream/.github/workflows/publish-release.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
merged-packages/json-rpc-middleware-stream/.yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
merged-packages/json-rpc-middleware-stream/.yarn/plugins/@yarnpkg/plugin-constraints.cjs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.