| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
✅ Deploy Preview for viteplus-preview canceled.
|
Sorry, something went wrong.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Sorry, something went wrong.
- rolldown: a287faa -> v1.1.0 (c462c7c) Code changes: - Bump oxc Rust crates 0.133.0 -> 0.134.0, oxc_resolver 11.19.1 -> 11.21.0, oxc_sourcemap 6 -> 7 in Cargo.toml (lockfile updates in Cargo.lock) - Bump valibot catalog entry 1.4.0 -> 1.4.1 in pnpm-workspace.yaml (lockfile updates in pnpm-lock.yaml) - Extend minimumReleaseAgeExclude with oxc 0.134.0 packages in pnpm-workspace.yaml - Regenerate NAPI bindings in packages/cli/binding/index.d.cts (BindingResult-wrapped dev-engine methods, nullable render-chunk map, new sourcemapBroken check, includeDependenciesRecursively match-group option) - Bump bundled rolldown version 1.0.3 -> 1.1.0 in packages/core/package.json - Record new rolldown hash in packages/tools/.upstream-versions.json
The pinned vinext commit hit the default 30s test timeout in tests/app-router.test.ts "exports static App Router pages to HTML files" on slower CI runners, cascading into the 404.html assertion. Latest vinext gives that test an explicit 60s timeout and the suite (6983 tests) passes locally against the PR's tgz packages.
The vinext suite grew to ~7000 tests with the new pin and was cancelled by the global 10-minute job timeout at roughly half-way. Other matrix projects keep the 10-minute default.
vp migrate's auto-install passes --ignore-scripts on pnpm v11 (the new vinext pin bumps packageManager from pnpm 10.32.1 to 11.1.1), which skips vinext's allowBuilds-approved better-sqlite3 install script. The follow-up vp install only relinks changed packages and never re-runs the script, so better_sqlite3.node is missing and every better-auth ecosystem test fails with HTTP 500. Rebuild the module explicitly before running the suite. Reproduced and verified on a fresh clone locally: migrate + install leaves the binding missing; vp rebuild -- -r better-sqlite3 restores it and tests/ecosystem.test.ts passes 27/27.
- Drop the report-only `|| true` from vinext's vp check steps: the new vinext pin has the oxlint directives fixed, both pass cleanly. - Lower the vinext job timeout from 25 to 15 minutes (last green run took 12m39s). - Remove the oxc 0.134.0 minimumReleaseAgeExclude additions: the existing '@oxc-minify/*', '@oxc-parser/*', '@oxc-project/*', '@oxc-transform/*' wildcards and unversioned oxc-minify/oxc-parser/ oxc-transform entries already cover them (verified with `pnpm install --lockfile-only`, lockfile unchanged).
| Back | FazBrowse Home | New Git URL |
Summary
Dependency updates
Code changes
Build status