Closed roninjin10 closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Latest commit: 1ed1b7151779597094c064bb7a70f9e3751324a8
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @roninjin10 and the rest of your teammates on Graphite
[!CAUTION]
Review failed
The pull request is closed.
This pull request introduces a patch update for 56 packages under the @tevm
namespace, addressing various modifications primarily in the package.json
files. The key change involves correcting the property name from "sideEffect"
to "sideEffects"
across multiple packages, ensuring alignment with standard naming conventions. Additionally, a typo fix was made in one of the files to enhance the effectiveness of treeshaking.
File(s) | Change Summary |
---|---|
.changeset/polite-teachers-worry.md | Patch update for 56 packages under the @tevm namespace; typo fix in package.json for treeshaking. |
bundler-packages/*/package.json | Updated property name from "sideEffect" to "sideEffects" across multiple package configurations. |
configs/*/package.json | Updated property name from "sideEffect" to "sideEffects" in various configuration files. |
extensions/*/package.json | Updated property name from "sideEffect" to "sideEffects" in extension configurations. |
packages/*/package.json | Updated property name from "sideEffect" to "sideEffects" across various package configurations. |
test/test-utils/package.json | Updated property name from "sideEffect" to "sideEffects" in @tevm/test-utils package. |
tevm/package.json | Updated property name from "sideEffect" to "sideEffects" in the tevm project. |
package.json
for various bundler packages involve formatting updates that may relate to overall structure and consistency.@tevm
namespace.🐰 In the meadow where bunnies play,
A patch was made, hip-hip-hooray!
Side effects were fixed, oh what a sight,
Packages updated, all done just right!
With JSONs neat, and names in line,
Hoppy changes, oh so fine! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Concise description of proposed changes
Testing
Explain the quality checks that have been done on the code changes
Additional Information
Your ENS/address:
Summary by CodeRabbit
New Features
@tevm
namespace to enhance functionality and performance.Bug Fixes
package.json
file, improving the treeshaking capability of thetevm
project."sideEffect"
to"sideEffects"
across various package configurations to align with naming conventions.These changes ensure better package management and adherence to expected standards, enhancing overall user experience.