Skip to content
Permalink
master

Commits on Jan 30, 2021

  1. build: update autoprefixer to version 10.2.4

    renovate-bot authored and alan-agius4 committed Jan 30, 2021

Commits on Jan 29, 2021

  1. build: always disable CLI TTY mode when running in bazel

    alan-agius4 committed Jan 29, 2021
  2. build: update rollup to version 2.38.1

    renovate-bot authored and alan-agius4 committed Jan 29, 2021
  3. build: update mini-css-extract-plugin to version 1.3.5

    renovate-bot authored and alan-agius4 committed Jan 29, 2021
  4. build: update angular packages

    renovate-bot authored and alan-agius4 committed Jan 29, 2021
  5. build: update husky to version 5.0.8

    alan-agius4 committed Jan 29, 2021

Commits on Jan 28, 2021

  1. fix(@angular-devkit/build-angular): handle promise rejection in Index…

    …HtmlWebpackPlugin
    
    Webpack doesn't handle promise rejections properly. With this change use use a try/catch block and add the error to the compilation.
    
    Closes #19893
    alan-agius4 committed Jan 28, 2021
  2. fix(@angular-devkit/build-angular): add fallback for non defined stat…

    …s options
    
    A fallback value for stats options when an option is not defined. It has precedence over local webpack defaults.
    alan-agius4 committed Jan 28, 2021
  3. refactor(@angular/cli): fix super minor typo

    while I was making myself familiar with the code-base
    to solve an open issue, I saw this super minor typo
    and decided to fix it
    profanis authored and alan-agius4 committed Jan 28, 2021
  4. fix(@angular/cli): redirect Angular schematic dependency requests to …

    …known versions
    
    This change adds logic to redirect module resolution requests for Angular schematics to ensure that the correct versions of core schematic related packages are used.  This also ensures that the runtime version of the schematics package matches the version used inside the schematic and that object instances passed into the schematic are compatible.
    The current set of core schematic related packages are `@angular-devkit/*` and `@schematics/angular`.  Only first-party Angular schematics are currently affected by this change.
    clydin authored and alan-agius4 committed Jan 28, 2021
  5. refactor(@angular-devkit/schematics): allow customization of node wor…

    …kflow engine host
    
    This adds an option to the NodeWorkflow to allow a custom NodeModulesEngineHost to be used with the workflow.
    clydin authored and alan-agius4 committed Jan 28, 2021
  6. fix(@angular-devkit/build-angular): fix budgets for any script with d…

    …ifferential loading enabled
    
    Fixes #19849
    mattlewis92 authored and alan-agius4 committed Jan 28, 2021
  7. build: update bazel to 4.0.0

    Update to the latest version of bazel (4.0.0).
    josephperrott authored and alan-agius4 committed Jan 28, 2021
  8. build: update angular packages

    renovate-bot authored and alan-agius4 committed Jan 28, 2021
  9. docs: fix tests with Bazel link

    alan-agius4 committed Jan 28, 2021
  10. test(@angular-devkit/build-angular): move output-hashing test to new …

    …test harness
    alan-agius4 committed Jan 28, 2021
  11. fix(@angular-devkit/build-angular): allow emitting multiple files wit…

    …h the same filename
    
    Previously when hashing of media was disabled, if 2 files had the same name. Only one files used to be emitted. With this change we change the behaviour so that both files are emitted.
    
    Closes #12186
    alan-agius4 committed Jan 28, 2021
  12. fix(@angular-devkit/build-angular): styles that are not injected do c…

    …ount for initial bundle size
    
    Closes #17672
    alan-agius4 committed Jan 28, 2021
  13. fix(@angular-devkit/schematics): Fix merge that causes an overwrite

    This fixes #11337 to allow for merging of a tree with another when the the file already exists in the tree being merged into.
    Brocco authored and alan-agius4 committed Jan 28, 2021
  14. feat(@angular/cli): provide additional status messaging for ng add

    This adds a spinner as well as shows more information regarding what package version was selected to be installed.
    
    Closes #17983
    clydin authored and alan-agius4 committed Jan 28, 2021
  15. refactor(@ngtools/webpack): replace deprecated TypeScript methods

    TypeScript provides a set of pure functions for producing syntax tree nodes. Since TypeScript 4.0 these methods have been deprecated in favor of the factory API.
    
    See: https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes#typescript-40
    alan-agius4 committed Jan 28, 2021

Commits on Jan 27, 2021

  1. release: v11.2.0-next.0

    No need to update root `package.json` as it is already version `11.2.0-next.0`.
    dgp1130 committed Jan 27, 2021

Commits on Jan 26, 2021

  1. build: update to yarn v1.22.10

    Update to the latest version of yarn.
    josephperrott authored and filipesilva committed Jan 26, 2021
  2. feat(@angular-devkit/build-angular): support targeting ES2017 with Zo…

    …ne.js
    
    This change causes native async functions to be downleveled when an application targets ES2017 within its TypeScript configuration.  Any source file that contains the async keyword will be processed including libraries.  Since Zone.js does not support native async, this processing allows Zone.js to function with an ES2017 target.
    clydin authored and filipesilva committed Jan 26, 2021
  3. fix(@schematics/update): update line end normalization for CA file re…

    …ad from .npmrc
    
    Before only first line end was being replaced.
    Also, the replace value was incorrectly escaped.
    
    The CA read from cafile being corrupt resulted in broken updates
    when using registry with self-signed certificate.
    
    The workaround till this is merged is to use `ca` or `ca[]` properties in `.npmrc`.
    minijus authored and filipesilva committed Jan 26, 2021
  4. build: update speed-measure-webpack-plugin to version 1.4.2

    renovate-bot authored and filipesilva committed Jan 26, 2021

Commits on Jan 25, 2021

  1. test(@ngtools/webpack): update depedencies in webpack test-app

    alan-agius4 authored and filipesilva committed Jan 25, 2021
  2. refactor(@ngtools/webpack): replace deprecated TypeScript methods

    TypeScript provides a set of  pure  functions for producing syntax tree nodes. Since TypeScript 4.0 these methods have been deprecated in favor of the `factory` API.
    
    See: https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes#typescript-40
    alan-agius4 authored and filipesilva committed Jan 25, 2021
  3. build: update pacote to version 11.2.3

    renovate-bot authored and filipesilva committed Jan 25, 2021
  4. build: update rollup to version 2.38.0

    renovate-bot authored and filipesilva committed Jan 25, 2021
  5. build: update verdaccio to version 4.11.0

    renovate-bot authored and filipesilva committed Jan 25, 2021
  6. build: update to version

    renovate-bot authored and filipesilva committed Jan 25, 2021
  7. refactor(@angular-devkit/core): deprecate flatten schema method.

    The flatten schema method has been deprecated without replacement.
    
    Producing a flatten schema document does not in all cases produce a schema with identical behavior to the original.
    
    See: https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.appendix.B.2
    alan-agius4 authored and filipesilva committed Jan 25, 2021
Older