Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.2.17
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.2.18
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 25, 2026

  1. fix(@angular/build): bump undici to 7.28.0

    Bumps undici to version 7.28.0 to resolve the GHSA-vxpw-j846-p89q security vulnerability.
    Also mentions GHSA-fx2h-pf6j-xcff.
    
    Fixes #33449
    alan-agius4 committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    a2b6116 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/cli): respect release age policy in update bootstrapping…

    … logic
    
    Querying version target returns the resolved range/tag specifier instead of the resolved specific version number if the installed CLI version is outdated. This allows the package manager to natively enforce release-age policies (like pnpm's `minimum-release-age` or yarn's `npmMinimalAgeGate`) and select an appropriate older version during temporary installation rather than crashing.
    clydin committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    61a810a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. fix(@angular/build): bump vite to 7.3.6

    Bumps vite to 7.3.6. This also bumps the internal esbuild version.
    
    Fixes #33470
    alan-agius4 committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    2510ee3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

  1. Configuration menu
    Copy the full SHA
    fe3a606 View commit details
    Browse the repository at this point in the history
Loading