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: 16.2.11
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: 16.2.13
Choose a head ref
  • 8 commits
  • 17 files changed
  • 2 contributors

Commits on Jan 22, 2024

  1. fix(@angular-devkit/build-angular): update dependency vite to v4.5.2

    This commit updates vite to address GHSA-c24v-8rfc-w8vw
    
    Closes #26916
    alan-agius4 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5fad401 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Feb 2, 2024

  1. test: update webpack tests filenames and size checks to pass with lat…

    …est webpack
    
    Fix CI
    
    (cherry picked from commit 25de3e9)
    alan-agius4 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    50a46c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix(@angular-devkit/build-angular): update webpack-dev-middleware t…

    …o `6.1.2`
    
    Addressed in this commit is an update to `webpack-dev-middleware` to version `6.1.2`, resolving a security concern identified at GHSA-wr3j-pwj9-hqq6.
    
    Closes #27334
    alan-agius4 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5ad507e View commit details
    Browse the repository at this point in the history
  2. build: update ng-dev config to work with Node.js 18.19

    Update ng-dev setup to work with 18.19 For more details, refer to: TypeStrong/ts-node#2094
    
    (cherry picked from commit a6129a6)
    alan-agius4 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6b8722d View commit details
    Browse the repository at this point in the history
  3. test: disable failing test

    Disable test that is failing but not caused by this change
    alan-agius4 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bdcc5a1 View commit details
    Browse the repository at this point in the history
  4. test: update Safari 15 private property E2E for babel changes

    Recent babel downlevelling changes for private properties require
    adjustments to the test expectations for the `misc/safari-15-class-properties`
    E2E test. This E2E test ensured that private class properties are
    downlevelled when Safari 15 is present in the supported browsers list
    to workaround Safari bugs that were present in these older versions of
    the browser.
    
    (cherry picked from commit 1ae6252)
    clydin authored and alan-agius4 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    882fff3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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