Skip to content

Update zuplo dependency version#79

Open
vazexqi wants to merge 1 commit into
mainfrom
nick/pin-to-6.61.23
Open

Update zuplo dependency version#79
vazexqi wants to merge 1 commit into
mainfrom
nick/pin-to-6.61.23

Conversation

@vazexqi

@vazexqi vazexqi commented Apr 4, 2026

Copy link
Copy Markdown
Member

Updated zuplo dependency version to 6.61.23.

Updated zuplo dependency version to 6.61.23.
Copilot AI review requested due to automatic review settings April 4, 2026 01:25
@zuplo

zuplo Bot commented Apr 4, 2026

Copy link
Copy Markdown

The latest build updates on your Zuplo project. Learn more about Zuplo for GitHub ↗︎

Name Status Preview Updated (UTC)
Developer Portal ❌ Failed (Inspect) Visit Preview Apr 04, 2026, 01:26 AM
API Gateway ✅ Ready (Inspect) Visit Preview Apr 04, 2026, 01:26 AM

Warning

This project is configured with the legacy Zuplo developer portal that was retired on November 15, 2025. To ensure your project continues to function, you must upgrade to the new Developer Portal. Review the migration guide for instructions.

@vercel

vercel Bot commented Apr 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mockbin Ready Ready Preview, Comment Apr 4, 2026 1:25am

Request Review

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adjusts the zuplo npm dependency specification in package.json.

Changes:

  • Changed zuplo dependency spec from a caret range (^6.61.23) to an exact pinned version (6.61.23).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"vitest": "^2.1.4",
"yaml": "^2.6.0",
"zuplo": "^6.61.23"
"zuplo": "6.61.23"

Copilot AI Apr 4, 2026

Copy link

Choose a reason for hiding this comment

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

Changing zuplo from a caret range to an exact version makes package.json disagree with package-lock.json (which still records "zuplo": "^6.61.23"). This will cause npm ci in CI to fail with a lockfile/package.json mismatch. Please update package-lock.json (e.g., regenerate with npm install) or keep the dependency spec consistent with the lockfile.

Suggested change
"zuplo": "6.61.23"
"zuplo": "^6.61.23"

Copilot uses AI. Check for mistakes.
Comment thread package.json
"vitest": "^2.1.4",
"yaml": "^2.6.0",
"zuplo": "^6.61.23"
"zuplo": "6.61.23"

Copilot AI Apr 4, 2026

Copy link

Choose a reason for hiding this comment

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

PR title/description say the zuplo version was updated to 6.61.23, but the previous spec was already ^6.61.23; the only functional change here is pinning the version (removing the caret). Please adjust the PR metadata to reflect the intent (pin vs upgrade) or change the version if an upgrade is intended.

Copilot uses AI. Check for mistakes.
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