Thanks to visit codestin.com
Credit goes to github.com

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.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: 17.3.5
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 16, 2024

  1. fix(@angular-devkit/build-angular): remove type="text/css" from `st…

    …yle` tag
    
    `type="text/css"` is deprecated, for more info see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style#deprecated_attributes
    
    Closes: #27471
    (cherry picked from commit 43816a5)
    alan-agius4 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0335d6a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix(@angular-devkit/build-angular): address `Unable to deserialize cl…

    …oned data` issue with Yarn PnP
    
    Occasionally, when using Yarn PnP, an error message `Unable to deserialize cloned data` arises during the optimization phase of JavaScript bundles. This update rectifies the problem.
    
    See: http://b/335203823
    (cherry picked from commit 1c3ff61)
    alan-agius4 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6191d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5f20a3 View commit details
    Browse the repository at this point in the history
Loading