feat(deps): upgrade upstream dependencies#1613
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 - @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 Code changes: - pnpm-workspace.yaml: add `@rolldown/pluginutils ^1.0.0` to catalog, drop the workspace override, bump `rolldown-plugin-dts` to ^0.25.0, `valibot` to 1.4.0, `vitepress-plugin-graphviz` to ^0.1.0, and `vitest-dev` override to ^4.1.6. - packages/core/package.json: depend on `@rolldown/pluginutils` from the catalog, switch `./rolldown/pluginutils` exports to `.mjs`/`.d.mts`, bump bundled `vite` to 8.0.13 and `rolldown` to 1.0.1. - packages/core/build.ts: resolve `rolldownPluginUtilsDir` from `node_modules/@rolldown/pluginutils` instead of the rolldown subproject. - packages/tools/src/sync-remote-deps.ts: handle `.mjs`/`.d.mts` pluginutils exports and read the pluginutils package from `packages/core/node_modules/@rolldown/pluginutils`. - .github/actions/build-upstream/action.yml: drop the `@rolldown/pluginutils` workspace build step now that the package is consumed from npm. - packages/test/package.json: bump all `@vitest/*` dependencies and peer ranges to 4.1.6. - packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt, packages/cli/snap-tests/command-helper/snap.txt: refresh for the new oxlint `--debug=OPTIONS` flag. - packages/cli/snap-tests-global/command-staged-broken-config/snap.txt: refresh for the rolldown parse-error message change. - packages/cli/src/create/__tests__/org-tarball.spec.ts, packages/prompts/src/group-multi-select.ts, packages/prompts/src/progress-bar.ts, packages/prompts/src/select-key.ts: formatter/lint output hoisting helpers to module scope. - Cargo.lock, pnpm-lock.yaml: lockfile updates for the bumps above.
✅ 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
rolldowntov1.0.1andvitetov8.0.13, plusvitest4.1.6, oxc/oxlint/oxfmt, and@vitejs/devtools0.1.24.@rolldown/pluginutilsfrom a workspace build to the published^1.0.0package on npm, with matching adjustments inpackages/coreandpackages/tools/src/sync-remote-deps.ts.--debug=OPTIONSflag and the updated rolldown parse-error message; lockfiles, prompts, and the org-tarball test are touched by formatter output only.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.24Unchanged 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— add@rolldown/pluginutils ^1.0.0to the catalog, remove its workspace override, bumprolldown-plugin-dtsto^0.25.0,valibotto1.4.0,vitepress-plugin-graphvizto^0.1.0, and thevitest-devoverride to^4.1.6.packages/core/package.json— add@rolldown/pluginutils(from catalog) as a direct dependency, switch./rolldown/pluginutilsand./rolldown/pluginutils/filterexports to.mjs/.d.mts, and bump bundledviteto8.0.13androlldownto1.0.1.packages/core/build.ts— resolverolldownPluginUtilsDirfrompackages/core/node_modules/@rolldown/pluginutilsinstead of the rolldown subproject.packages/tools/src/sync-remote-deps.ts— handle.mjs/.d.mtsextensions in pluginutils export rewriting and readpluginutils/package.jsonfrompackages/core/node_modules/@rolldown/pluginutils..github/actions/build-upstream/action.yml— drop thepnpm --filter @rolldown/pluginutils buildstep now that pluginutils ships from npm.packages/test/package.json— bump all@vitest/*deps, thevitest-devdep, and the@vitest/coverage-*/@vitest/uipeer deps to4.1.6, and update bundledvitestto4.1.6.packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt,packages/cli/snap-tests/command-helper/snap.txt— refresh for the new oxlint--debug=OPTIONS(per-rule timings) flag.packages/cli/snap-tests-global/command-staged-broken-config/snap.txt— refresh for the rolldown[PARSE_ERROR]message change.packages/cli/src/create/__tests__/org-tarball.spec.ts,packages/prompts/src/group-multi-select.ts,packages/prompts/src/progress-bar.ts,packages/prompts/src/select-key.ts— formatter output hoisting helpers to module scope.Cargo.lock,pnpm-lock.yaml— lockfile updates for the bumps above.Build status
sync-remote-and-build: failurebuild-upstream: failure