Skip to content

jest: v4.0.0

Compare
Choose a tag to compare
@next-team next-team released this 10 Sep 13:28
9c51cc0

4.0.0 (2024-09-10)

� BREAKING CHANGES

  • change jest "mode" option to a boolean "ci" option
  • move jest options to task options and allow configuring env
  • drop support for Node 16
  • rename Task#options to pluginOptions
  • move base classes into their own package
  • rename hooks in toolkitrc to commands
  • add new lazy plugin spec to rest of plugins

Features

  • allow tasks to receive a task options object and parse task schema when initialising (1dce6bd)
  • change jest "mode" option to a boolean "ci" option (ca6f2d4)
  • move base classes into their own package (be1681b)
  • move jest options to task options and allow configuring env (686f84c)
  • rename hooks in toolkitrc to commands (45baa66)
  • split schemas out into separate package (5d538cd)

Performance Improvements

  • add new lazy plugin spec to rest of plugins (5367c9a)

Miscellaneous Chores

  • drop support for Node 16 (ab95982)

Code Refactoring

  • rename Task#options to pluginOptions (e73dcae)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @dotcom-tool-kit/base bumped from ^3.4.1 to ^1.0.0
      • @dotcom-tool-kit/logger bumped from ^3.4.1 to ^4.0.0