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: 13.1.3
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: 13.1.4
Choose a head ref
  • 9 commits
  • 27 files changed
  • 5 contributors

Commits on Jan 16, 2022

  1. fix(@angular-devkit/build-angular): disable parsing new URL syntax

    When web-workers are enabled we allowing parsing `new URL` syntax which has the side-effect that Webpack will treat all assets as asset modules (https://webpack.js.org/guides/asset-modules/#url-assets). With this change we remove this inconsistency by disabling the `url` parsing which doesn't effect `new Worker(new URL(...))`.
    
    (cherry picked from commit a0784bd)
    alan-agius4 authored and filipesilva committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    2f2069d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9539d15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8da55b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0700bfb View commit details
    Browse the repository at this point in the history
  5. fix(@angular-devkit/build-angular): support ESNext as target for Java…

    …Script optimizations
    
    Previously, when ESNext was used, we fallbacked to ES2020 which caused ESBuild to output broken code.
    
    Closes #22486
    
    (cherry picked from commit b5c4a23)
    alan-agius4 authored and filipesilva committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    bddd0fb View commit details
    Browse the repository at this point in the history
  6. build: bump engine.io from 6.1.0 to 6.1.1

    Bumps [engine.io](https://github.com/socketio/engine.io) from 6.1.0 to 6.1.1.
    - [Release notes](https://github.com/socketio/engine.io/releases)
    - [Changelog](https://github.com/socketio/engine.io/blob/master/CHANGELOG.md)
    - [Commits](socketio/engine.io@6.1.0...6.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: engine.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 86af1e5)
    dependabot[bot] authored and filipesilva committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    0a54877 View commit details
    Browse the repository at this point in the history
  7. refactor(@angular-devkit/build-angular): exit early when there are no…

    … component style budgets
    
    With this change we exit the function early, when there are no budgets defined.
    
    (cherry picked from commit a35262e)
    alan-agius4 authored and filipesilva committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    47c03b0 View commit details
    Browse the repository at this point in the history
  8. build: bump .nvmrc version

    `@typescript-eslint/[email protected]` requires at least `14.17.0`, so our current `.nvmrc` isn't up to date enough.
    
    ```
    $ yarn --frozen-lockfile                                                                                                                                                                (master|✔)
    yarn install v1.22.17
    [1/5] Validating package.json...
    [2/5] Resolving packages...
    [3/5] Fetching packages...
    error @typescript-eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^12.22.0 || ^14.17.0 || >=16.0.0". Got "14.16.1"
    error Found incompatible module.
    info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
    ```
    
    (cherry picked from commit a750203)
    dgp1130 authored and filipesilva committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    954f660 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

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