preactjs / signals

Manage state with style in every framework
https://preactjs.com/blog/introducing-signals/
MIT License
3.71k stars 91 forks source link

Upgrade to pnpm v8 #391

Closed andrewiggins closed 1 year ago

andrewiggins commented 1 year ago

It appears some of our Netlify builds (e.g. in PR #375) are failing due to pnpm version mismatch. This PR upgrades our version to the latest (v8) to fix them.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 5db8414b9f76d1e04b4551dfc1c464788050c9ca

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

netlify[bot] commented 1 year ago

Deploy Preview for preact-signals-demo ready!

Name Link
Latest commit 5db8414b9f76d1e04b4551dfc1c464788050c9ca
Latest deploy log https://app.netlify.com/sites/preact-signals-demo/deploys/64b87c0dbd451100074ef62d
Deploy Preview https://deploy-preview-391--preact-signals-demo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

andrewiggins commented 1 year ago

Note - compressed-size action will fail cuz it checks out the previous main branch which has the old lockfile and isn't compatible with the new lock file

JoviDeCroock commented 1 year ago

Merged it as it fixes our workflows for other PR's