Alan Agius
bfb33b15e1
refactor(@angular-devkit/build-angular): remove support for TypeScript 3.9
...
BREAKING CHANGE:
TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.
2020-10-20 08:52:27 +02:00
Keen Yee Liau
8995e49f0b
feat(@angular-devkit/build-angular): Switch to karma-coverage
...
This commit switches coverage tooling from karma-coverage-istanbul-reporter
to karma-coverage since it's better supported.
Closes #17757
2020-09-06 12:22:25 +02:00
Alan Agius
fc5d2b3ff2
test: remove tsconfig.base.json from test cases
2020-08-12 19:26:12 +01:00
Alan Agius
d65235d391
feat(@schematics/angular): generate projects using jasmine-core 3.6.x
2020-07-27 20:16:21 +02:00
Charles Lyding
4181f44c5b
test: update webdriver chrome version
2020-07-24 17:35:30 +02:00
Alan Agius
065520d9be
build: update puppeteer to version 5.2.1
2020-07-23 23:30:22 +02:00
Charles Lyding
872bd48bbf
test: update generated tests to not use async helper function
2020-07-15 12:36:48 -04:00
Alan Agius
01a0f1fce8
fix(@angular-devkit/build-angular): update copy-webpack-plugin to version 6
...
Fixes #17858
2020-06-09 11:36:40 +01:00
Alan Agius
9ebca6b8d6
build: update karma-jasmine-html-reporter
to 1.5.0
2020-06-01 15:02:15 -04:00
Alan Agius
617f46fb57
build: update to karma-jasmine
to 3.3.0
2020-06-01 15:02:15 -04:00
Alan Agius
ade3f491fe
fix(@schematics/angular): remove node typings from tsconfig.spec.json
2020-05-27 14:17:05 +02:00
Alan Agius
93e253bc93
refactor: rename tsconfig.json to tsconfig.base.json
2020-05-20 12:12:33 -07:00
Alan Agius
ad471a9cd3
build: update to TypeScript 3.9
2020-05-18 11:35:00 -07:00
Alan Agius
0fd3c550b5
feat(@schematics/angular): update compiler options target and module settings
...
With this change we update the target and module settings of various compilation units.
- We replace ES5 target in protractor. Protractor runs on Node.Js which support ES2018
- For applications we now use `ES2020` instead of `ESNext` as a module to avoid unexpected changes in behaviour
This changes also adds a migration to update existing projects and also removes `module` from the Universal tsconfig as per #17352 to enable lazy loading on the server.
2020-05-06 11:42:35 -07:00
Alan Agius
371e44867c
fix(@schematics/angular): don't add @angular/language-service
in new Angular projects
...
This package is no longer required since the VS code extension is already shipped with it.
2020-05-05 10:50:27 -07:00
Alan Agius
e2eed2c8f8
build: update several packages
2020-05-04 10:51:49 -07:00
Filipe Silva
982c3bcd17
test(@angular/cli): add npm_integration_test
2020-04-30 15:12:46 -07:00