v22.23.0
fs: fix errorOnExist behavior for directory copy in fs.cp
lib: remove unnecessary optional chaining
fs: close dir before throwing if `options.bufferSize` is invalid
fs: fix ENOTDIR in globSync when file is treated as dir
permission: disable FileHandle utimes with permission model
fs: do not crash if the watched file is removed while setting up watch
fs: refactor rimraf to avoid using primordials
fs: throw `ERR_INVALID_THIS` on illegal invocations
lib: prefer logical assignment
fs: avoid computing time coefficient constants in runtime
fs: allow correct handling of burst in fs-events with AsyncIterator