FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(deps): upgrade upstream dependencies by voidzero-guard[bot] · Pull Request #2572 · voidzero-dev/vite-plus · GitHub

feat(deps): upgrade upstream dependencies - #2572

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

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

Conversation

Copy link
Copy Markdown
Contributor
  • Automated daily upgrade of upstream dependencies.
  • rolldown moves to v1.2.6 (5375362), which regenerates the NAPI typings in packages/cli/binding/index.d.cts and bumps bundledVersions.rolldown in packages/core/package.json.
  • oxc toolchain moves forward: oxlint 1.80.0, oxfmt 0.65.0, the 0.147.0 oxc npm packages, the 0.147.0 oxc* Rust crates, and oxc_resolver 11.24.3.
  • Two PTY snapshot fixtures were re-recorded for environment output drift (Node CJS loader line numbers and pnpm install output).

Dependency updates

Package From To
rolldown v1.2.5 (84c904b) v1.2.6 (5375362)
oxfmt 0.64.0 0.65.0
oxlint 1.79.0 1.80.0
@oxc-project/runtime 0.146.0 0.147.0
@oxc-project/types 0.146.0 0.147.0
oxc-minify 0.146.0 0.147.0
oxc-parser 0.146.0 0.147.0
oxc-transform 0.146.0 0.147.0
@vitejs/devtools 0.5.2 0.6.2
oxc / oxc_* Rust crates 0.146.0 0.147.0
oxc_resolver, oxc_resolver_napi 11.24.2 11.24.3
remeda ^2.34.1 ^2.42.0
Unchanged dependencies
  • vite: v8.2.2 (de1111a)
  • vitest: 4.1.11
  • @vitest/browser: 4.1.11
  • @vitest/browser-playwright: 4.1.11
  • @vitest/browser-preview: 4.1.11
  • @vitest/browser-webdriverio: 4.1.11
  • @vitest/expect: 4.1.11
  • @vitest/mocker: 4.1.11
  • @vitest/pretty-format: 4.1.11
  • @vitest/runner: 4.1.11
  • @vitest/snapshot: 4.1.11
  • @vitest/spy: 4.1.11
  • @vitest/utils: 4.1.11
  • tsdown: 0.22.14
  • @tsdown/css: 0.22.14
  • @tsdown/exe: 0.22.14
  • lightningcss: ^1.33.0
  • @oxc-node/cli: 0.1.0
  • @oxc-node/core: 0.1.0
  • oxlint-tsgolint: 7.0.2001
  • tsdown-migrate: 0.23.0-rc.0
  • VITEST_VERSION constant: 4.1.11
  • README vitest pins: 4.1.11

Code changes

  • packages/cli/binding/index.d.cts: regenerated NAPI typings for rolldown v1.2.6 — adds BindingDevEngine.getModuleInfo() / getModuleIds(), allows a string tsconfig path in BindingEnhancedTransformOptions and adds tsconfig?: string to BindingViteResolvePluginConfig / BindingViteTransformPluginConfig, adds an optional pathToTsconfig argument to the TsconfigCache constructor, switches BindingMatchGroup.name/test to batched array callbacks, adds BindingOutputs.mangleCache, and changes the generateBundle / writeBundle bundle argument from BindingErrorsOr<BindingOutputs> to BindingResult<BindingOutputs>.
  • packages/core/package.json: bundledVersions.rolldown 1.2.5 -> 1.2.6.
  • packages/tools/.upstream-versions.json: rolldown pinned hash updated to 5375362.
  • crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/command_pack_picomatch_hoist_false/snapshots/command_pack_picomatch_hoist_false.md: re-recorded Node cjs/loader stack-trace line numbers.
  • crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_pnpm_uses_project_node_version/snapshots/shim_pnpm_uses_project_node_version.md: re-recorded to include the Already up to date / Done in <duration> using pnpm <version> install output.
  • Cargo.toml, pnpm-workspace.yaml: version/catalog bumps only.
  • Cargo.lock, pnpm-lock.yaml: lockfile updates.

Build status

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

