pnpm / meta-updater

MIT License
55 stars 6 forks source link

update many packages #14

Closed altsalt closed 5 months ago

altsalt commented 6 months ago

After exploring why a package deprecation kept popping up, I followed the thread to this project and noticed that it had been some time since anyone had run pnpm up --latest. I've done that and gotten pnpm test to run without complaint.

Figured there were enough changes to warrant a major semver bump. Unsure if there are other contribution guidelines or suggestions, so opening a PR for review.

Alas the original warning is still popping up, but that's further upstream...

altsalt commented 6 months ago

Note that I finally found (and hopefully fixed) the initial warning that started me down this path in https://github.com/pnpm/pnpm/pull/8068

Also worth noting is that if/when this PR is accepted, https://github.com/pnpm/pnpm/blob/fd6cd2781716dd6c020474beae2f3a3da8493e6b/package.json#L23 will need to be updated to remove the forced Node16 installation (that does not work under NixOS).

altsalt commented 5 months ago

Could you please review this @zkochan ? Don't want to be an annoyance, but would generally like to avoid pulling in so many outdated packages.