Skip to content

fix(plugin): regenerate package-lock.json for openclaw@2026.6.1#4

Merged
TeoSlayer merged 1 commit into
mainfrom
fix/plugin-lockfile-openclaw-2026-6-1
Jun 9, 2026
Merged

fix(plugin): regenerate package-lock.json for openclaw@2026.6.1#4
TeoSlayer merged 1 commit into
mainfrom
fix/plugin-lockfile-openclaw-2026-6-1

Conversation

@TeoSlayer

Copy link
Copy Markdown
Contributor

Summary

The plugin's `package.json` was bumped to `openclaw ^2026.6.1` but the lockfile still pinned 2026.5.26. `npm ci` has been failing on every push since the bump:

```
npm error Invalid: lock file's openclaw@2026.5.26 does not satisfy openclaw@2026.6.1
```

Re-runs `npm install --package-lock-only` to refresh `plugin/package-lock.json`. `npm ci` exit 0 locally.

The diff also shrinks the lockfile (-1472 / +140) because openclaw 2026.6.1 prunes a bunch of transitive deps the older version dragged in.

Test plan

  • `npm ci` from `plugin/` exits 0
  • Reviewer: skim the lockfile delta. The shrink is the openclaw upstream consolidation, not anything I touched.

The plugin's package.json was bumped to openclaw ^2026.6.1 but the
lockfile still pinned 2026.5.26, so npm ci has been failing on every
push since the bump:

  Invalid: lock file's openclaw@2026.5.26 does not satisfy openclaw@2026.6.1

Re-runs npm install --package-lock-only to refresh the lockfile.
Confirmed with npm ci locally — exit 0.
@codecov

codecov Bot commented Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@TeoSlayer TeoSlayer merged commit 9781ec6 into main Jun 9, 2026
4 checks passed
@TeoSlayer TeoSlayer deleted the fix/plugin-lockfile-openclaw-2026-6-1 branch June 9, 2026 06:52
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