Skip to content
Permalink
main
Switch branches/tags

Commits on Aug 26, 2022

  1. test: account for module resolution differences

    In some cases due to module resolution '@ngtools' might already been under `@angular-devkit/build-angular`.
    alan-agius4 authored and clydin committed Aug 26, 2022
  2. test: remove hardcoded worker chunk id

    This commit changes how we retrieve the worker chunk Id. Prior to this change we hard coded the value, now we get it by reading the file names on disk.
    alan-agius4 authored and clydin committed Aug 26, 2022

Commits on Aug 25, 2022

  1. build: update ng-dev version

    update to the latest version of ng-dev
    josephperrott authored and dgp1130 committed Aug 25, 2022
  2. fix(@angular-devkit/build-angular): correct esbuild builder global st…

    …ylesheet sourcemap URL
    
    The sourcemap URL in the output CSS files for global stylesheets is now correctly updated to
    reflect the name of the global stylesheet output file and not the internal `stdin` virtual
    file name.
    clydin authored and dgp1130 committed Aug 25, 2022

Commits on Aug 23, 2022

  1. perf(@angular-devkit/build-angular): with esbuild builder only load S…

    …ass compiler when needed
    
    Previously, the Sass compiler was imported on the start of every build regardless of its usage.
    The Sass compiler will now only be loaded if a Sass stylesheet is requested.
    clydin authored and dgp1130 committed Aug 23, 2022
  2. perf(@angular-devkit/build-angular): avoid extra string creation with…

    … no sourcemaps for esbuild sass
    
    When using the experimental esbuild-based browser application builder with Sass stylesheets, an
    additional string creation for each output stylesheet will now be avoided when sourcemaps are disabled.
    clydin authored and dgp1130 committed Aug 23, 2022
  3. refactor(@angular-devkit/build-angular): process esbuild builder glob…

    …al stylesheets and code at the same time
    
    The global stylesheet processing using esbuild and the code bundling that also uses esbuild are now executed
    asynchronously. Previously, the global stylesheet processing was required to wait until the code bundling was
    complete before starting. Any warnings and/or errors for global stylesheets will also now be shown even if there
    are errors during code bundling.
    clydin authored and dgp1130 committed Aug 23, 2022
  4. refactor(@angular-devkit/build-angular): move esbuild builder global …

    …stylesheet bundling into separate function
    
    The global stylesheet bundling and processing code has been moved out of the main builder execution function
    and into a separate function. This shortens the length of the main execution function for the builder and also
    allows for further refactoring to allow the code and global stylesheet bundling to be executed at the same time.
    clydin authored and dgp1130 committed Aug 23, 2022

Commits on Aug 22, 2022

  1. refactor(@angular/cli): update analytics prompt copy

    Swapping `anonymous` for `pseudonymous` to align with privacy communication guidelines.
    dgp1130 committed Aug 22, 2022
  2. fix(@angular-devkit/build-angular): correctly handle parenthesis in url

    PR #23691 introduced a regression that caused paranthesis in url not to be handled correctly.
    
    This change correct this behaviour and adds a test case to valid this.
    
    Closes #23773
    alan-agius4 authored and dgp1130 committed Aug 22, 2022
  3. build: update angular

    angular-robot authored and josephperrott committed Aug 22, 2022
  4. build: update to TypeScript 4.8 RC

    Updates to the TypeScript 4.8 RC and adds some code to account for a breaking change where the decorators and modifiers of an AST node have been combined into a single array.
    crisbeto authored and josephperrott committed Aug 22, 2022

Commits on Aug 16, 2022

Commits on Aug 12, 2022

  1. ci: update ChromeDriver to 104.0.5112.79

    Attempt to solve Windows E2E flakes
    alan-agius4 authored and clydin committed Aug 12, 2022
  2. build: update angular

    angular-robot authored and clydin committed Aug 12, 2022
  3. refactor(@angular-devkit/schematics): reduce RxJS usage in callRule/c…

    …allSource functions
    
    The amount of additional RxJS operators and chaining has been reduced within the `callRule`
    and `callSource` functions. This also reduces the complexity of the code and removes
    several repetitive code segments.
    clydin committed Aug 12, 2022

Commits on Aug 11, 2022

  1. ci: re add test-browsers step

    This was deleted by mistake
    alan-agius4 authored and clydin committed Aug 11, 2022
  2. refactor(@angular-devkit/core): remove deprecated rxjs empty functi…

    …on usage
    
    The RxJS `empty` function is deprecated and will be removed in future versions.
    The `EMPTY` constant is the recommended replacement.
    clydin committed Aug 11, 2022
  3. fix(@angular-devkit/core): update workspace extension warning to use …

    …correct phrasing
    AgentEnder authored and clydin committed Aug 11, 2022
Older