feat(deps): upgrade upstream dependencies - #2353
Closed
voidzero-guard[bot] wants to merge 1 commit into
Closed
Conversation
- rolldown: 872b98a -> v1.2.3 (52dbd19) - oxfmt: 0.61.0 -> 0.62.0 - oxlint: 1.76.0 -> 1.77.0 - @oxc-project/runtime: 0.142.0 -> 0.143.0 - @oxc-project/types: 0.142.0 -> 0.143.0 - oxc-minify: 0.142.0 -> 0.143.0 - oxc-parser: 0.142.0 -> 0.143.0 - oxc-transform: 0.142.0 -> 0.143.0 - @vitejs/devtools: 0.4.10 -> 0.4.12 Code changes: - crates/vp_static_config/src/lib.rs: adapt arrow-function config extraction to the oxc 0.143 AST API (get_function_body/get_expression); split concise vs block bodies and add extract_config_from_returned_expr helper. - crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/bin_oxlint_wrapper/snapshots/bin_oxlint_wrapper.md: update snapshot for oxlint 1.77 --warn help-text wording. - packages/cli/rules/vite-tools.yml: drop redundant blank lines (formatter output). - packages/core/__tests__/binding-resolution-layout.spec.ts: strip NODE_PATH from the child env in the runProject test helper to preserve store isolation.
✅ 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.
|
Contributor
Native binary sizes (
|
| Artifact | Format | Base | PR | Change |
|---|---|---|---|---|
vp (Linux x64) |
Binary | 10.54 MiB | 10.54 MiB | 0 B (0.00%) |
vp (Linux x64) |
gzip -9 | 4.56 MiB | 4.56 MiB | 0 B (0.00%) |
| NAPI (Linux x64) | Binary | 33.57 MiB | 33.59 MiB | +16.06 KiB (+0.05%) |
| NAPI (Linux x64) | gzip -9 | 13.03 MiB | 13.03 MiB | +6.33 KiB (+0.05%) |
vp (macOS ARM64) |
Binary | 7.89 MiB | 7.89 MiB | 0 B (0.00%) |
vp (macOS ARM64) |
gzip -9 | 3.98 MiB | 3.98 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | Binary | 40.91 MiB | 40.94 MiB | +32.31 KiB (+0.08%) |
| NAPI (macOS ARM64) | gzip -9 | 17.26 MiB | 17.26 MiB | +7.14 KiB (+0.04%) |
vp (Windows x64) |
Binary | 8.43 MiB | 8.43 MiB | 0 B (0.00%) |
vp (Windows x64) |
gzip -9 | 3.67 MiB | 3.67 MiB | +1 B (+0.00%) |
| NAPI (Windows x64) | Binary | 27.67 MiB | 27.69 MiB | +17.00 KiB (+0.06%) |
| NAPI (Windows x64) | gzip -9 | 10.84 MiB | 10.85 MiB | +5.12 KiB (+0.05%) |
| 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 | 0 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%) |
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
rolldowntag bump tov1.2.3(52dbd19).oxlint1.76.0 -> 1.77.0,oxfmt0.61.0 -> 0.62.0, and theoxc-*/@oxc-project/*crates and packages0.142.0 -> 0.143.0.@vitejs/devtools0.4.10 -> 0.4.12.vp_static_configfor oxc 0.143 plus a snapshot/formatter/test refresh (see Code changes).Dependency updates
rolldown872b98av1.2.3 (52dbd19)oxfmt0.61.00.62.0oxlint1.76.01.77.0@oxc-project/runtime0.142.00.143.0@oxc-project/types0.142.00.143.0oxc-minify0.142.00.143.0oxc-parser0.142.00.143.0oxc-transform0.142.00.143.0@vitejs/devtools0.4.100.4.12Code changes
crates/vp_static_config/src/lib.rs: adapt thedefineConfigarrow-function extraction to the oxc 0.143 AST API (get_function_body/get_expression), splitting concise (() => ({ ... })) and block bodies and adding anextract_config_from_returned_exprhelper.crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/bin_oxlint_wrapper/snapshots/bin_oxlint_wrapper.md: update the snapshot for oxlint 1.77's reworded--warnhelp text.packages/cli/rules/vite-tools.yml: remove redundant blank lines (formatter output).packages/core/__tests__/binding-resolution-layout.spec.ts: stripNODE_PATHfrom the child environment in therunProjecttest helper so the synthetic layout drives resolution.Build status
sync-remote-and-build: successbuild-upstream: failure