What's New (Page 3 of 7)

Static Blocks Support

08 Mar 2023

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.


Import Assertions Support

08 Feb 2023

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.


PNPM Support

31 Jan 2023

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.


Vitest v0.27.0

13 Jan 2023

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.


Yarn 2 Workspace Support

10 Jan 2023

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.


Vitest v0.26.0

20 Dec 2022

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.


Vitest v0.24.0

10 Oct 2022

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.


Vitest v0.23.0

05 Sep 2022

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.


File System Scanning Improvements

25 Aug 2022

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.


Vitest Overrides

18 Aug 2022

Wallaby now introduces the ability to override files and tests defaults in vitest, providing you with increased flexibility and control over your testing environment. To make use of this new functionality, simply use the override feature in your Wallaby configuration file. By enabling you to specify files and tests parameters, this enhancement supports tailored testing setups, adapting to your project needs seamlessly.