feat(stark-all): update to Angular 7 + TypeScript 3.1 #872
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove --no-optional param
Remove Node6 support. Add Node10 Support.
Update engines for each package
ISSUES CLOSED: #871
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #871
What is the new behavior?
The following deps have been updated:
@angular/...
: 7.x@ngx-translate/core
: 11.0.1@ngrx/...
: 7.0.0-beta.0Tsickle dependency has been added in the root of the project because it has been removed from the deps of
@angular/compiler-cli
. Tsickle is needed in our build process.The param
--no-optional
has been removed in the install scripts to improve cross-platform usage of the project (ie: on Windows and Linux,fsevents
is not used but it is used on MacOS. It should be part of the package-lock.json file as optional dependency).The rule
"no-unused-variable": true
has been removed from tslint.json because now it is part of TypeScript 3. See palantir/tslint#4046 for more info.The tests of the project are now runned with Node10 in replacement of Node8.
Does this PR introduce a breaking change?
Other information