Ben McCann

Results 1592 comments of Ben McCann

You might consider `tinyglobby`, which uses `fdir`/`picomatch`, but could be better performing as it does some optimizations to avoid having `fdir` crawl folders that are under the `ignore` pattern. It...

`tinyglobby` should be faster. Here's a benchmark from their repo: ![Screenshot from 2025-06-26 10-28-43](https://github.com/user-attachments/assets/98f818c6-f9b6-44cd-b5cd-1e396578578b) Looks like the CI for this change is failing because Jest is outdated, so we'll either...

I've updated this PR to use the latest `tinyglobby`, which in turn uses the latest `fdir`, which removes the usage of `AbortController`, so this PR should pass on older versions...

This has three approvals. Could we merge it? I would also recommend merging this related PR: https://github.com/testing-library/jest-dom/pull/659 (chalk 3 is used there, so we're currently pulling in two versions of...

`create-svelte` creates new projects with the flat config. I do think it would be nice to encourage users to switch to the new config format as it's a much nicer...

https://github.com/sveltejs/kit/pull/13881 is a PR against this branch that adds additional tests

Oh, I didn't realize older versions were better in that regard. Thanks for sharing! Here's a page describing several alternatives to `qs`: https://github.com/es-tooling/module-replacements/blob/main/docs/modules/qs.md I chose `neoqs` as being the easiest...

I think that Skeleton will also need to be upgraded as it looks like it uses `svelte/internal`, which is no longer available. The Skeleton v2 migration guide is here: https://github.com/skeletonlabs/skeleton/discussions/1947

I sent https://github.com/dimfeld/svelte-maplibre/pull/213 to upgrade Skeleton and run the migration tool. Upgrading Skeleton was most of the work and it looks like you've already done that here. Feel free to...