Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
io-ts
to 2.2.21 instead of the 2.2.20 it was upgraded to here would require someio-ts
type rewrites due to a bugfix in 2.2.21 (see non-enumerable records with extra keys do not passio-ts.record.is
, contrary to TypeScript types gcanti/io-ts#704) so it's not a trivial change.chai
cannot be bumped to v5, norhusky
to v9, norpretty-ms
to v9, due to the Supervisor still being a CommonJS module and the aforementioned packages moving to ESM in those versions. Doing so will result in theERR_REQUIRE_ESM
error until we can migrate to an ESM module (type: module
in package.json). See: chaijs/chai#1561Node 22 should help with ESM <--> CJS interoperability, see docs. We can revisit some NPM bumps after a Node upgrade.
Closes: #2321, #2320, #2319, #2315, #2290