What's New (Page 6 of 11)
Wallaby now supports the latest version of vitest (v0.30.0). The recent update of vitest included a number of breaking changes due to internal vitest changes.
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.