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.15
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.16
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 11, 2026

  1. fix(@angular/ssr): prioritize options over environment variables in A…

    …ngularNodeAppEngine
    
    Prioritize constructor options over environment variables when initializing the AngularNodeAppEngine. Previously, environment variables took priority and blindly overrode the constructor options if they were defined in the environment. Now, explicit constructor options act as the override, while the environment variables serve as a fallback.
    alan-agius4 committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    d052e97 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. fix(@angular/cli): update pacote to 21.5.1

    Update pacote to 21.5.1 to address GHSA-w4pp-8pjf-rmxw
    
    Fixes #33376
    alan-agius4 committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    77c9047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14459e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1efc647 View commit details
    Browse the repository at this point in the history
Loading