feat(deps): upgrade upstream dependencies#1624
Open
voidzero-guard[bot] wants to merge 1 commit into
Open
Conversation
- rolldown: ac5c710 -> v1.0.1 (2777945) - vite: 66f3194 -> v8.0.13 (a46f11a) - vitest: 4.1.5 -> 4.1.6 - oxfmt: 0.48.0 -> 0.50.0 - oxlint: 1.63.0 -> 1.65.0 - oxlint-tsgolint: 0.22.1 -> 0.23.0 - @oxc-project/runtime: 0.129.0 -> 0.132.0 - @oxc-project/types: 0.129.0 -> 0.132.0 - oxc-minify: 0.129.0 -> 0.132.0 - oxc-parser: 0.129.0 -> 0.132.0 - oxc-transform: 0.129.0 -> 0.132.0 - @vitejs/devtools: 0.1.21 -> 0.1.24 - rolldown-plugin-dts: ^0.23.0 -> ^0.25.0 - valibot: 1.3.1 -> 1.4.0 - vitepress-plugin-graphviz: ^0.0.1 -> ^0.1.0 Code changes: - Consume @rolldown/pluginutils from npm catalog instead of the rolldown workspace (packages/core/package.json, packages/core/build.ts, pnpm-workspace.yaml) - Drop the @rolldown/pluginutils prebuild step from the upstream build pipeline (.github/actions/build-upstream/action.yml, justfile, vite.config.ts) - Switch ./rolldown/pluginutils exports to .mjs/.d.mts and teach sync-remote-deps to emit and resolve the new layout (packages/core/package.json, packages/tools/src/sync-remote-deps.ts) - Refresh oxlint help snapshots for the new --debug=OPTIONS flag and updated parse-error format (packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt, packages/cli/snap-tests/command-helper/snap.txt, packages/cli/snap-tests-global/command-staged-broken-config/snap.txt) - Hoist nested helpers to module scope to satisfy the new oxlint rules (packages/prompts/src/group-multi-select.ts, packages/prompts/src/progress-bar.ts, packages/prompts/src/select-key.ts, packages/cli/src/create/__tests__/org-tarball.spec.ts) - Refresh Cargo.lock for the rolldown bump (Cargo.lock)
✅ Deploy Preview for viteplus-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
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.1, vite tov8.0.13, vitest to4.1.6, plus oxc/oxlint/oxfmt tooling and@vitejs/devtools.@rolldown/pluginutilsto a regular catalog dependency (consumed fromnode_modules) instead of being built from the rolldown workspace subtree.packages/core./rolldown/pluginutilsexports to.mjs/.d.mtsand adjustsync-remote-depsto emit and locate the new layout.--debug=OPTIONSflag and a tweaked parse-error prefix; hoist a few nested helpers to module scope to satisfy newer oxlint rules.Dependency updates
rolldownac5c710v1.0.1 (2777945)vite66f3194v8.0.13 (a46f11a)vitest4.1.54.1.6oxfmt0.48.00.50.0oxlint1.63.01.65.0oxlint-tsgolint0.22.10.23.0@oxc-project/runtime0.129.00.132.0@oxc-project/types0.129.00.132.0oxc-minify0.129.00.132.0oxc-parser0.129.00.132.0oxc-transform0.129.00.132.0@vitejs/devtools0.1.210.1.24rolldown-plugin-dts^0.23.0^0.25.0valibot1.3.11.4.0vitepress-plugin-graphviz^0.0.1^0.1.0Unchanged dependencies
tsdown:0.22.0@oxc-node/cli:0.1.0@oxc-node/core:0.1.0Code changes
@rolldown/pluginutilsto the workspace catalog and as a direct dependency ofpackages/core; drop the@rolldown/pluginutilsworkspace override (pnpm-workspace.yaml,packages/core/package.json).rolldownPluginUtilsDiratpackages/core/node_modules/@rolldown/pluginutilsand source itsLICENSEfrom there (packages/core/build.ts)../rolldown/pluginutilsand./rolldown/pluginutils/filterexports from.js/.d.tsto.mjs/.d.mts(packages/core/package.json)..mjspluginutils layout intransformPluginutilsExportand read the pluginutils manifest frompackages/core/node_modules(packages/tools/src/sync-remote-deps.ts).@rolldown/pluginutilsprebuild step (.github/actions/build-upstream/action.yml,justfile,vite.config.ts).--debug=OPTIONSflag and the droppedError:prefix on parse errors (packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt,packages/cli/snap-tests/command-helper/snap.txt,packages/cli/snap-tests-global/command-staged-broken-config/snap.txt).withMarkerAndPrefix,activeStyle,withMarker,makeStaging) to module scope to satisfy newer oxlint rules (packages/prompts/src/group-multi-select.ts,packages/prompts/src/progress-bar.ts,packages/prompts/src/select-key.ts,packages/cli/src/create/__tests__/org-tarball.spec.ts).Cargo.lockandpnpm-lock.yamlfor the upstream bumps.Build status
sync-remote-and-build: failurebuild-upstream: failure