This will need to become 24.15.0 or 24.14.1 (so that we get [email protected] out of the box) before this can be merged.
Eric Cornelissen (80d74d92) at 08 Mar 17:55
Harden npm
Getting a similar but unrelated error when installing in the v3 range, in particular for v3.0.4 I'm getting:
Error: searching log query: [POST /api/v1/log/entries/retrieve][400] searchLogQueryBadRequest {"code":400,"message":"verifying signature: ecdsa: Invalid IEEE_P1363 encoded bytes"}
error during command execution: searching log query: [POST /api/v1/log/entries/retrieve][400] searchLogQueryBadRequest {"code":400,"message":"verifying signature: ecdsa: Invalid IEEE_P1363 encoded bytes"}
Eric Cornelissen (7c9be6b0) at 03 Jan 22:06
Eric Cornelissen (7c9be6b0) at 03 Jan 22:06
Bump intended security support until 2026-06-01
Relates to !129
Eric Cornelissen (7c9be6b0) at 03 Jan 21:56
Bump intended security support until 2026-06-01
... and 1 more commit
Eric Cornelissen (5b0fd518) at 03 Jan 21:56
Eric Cornelissen (5b0fd518) at 03 Jan 21:56
Remove awaits from examples
Update the examples to avoid the use of await, which is no longer necessary in Node.js v24 (see https://nodejs.org/en/blog/release/v24.0.0#test-runner-enhancements).
The test suite itself is not updated because it still needs to function on Node.js v22 for runtime compatibility testing.
Supersedes !131
Eric Cornelissen (2ce334e9) at 03 Jan 21:12
Update the test suite (and examples) to avoid the use of await, which is no longer necessary in Node.js v24 (see https://nodejs.org/en/blog/release/v24.0.0#test-runner-enhancements).
Update the examples to avoid the use of await, which is no longer necessary in Node.js v24 (see https://nodejs.org/en/blog/release/v24.0.0#test-runner-enhancements).
The test suite itself is not updated because it still needs to function on Node.js v22 for runtime compatibility testing.
Supersedes !131
Eric Cornelissen (5b0fd518) at 03 Jan 21:11
Remove awaits from examples
Update the test suite (and examples) to avoid the use of await, which is no longer necessary in Node.js v24 (see https://nodejs.org/en/blog/release/v24.0.0#test-runner-enhancements).
Eric Cornelissen (2ce334e9) at 02 Jan 19:21
Remove awaits from testing