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.5
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.6
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 19, 2024

  1. fix(@angular/build): allow missing HTML file request to fallback to i…

    …ndex
    
    If a HTTP request is made to the development server that explicitly requests
    an HTML file (i.e., `/abc.html`), the development server will now attempt to
    fallback to the root `index.html` file if the requested HTML file does not exist.
    Since this may indicate a defect or other application misconfiguration such as a
    missing asset, a warning will also be issued in the console during development to
    notify the developer that something may be wrong.
    
    (cherry picked from commit 13a3e43)
    clydin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9d0b671 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. test: unlink symlink in ng add base E2E test

    Instead of attempting to delete all files within the directory, the created
    symlink can instead be removed on its own. This should prevent odd Windows
    failures in CI.
    
    (cherry picked from commit f05b053)
    clydin committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6a52dcc View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. test: update test logic to fix windows CI

    Minor changes to the testing setup to fix failures on Windows CI.
    
    (cherry picked from commit 5da0e48)
    alan-agius4 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c710539 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): update rollup to 4.22.4

    Contains fix for CVE-2024-47068.
    
    See: GHSA-gcx4-mw62-g8wm
    jkrems authored and clydin committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5fea635 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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