npm @redwoodjs/core 0.44.0
v0.44.0

latest releases: 8.0.0-canary.656, 8.0.0-canary.655, 7.5.2-next.82...
2 years ago

Recommended Code Modification

This code modification is recommended but not required unless necessary for use with third-party tools.

PR #4096 improves Jest config (switches to presets from imports) to support third-party tools like Wallaby.

To automatically update to the new config, simply run this code modification in your Redwood project:

npx @redwoodjs/codemods@latest update-jest-config

This will make the following changes:

  1. web/jest.config.js updated to match this template
  2. api/jest.config.js update to match this template
  3. ./jest.config.js added to match this template

Note: The automated code modification will attempt to keep any custom changes to the default configurations. If applicable, do confirm customizations are implemented and working correctly after running the code mod.

Changelog

Unique contributors: 7

PRs merged: 18

Features

  • Dedupe generator postfix #4261 by @Tobbe
  • Forms: Automatically handle optional relation fields #4302 by @Tobbe
  • Add codemods for 3rd-party compatible jest config #4355 by @jtoar

Fixed

  • (jest) improves performance and mem use reduction; adds compatibility with 3rd party tools; fwds all args to jest command #4096 by @dac09
  • Add explanation and docs link in generated tests #4218 by @refactor-this
  • fix rw deploy render redundant api processes causing server to exceed mem limit #4278 by @thedavidprice
  • createCell: Give cell results priority over cell props #4304 by @Tobbe
  • Fix telemetry showing Node version for Yarn and npm #4313 by @cannikin

Chore

Package Dependencies

View all Dependency Version Upgrades

Don't miss a new core release

NewReleases is sending notifications on new releases.