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

Commits on Jun 27, 2025

  1. fix(@angular-devkit/build-angular): remove unused `@vitejs/plugin-bas…

    …ic-ssl` dependency
    
    This dependency is no longer needed.
    
    Closes #30613
    
    (cherry picked from commit f1d41b0)
    alan-agius4 committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    1ebd53d View commit details
    Browse the repository at this point in the history
  2. build: use more shards for application builder tests

    (cherry picked from commit dcf356f)
    jkrems committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    434ebb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. fix(@angular/build): proxy karma request from / to /base

    This commit fixes an issue where Karma requests were not being correctly proxied, leading to 404 errors for assets and other files during test execution in Angular projects. The fix ensures that all Karma requests from the root (`/`) are correctly forwarded to the `/base` directory, where Karma serves the files.
    
    Karma will always serve files from `/base`. This change aligns the testing environment with this fundamental behavior, resolving pathing issues and ensuring that tests can locate their dependencies reliably.
    
    Closes #30627
    
    (cherry picked from commit 73f57f3)
    alan-agius4 committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    05cebdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c2d67 View commit details
    Browse the repository at this point in the history
Loading