From 2d5b4409578ab7ee98d8336647371ef1691d722c Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:03:58 +0000 Subject: [PATCH] release: cut the v20.3.31 release --- CHANGELOG.md | 74 ++++++++++++++++++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 49 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff461e50078..4fe066e425ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + + +# 20.3.31 (2026-07-01) + +### @angular-devkit/build-angular + +| Commit | Type | Description | +| --------------------------------------------------------------------------------------------------- | ---- | --------------------- | +| [4ea787cd0](https://github.com/angular/angular-cli/commit/4ea787cd0dfc7226896643a6f8ccd99846c85c2c) | fix | bump undici to 7.28.0 | + +### @angular/build + +| Commit | Type | Description | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------ | +| [df5a2cc2b](https://github.com/angular/angular-cli/commit/df5a2cc2bcf8d65d834164984ee5456718dfb75e) | fix | bump vite to 7.3.6 | + + + # 20.3.30 (2026-06-24) @@ -13429,21 +13447,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Pa A number of browser and server builder options have had their default values changed. The aim of these changes is to reduce the configuration complexity and support the new "production builds by default" initiative. **Browser builder** -| Option | Previous default value | New default value | -|----------------------------------------|---------------------------|-------------------| -| optimization | false | true | -| aot | false | true | -| buildOptimizer | false | true | -| sourceMap | true | false | -| extractLicenses | false | true | -| namedChunks | true | false | -| vendorChunk | true | false | + +| Option | Previous default value | New default value | +| --------------- | ---------------------- | ----------------- | +| optimization | false | true | +| aot | false | true | +| buildOptimizer | false | true | +| sourceMap | true | false | +| extractLicenses | false | true | +| namedChunks | true | false | +| vendorChunk | true | false | **Server builder** -| Option | Previous default value | New default value | -|---------------|------------------------|-------------------| -| optimization | false | true | -| sourceMap | true | false | + +| Option | Previous default value | New default value | +| ------------ | ---------------------- | ----------------- | +| optimization | false | true | +| sourceMap | true | false | (cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc) @@ -14464,21 +14484,23 @@ Alan Agius, Charles Lyding, Joey Perrott, Cédric Exbrayat, Doug Parker, Joshua A number of browser and server builder options have had their default values changed. The aim of these changes is to reduce the configuration complexity and support the new "production builds by default" initiative. **Browser builder** -| Option | Previous default value | New default value | -|----------------------------------------|---------------------------|-------------------| -| optimization | false | true | -| aot | false | true | -| buildOptimizer | false | true | -| sourceMap | true | false | -| extractLicenses | false | true | -| namedChunks | true | false | -| vendorChunk | true | false | + +| Option | Previous default value | New default value | +| --------------- | ---------------------- | ----------------- | +| optimization | false | true | +| aot | false | true | +| buildOptimizer | false | true | +| sourceMap | true | false | +| extractLicenses | false | true | +| namedChunks | true | false | +| vendorChunk | true | false | **Server builder** -| Option | Previous default value | New default value | -|---------------|------------------------|-------------------| -| optimization | false | true | -| sourceMap | true | false | + +| Option | Previous default value | New default value | +| ------------ | ---------------------- | ----------------- | +| optimization | false | true | +| sourceMap | true | false | (cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc) diff --git a/package.json b/package.json index 984accdb7965..6573d937b349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/devkit-repo", - "version": "20.3.30", + "version": "20.3.31", "private": true, "description": "Software Development Kit for Angular", "keywords": [