pm2 icon indicating copy to clipboard operation
pm2 copied to clipboard

chore: add integrity hashes to lockfiles

Open jeremyschlatter opened this issue 9 months ago • 3 comments

Created by running the following command:

npx npm-package-lock-add-resolved && bun pm migrate --force
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed ticket
License MIT
Doc PR https://github.com/pm2-hive/pm2-hive.github.io/pulls

jeremyschlatter avatar May 13 '25 21:05 jeremyschlatter

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 13 '25 21:05 CLAassistant

I updated the description to reflect the fact that this will not fix #5984. I thought it would, but I was mistaken. @webdiscus pointed out (and I confirmed) that that issue is about node versions, and not about the lock file.

jeremyschlatter avatar May 14 '25 23:05 jeremyschlatter

@jeremyschlatter this PR #5986 fixes the incompatibility with Node.js <= 12

webdiscus avatar May 15 '25 12:05 webdiscus