Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
884 stars 48 forks source link

chore: upgrade caniuse-lite db #84

Closed with-heart closed 3 years ago

with-heart commented 3 years ago

I'm working on something else in the codebase and noticed that a lot of the snapshots for run.test have embedded Browserslist errors. This PR upgrades the caniuse-lite db and updates the snapshots to keep the snapshot messages directly relevant to the packages.

changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: 58c3ae02277f684f8264f0151ea4b34226cf4cfc

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

emmatown commented 3 years ago

Won't this create the same problem when the version updated in this PR is out of date? So isn't leaving it out-of-date kind of good in a way because it won't fail in the future?

with-heart commented 3 years ago

Whoops, missed this somehow. Yeap, that makes sense.