Commit 49a7be3
committed
Build: Update package-lock.json to remove extra
These extra `peer: true` entries started to appear in npm `11.6.1` and the
behavior reverted to the previous one in npm `11.6.3`. But because `11.6.2` was
bundled into the latest Node 24 for a while, we updated the lockfile with this
temporary version. This change updates the lockfile back to the format
used in versions `>=11.6.3` and `<11.6.1`.
On the npm side, PR npm/cli#8645 landed in `11.6.3`. It explicitly mentions:
> reverts much of fix: corrects peer dependency flag propagation #8579,
> which I think mistakenly changed peer dep calculation logic
That referenced PR landed in `11.6.1`, so it does look like a mistake.
Ref jquery/jquery#5771
Ref jquery/jquery#5772
Ref npm/cli#8579
Ref npm/cli#8645peer: true entries1 parent 61c1110 commit 49a7be3
1 file changed
Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments