feat(deps): upgrade upstream dependencies#1693
Conversation
- oxfmt: 0.51.0 -> 0.52.0 - oxlint: 1.66.0 -> 1.67.0 - @oxc-project/runtime: 0.132.0 -> 0.133.0 - @oxc-project/types: 0.132.0 -> 0.133.0 - oxc-minify: 0.132.0 -> 0.133.0 - oxc-parser: 0.132.0 -> 0.133.0 - oxc-transform: 0.132.0 -> 0.133.0 Code changes: - Refresh oxlint help output snapshots for new `--debug=files` option in packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt and packages/cli/snap-tests/command-helper/snap.txt - Refresh vp run cache-status output snapshots in packages/cli/snap-tests/cache-clean/snap.txt, packages/cli/snap-tests/ignore_dist/snap.txt, and packages/cli/snap-tests/plain-terminal-ui-nested/snap.txt
✅ Deploy Preview for viteplus-preview canceled.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Investigation result for the The snap itself is not failing because of the type-aware cache/input logic. It fails earlier because
The underlying issue appears to be the published This is why I could not reproduce with the existing local install because this workspace still had |
vite-plus
@voidzero-dev/vite-plus-core
@voidzero-dev/vite-plus-prompts
@voidzero-dev/vite-plus-test
@voidzero-dev/vite-plus-cli-darwin-arm64
@voidzero-dev/vite-plus-cli-darwin-x64
@voidzero-dev/vite-plus-cli-linux-arm64-gnu
@voidzero-dev/vite-plus-cli-linux-arm64-musl
@voidzero-dev/vite-plus-cli-linux-x64-gnu
@voidzero-dev/vite-plus-cli-linux-x64-musl
@voidzero-dev/vite-plus-cli-win32-arm64-msvc
@voidzero-dev/vite-plus-cli-win32-x64-msvc
@voidzero-dev/vite-plus-darwin-arm64
@voidzero-dev/vite-plus-darwin-x64
@voidzero-dev/vite-plus-linux-arm64-gnu
@voidzero-dev/vite-plus-linux-arm64-musl
@voidzero-dev/vite-plus-linux-x64-gnu
@voidzero-dev/vite-plus-linux-x64-musl
@voidzero-dev/vite-plus-win32-arm64-msvc
@voidzero-dev/vite-plus-win32-x64-msvc
commit: |
| ); | ||
| writeFileSync(inputPath, 'export const value = 1;\n'); | ||
|
|
||
| execFileSync(process.execPath, [oxlintBin, '-c', configPath, inputPath], { |
There was a problem hiding this comment.
There is no need to run the oxlint command for verification here.
|
Fixed in Root cause was that local/dev Local verification:
|
Summary
@oxc-project/*/oxc-*packages 0.132.0 -> 0.133.0.--debug=filesoption and updatedvp runcache-status messages.Dependency updates
oxfmt0.51.00.52.0oxlint1.66.01.67.0@oxc-project/runtime0.132.00.133.0@oxc-project/types0.132.00.133.0oxc-minify0.132.00.133.0oxc-parser0.132.00.133.0oxc-transform0.132.00.133.0Unchanged dependencies
rolldown:v1.0.2 (f2757ed)vite:v8.0.14 (c917f1e)vitest:4.1.7tsdown:0.22.0@oxc-node/cli:0.1.0@oxc-node/core:0.1.0oxlint-tsgolint:0.23.0@vitejs/devtools:0.2.0Code changes
--debug=filesoption inpackages/cli/snap-tests/bin-oxlint-wrapper/snap.txtandpackages/cli/snap-tests/command-helper/snap.txt.vp runcache-status output snapshots inpackages/cli/snap-tests/cache-clean/snap.txt,packages/cli/snap-tests/ignore_dist/snap.txt, andpackages/cli/snap-tests/plain-terminal-ui-nested/snap.txt.Build status
sync-remote-and-build: successbuild-upstream: success