feat(deps): upgrade upstream dependencies#1413
Closed
Brooooooklyn wants to merge 1 commit intomainfrom
Closed
Conversation
- @oxc-project/runtime: 0.124.0 -> 0.126.0 - @oxc-project/types: 0.124.0 -> 0.126.0 - oxc-minify: 0.124.0 -> 0.126.0 - oxc-parser: 0.124.0 -> 0.126.0 - oxc-transform: 0.124.0 -> 0.126.0 Code changes: - pnpm-workspace.yaml: bump oxc-project catalog entries to 0.126.0 - pnpm-lock.yaml: regenerate lockfile for oxc-project bump
✅ Deploy Preview for viteplus-preview canceled.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
oxc-projectcatalog packages (@oxc-project/runtime,@oxc-project/types,oxc-parser,oxc-transform,oxc-minify) from0.124.0to0.126.0.rolldown,vite,vitest,tsdown,@oxc-node/*,oxfmt,oxlint,oxlint-tsgolint, or@vitejs/devtoolsversions.Dependency updates
@oxc-project/runtime0.124.00.126.0@oxc-project/types0.124.00.126.0oxc-minify0.124.00.126.0oxc-parser0.124.00.126.0oxc-transform0.124.00.126.0Unchanged tracked dependencies
rolldown:v1.0.0-rc.16 (edec4fa)vite:v8.0.8 (6e585dc)vitest:4.1.4tsdown:0.21.9@oxc-node/cli:0.1.0@oxc-node/core:0.1.0oxfmt:0.45.0oxlint:1.60.0oxlint-tsgolint:0.21.1@vitejs/devtools:0.1.14Code changes
pnpm-workspace.yaml: bump@oxc-project/runtime,@oxc-project/types,oxc-minify,oxc-parser, andoxc-transformcatalog entries to0.126.0.pnpm-lock.yaml: regenerated to resolve theoxc-projectbump (new0.126.0bindings added, stale0.124.0entries removed).Build status
sync-remote-and-build: successbuild-upstream: successNote
Medium Risk
Upgrades core
oxc-*parser/transform/runtime/types (and associated native bindings) across the workspace, which could change code parsing/transform behavior and impact build outputs on different platforms.Overview
Updates the workspace’s
oxctoolchain versions from0.124.0to0.126.0(including@oxc-project/runtime,@oxc-project/types,oxc-parser,oxc-transform, andoxc-minify) via the catalog inpnpm-workspace.yaml.Regenerates
pnpm-lock.yamlto reflect the bump, replacing0.124.0native binding entries with0.126.0equivalents and adjusting resolved dependency metadata (notably for WASM/optional binding packages).Reviewed by Cursor Bugbot for commit b27eb49. Bugbot is set up for automated code reviews on this repo. Configure here.