Skip to content

chore(deps): update vite-plus and related packages to v0.1.24 and group them in renovate#799

Merged
fengmk2 merged 4 commits into
masterfrom
renovate/vite-plus-0.x-lockfile
Jun 2, 2026
Merged

chore(deps): update vite-plus and related packages to v0.1.24 and group them in renovate#799
fengmk2 merged 4 commits into
masterfrom
renovate/vite-plus-0.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 1, 2026

This PR contains the following updates:

Package Change Age Confidence
vite-plus (source) 0.1.230.1.24
@vitest/coverage-v8 ^4.1.6^4.1.8

Additional Changes

  • Updated renovate.json to group vite-plus and its related packages together so they are updated in a single PR going forward. The group includes:

    • vite-plus
    • @voidzero-dev/vite-plus-core
    • @voidzero-dev/vite-plus-test
    • @vitest/coverage-v8
  • Updated vite and vitest aliases in package.json from ^0.1.23 to ^0.1.24 to align with the vite-plus update.

  • Updated @vitest/coverage-v8 in package.json from ^4.1.6 to ^4.1.8.

  • Updated overrides in pnpm-workspace.yaml from ^0.1.23 to ^0.1.24 to keep all vite-plus packages on the same version line.

  • Added @vitest/* to minimumReleaseAgeExclude in pnpm-workspace.yaml to avoid release-age rejections for future vitest updates.

  • Regenerated pnpm-lock.yaml to pass vp dedupe --check.


Release Notes


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Jun 1, 2026

Open in StackBlitz

npm i https://pkg.pr.new/node-modules/urllib@799

commit: f154d8b

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Jun 1, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​voidzero-dev/​vite-plus-test@​0.1.24761007799100
Added@​voidzero-dev/​vite-plus-core@​0.1.24771007799100
Added@​vitest/​coverage-v8@​4.1.8991007998100
Addedvite-plus@​0.1.2481100100100100
Updated@​arethetypeswrong/​cli@​0.18.3 ⏵ 0.18.210010010087100

View full report

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.65%. Comparing base (9b15d41) to head (f154d8b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #799   +/-   ##
=======================================
  Coverage   94.65%   94.65%           
=======================================
  Files          10       10           
  Lines         730      730           
  Branches      228      228           
=======================================
  Hits          691      691           
  Misses         36       36           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@fengmk2
Copy link
Copy Markdown
Member

fengmk2 commented Jun 2, 2026

@copilot Update the renovate configuration to allow vite-plus and its related packages to be updated together, including @vitest/coverage-v8.

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 2, 2026

@copilot Update the renovate configuration to allow vite-plus and its related packages to be updated together, including @vitest/coverage-v8.

Updated renovate.json to group vite-plus, @voidzero-dev/vite-plus-core, @voidzero-dev/vite-plus-test, and @vitest/coverage-v8 together under a "vite-plus" group so they'll be updated in a single PR going forward.

Copilot AI changed the title chore(deps): update dependency vite-plus to v0.1.24 chore(deps): update dependency vite-plus to v0.1.24 and group related packages Jun 2, 2026
Copilot AI requested a review from fengmk2 June 2, 2026 02:18
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 2, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@fengmk2
Copy link
Copy Markdown
Member

fengmk2 commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 2, 2026

@copilot fix https://github.com/node-modules/urllib/actions/runs/26794269529/job/78987913561?pr=799

Fixed in 0e27417. The vite and vitest aliases in package.json and the overrides in pnpm-workspace.yaml were still pointing to ^0.1.23, causing vp dedupe --check to fail. Updated them all to ^0.1.24 and regenerated the lockfile.

Copilot AI changed the title chore(deps): update dependency vite-plus to v0.1.24 and group related packages chore(deps): update vite-plus and related packages to v0.1.24 and group them in renovate Jun 2, 2026
Comment thread package.json Outdated
@fengmk2
Copy link
Copy Markdown
Member

fengmk2 commented Jun 2, 2026

@copilot rebase from main and fix conflicts

Copilot AI force-pushed the renovate/vite-plus-0.x-lockfile branch from c145cd9 to f154d8b Compare June 2, 2026 02:56
Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 2, 2026

@copilot rebase from main and fix conflicts

Rebased onto master and force-pushed. The lockfile conflict was resolved and pnpm dedupe --check passes.

@fengmk2 fengmk2 merged commit 0025bae into master Jun 2, 2026
18 checks passed
@fengmk2 fengmk2 deleted the renovate/vite-plus-0.x-lockfile branch June 2, 2026 03:26
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