Skip to content

v3.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 22:08
· 23 commits to main since this release

3.3.3 (2024-04-15)

Quick Info

This patch version includes a downgrade of npm-packlist to fix a slowness that could rarely happen in some large repos, I have personally never seen this slowness but it was identified by @wassim-ben-amor and he made a thorough investigation and with that in mind we decided to downgrade npm-packlist. The short reason is because npm-packlist newer version are now requiring to provide Arborist as an argument to npm-packlist (while previous version had it embedded) and for a monorepo using pnpm and workspace: protocol, the operation of finding missing edges (without specifying ignoreMissing set to true) can take a lot of time. If the maintainers of npm-packlist ever provide a resolution to this problem then we'll upgrade back to their recent version, otherwise we'll stick to the older version. A big thanks to @wassim-ben-amor

Bug Fixes