John McLear 220ae82086
fix: use pnpm instead of npm in updatePlugins.sh (#7468)
* fix: use pnpm instead of npm in updatePlugins.sh

The script used npm outdated which doesn't work with pnpm workspaces,
and pnpm install which doesn't update existing packages. Changed to
pnpm outdated and pnpm update respectively.

Fixes #6670

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: scope plugin updates to ep_etherpad-lite and exclude core package

- Use --filter ep_etherpad-lite so pnpm operates on the right workspace
- Exclude ep_etherpad-lite from the plugin list
- Handle pnpm outdated exit codes correctly (returns 1 when outdated)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 11:21:21 +01:00
..
2024-07-18 08:51:30 +02:00
2024-08-08 21:23:10 +02:00
2024-08-08 21:23:10 +02:00
2024-08-08 21:23:10 +02:00
2024-08-08 21:23:10 +02:00
2025-08-02 13:42:37 +02:00
2024-08-08 21:23:10 +02:00
2024-07-18 08:51:30 +02:00
2024-08-18 19:22:08 +02:00