-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
chore(db): Add missing github-slugger dependency & tests #10405
Conversation
🦋 Changeset detectedLatest commit: 2375ce7 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 |
30a4e68
to
ce3b377
Compare
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.
Looks great to me! Thanks for fixing it. I addressed the merge conflicts.
The changes seem obvious, but I'm surprised this wasn't an issue before. It may have to do with the specific package manager you use.
@43081j Could you share the error and the package manager it occurs with?
Yeah, this issue was completely unsound, but the package must be added. Thank you for fixing this |
i didn't do anything odd in particular, i basically did a clean clone then i was using node v21, and pnpm 8.15.5 iirc i'll try again locally later today if i can, to be sure it was those versions |
just tried it on my macbook (was on WSL on windows before i think), with a clean clone pnpm i
pnpm run build
node 21.7.1 |
have done the PR comments FYI 👍 let me know if all is good |
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.
Surprised we got this far without catching... must have unsafely resolved from an Astro core dependency. Thanks for catching!
Changes
This wasn't building locally thanks to
github-slugger
missing from the dependencies.I've added it to the package, and a couple of tests while I was in there.
Testing
New unit tests were added (though unrelated to github-slugger)
Docs
N/A