Hi, would the maintainers be open to publishing no-code-change patch releases for the legacy v5 and v6 lines, for example semver@5.7.3 and semver@6.3.2, using npm provenance?
Context:
semver@7.5.1 through 7.5.4 were published with provenance.
semver@5.7.2 and semver@6.3.1 were published afterward without provenance.
- pnpm's
trustPolicy: no-downgrade checks publish chronology, not semver major lines, so semver@6.3.1 is reported as a trust downgrade.
A provenance-backed patch release on the legacy lines would let consumers resolve within the declared dependency ranges without using package-manager-specific exceptions such as trustPolicyExclude.
Related issues:
Thanks for considering it.
Hi, would the maintainers be open to publishing no-code-change patch releases for the legacy v5 and v6 lines, for example
semver@5.7.3andsemver@6.3.2, using npm provenance?Context:
semver@7.5.1through7.5.4were published with provenance.semver@5.7.2andsemver@6.3.1were published afterward without provenance.trustPolicy: no-downgradechecks publish chronology, not semver major lines, sosemver@6.3.1is reported as a trust downgrade.A provenance-backed patch release on the legacy lines would let consumers resolve within the declared dependency ranges without using package-manager-specific exceptions such as
trustPolicyExclude.Related issues:
no-downgradeshould check the same major version pnpm/pnpm#10202Thanks for considering it.