Comparing 17.3.11...17.3.12 · angular/angular-cli · GitHub
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.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: 17.3.12
Choose a head ref
  • 4 commits
  • 15 files changed
  • 3 contributors

Commits on Dec 5, 2024

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

Commits on Feb 12, 2025

  1. fix(@angular-devkit/build-angular): update vite to version 5.4.14

    Version update from 5.1.8 to address advisory GHSA-vg6x-rcgg-rjx6
    
    Vite version 5.4.12+, which is now used by the Angular CLI with the `application`/`browser-esbuild`
    builders, contains a potentially breaking change for some development setups. Examples of such
    setups include those that use reverse proxies or custom host names during development.
    The change within a patch release was made by Vite to address a security vulnerability.
    For projects that directly access the development server via `localhost`, no changes should
    be needed. However, some development setups may now need to adjust the
    `allowedHosts` development server option. This option can include an array
    of host names that are allowed to communicate with the development server. The option
    sets the corresponding Vite option within the Angular CLI.
    For more information on the option and its specific behavior, please see the Vite
    documentation located here:
    https://vite.dev/config/server-options.html#server-allowedhosts
    
    The following is an example of the configuration option allowing `example.com`:
    ```
    "serve": {
          "builder": "@angular-devkit/build-angular:dev-server",
          "options": {
            "allowedHosts": ["example.com"]
          },
    ```
    clydin committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    d832370 View commit details
    Browse the repository at this point in the history
  2. test: add --disable-dev-shm-usage to address `WebDriverError: unkno…

    …wn error: Chrome failed to start: crashed`
    
    This fixes an issue where protractor integration tests are failing with
    
    ```
    [07:38:37] I/direct - Using ChromeDriver directly...
    [07:38:39] E/launcher - unknown error: Chrome failed to start: crashed.
      (unknown error: DevToolsActivePort file doesn't exist)
    ```
    
    (cherry picked from commit 0718e1b)
    alan-agius4 authored and clydin committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    69477fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b479e80 View commit details
    Browse the repository at this point in the history
Loading