Skip to content

chore(deps): regenerate pnpm-lock.yaml after ep_plugin_helpers bump#144

Merged
JohnMcLear merged 1 commit into
mainfrom
chore/regen-lockfile-ep_plugin_helpers
May 17, 2026
Merged

chore(deps): regenerate pnpm-lock.yaml after ep_plugin_helpers bump#144
JohnMcLear merged 1 commit into
mainfrom
chore/regen-lockfile-ep_plugin_helpers

Conversation

@JohnMcLear
Copy link
Copy Markdown
Member

Why

The earlier bump of ep_plugin_helpers to ^0.6.1 in package.json was not accompanied by a pnpm-lock.yaml update. The release workflow (.github/workflows/npmpublish.yml) runs pnpm i --frozen-lockfile before the version bump, which fails with ERR_PNPM_OUTDATED_LOCKFILE. As a result no publish has run since that change landed, and fresh installs of this plugin still resolve ep_plugin_helpers@0.5.3 from npm rather than the current 0.6.x line — which means consumers miss ether/ep_plugin_helpers#19's correction of the misleading "Etherpad < 2.7.4" degradation warning.

What

  • Re-run pnpm install so the lockfile picks up the new manifest range.
  • No other file should change.

Merging this PR triggers the release workflow on the next push to the default branch, which should now publish a fresh patch release.

🤖 Generated with Claude Code

Prior package.json bump (commit `b33bcce`)
left the lockfile pinned to ^0.5.x while the manifest moved to ^0.6.x.
The release workflow's `pnpm i --frozen-lockfile` step has been failing
ever since, blocking every npm publish — fresh installs still resolve
ep_plugin_helpers@0.5.3 even though main has ^0.6.x.

Regenerate the lockfile so the next push to the default branch can
re-publish cleanly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@qodo-code-review
Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@JohnMcLear JohnMcLear merged commit a372bdc into main May 17, 2026
3 checks passed
@JohnMcLear JohnMcLear deleted the chore/regen-lockfile-ep_plugin_helpers branch May 17, 2026 18:39
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