v20.20.1
fs: refactor handleTimestampsAndMode to remove redundant call
fs: improve error performance of sync methods
fs: introduce `dirent.parentPath`
lib,permission: require full read and write to symlink APIs
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