Skip to content

1.11.1

@Kieirra Kieirra tagged this 21 Aug 08:08
fbdd903 dropped the overrides and packageExtensionsChecksum sections from
pnpm-lock.yaml while bumping dependency versions, which made every CI job
fail at "Install frontend deps" with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH:
the 15 overrides declared in package.json no longer matched the lockfile.

Regenerated with pnpm 10.19.0, the version the workflows install, so the
lockfile format matches what CI expects. Restoring the overrides also
pulls the yaml peer resolution from 2.8.2 to 2.9.0, which the existing
"yaml@>=2.0.0 <2.8.3" override always required.
Assets 2
Loading