feat(deps): upgrade upstream dependencies#1405
Closed
Brooooooklyn wants to merge 2 commits intomainfrom
Closed
Conversation
- rolldown: 27cb729 -> v1.0.0-rc.16 (edec4fa) - tsdown: 0.21.8 -> 0.21.9 - oxlint-tsgolint: 0.21.0 -> 0.21.1 - @vitejs/devtools: 0.1.13 -> 0.1.14 Code changes: - Re-merge rolldown workspace: bump oxc crates 0.123.0 -> 0.126.0, add oxc_str, bump jsonschema 0.45.0 -> 0.46.0, add path-posix, drop smallvec (Cargo.toml, Cargo.lock) - Adopt new tsdown config-deps API: switch configFiles array to configDeps Set and forward to resolveUserConfig (packages/cli/src/pack-bin.ts) - Exempt import-without-cache and logs-sdk from minimumReleaseAge (pnpm-workspace.yaml)
✅ 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
v1.0.0-rc.16and re-merge its Cargo workspace (oxc 0.123 → 0.126, jsonschema 0.45 → 0.46, newoxc_str/path-posix, droppedsmallvec).0.21.9and updatevp packto forward config deps via the newconfigDeps: Set<string>signature.oxlint-tsgolintto0.21.1and@vitejs/devtoolsto0.1.14.import-without-cacheandlogs-sdkfromminimumReleaseAgeinpnpm-workspace.yaml.Dependency updates
rolldown27cb729v1.0.0-rc.16 (edec4fa)tsdown0.21.80.21.9oxlint-tsgolint0.21.00.21.1@vitejs/devtools0.1.130.1.14Code changes
Cargo.toml,Cargo.lock: re-merge rolldown workspace — bumpoxc*crates 0.123.0 → 0.126.0, addoxc_str, bumpjsonschema0.45.0 → 0.46.0, addpath-posix 0.0.1, remove unusedsmallvec.packages/cli/src/pack-bin.ts: replaceconfigFiles: string[]withconfigDeps: Set<string>and pass it intoresolveUserConfig/buildWithConfigsto match tsdown 0.21.9.packages/core/package.json: bump@vitejs/devtools,@tsdown/css,@tsdown/exe, andbundledVersions(rolldown,tsdown).pnpm-workspace.yaml: updateoxlint-tsgolintandtsdowncatalog entries, addimport-without-cacheandlogs-sdktominimumReleaseAgeExclude.packages/tools/.upstream-versions.json,pnpm-lock.yaml: regenerated lockfile / upstream pin updates.Build status
sync-remote-and-build: failurebuild-upstream: successNote
Medium Risk
Primarily dependency upgrades (notably
rolldown/oxc*andjsonschema) that can affect bundling/parsing behavior across the toolchain, plus a small CLI integration change for config dependency tracking.Overview
Upgrades the Rust and Node dependency stack, including
rolldownto1.0.0-rc.16,oxc*crates0.123.0→0.126.0(addingoxc_str), andjsonschema0.45.0→0.46.0, with corresponding lockfile updates and new transitive deps likepath-posix.Updates the
vp packCLI to track config file dependencies via aconfigDeps: Set<string>and pass them throughresolveUserConfig/buildWithConfigs, aligning with thetsdown0.21.9update. Also bumps related JS tooling (@vitejs/devtools0.1.14,oxlint-tsgolint0.21.1) and adjustspnpm-workspace.yamlto excludeimport-without-cacheandlogs-sdkfromminimumReleaseAgeenforcement.Reviewed by Cursor Bugbot for commit b50f70f. Bugbot is set up for automated code reviews on this repo. Configure here.