Skip to content

chore: upgrade dependencies#448

Merged
bzp2010 merged 2 commits into
mainfrom
bzp/chore-upgrade-deps-260526
May 26, 2026
Merged

chore: upgrade dependencies#448
bzp2010 merged 2 commits into
mainfrom
bzp/chore-upgrade-deps-260526

Conversation

@bzp2010

@bzp2010 bzp2010 commented May 26, 2026

Copy link
Copy Markdown
Collaborator

Description

Upgrade toolchain and dependencies.

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible

Summary by CodeRabbit

  • Chores
    • Updated Node runtime used in CI/CD to a newer patch release.
    • Upgraded test tooling and related packages for improved stability.
    • Advanced workspace dependency versions and refined build allowlists to control which packages trigger builds.
    • Adjusted build environment PATH handling so package manager binaries resolve reliably.

Review Change Stack

@coderabbitai

coderabbitai Bot commented May 26, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b77edcc1-145c-4392-8726-1d0db99625b5

📥 Commits

Reviewing files that changed from the base of the PR and between 4c564ba and 756ed2c.

📒 Files selected for processing (1)
  • libs/tools/src/docker/Dockerfile
✅ Files skipped from review due to trivial changes (1)
  • libs/tools/src/docker/Dockerfile

📝 Walkthrough

Walkthrough

CI Node.js is bumped to 24.16.0; pnpm packageManager string updated to 11.3.0 and Dockerfile PATH adjusted for pnpm binaries; Vitest deps upgraded to 4.1.7; workspace catalog bumps axios and vitest and adds pnpm build allowlist/deny rules.

Changes

Development environment and dependency updates

Layer / File(s) Summary
Node.js runtime and package manager versions
.github/workflows/release.yaml, package.json, libs/tools/src/docker/Dockerfile
CI workflow NODE_VERSION updated from 24.15.0 to 24.16.0; packageManager string changed to [email protected]... and the old pnpm config block removed; Dockerfile PATH now prepends $PNPM_HOME/bin.
Vitest dependency alignment
package.json, pnpm-workspace.yaml
Bumped @vitest/coverage-v8 and @vitest/ui from 4.1.2 to 4.1.7 in package.json and updated vitest catalog entry to ^4.1.7 in pnpm-workspace.yaml.
Workspace dependencies and build configuration
pnpm-workspace.yaml
Catalog axios bumped to 1.15.2; added onlyBuiltDependencies and allowBuilds mappings to control which packages trigger builds (@parcel/watcher, nx, @swc/core, esbuild, less entries).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: upgrade dependencies' accurately reflects the changeset, which updates Node.js, Vitest, pnpm, axios, and Docker PATH configuration across multiple files.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
E2e Test Quality Review ✅ Passed PR is a dependency/toolchain upgrade with no test code changes. The "E2E Test Quality Review" check is not applicable to dependency-only PRs lacking test modifications.
Security Check ✅ Passed PR contains only dependency and build config updates; no new code to introduce sensitive data exposure, unencrypted secrets, authorization bypasses, or cryptographic errors.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bzp/chore-upgrade-deps-260526

Comment @coderabbitai help to get the list of available commands and usage tips.

@bzp2010 bzp2010 added test/api7 Trigger the API7 test on the PR test/apisix-standalone Trigger the APISIX standalone test on the PR labels May 26, 2026
@bzp2010
bzp2010 requested review from LiteSun, guoqqqi and juzhiyuan May 26, 2026 07:47
@bzp2010
bzp2010 merged commit 882ee54 into main May 26, 2026
38 checks passed
@bzp2010
bzp2010 deleted the bzp/chore-upgrade-deps-260526 branch May 26, 2026 07:57
@coderabbitai coderabbitai Bot mentioned this pull request Jun 19, 2026
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test/api7 Trigger the API7 test on the PR test/apisix-standalone Trigger the APISIX standalone test on the PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants