v1.22.18

dmachat/angular-webpack-cookbookv1.22.18Mar 15, 2022by DanBuild

AI Summary

Fixes a critical bug where a Node.js 17.7.0 regression broke Yarn, causing network errors.

Key Highlights

  • Resolves Yarn network errors caused by Node 17.7.0 regression
  • Fixes broken `url.resolve` function
  • Note: Users should update Node.js to 17.7.1+ to prevent this issue

Full Release Notes

Node 17.7.0 had a regression in `url.resolve` which broke Yarn, causing network errors. This release fixes that, although the regression also got fixed on the Node side starting from 17.7.1, so as long as you keep your Node up-to-date it'll be fine.