tc39 / ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://tc39.es/ecmarkup/
MIT License
222 stars 63 forks source link

bump jsdom and lowcase element selectors #620

Closed bakkot closed 2 weeks ago

bakkot commented 1 month ago

jsdom has finally updated its transitive dependency which was printing a deprecation warning, so bump it to silence the warning here.

None of the breaking changes should be relevant to us, but there's a bug where CSS selectors are incorrectly case-sensitive wrt element names, so we need to change a couple uppercase ones here,