Skip to content

Commit

Permalink
⬆️ Bun upgrade all packages (#626)
Browse files Browse the repository at this point in the history
## Description

Upgrade all packages

## 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
roninjin10 and Will Cory authored Oct 30, 2023
1 parent c8d875d commit d0d5cbc
Show file tree
Hide file tree
Showing 104 changed files with 685 additions and 6,226 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"preview": "vitepress preview ."
},
"devDependencies": {
"@vue/runtime-dom": "^3.3.4",
"@vue/server-renderer": "^3.3.4",
"@vue/runtime-dom": "^3.3.7",
"@vue/server-renderer": "^3.3.7",
"rome": "^12.1.3",
"vitepress": "1.0.0-rc.22"
"vitepress": "1.0.0-rc.24"
}
}
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions bundler/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"@evmts/tsconfig": "workspace:^",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"bun-types": "^1.0.3",
"bun-types": "^1.0.7",
"rome": "^12.1.3",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
Expand Down
16 changes: 8 additions & 8 deletions bundler/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@
"@evmts/runtime": "workspace:^",
"@evmts/solc": "workspace:^",
"@evmts/tsconfig": "workspace:^",
"@types/node": "^20.7.2",
"@types/resolve": "^1.20.3",
"@types/node": "^20.8.9",
"@types/resolve": "^1.20.4",
"effect": "^2.0.0-next.52",
"glob": "^10.3.10",
"resolve": "^1.22.6",
"resolve": "^1.22.8",
"solidity-ast": "^0.4.52",
"unplugin": "^1.5.0"
},
"devDependencies": {
"@evmts/core": "workspace:^",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"abitype": "^0.9.8",
"abitype": "^0.10.2",
"rome": "^12.1.3",
"solc": "0.8.21",
"solc": "0.8.22",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"wagmi": "^1.4.2",
"zod": "^3.22.2"
"wagmi": "^1.4.5",
"zod": "^3.22.4"
},
"peerDependencies": {
"solc": ">0.8.10"
Expand Down
8 changes: 6 additions & 2 deletions bundler/config/docs/classes/defineConfig.DefineConfigError.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Error class for [defineConfig](../modules/defineConfig.md#defineconfig)

### constructor

**new DefineConfigError**(`configFilePath`, `underlyingError`)
**new DefineConfigError**(`configFilePath`, `underlyingError`): [`DefineConfigError`](defineConfig.DefineConfigError.md)

#### Parameters

Expand All @@ -45,6 +45,10 @@ Error class for [defineConfig](../modules/defineConfig.md#defineconfig)
| `configFilePath` | `string` |
| `underlyingError` | [`DefineConfigErrorType`](../modules/types.md#defineconfigerrortype) |

#### Returns

[`DefineConfigError`](defineConfig.DefineConfigError.md)

#### Overrides

Error.constructor
Expand Down Expand Up @@ -172,7 +176,7 @@ node_modules/@types/node/globals.d.ts:13

### captureStackTrace

`Static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
**captureStackTrace**(`targetObject`, `constructorOpt?`): `void`

Create .stack property on a target object

Expand Down
8 changes: 6 additions & 2 deletions bundler/config/docs/classes/loadConfig.LoadConfigError.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Error class for [loadConfig](../modules/loadConfig.md#loadconfig)

### constructor

**new LoadConfigError**(`configFilePath`, `underlyingError`)
**new LoadConfigError**(`configFilePath`, `underlyingError`): [`LoadConfigError`](loadConfig.LoadConfigError.md)

#### Parameters

Expand All @@ -45,6 +45,10 @@ Error class for [loadConfig](../modules/loadConfig.md#loadconfig)
| `configFilePath` | `string` |
| `underlyingError` | [`LoadConfigErrorType`](../modules/loadConfig.md#loadconfigerrortype) |

#### Returns

[`LoadConfigError`](loadConfig.LoadConfigError.md)

#### Overrides

Error.constructor
Expand Down Expand Up @@ -172,7 +176,7 @@ node_modules/@types/node/globals.d.ts:13

### captureStackTrace

`Static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
**captureStackTrace**(`targetObject`, `constructorOpt?`): `void`

Create .stack property on a target object

Expand Down
10 changes: 5 additions & 5 deletions bundler/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,25 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@effect/schema": "^0.46.2",
"@effect/schema": "^0.46.3",
"@evmts/effect": "workspace:^",
"@types/node": "^20.7.2",
"@types/node": "^20.8.9",
"bundle-require": "^4.0.2",
"effect": "^2.0.0-next.52",
"jsonc-parser": "^3.2.0",
"viem": "^1.14.0"
"viem": "^1.18.1"
},
"devDependencies": {
"@evmts/tsconfig": "workspace:^",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"rome": "^12.1.3",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"peerDependencies": {
"solc": "*"
Expand Down
2 changes: 1 addition & 1 deletion bundler/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@vitest/ui": "^0.34.6",
"rome": "^12.1.3",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
Expand Down
16 changes: 8 additions & 8 deletions bundler/resolutions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@
"@evmts/config": "workspace:^",
"@evmts/effect": "workspace:^",
"@evmts/tsconfig": "workspace:^",
"@types/node": "^20.7.2",
"@types/resolve": "^1.20.3",
"@types/node": "^20.8.9",
"@types/resolve": "^1.20.4",
"effect": "^2.0.0-next.52",
"glob": "^10.3.10",
"resolve": "^1.22.6",
"resolve": "^1.22.8",
"solidity-ast": "^0.4.52",
"unplugin": "^1.5.0"
},
"devDependencies": {
"@evmts/core": "workspace:^",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"abitype": "^0.9.8",
"abitype": "^0.10.2",
"rome": "^12.1.3",
"solc": "0.8.21",
"solc": "0.8.22",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"wagmi": "^1.4.2",
"zod": "^3.22.2"
"wagmi": "^1.4.5",
"zod": "^3.22.4"
},
"peerDependencies": {
"solc": ">0.8.10"
Expand Down
2 changes: 1 addition & 1 deletion bundler/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@vitest/ui": "^0.34.6",
"rome": "^12.1.3",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion bundler/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@vitest/ui": "^0.34.6",
"rome": "^12.1.3",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
Expand Down
16 changes: 8 additions & 8 deletions bundler/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"dependencies": {
"@evmts/config": "workspace:^",
"@evmts/tsconfig": "workspace:^",
"@types/node": "^20.7.2",
"@types/resolve": "^1.20.3",
"@types/node": "^20.8.9",
"@types/resolve": "^1.20.4",
"effect": "^2.0.0-next.52",
"glob": "^10.3.10",
"resolve": "^1.22.6",
"resolve": "^1.22.8",
"solidity-ast": "^0.4.52",
"unplugin": "^1.5.0"
},
Expand All @@ -71,16 +71,16 @@
"@evmts/solc": "workspace:^",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"abitype": "^0.9.8",
"abitype": "^0.10.2",
"rome": "^12.1.3",
"solc": "0.8.21",
"solc": "0.8.22",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"wagmi": "^1.4.2",
"zod": "^3.22.2"
"wagmi": "^1.4.5",
"zod": "^3.22.4"
},
"peerDependencies": {
"solc": ">0.8.10"
Expand Down
16 changes: 8 additions & 8 deletions bundler/solc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"dependencies": {
"@evmts/config": "workspace:^",
"@evmts/tsconfig": "workspace:^",
"@types/node": "^20.7.2",
"@types/resolve": "^1.20.3",
"@types/node": "^20.8.9",
"@types/resolve": "^1.20.4",
"effect": "^2.0.0-next.52",
"glob": "^10.3.10",
"resolve": "^1.22.6",
"resolve": "^1.22.8",
"solidity-ast": "^0.4.52",
"unplugin": "^1.5.0"
},
Expand All @@ -72,16 +72,16 @@
"@openzeppelin/contracts": "^4.9.3",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"abitype": "^0.9.8",
"abitype": "^0.10.2",
"rome": "^12.1.3",
"solc": "0.8.21",
"solc": "0.8.22",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"wagmi": "^1.4.2",
"zod": "^3.22.2"
"wagmi": "^1.4.5",
"zod": "^3.22.4"
},
"peerDependencies": {
"solc": ">0.8.10"
Expand Down
Loading

0 comments on commit d0d5cbc

Please sign in to comment.