Skip to content

Update vlt to 1.0.2 - #591

Merged
bryan-minimal merged 1 commit into
mainfrom
vlt-1.0.2
Aug 10, 2026
Merged

Update vlt to 1.0.2#591
bryan-minimal merged 1 commit into
mainfrom
vlt-1.0.2

Conversation

@bryan-minimal

@bryan-minimal bryan-minimal commented Aug 10, 2026

Copy link
Copy Markdown
Member

Upstream shipped 1.0.2 on 2026-08-07 (npm dist-tags.latest and the GitHub release agree); we sat on 1.0.1 because vlt had no version source of any kindcheck skipped it every run and /pkgs upgrade had nothing newer to offer. pkgmgr-rs#703 adds the npm dist-tags version check so the staleness can't silently recur.

  • build.ncl version → 1.0.2 (the version_is_exact standalone test pins the built binary to it)
  • package.json pin + package-lock.json regenerated via npm install --package-lock-only: version, resolved URL, and sha512 integrity move together
  • Manual bump because the updater's version-only npm path parses npm install <pkg>@$VERSION scripts, not this package's committed-lockfile npm ci flavor (pkgmgr-rs follow-up)

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the vlt package to version 1.0.2.
    • Updated the associated dependency version to keep package metadata consistent.

Upstream shipped 1.0.2 on 2026-08-07 (npm dist-tags latest + GitHub
release agree); we sat on 1.0.1 because vlt had no version source of any
kind — pkgmgr-rs#703 adds the npm dist-tags check so this can't silently
recur. Lockfile regenerated (npm install --package-lock-only): version,
resolved URL, and integrity hash move together; the version_is_exact
standalone test pins the built binary to 1.0.2.

Manual bump because the updater's version-only npm path parses
'npm install <pkg>@$VERSION' build scripts, not this package's
committed-lockfile 'npm ci' flavor — updater support tracked as a
pkgmgr-rs follow-up.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 93a1a79c-5c1b-462e-aa91-d91a0b480be4

📥 Commits

Reviewing files that changed from the base of the PR and between ff3ca2f and cdfaf69.

⛔ Files ignored due to path filters (1)
  • packages/vlt/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • packages/vlt/build.ncl
  • packages/vlt/package.json

📝 Walkthrough

Walkthrough

The PR updates the vlt package version from 1.0.1 to 1.0.2 in the build declaration and package dependency metadata.

Changes

vlt version update

Layer / File(s) Summary
Align vlt package versions
packages/vlt/build.ncl, packages/vlt/package.json
The build declaration and the vlt dependency now use version 1.0.2.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the version update from vlt 1.0.1 to 1.0.2.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch vlt-1.0.2

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

@bryan-minimal
bryan-minimal added this pull request to the merge queue Aug 10, 2026
Merged via the queue into main with commit 292a80c Aug 10, 2026
10 checks passed
@bryan-minimal
bryan-minimal deleted the vlt-1.0.2 branch August 10, 2026 21:31
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