feat(deps): upgrade upstream dependencies#1595
Closed
voidzero-guard[bot] wants to merge 1 commit into
Closed
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 - @oxc-project/runtime: 0.129.0 -> 0.131.0 - @oxc-project/types: 0.129.0 -> 0.131.0 - oxc-minify: 0.129.0 -> 0.131.0 - oxc-parser: 0.129.0 -> 0.131.0 - oxc-transform: 0.129.0 -> 0.131.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: - Source `@rolldown/pluginutils` from the npm catalog instead of the rolldown workspace; add it to `pnpm-workspace.yaml` catalog and drop the workspace override (`pnpm-workspace.yaml`, `packages/core/package.json`). - Point pluginutils build/sync at `packages/core/node_modules/@rolldown/pluginutils` and drop the dedicated build step (`packages/core/build.ts`, `packages/tools/src/sync-remote-deps.ts`, `.github/actions/build-upstream/action.yml`, `vite.config.ts`). - Switch pluginutils exports from `.js`/`.d.ts` to `.mjs`/`.d.mts` and teach `transformPluginutilsExport` to handle the new extensions (`packages/core/package.json`, `packages/tools/src/sync-remote-deps.ts`). - Generalize `updateTestPackage` to bump all `@vitest/*` peerDependencies, not just `@vitest/ui` (`.github/scripts/upgrade-deps.ts`). - Adjust Cargo workspace dependency versions from upstream rolldown sync (`Cargo.toml`, `Cargo.lock`). - Disable `unicorn/consistent-function-scoping` oxlint rule (`vite.config.ts`). - Refresh oxlint/rolldown CLI snapshots for new `--debug` flag and tweaked parse-error prefix (`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`).
✅ Deploy Preview for viteplus-preview canceled.
|
|
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
rolldownto v1.0.1,viteto v8.0.13,vitestto 4.1.6, and oxc/oxlint/oxfmt bumps.@rolldown/pluginutilsfrom a workspace build to the npm catalog, including export-path migration to.mjs/.d.mts.@vitest/*peers, and updates the rolldown sync helper to handle the new pluginutils layout.Dependency updates
rolldownac5c710v1.0.1 (2777945)vite66f3194v8.0.13 (a46f11a)vitest4.1.54.1.6oxfmt0.48.00.50.0oxlint1.63.01.65.0@oxc-project/runtime0.129.00.131.0@oxc-project/types0.129.00.131.0oxc-minify0.129.00.131.0oxc-parser0.129.00.131.0oxc-transform0.129.00.131.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.0oxlint-tsgolint:0.22.1Code changes
pnpm-workspace.yaml,packages/core/package.json: add@rolldown/pluginutilsto the catalog as a normal dep and drop theworkspace:*override so it resolves from npm.packages/core/build.ts,packages/tools/src/sync-remote-deps.ts,.github/actions/build-upstream/action.yml,vite.config.ts: source pluginutils frompackages/core/node_modules/@rolldown/pluginutilsand remove the dedicatedpnpm --filter @rolldown/pluginutils buildstep plus itsvp run @rolldown/pluginutils#buildtask.packages/core/package.json,packages/tools/src/sync-remote-deps.ts: migrate the./rolldown/pluginutils[/filter]export entries to.mjs/.d.mts, and extendtransformPluginutilsExportto recognize the.mjsextension when synchronizing exports..github/scripts/upgrade-deps.ts: rewrite the@vitest/ui-only peerDependency bump inupdateTestPackageinto a loop covering every@vitest/*peer.Cargo.toml,Cargo.lock: re-pin several workspace dependencies (async-trait,ignore,mimalloc-safe,napi-build,petgraph,tokio) to match the synchronized rolldown workspace versions.vite.config.ts: disable theunicorn/consistent-function-scopingoxlint rule.packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt,packages/cli/snap-tests/command-helper/snap.txt: add the new--debug=OPTIONSentry from oxlint 1.65.0 help output.packages/cli/snap-tests-global/command-staged-broken-config/snap.txt: drop the leadingError:prefix from the rolldown[PARSE_ERROR]line.Build status
sync-remote-and-build: failurebuild-upstream: failure