[pull] main from colinhacks:main#10
Conversation
|
Review these changes at https://app.gitnotebooks.com/Stars1233/zod/pull/10 |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Reviewer's GuideThis PR updates the pnpm lockfile and project manifest to adopt rolldown v1.0.0-beta.18, streamline the Zod resolution to a local link, and introduce new versions of key runtime and type packages. Entity relationship diagram for new and updated dependencies in pnpm-lock.yamlerDiagram
rolldown {
STRING version
STRING hasBin
}
"@rolldown/pluginutils" {
STRING version
}
"@rolldown/binding-darwin-arm64" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-darwin-x64" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-freebsd-x64" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-linux-arm-gnueabihf" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-linux-arm64-gnu" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-linux-arm64-musl" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-linux-x64-gnu" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-linux-x64-musl" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-wasm32-wasi" {
STRING version
STRING cpu
BOOL optional
STRING engines
}
"@rolldown/binding-win32-arm64-msvc" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-win32-ia32-msvc" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@rolldown/binding-win32-x64-msvc" {
STRING version
STRING cpu
STRING os
BOOL optional
}
"@oxc-project/runtime" {
STRING version
STRING engines
}
"@oxc-project/types" {
STRING version
}
"@napi-rs/wasm-runtime" {
STRING version
BOOL optional
}
rolldown ||--o{ "@rolldown/pluginutils" : uses
rolldown ||--o{ "@oxc-project/runtime" : uses
rolldown ||--o{ "@oxc-project/types" : uses
rolldown ||--o{ "@rolldown/binding-darwin-arm64" : optional_depends
rolldown ||--o{ "@rolldown/binding-darwin-x64" : optional_depends
rolldown ||--o{ "@rolldown/binding-freebsd-x64" : optional_depends
rolldown ||--o{ "@rolldown/binding-linux-arm-gnueabihf" : optional_depends
rolldown ||--o{ "@rolldown/binding-linux-arm64-gnu" : optional_depends
rolldown ||--o{ "@rolldown/binding-linux-arm64-musl" : optional_depends
rolldown ||--o{ "@rolldown/binding-linux-x64-gnu" : optional_depends
rolldown ||--o{ "@rolldown/binding-linux-x64-musl" : optional_depends
rolldown ||--o{ "@rolldown/binding-wasm32-wasi" : optional_depends
rolldown ||--o{ "@rolldown/binding-win32-arm64-msvc" : optional_depends
rolldown ||--o{ "@rolldown/binding-win32-ia32-msvc" : optional_depends
rolldown ||--o{ "@rolldown/binding-win32-x64-msvc" : optional_depends
"@rolldown/binding-wasm32-wasi" ||--o{ "@napi-rs/wasm-runtime" : depends
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Update pnpm-lock and package.json to bump rolldown to v1.0.0-beta.18, include its native bindings and plugin utilities, upgrade @oxc-project and @napi-rs dependencies, and adjust the zod4 importer to use a local link.
Enhancements:
Build: