Skip to content

feat(deps): upgrade upstream dependencies#1375

Merged
fengmk2 merged 5 commits intomainfrom
deps/upstream-update
Apr 14, 2026
Merged

feat(deps): upgrade upstream dependencies#1375
fengmk2 merged 5 commits intomainfrom
deps/upstream-update

Conversation

@Brooooooklyn
Copy link
Copy Markdown
Member

@Brooooooklyn Brooooooklyn commented Apr 14, 2026

Automated daily upgrade of upstream dependencies:

  • rolldown (latest tag)
  • vite (latest tag)
  • vitest (latest npm version)
  • tsdown (latest npm version)

Build status: success


Note

Medium Risk
Mostly dependency bumps and snapshot updates, but upgrading oxlint/oxfmt can subtly change CLI behavior and output (including lint exit conditions), which may affect CI or user workflows.

Overview
Upgrades upstream tooling versions (notably oxfmt 0.45.0, oxlint 1.60.0, and tsdown 0.21.8, plus related lockfile updates) and aligns packages/core peer/bundled versions accordingly.

Updates CLI snapshot tests to match new outputs/help text (including the new --no-error-on-unmatched-pattern option and updated lint/no-files messaging) and applies small lint-suppression comments for generic JSON/YAML/package helpers to satisfy stricter rules.

Reviewed by Cursor Bugbot for commit 8249925. Bugbot is set up for automated code reviews on this repo. Configure here.

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 14, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 8d720a5
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69ddb5764a662e0009276c65

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 8249925. Configure here.

Comment thread packages/cli/snap-tests/check-oxlint-env/snap.txt Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8249925af9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/cli/snap-tests/check-oxlint-env/snap.txt Outdated
Comment thread packages/cli/snap-tests-global/migration-prettier/snap.txt
Comment thread packages/cli/src/utils/json.ts Outdated
fengmk2 added 2 commits April 14, 2026 11:09
`readJsonFile`, `readYamlFile`, and `readNearestPackageJson` used a type
parameter only in the return type, which trips oxlint 1.60's
`typescript-eslint/no-unnecessary-type-parameters` rule. Remove the
generic (and the `eslint-disable` workarounds) and use `as T` at call
sites instead. `editJsonFile` keeps its generic because T is used in
both the callback input and output.
fengmk2 added 2 commits April 14, 2026 11:32
oxlint 1.60 validates OXLINT_TSGOLINT_PATH lazily when tsgolint is
actually invoked, not upfront. The check-oxlint-env fixture had no
lintable sources, so `vp lint --type-aware` now short-circuits with
"No files found to lint" before reaching the path check, silently
dropping the assertion that the env-path error is reported.

Add a minimal TS source plus a vite.config.ts enabling typeAware so
the command reaches tsgolint invocation and again surfaces:
"Failed to find tsgolint executable: OXLINT_TSGOLINT_PATH points to
'./invalid-path' which does not exist".
@fengmk2 fengmk2 merged commit 48e49ca into main Apr 14, 2026
121 of 122 checks passed
@fengmk2 fengmk2 deleted the deps/upstream-update branch April 14, 2026 03:45
Han5991 added a commit to Han5991/vite-plus that referenced this pull request Apr 14, 2026
rolldown upgrade in voidzero-dev#1375 introduced \`path-posix\` in
\`rolldown_plugin_vite_import_glob\` but it was not added to the root
workspace dependencies, causing \`cargo build\` to fail after \`just init\`.

Fixes voidzero-dev#1381

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jong-kyung jong-kyung mentioned this pull request Apr 15, 2026
3 tasks
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.

2 participants