Ben McCann
Ben McCann
I'm not sure I like the idea of using a fork of picomatch. picomatch itself dedupes really well. If we use a fork then it won't dedupe. It might be...
Is this PR enough to use tinyglobby in knip? You need streaming support first, right? (https://github.com/SuperchupuDev/tinyglobby/issues/24). Perhaps we should focus there first as that's needed by multiple projects
I've filed an issue to discuss the gitignore issue: https://github.com/SuperchupuDev/tinyglobby/issues/92
>>Third parties avoiding pnpm upgrades is often caused because that project doesn't want to drop support for a given version of Node until their next major release >pnpm comes bundled...
Thanks! It would be great to make that change as part of pnpm 10
As both the issue title and description specified, I am using the beta
that's great! thank you so much!! I updated my branch to use 14.0.0-beta.12, but unfortunately the CI has been hanging for the past hour, so it seems like there's probably...
hmm. something still seems to be broken as my PR is hanging after upgrading to the latest version: https://github.com/mapbox/node-pre-gyp/pull/743 I don't know if I have a lot more time to...
It's going to nag if it's not there. Regardless of whether anything is broken without it, I'd add it to avoid the warning
> I realized that svelte2tsx depends on typescript (even though the package.json of svelte2tsx says it is a devDependency). I checked to make sure we're doing the right thing in...