-
-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: make ts requirement explicit #707
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 2bbc13e 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 |
Size Change: 0 B Total Size: 299 kB ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #707 +/- ##
==========================================
- Coverage 96.45% 96.34% -0.12%
==========================================
Files 257 247 -10
Lines 24509 23634 -875
Branches 1838 1845 +7
==========================================
- Hits 23639 22769 -870
+ Misses 862 856 -6
- Partials 8 9 +1
|
PR-Codex overview
This PR updates the TypeScript requirement for the
viem
package to version 5.0.4 or greater.Detailed summary
viem
package's TypeScript requirement to version 5.0.4 or greater.typescript
as a peer dependency with an optional meta field.site/docs/typescript.md
to reflect the new TypeScript requirement.