Closed Burnett2k closed 8 months ago
Latest commit: 20df5a3904449eb7894f5ef5a10b63c95fc95685
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Description
This upgrades our devDependency on vitest from a beta version to the official 1.x.x major release. This meant snapshots needed to be updated, and we have to modify some of the types a little bit in the PR.
Kudos to @scottrippey for helping me get past a couple of the weird TS issues encountered.
Once this is done, we should no longer be referencing a vulnerable vite server vulnerability AND will be on a more stable version of Vitest for future testing.
After this + updating Sanity to
3.15.0
, we're not pointing at the vulnerable version of4.2.1
of vite server any longer.Fixes #274
Type of Change
How Has This Been Tested?
Checklist: (Feel free to delete this section upon completion)