jest-cli v27.0.5 Release Notes

  • ๐Ÿ”‹ Features

    • โฑ [@jest/fake-timers] Flush callbacks scheduled with requestAnimationFrame every 16ms when using legacy timers. (#11523)
    • ๐Ÿ’ป [pretty-format] Use globalThis (with polyfill if required) to bring support for esbuild's browser bundling mode (#11569)

    ๐Ÿ›  Fixes

    • ๐Ÿ [jest-core] Support special characters like @, + and () on Windows with --findRelatedTests (#11548)
    • [@jest/fake-timers] Do not add setImmediate and clearImmediate if they do not exist in the global environment (#11599)
    • [@jest/reporters] Allow node-notifier@10 as peer dependency (#11523)
    • โšก๏ธ [@jest/reporters] Update v8-to-istanbul (#11523)