Notable changes: cli: * (SEMVER-MINOR) allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) https://github.com/nodejs/node/pull/52766 doc: * add pimterry to collaborators (Tim Perry) https://github.com/nodejs/node/pull/52874 fs: * (SEMVER-MINOR) allow 'withFileTypes' to be used with globs (Aviv Keller) https://github.com/nodejs/node/pull/52837 inspector: * (SEMVER-MINOR) introduce the `--inspect-wait` flag (Kohei Ueno) https://github.com/nodejs/node/pull/52734 lib,src: * remove --experimental-policy (Rafael Gonzaga) https://github.com/nodejs/node/pull/52583 perf_hooks: * (SEMVER-MINOR) add `deliveryType` and `responseStatus` fields (Matthew Aitken) https://github.com/nodejs/node/pull/51589 test_runner: * (SEMVER-MINOR) support test plans (Colin Ihrig) https://github.com/nodejs/node/pull/52860 zlib: * (SEMVER-MINOR) expose zlib.crc32() (Joyee Cheung) https://github.com/nodejs/node/pull/52692 PR-URL: https://github.com/nodejs/node/pull/52971