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: 17.3.6
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: 17.3.9
Choose a head ref
  • 10 commits
  • 18 files changed
  • 5 contributors

Commits on May 2, 2024

  1. fix(@angular-devkit/schematics): use web standard error check for Den…

    …o support
    
    (cherry picked from commit 41ee8ea)
    littledivy authored and clydin committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1ab1c6c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix(@angular-devkit/build-angular): decode URL pathname decoding duri…

    …ng SSG fetch
    
    Previously, missing URL decoding led to assets not being located correctly.
    
    Closes: #27590
    (cherry picked from commit 5f14787)
    alan-agius4 authored and clydin committed May 3, 2024
    Configuration menu
    Copy the full SHA
    998c720 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. refactor(@schematics/angular): link for ignoring files

    updates the broken link for `.gitignore` file
    
    (cherry picked from commit f9dc761)
    naaajii authored and alan-agius4 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cd43c1f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 13, 2024

  1. fix(@angular/cli): clarify optional migration instructions during ng …

    …update
    
    The instructions for when optional migrations are present within an updated
    package have been adjusted. A sentence has been added to mention that
    optional migrations can be executed after the update process if preferred
    and can be skipped for now.
    
    (cherry picked from commit 0ead36d)
    clydin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3ada6eb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix(@angular-devkit/schematics): `SchematicTestRunner.runExternalSche…

    …matic` fails with "The encoded data was not valid for encoding utf-8"
    
    When using Jest instanceof does not work correctly. See: jestjs/jest#2549
    
    Closes: #27643
    (cherry picked from commit 7b52b98)
    alan-agius4 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4b6ba8d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on Aug 29, 2024

  1. fix(@angular-devkit/build-angular): upgrade webpack to 5.94.0

    Addresses security vulnerability detailed in GHSA-4vvj-4cpr-p986.
    
    Closes #28292
    alan-agius4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    88501f3 View commit details
    Browse the repository at this point in the history
  2. fix(@angular-devkit/build-angular): clear context in Karma by default…

    … for single run executions
    
    This works around #28271.
    
    (cherry picked from commit 3ee2163)
    dgp1130 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e2c5c03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e56adb0 View commit details
    Browse the repository at this point in the history
Loading