-
Notifications
You must be signed in to change notification settings - Fork 11
Bump dependencies flagged by dependabot #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@mendhak if you're around, had a chance to look at this one |
Oh nice you got the tests passing too. Sorry I couldn't be much help there, the errors didn't make much sense to me. |
Yeah, the test issue was funky- it was a weird case where the test seemed to be attempting to use a version of |
The one thing I did remove without replacing was the check for whether the |
assertManifests(manifests) | ||
return manifests | ||
const raw = await loadRawManifests(path); | ||
const manifests = JSON.parse(raw.toString()) satisfies Manifests; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, and looks like the builds are happy with it too. This work is satisfactory 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, I'll go ahead and merge it in- lmk if any issues come up- I'm not actively using this project a ton at the moment so you would likely find them before me 💪
No description provided.