-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Chore: Switch package manager back to pnpm from bun (#676)
## Description Switching package manager back to pnpm for following reasons: 1. The feature pnpm has of forcing packages to be extra explicit with dependencies. With bun there is a risk of packages depending on hoisting and failing to work once published to npm without the hoisted packages. It also makes unexpected changes between package dependencies possible. 2. Changesets don't support bun very well it seems 3. Small bugs with bun slow down development. For example, moving a workspace package often requires a rm -rf bun.lockb to fix ## Testing Explain the quality checks that have been done on the code changes ## Additional Information - [ ] I read the [contributing docs](../docs/contributing.md) (if this is your first contribution) Your ENS/address: Co-authored-by: Will Cory <[email protected]>
- Loading branch information
1 parent
15eb752
commit 93cab84
Showing
83 changed files
with
17,481 additions
and
1,876 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
"@evmts/resolutions": patch | ||
"@evmts/ts-plugin": patch | ||
"@evmts/experimental-solc": patch | ||
"@evmts/ethers": patch | ||
"@evmts/unplugin": patch | ||
"@evmts/schemas": patch | ||
"@evmts/esbuild-plugin": patch | ||
"@evmts/runtime": patch | ||
"@evmts/webpack-plugin": patch | ||
"@evmts/effect": patch | ||
"@evmts/config": patch | ||
"@evmts/rollup-plugin": patch | ||
"@evmts/rspack-plugin": patch | ||
"@evmts/core": patch | ||
"@evmts/solc": patch | ||
"@evmts/vite-plugin": patch | ||
"@evmts/bun-plugin": patch | ||
"@evmts/bundler": patch | ||
"@evmts/vm": patch | ||
--- | ||
|
||
Switched package manager to pnpm from bun |
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ Error.cause | |
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es2022.error.d.ts:24 | ||
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:24 | ||
|
||
___ | ||
|
||
|
@@ -93,7 +93,7 @@ Error.message | |
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es5.d.ts:1068 | ||
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1068 | ||
|
||
___ | ||
|
||
|
@@ -121,7 +121,7 @@ Error.stack | |
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es5.d.ts:1069 | ||
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1069 | ||
|
||
___ | ||
|
||
|
@@ -156,7 +156,7 @@ Error.prepareStackTrace | |
|
||
#### Defined in | ||
|
||
node_modules/@types/node/globals.d.ts:11 | ||
node_modules/.pnpm/@types[email protected]/node_modules/@types/node/globals.d.ts:11 | ||
|
||
___ | ||
|
||
|
@@ -170,7 +170,7 @@ Error.stackTraceLimit | |
|
||
#### Defined in | ||
|
||
node_modules/@types/node/globals.d.ts:13 | ||
node_modules/.pnpm/@types[email protected]/node_modules/@types/node/globals.d.ts:13 | ||
|
||
## Methods | ||
|
||
|
@@ -197,4 +197,4 @@ Error.captureStackTrace | |
|
||
#### Defined in | ||
|
||
node_modules/@types/node/globals.d.ts:4 | ||
node_modules/.pnpm/@types[email protected]/node_modules/@types/node/globals.d.ts:4 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ Error.cause | |
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es2022.error.d.ts:24 | ||
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:24 | ||
|
||
___ | ||
|
||
|
@@ -93,7 +93,7 @@ Error.message | |
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es5.d.ts:1068 | ||
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1068 | ||
|
||
___ | ||
|
||
|
@@ -121,7 +121,7 @@ Error.stack | |
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es5.d.ts:1069 | ||
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1069 | ||
|
||
___ | ||
|
||
|
@@ -156,7 +156,7 @@ Error.prepareStackTrace | |
|
||
#### Defined in | ||
|
||
node_modules/@types/node/globals.d.ts:11 | ||
node_modules/.pnpm/@types[email protected]/node_modules/@types/node/globals.d.ts:11 | ||
|
||
___ | ||
|
||
|
@@ -170,7 +170,7 @@ Error.stackTraceLimit | |
|
||
#### Defined in | ||
|
||
node_modules/@types/node/globals.d.ts:13 | ||
node_modules/.pnpm/@types[email protected]/node_modules/@types/node/globals.d.ts:13 | ||
|
||
## Methods | ||
|
||
|
@@ -197,4 +197,4 @@ Error.captureStackTrace | |
|
||
#### Defined in | ||
|
||
node_modules/@types/node/globals.d.ts:4 | ||
node_modules/.pnpm/@types[email protected]/node_modules/@types/node/globals.d.ts:4 |
Oops, something went wrong.