v20.20.2
fs: refactor handleTimestampsAndMode to remove redundant call
fs: improve error performance of sync methods
fs: introduce `dirent.parentPath`
permission: include permission check on lib/fs/promises
fs: do not crash if the watched file is removed while setting up watch
fs: refactor rimraf to avoid using primordials
fs: add flush option to createWriteStream()
fs: call the callback with an error if writeSync fails
lib: fixup incorrect argument order in assertEncoding
errors: improve hideStackFrames