You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add pnpmPlugin.removePnpmfileCheckSum temporary pnpmfile checksum compatibility for renovate (#14)
## Summary
- add a temporary `pnpmPlugin.removePnpmfileChecksum` option to
`skills.json` so `pnpm-plugin-skills` can remove `pnpmfileChecksum` from
`pnpm-lock.yaml` in `afterAllResolved`
- restore preview release change detection by removing the incorrect
`predicate-quantifier: 'every'` setting from the preview workflow
- add and update manifest/plugin tests plus pnpm plugin documentation
for the new manifest-based configuration
## Related Links
- renovatebot/renovate#30812
## Checklist
<!-- Check and mark with an "x" -->
- [x] Tests updated (or not required).
- [x] Documentation updated (or not required).
`pnpmPlugin.removePnpmfileChecksum` is a temporary compatibility switch for repositories that need `pnpm-plugin-skills` to remove `pnpmfileChecksum` from `pnpm-lock.yaml` in `afterAllResolved`.
39
+
35
40
Now `pnpm install` will automatically install your skills.
0 commit comments