-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: v10.0.0
head repository: angular/angular-cli
compare: v10.0.1
- 16 commits
- 35 files changed
- 3 contributors
Commits on Jun 24, 2020
-
ci: fix dedupe-duplicate-modules flakes
Following #17973, which we emitted the stderr when this test failed on CI. We see that the resolved module order sometimes changes, which is totally fine because of the async nature of the operation. https://circleci.com/gh/angular/angular-cli/167318#tests/containers/5 ``` [DedupeModuleResolvePlugin]: /tmp/angular-cli-e2e-i03vMQ/test-project/node_modules/tslib-1 -> /tmp/angular-cli-e2e-i03vMQ/test-project/node_modules/tslib-1-copy ``` With this change we handle both cases which should eliminate the flakes (cherry picked from commit bf599e4)
Configuration menu - View commit details
-
Copy full SHA for ee8bbe1 - Browse repository at this point
Copy the full SHA ee8bbe1View commit details
Commits on Jun 25, 2020
-
ci: fix saucelabs unsupported OS/browser/version/device combo
``` UnsupportedOperationError: Misconfigured -- Unsupported OS/browser/version/device combo: OS: 'Mac 10.15', Browser: 'safari', Version: '13.0.', Device: 'unspecified' ```
Configuration menu - View commit details
-
Copy full SHA for 2d65a49 - Browse repository at this point
Copy the full SHA 2d65a49View commit details
Commits on Jun 26, 2020
-
fix(@schematics/angular): don't error out on blank JSON files during …
…migrations During the solution-style-tsconfig migration we are unexpectedly erroring out when encounter a blank JSON file. This PR fixes this behaviour and also prints the file path when an error occurs when parsing JSON contents. Closes: #18012
Configuration menu - View commit details
-
Copy full SHA for dc8d8e0 - Browse repository at this point
Copy the full SHA dc8d8e0View commit details
Commits on Jun 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 52b02c6 - Browse repository at this point
Copy the full SHA 52b02c6View commit details -
fix(@angular-devkit/build-angular): don't dedupe modules without a na…
…me or version We should not try to dedupe secondary entrypoints, or modules which don't have a name and a version. Closes #17967
Configuration menu - View commit details
-
Copy full SHA for 95c08e7 - Browse repository at this point
Copy the full SHA 95c08e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a3b1e - Browse repository at this point
Copy the full SHA 68a3b1eView commit details
Commits on Jun 30, 2020
-
test: remove eval sourcemap tests
The eval sourcemap functionality has been removed in v10
Configuration menu - View commit details
-
Copy full SHA for d24a239 - Browse repository at this point
Copy the full SHA d24a239View commit details -
fix(@schematics/schematics): replaced removed
runner.runSchematic
w……ith `runner.runSchematicAsync` Deprecated `runSchematic` has been removed in version 10, `runSchematicAsync` should be used instead. Closes #18062
Configuration menu - View commit details
-
Copy full SHA for c402c31 - Browse repository at this point
Copy the full SHA c402c31View commit details -
fix(@schematics/angular): split browserslist IE entries and provide b…
…etter comments Closes #18032
Configuration menu - View commit details
-
Copy full SHA for 4e99531 - Browse repository at this point
Copy the full SHA 4e99531View commit details
Commits on Jul 1, 2020
-
fix(@angular-devkit/build-angular): update copy-webpack-plugin to 6.0.3
Prior versions of copy-webpack-plugin 6.x contained a memory usage regression that could cause gigabytes of memory to be used during a build. Version 6.0.3 contains a fix that prevents this issue. Referenced Issue: webpack-contrib/copy-webpack-plugin#505 (cherry picked from commit 23ae457)
Configuration menu - View commit details
-
Copy full SHA for 766cb06 - Browse repository at this point
Copy the full SHA 766cb06View commit details -
fix(@angular-devkit/build-angular): use copy-on-write asset processin…
…g for non-watch builds Optimized asset processing was only being performed when differential loading was enabled. This change ensures that the optimized approach is used for non-watch builds. This does not affect `ng serve` usage since it currently requires all application files to be in memory. (cherry picked from commit 3c734a8)
Configuration menu - View commit details
-
Copy full SHA for f22efa1 - Browse repository at this point
Copy the full SHA f22efa1View commit details -
fix(@angular-devkit/build-angular): match allowed dependencies agains…
…t the package name With this change we add the functionality to also match an allowed dependency against a package name. The package name is retrieved from the rawRequest. Previously, users needed to add the request path which in some case might be a deep import. Ex: `zone.js/dist/zone-error`. With this change adding the package name example `zone.js` will suffice. Closes: #18058
Configuration menu - View commit details
-
Copy full SHA for d74b7c9 - Browse repository at this point
Copy the full SHA d74b7c9View commit details -
fix(@angular-devkit/build-angular): show warning when using non globa…
…l locale data When using the `localize` option directly importing locale data from `@angular/common` is not needed because the Angular CLI will automatically include locale data. When not using the `localize` option, most likely users meant to import the global variant of the local data. See: https://angular.io/guide/i18n#import-global-variants-of-the-locale-data
Configuration menu - View commit details
-
Copy full SHA for 68ed9ab - Browse repository at this point
Copy the full SHA 68ed9abView commit details -
fix(@schematics/angular): migrate tsconfig.base.json module and targe…
…t options Closes #18073
Configuration menu - View commit details
-
Copy full SHA for c9f5304 - Browse repository at this point
Copy the full SHA c9f5304View commit details -
fix(@angular/cli): resolve external schematics from workspace root
Resolve schematics collections from the workspace root, as otherwise it will be resolved from the temporary installed CLI version Closes #18083
Configuration menu - View commit details
-
Copy full SHA for f51cde7 - Browse repository at this point
Copy the full SHA f51cde7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e98cacc - Browse repository at this point
Copy the full SHA e98caccView commit details
There are no files selected for viewing