Skip to content

Commit

Permalink
⬆️ Pnpm up --latest TevmNode (#1418)
Browse files Browse the repository at this point in the history
## Description

_Concise description of proposed changes_

## 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:



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **New Features**
- Upgraded multiple dependencies, enhancing performance and stability
across the application.

- **Bug Fixes**
- Various libraries updated to their latest versions, potentially
resolving known issues and improving functionality.

- **Chores**
- Routine updates to dependency versions to ensure the application
remains current and secure.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: William Cory <[email protected]>
  • Loading branch information
roninjin10 and William Cory authored Sep 1, 2024
1 parent 5a7a6fc commit 4c9746e
Show file tree
Hide file tree
Showing 1,110 changed files with 26,727 additions and 79,930 deletions.
43 changes: 43 additions & 0 deletions .changeset/fast-lies-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
"@tevm/bundler-cache": patch
"@tevm/base-bundler": patch
"@tevm/resolutions": patch
"@tevm/compiler": patch
"@tevm/unplugin": patch
"@tevm/whatsabi": patch
"@tevm/esbuild-plugin": patch
"@tevm/runtime": patch
"@tevm/config": patch
"@tevm/memory-client": patch
"@tevm/solc": patch
"@tevm/schemas": patch
"@tevm/http-client": patch
"@tevm/precompiles": patch
"@tevm/blockchain": patch
"@tevm/decorators": patch
"@tevm/tsupconfig": patch
"@tevm/revm": patch
"@tevm/ethers": patch
"@tevm/contract": patch
"@tevm/actions": patch
"@tevm/address": patch
"@tevm/jsonrpc": patch
"@tevm/viem": patch
"@tevm/common": patch
"@tevm/effect": patch
"@tevm/errors": patch
"@tevm/logger": patch
"@tevm/server": patch
"@tevm/test-utils": patch
"@tevm/state": patch
"@tevm/utils": patch
"@tevm/ts-plugin": patch
"@tevm/node": patch
"@tevm/trie": patch
"@tevm/evm": patch
"@tevm/tx": patch
"@tevm/vm": patch
"tevm": patch
---

Upgrade all dependencies to latest
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ Tevm is modular, easy to pick up, and built on top of [viem](https://viem.sh).

Tevm consists of the following modular tools:

- [MemoryClient](https://tevm.sh/learn/clients/): An [anvil-like](https://github.com/foundry-rs/foundry/tree/master/crates/anvil) client built on top of viem and specially crafted for TypeScript applications and tests.
- [TevmBundler](https://tevm.sh/learn/solidity-imports/): A [JavaScript bundler](https://www.youtube.com/watch?v=5IG4UmULyoA) that allows you to build your contracts using Webpack, Vite, ESBuild, Bun, and other major bundlers.
- [TevmLSP](https://tevm.sh/learn/solidity-imports/#lsp): Brings Solidity awareness to all major editors for full end-to-end contract-to-TypeScript type safety.
- [Contracts](https://tevm.sh/learn/contracts/): A lightweight interface for interacting with contracts using Tevm, Viem, and Wagmi.
- [Scripting](https://tevm.sh/learn/scripting/): Similar to [Foundry scripting](https://book.getfoundry.sh/tutorials/solidity-scripting), allowing you to execute arbitrary Solidity and JavaScript in an easy and type-safe manner.
- Tevm Devnet
- Tevm Contracts
- Tevm Bundler

These tools are modular and can be used by themselves but they also compose very well together with each other and with viem/wagmi.

Expand Down
4 changes: 2 additions & 2 deletions bundler-packages/base-bundler/docs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions bundler-packages/base-bundler/docs/_media/LICENSE

This file was deleted.

142 changes: 0 additions & 142 deletions bundler-packages/base-bundler/docs/_media/bundler.md

This file was deleted.

26 changes: 0 additions & 26 deletions bundler-packages/base-bundler/docs/functions/bundler.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundler-packages/bundler-cache/docs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions bundler-packages/bundler-cache/docs/_media/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions bundler-packages/bundler-cache/docs/functions/createCache.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundler-packages/compiler/docs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions bundler-packages/compiler/docs/_media/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion bundler-packages/config/docs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions bundler-packages/config/docs/_media/LICENSE

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c9746e

Please sign in to comment.