feat(deps): upgrade upstream dependencies - #2402
Conversation
- oxfmt: 0.62.0 -> 0.63.0 - oxlint: 1.77.0 -> 1.78.0 - @oxc-project/runtime: 0.143.0 -> 0.144.0 - @oxc-project/types: 0.143.0 -> 0.144.0 - oxc-minify: 0.143.0 -> 0.144.0 - oxc-parser: 0.143.0 -> 0.144.0 - oxc-transform: 0.143.0 -> 0.144.0
✅ No upstream CLI help changes detectedCompared normalized ➖ Vite: no version update (8.2.1)No version update was detected, so there is no CLI help diff. ➖ Vitest: no version update (4.1.10)No version update was detected, so there is no CLI help diff. ✅ Oxlint: no CLI help changes (1.77.0 → 1.78.0)The version was updated, but the normalized CLI help output has no differences. ✅ Oxfmt: no CLI help changes (0.62.0 → 0.63.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. |
✅ 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.
|
Native binary sizes (
|
| Artifact | Format | Base | PR | Change |
|---|---|---|---|---|
vp (Linux x64) |
Binary | 10.65 MiB | 10.65 MiB | 0 B (0.00%) |
vp (Linux x64) |
gzip -9 | 4.61 MiB | 4.61 MiB | 0 B (0.00%) |
| NAPI (Linux x64) | Binary | 31.98 MiB | 31.98 MiB | 0 B (0.00%) |
| NAPI (Linux x64) | gzip -9 | 12.59 MiB | 12.59 MiB | 0 B (0.00%) |
vp (macOS ARM64) |
Binary | 7.95 MiB | 7.95 MiB | 0 B (0.00%) |
vp (macOS ARM64) |
gzip -9 | 4.02 MiB | 4.02 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | Binary | 39.63 MiB | 39.63 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | gzip -9 | 16.90 MiB | 16.90 MiB | 0 B (0.00%) |
vp (Windows x64) |
Binary | 8.52 MiB | 8.52 MiB | 0 B (0.00%) |
vp (Windows x64) |
gzip -9 | 3.71 MiB | 3.71 MiB | -1 B (-0.00%) |
| NAPI (Windows x64) | Binary | 26.85 MiB | 26.85 MiB | 0 B (0.00%) |
| NAPI (Windows x64) | gzip -9 | 10.66 MiB | 10.66 MiB | +4 B (+0.00%) |
| Trampoline (Windows x64) | Binary | 205.00 KiB | 205.00 KiB | 0 B (0.00%) |
| Trampoline (Windows x64) | gzip -9 | 99.00 KiB | 99.00 KiB | +1 B (+0.00%) |
| Installer (Windows x64) | Binary | 4.45 MiB | 4.45 MiB | 0 B (0.00%) |
| Installer (Windows x64) | gzip -9 | 2.09 MiB | 2.09 MiB | +1 B (+0.00%) |
Registry bridge build (
|
| Package | Version |
|---|---|
vite-plus |
0.0.0-commit.0b20d0fe516f2df0637a5ec26939c973e246bf20 |
@voidzero-dev/vite-plus-core |
0.0.0-commit.0b20d0fe516f2df0637a5ec26939c973e246bf20 |
Install the Vite+ CLI built from this commit, then migrate a project:
# macOS / Linux
curl -fsSL https://vite.plus | VP_PR_VERSION=2402 bash# Windows (PowerShell)
$env:VP_PR_VERSION="2402"; irm https://vite.plus/ps1 | iexAfter installing, upgrade the current project's vite-plus to this test build with:
vp migrateOr point your package manager at the bridge registry https://registry-bridge.viteplus.dev/:
| Package manager | Registry config |
|---|---|
| npm / pnpm / Bun | .npmrc: registry=https://registry-bridge.viteplus.dev/ |
| Yarn (v2+) | .yarnrc.yml: npmRegistryServer: "https://registry-bridge.viteplus.dev/" |
Then pin the build (vite aliases to vite-plus-core; pnpm can use a catalog, npm an overrides entry):
{
"devDependencies": {
"vite-plus": "0.0.0-commit.0b20d0fe516f2df0637a5ec26939c973e246bf20",
"vite": "npm:@voidzero-dev/vite-plus-core@0.0.0-commit.0b20d0fe516f2df0637a5ec26939c973e246bf20"
}
}
🐳 Docker preview imageBuilt from this PR's registry bridge build:
# remove any stale local copy from a previous run, then pull fresh
docker rmi ghcr.io/voidzero-dev/vite-plus:pr-2402 2>/dev/null; docker pull ghcr.io/voidzero-dev/vite-plus:pr-2402Quick check: docker run --rm ghcr.io/voidzero-dev/vite-plus:pr-2402 vp --versionSee docs/guide/docker.md for usage. |
Summary
oxlint1.77.0 -> 1.78.0 andoxfmt0.62.0 -> 0.63.0.@oxc-project/runtime,@oxc-project/types,oxc-minify,oxc-parser,oxc-transform) 0.143.0 -> 0.144.0.pnpm-workspace.yamlcatalog pins and the lockfile changed.Dependency updates
oxfmt0.62.00.63.0oxlint1.77.01.78.0@oxc-project/runtime0.143.00.144.0@oxc-project/types0.143.00.144.0oxc-minify0.143.00.144.0oxc-parser0.143.00.144.0oxc-transform0.143.00.144.0Code changes
Build status
sync-remote-and-build: successbuild-upstream: success