Skip to content

feat(deps): upgrade upstream dependencies#1604

Closed
voidzero-guard[bot] wants to merge 1 commit into
mainfrom
deps/upstream-update
Closed

feat(deps): upgrade upstream dependencies#1604
voidzero-guard[bot] wants to merge 1 commit into
mainfrom
deps/upstream-update

Conversation

@voidzero-guard
Copy link
Copy Markdown
Contributor

Summary

  • Automated daily upgrade of upstream dependencies.
  • Bumps rolldown to v1.0.1 and vite to v8.0.13, plus vitest 4.1.5 -> 4.1.6
    and the oxc/oxlint/oxfmt toolchain (oxlint 1.63.0 -> 1.65.0, oxfmt 0.48.0 -> 0.50.0,
    @oxc-project/* 0.129.0 -> 0.131.0).
  • Switches @rolldown/pluginutils from a workspace build to the published npm package,
    retiring the dedicated pluginutils build step in CI, justfile, and vite.config.ts.
  • Updates snap-test expectations for the new oxlint --debug option and the new
    rolldown parse-error wording.

Dependency updates

Package From To
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
Unchanged dependencies
  • tsdown: 0.22.0
  • @oxc-node/cli: 0.1.0
  • @oxc-node/core: 0.1.0
  • oxlint-tsgolint: 0.22.1

Code changes

  • Drop the pnpm --filter @rolldown/pluginutils build step from
    .github/actions/build-upstream/action.yml and justfile, and remove the matching
    vp run @rolldown/pluginutils#build entry from vite.config.ts now that
    pluginutils ships from npm.
  • Add @rolldown/pluginutils to the catalog in pnpm-workspace.yaml and remove its
    workspace: override; in the same file bump 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, and the
    vitest-dev override to npm:vitest@^4.1.6.
  • Update packages/core/build.ts to resolve rolldownPluginUtilsDir from
    node_modules/@rolldown/pluginutils and source its LICENSE from that directory.
  • Switch the pluginutils export map in packages/core/package.json to .mjs /
    .d.mts, add @rolldown/pluginutils: catalog: to its dependencies, and refresh
    bundledVersions (vite 8.0.13, rolldown 1.0.1).
  • Update packages/tools/src/sync-remote-deps.ts to emit .d.mts types when a
    pluginutils export ends with .mjs, and to read the pluginutils package.json
    from packages/core/node_modules/@rolldown/pluginutils.
  • Bump every @vitest/* workspace pin in packages/test/package.json to 4.1.6
    (dependencies, peer dependencies, and bundledVersions).
  • Disable the unicorn/consistent-function-scoping oxlint rule in vite.config.ts.
  • Regenerate snap test fixtures: packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt
    and packages/cli/snap-tests/command-helper/snap.txt pick up the new oxlint
    --debug=OPTIONS flag, and
    packages/cli/snap-tests-global/command-staged-broken-config/snap.txt reflects the
    new rolldown [PARSE_ERROR] Unexpected token wording.
  • Refreshed Cargo.lock (rolldown bump pulls in rolldown_ecmascript) and
    pnpm-lock.yaml.

Build status

  • sync-remote-and-build: failure
  • build-upstream: failure

- 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:
- Consume `@rolldown/pluginutils` from the npm catalog instead of the rolldown
  workspace; drop the dedicated build step in `.github/actions/build-upstream/action.yml`,
  `justfile`, and `vite.config.ts`, and add it to the catalog in `pnpm-workspace.yaml`
  (removing the `workspace:` override).
- Update `packages/core/build.ts` to resolve pluginutils from
  `node_modules/@rolldown/pluginutils` and source its LICENSE from that directory.
- Switch the pluginutils export map in `packages/core/package.json` to `.mjs` / `.d.mts`
  and add `@rolldown/pluginutils` to its dependencies; refresh `bundledVersions`.
- Update `packages/tools/src/sync-remote-deps.ts` to handle `.mjs` pluginutils exports
  and to read the pluginutils manifest from `packages/core/node_modules/@rolldown/pluginutils`.
- Bump catalog entries in `pnpm-workspace.yaml`: `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, and
  `vitest-dev` override -> ^4.1.6.
- Disable `unicorn/consistent-function-scoping` in `vite.config.ts`.
- Refresh oxlint help output in `packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt` and
  `packages/cli/snap-tests/command-helper/snap.txt` (new `--debug` option) and the
  rolldown parse-error wording in
  `packages/cli/snap-tests-global/command-staged-broken-config/snap.txt`.
- Regenerated `Cargo.lock` and `pnpm-lock.yaml`.
@netlify
Copy link
Copy Markdown

netlify Bot commented May 17, 2026

Deploy Preview for viteplus-preview ready!

Name Link
🔨 Latest commit d64e327
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a0922279dd38d0008056e15
😎 Deploy Preview https://deploy-preview-1604--viteplus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@voidzero-guard voidzero-guard Bot closed this May 18, 2026
@voidzero-guard voidzero-guard Bot deleted the deps/upstream-update branch May 18, 2026 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants