What's New (Page 4 of 9)
By default, Wallaby will capture and display any console.log
values that are executed by your code and tests. This behavior can now be changed with a new captureConsoleLog
setting.
Wallaby now automatically includes support for ES2022 static blocks. This upgrade enables you to now incorporate static blocks, acting as additional static initializers in your codebase.
Wallaby now includes support for JavaScript import assertions. Import Assertions are an inline syntax for module import statements to pass on more information alongside the module specifier and may be used by more modern frameworks.
Wallaby now provides first-class support for projects that use pnpm
. This enhancement provides seamless interaction with pnpm projects. If you’re using pnpm
there is no
need to do anything special, just ensure you’re running the latest version of Wallaby.
Wallaby now supports the latest version of vitest (v0.27.0). The recent update of vitest included breaking changes that required rework of Wallaby’s integration.
Wallaby has recently been enhanced with first-class support for yarn2 workspaces. This provides a more robust and seamless integration for those utilizing yarn2’s workspaces. This is especially be beneficial for managing and testing multi-package or monorepo structures. Ensure your Wallaby version is up-to-date to take full advantage of this enhancement.
Wallaby now supports the latest version of vitest (v0.26.0). The recent update of vitest included breaking changes that required rework of Wallaby’s integration.
Wallaby now supports the latest version of vitest (v0.24.0). The recent update of vitest included breaking changes that required rework of Wallaby’s integration.
Wallaby now supports the latest version of vitest (v0.23.0). This update ensures seamless integration with vitest, accommodating the recent API changes introduced in its latest version.
Wallaby’s file system scanning has been significantly improved and decreases startup times for large projects and mono-repos. This improvement boosts efficiency, enabling you to kickstart your testing workflow without delay. To leverage this improvement, simply start Wallaby as usual, and you’ll experience the improved startup speed.