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: 18.2.4
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: 18.2.5
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 18, 2024

  1. fix(@angular/build): update vite to 5.4.6

    Includes a fix for CVE-2024-45812 / CVE-2024-45811
    
    Closes #28435
    alan-agius4 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1032b3d View commit details
    Browse the repository at this point in the history
  2. test: ensure localize package is not initially present in E2E test

    (cherry picked from commit 33e6cb0)
    clydin committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    11554f5 View commit details
    Browse the repository at this point in the history
  3. fix(@angular/build): support HTTP HEAD requests for virtual output files

    When using the development server, HTTP HEAD requests will now correctly
    respond for the virtual output files generated from the Angular build
    system.  Previously Vite only handled GET requests for the files. While
    HEAD requests are not common in development workflows, it can be needed in
    more complex cases with additional servers/proxies/etc. during development.
    
    (cherry picked from commit f6b7cd9)
    clydin committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7074316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6384f1 View commit details
    Browse the repository at this point in the history
Loading