- rolldown: 84c904b -> v1.2.6 (5375362)
- oxfmt: 0.64.0 -> 0.65.0
- oxlint: 1.79.0 -> 1.80.0
- @oxc-project/runtime: 0.146.0 -> 0.147.0
- @oxc-project/types: 0.146.0 -> 0.147.0
- oxc-minify: 0.146.0 -> 0.147.0
- oxc-parser: 0.146.0 -> 0.147.0
- oxc-transform: 0.146.0 -> 0.147.0
- @vitejs/devtools: 0.5.2 -> 0.6.2
- oxc / oxc_* Rust crates: 0.146.0 -> 0.147.0 (Cargo.toml)
- oxc_resolver, oxc_resolver_napi: 11.24.2 -> 11.24.3 (Cargo.toml)
- remeda: ^2.34.1 -> ^2.42.0 (pnpm-workspace.yaml catalog)

Code changes:
- packages/cli/binding/index.d.cts: regenerated NAPI typings for the new
  rolldown (BindingDevEngine.getModuleInfo/getModuleIds, string tsconfig
  paths, batched BindingMatchGroup name/test callbacks, BindingOutputs
  mangleCache, BindingResult bundle args)
- packages/core/package.json: bundledVersions.rolldown 1.2.5 -> 1.2.6
- packages/tools/.upstream-versions.json: rolldown pinned hash updated
- crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/command_pack_picomatch_hoist_false/snapshots/command_pack_picomatch_hoist_false.md:
  refreshed Node CJS loader stack-trace line numbers
- crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_pnpm_uses_project_node_version/snapshots/shim_pnpm_uses_project_node_version.md:
  refreshed pnpm install output lines

Copy link
Copy Markdown
Contributor Author

✅ No upstream CLI help changes detected

Compared normalized --help output for the upstream CLIs mirrored by Vite+.

➖ Vite: no version update (8.2.2)

No version update was detected, so there is no CLI help diff.

➖ Vitest: no version update (4.1.11)

No version update was detected, so there is no CLI help diff.

✅ Oxlint: no CLI help changes (1.79.0 → 1.80.0)

The version was updated, but the normalized CLI help output has no differences.

✅ Oxfmt: no CLI help changes (0.64.0 → 0.65.0)

The version was updated, but the normalized CLI help output has no differences.

➖ tsdown: no version update (0.22.14)

No version update was detected, so there is no CLI help diff.

netlify Bot commented Aug 28, 2026
edited
Loading

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 0df8c5e
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a911184f3737c0008d1b72b

Copy link
Copy Markdown
Contributor

Native binary sizes (0df8c5e)

Final release artifacts built by the canonical build-upstream and build-windows-cli actions.

Artifact Format Base PR Change
vp (Linux x64) Binary 10.73 MiB 10.76 MiB +32.02 KiB (+0.29%)
vp (Linux x64) gzip -9 4.64 MiB 4.66 MiB +21.94 KiB (+0.46%)
NAPI (Linux x64) Binary 32.20 MiB 31.84 MiB -371.87 KiB (-1.13%)
NAPI (Linux x64) gzip -9 12.69 MiB 12.59 MiB -99.96 KiB (-0.77%)
vp (macOS ARM64) Binary 8.02 MiB 8.03 MiB +16.14 KiB (+0.20%)
vp (macOS ARM64) gzip -9 4.05 MiB 4.07 MiB +14.97 KiB (+0.36%)
NAPI (macOS ARM64) Binary 39.79 MiB 39.49 MiB -307.08 KiB (-0.75%)
NAPI (macOS ARM64) gzip -9 16.98 MiB 16.91 MiB -78.82 KiB (-0.45%)
vp (Windows x64) Binary 8.63 MiB 8.65 MiB +27.00 KiB (+0.31%)
vp (Windows x64) gzip -9 3.76 MiB 3.78 MiB +21.09 KiB (+0.55%)
NAPI (Windows x64) Binary 27.03 MiB 26.71 MiB -333.50 KiB (-1.20%)
NAPI (Windows x64) gzip -9 10.76 MiB 10.67 MiB -91.36 KiB (-0.83%)
Trampoline (Windows x64) Binary 14.00 KiB 14.00 KiB 0 B (0.00%)
Trampoline (Windows x64) gzip -9 7.09 KiB 7.09 KiB -1 B (-0.01%)
Installer (Windows x64) Binary 4.50 MiB 4.50 MiB +3.00 KiB (+0.07%)
Installer (Windows x64) gzip -9 2.11 MiB 2.11 MiB +1.54 KiB (+0.07%)

voidzero-guard Bot closed this Aug 29, 2026
voidzero-guard Bot deleted the deps/upstream-update branch August 29, 2026 02:22
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants


Back | FazBrowse Home | New Git URL