Skip to content

feat(cli): check managed global outdated packages#1659

Open
liangmiQwQ wants to merge 16 commits into
voidzero-dev:mainfrom
liangmiQwQ:fix-1656-outdated-parallel-npm-view
Open

feat(cli): check managed global outdated packages#1659
liangmiQwQ wants to merge 16 commits into
voidzero-dev:mainfrom
liangmiQwQ:fix-1656-outdated-parallel-npm-view

Conversation

@liangmiQwQ
Copy link
Copy Markdown
Contributor

@liangmiQwQ liangmiQwQ commented May 21, 2026

Implemented the outdated part of #1656 by routing vp outdated -g through Vite+'s managed global package metadata instead of delegating to the underlying npm outdated -g store.

This PR includes a refactor for global package commands. This is intentional, taking into account that commands like outdated and install have many shared utils, putting all of them inside env module will reduce maintainability.

Also modify vp update -g to reuse the utilities added in this PR.

🤖 Generated with Codex

@netlify
Copy link
Copy Markdown

netlify Bot commented May 21, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 6ded1ea
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a1153e0912af90007af90c9

@liangmiQwQ liangmiQwQ changed the title fix(cli): check managed global outdated packages feat(cli): check managed global outdated packages May 21, 2026
@liangmiQwQ liangmiQwQ marked this pull request as ready for review May 22, 2026 13:16
@liangmiQwQ
Copy link
Copy Markdown
Contributor Author

@codex

…arallel-npm-view

# Conflicts:
#	crates/vite_global_cli/src/shim/dispatch.rs
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: f78fcfb73e

ℹ️ 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 crates/vite_pm_cli/src/handlers.rs
Comment thread crates/vite_global_cli/src/commands/global/outdated.rs Outdated
@liangmiQwQ
Copy link
Copy Markdown
Contributor Author

@codex

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: 2f0959a422

ℹ️ 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 crates/vite_global_cli/src/commands/global/outdated.rs
@liangmiQwQ liangmiQwQ marked this pull request as draft May 22, 2026 14:36
@liangmiQwQ liangmiQwQ marked this pull request as ready for review May 22, 2026 15:06
@liangmiQwQ
Copy link
Copy Markdown
Contributor Author

@codex

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: 48d693cdad

ℹ️ 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 crates/vite_global_cli/src/commands/global/outdated.rs
@liangmiQwQ liangmiQwQ marked this pull request as draft May 23, 2026 06:22
@liangmiQwQ liangmiQwQ marked this pull request as ready for review May 23, 2026 07:19
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.

1 participant