Skip to content

chore: Supply chain hardening#155

Merged
elliott-with-the-longest-name-on-github merged 3 commits into
mainfrom
supply-chain-hardening
May 27, 2026
Merged

chore: Supply chain hardening#155
elliott-with-the-longest-name-on-github merged 3 commits into
mainfrom
supply-chain-hardening

Conversation

@elliott-with-the-longest-name-on-github

Copy link
Copy Markdown
Contributor

devalue

Supply-chain hardening pass.

Changes

  • Bump packageManager from pnpm@8.15.9 to pnpm@10.33.4 with +sha512 integrity suffix.
  • Add pnpm-workspace.yaml:
    • minimumReleaseAge: 1440
    • minimumReleaseAgeExclude: ['@sveltejs/*', svelte, esrap, devalue]
    • blockExoticSubdeps: true
  • Drop Node 16 from the CI matrix. pnpm 10 requires Node ≥18. Node 16 has been EOL since September 2023.
    • We should really add explicit node version support in our next major
  • Pin all third-party GitHub Actions to full SHA with # vX.Y.Z comments:
    • In ci.yml, also bump actions/checkout@v3 → v4, pnpm/action-setup@v2 → v4, actions/setup-node@v3 → v4 (required for compatibility with pnpm 10).
    • In release.yml: actions/checkout@v4, pnpm/action-setup@v4, actions/setup-node@v4, changesets/action@v1.
  • Regenerate pnpm-lock.yaml for the new pnpm version.

@changeset-bot

changeset-bot Bot commented May 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c783b2b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

- Increase minimumReleaseAge from 1440 (1 day) to 2880 (2 days)
- Add zimmerframe, prettier-plugin-svelte, svelte-check, and esm-env to minimumReleaseAgeExclude
Comment thread pnpm-workspace.yaml Outdated
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
@elliott-with-the-longest-name-on-github elliott-with-the-longest-name-on-github merged commit 12f54cf into main May 27, 2026
5 checks passed
@elliott-with-the-longest-name-on-github elliott-with-the-longest-name-on-github deleted the supply-chain-hardening branch May 27, 2026 18:51
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