Results 27 comments of jpw

Realistically this is not going to happen, but on the upside it's not hard to work around Mincer and use alternatives.

Thanks for highlighting the gap in the documentation, will improve it! This also highlights that Shunter's handling of non-GET/POST verbs could be better. As an aside, [HEAD requests _may_ include...

LGTM, thanks! Usually we would not check generated files into git such as `public/css/site.min.css`, but that can be thought about in a different PR in the future.

@dotcode @josebolos are there issues preventing this being merged?

Thinking some more, it is implied/expected that using e.g. 20 means the latest version of 20... Some CI/CD systems do use the value of the engines field. If we want...

Thanks @josebolos and @aarongoldenthal - good points! I've updated the PR to add a top limit to the semver range, to explicitly include what we currently test against: 20 -...

`undici` is an HTTP client, and the [CVE](https://github.com/advisories/GHSA-c76h-2ccp-4975) refers to potential issues using `undici` to post multipart form data to a malicious website. As @aarongoldenthal says, we use `cheerio` (which...