24 Commits

Author SHA1 Message Date
Alex Eagle
6fc6e84b0a fix(@schematics/angular): Include bazel-out in .gitignore
We could do this only when we know the user has opted into using Bazel, like in the @angular/bazel schematics.
However, the complexity of amending new lines to the .gitignore isn't worth it, when we can just add one line here.

Fixes #13636
2019-02-08 16:13:00 -08:00
Alan Agius
bf566c7101 build: update karma and jasmine dependencies (#13566)
* feat(@schematics/angular): update karma and jasmine dependencies

* feat(@angular-devkit/build-angular): update karma and jasmine dependencies

* build: update karma and jasmine dependencies

* test: add test expectations in shell component
2019-02-05 21:15:08 -08:00
Alan Agius
36eba0c9fc refactor: use .template suffix for all schematic files
Currently when using `ivy-ngcc` it will print out a warning

```
Failed to read entry point info from //node_modules/@schematics/angular/workspace/files/package.json with error SyntaxError: Unexpected token < in JSON at position 1121.
```

Fixes #13378
2019-01-16 10:29:56 -08:00
cexbrayat
a52fc53f04 feat(@schematics/angular): activate recommended tslint rules 2019-01-14 11:06:54 -08:00
cexbrayat
2f262bb75f feat(@schematics/angular): extend tslint:recommended
Updates the `tslint.json` file to extend to the `tslint:recommended` set.
Removes the rules that have the same value as the recommended one and explicitely deactivates some rules that are activated in the recommended set, but were not in ours.
2018-12-26 12:37:37 -08:00
Alan Agius
7b3dd8f510 fix(@schematics/angular): let tslint resolve codelyzer (#13101)
Tslint will try to resolve modules using node module resolution.
https://palantir.github.io//tslint/usage/configuration/

Fixes #13100
2018-11-30 14:10:53 -08:00
Hayden Berge
480952df56 feat(@schematics/angular): add .history directory to gitignore 2018-11-19 17:20:00 -08:00
Jesús
83469c5387 style: update editorconfig website url (#12923) 2018-11-14 12:36:33 -08:00
Alan Agius
0995886004 refactor: remove experimentalAngularNext (#12848)
Closes #12769
2018-11-06 22:46:10 -08:00
Filipe Silva
8064ff6bdd fix(@schematics/angular): update karma version 2018-11-01 10:31:50 -07:00
Fabrice_Pomata
524769bf99 feat(@schematics/angular): add profiling files to gitignore
closes #12811
2018-11-01 08:32:58 -07:00
Alan Agius
c891ab0723 fix(@schematics/angular): minimal workspace leaves blank line in package.json
Fix #12778
2018-10-31 21:04:30 -07:00
Alan Agius
0b4e91bb97 feat(@schematics/angular): enable typescript helpers in workspace 2018-10-23 10:22:16 -07:00
Charles Lyding
16f1834736 fix(@schematics/angular): update codelyzer for new projects
codelyzer@4.5.0 adds support for Angular 7.0 and removes peer dep warnings on new project install.
2018-10-18 09:50:35 -07:00
Suguru Inatomi
1a6b471c82 feat(@schematics/angular): remove @angular/http as it's deprecated 2018-10-15 14:34:49 -07:00
Rohit Sarkar
907ce5c94c feat(@schematics/angular): Add --minimal flag to generate a barebones (#12498)
project
2018-10-10 12:08:24 -07:00
Christian Liebel
e72d1c3ed7 feat(@schematics/angular): update tsconfig.json libs to include es2018
Update the lib property in tsconfig.json files for Angular libraries and workspaces to include es2018.
2018-09-25 16:38:43 -04:00
Sibiraj
e66394f27f feat(@schematics/angular): update karma to v3
Fixes #10963
2018-08-17 10:39:27 -07:00
Alan Agius
9aadb8e6d1 feat(@schematics/angular): add no-redundant-jsdoc tslint rule
When building a library, `tsickle` is used as the `annotateForClosureCompiler` option is `true`. `tsickle` warns when redundant jsdocs are used.

d24b139b71/src/jsdoc.ts (L170-L178)

These diagnostics are later passed to Angular Compiler and are treated as errors.

Seeing this: https://github.com/angular/angular/issues/19969#issuecomment-343318361 it looks like it is expected that warnings will fail the build.

Closes: #11282
2018-08-13 16:58:23 -07:00
Hans
3886aab55b feat(@schematics/angular): add a --experimental-ivy flag to ng-new
This will create a new Ivy-enabled application. Also available in "ng g application".
2018-08-09 19:37:53 -04:00
Charles Lyding
d8a2ebc039 feat(@schematics/angular): update new project development dependencies 2018-07-30 08:02:30 -07:00
Charles Lyding
1080357683 fix(@schematics/angular): update protractor to 4.5 for new projects
Partially addresses #10963
2018-07-23 11:39:44 +01:00
Filipe Silva
b8cecbbb3c feat(@schematics/angular): use es2015 modules overall
This change helps to keep the behaviour of build/serve/test consistent by using the same import semantics in all of them.
2018-06-13 22:33:32 +01:00
Hans Larsen
44086c60ff build: move devkit repo back to angular-cli 2018-06-05 18:50:06 -07:00