Filipe Silva
666b84bbd3
test(@schematics/angular): add bazel tests
2018-08-22 16:36:10 -07:00
Filipe Silva
c03516a81e
test(@angular-devkit/build-optimizer): add bazel tests
2018-08-22 16:36:10 -07:00
Filipe Silva
9a63db837b
refactor(@angular-devkit/schematics-cli): update bazel build file
2018-08-22 16:36:10 -07:00
Filipe Silva
e17cc66f93
test(@angular-devkit/schematics): add bazel tests
2018-08-22 16:36:10 -07:00
Filipe Silva
a6028a7761
test(@angular-devkit/core): add bazel tests
2018-08-22 16:36:10 -07:00
Filipe Silva
80479bb85c
build: use a more restrictive node modules glob
2018-08-22 16:36:10 -07:00
Filipe Silva
04d2fc6096
ci: update bazel-build to run tests
2018-08-22 16:36:10 -07:00
Filipe Silva
6cfbe209b2
ci: update circleci to use bazel 0.15
2018-08-22 16:36:10 -07:00
Filipe Silva
b1ad957a15
build: update bazel workspace
2018-08-22 16:36:10 -07:00
Filipe Silva
6519745089
fix(@angular-devkit/build-angular): support inline javascript in less
...
Based on https://github.com/angular/devkit/pull/866
Fix https://github.com/angular/angular-cli/issues/10430
2018-08-22 11:52:49 -07:00
Hans
c0f61dcb83
build: throw an exception when a package is not found in monorepo
2018-08-21 11:19:55 -07:00
Hans
56a97c1fc2
build: add support for yarn workspace in scripts
2018-08-21 11:19:55 -07:00
Alan Agius
2c858503ba
fix(@angular-devkit/build-angular): tslint exclude for relative paths
...
Closes #11773
2018-08-21 11:17:47 -07:00
Alan Agius
718ee15b9a
refactor: remove flatModuleId
and flatModuleOutFile
from library tsconfig
...
The autogenerated fiellds are no longer required following this PR https://github.com/dherges/ng-packagr/pull/1024
This has been released in `ng-packagr` `v4.1.0`
2018-08-21 10:16:38 -07:00
Hans Larsen
cc434b6dee
fix(@schematics/update): fix logic to coerce the version number
...
And add unit tests for it.
2018-08-21 10:14:18 -07:00
Hans
0a3e47934a
test: fix e2e tests that were incorrectly checking stdout
2018-08-21 09:57:34 -07:00
Hans Larsen
548616eda3
feat(@schematics/angular): use STDERR to report warnings
2018-08-21 09:57:34 -07:00
Hans Larsen
2a1e19c4e4
feat(@ngtools/webpack): use STDERR to report warnings
2018-08-21 09:57:34 -07:00
Hans Larsen
20b5d916d2
feat(@angular/cli): use STDERR to report warnings
2018-08-21 09:57:34 -07:00
Charles Lyding
b4a30762fe
fix(@angular/pwa): support ng add with CLI 6.0.x
...
Fixes #11663
2018-08-20 16:34:10 -07:00
Charles Lyding
ad84bb1fdc
fix(@angular/pwa): properly write closing body tag when modifying index
...
Fixes #11543
Fixes #11942
2018-08-20 10:28:25 -07:00
Charles Lyding
682cae1ba0
ci: improve yarn caching on AppVeyor
2018-08-19 13:00:02 -07:00
Charles Lyding
3034befa63
ci: use select e2e tests instead of large unit tests with AppVeyor
2018-08-19 13:00:02 -07:00
Hans
95951905e3
feat(@angular/cli): add flags to the process title
...
Closes #8772
Fixes #6888
Special thanks to @tomastrajan for original PR.
2018-08-19 12:59:20 -07:00
Charles Lyding
07c829d34b
fix(@angular-devkit/schematics): improve tree type checking
...
Fixes #11683
2018-08-17 15:26:36 -07:00
Alan Agius
b759ebdc55
fix(@angular/cli): command runner is not working on windows
...
`fs` is unable to read the normalized paths from `@angular-devkit/core` on `windows` as the disk drive is replaced from `c:/` to `/c/`
Closes #11928
2018-08-17 11:38:42 -07:00
Hans
f9ad0e27e7
refactor: move isJsonObject to json namespace
2018-08-17 11:20:54 -07:00
Hans
055a157356
feat(@angular-devkit/core): add json namespace export
2018-08-17 11:20:54 -07:00
Hans Larsen
15b9ccb14c
build: add license whitelist to allow license validation
2018-08-17 11:03:12 -07:00
Hans Larsen
a5e0c720c4
build: re-add name and version field so npm link works
2018-08-17 11:03:12 -07:00
Sibiraj
eb87002a12
feat(@angular-devkit/build-angular): update karma to v3
2018-08-17 10:39:27 -07:00
Sibiraj
e66394f27f
feat(@schematics/angular): update karma to v3
...
Fixes #10963
2018-08-17 10:39:27 -07:00
sis0k0
068dfa405e
fix(@schematics/schematics): prefix unused argument with underscore
...
The `options` arguments is not used in the function. This causes the
TypeScript compilation to fail.
fixes #11916
2018-08-16 23:20:51 -07:00
Hans Larsen
3d80aa8010
ci: fix pre-push hook
2018-08-16 20:37:26 -07:00
Hans Larsen
744cfa4543
ci: add SHAs of invalid messages to blacklist
2018-08-16 20:34:41 -07:00
Alex Eagle
53684fe36a
docs: add some missing release bits ( #11921 )
2018-08-16 14:08:02 -07:00
Alex Eagle
21d87e9395
Release 6.2.0-beta.3
2018-08-16 11:54:55 -07:00
clydin
ec3fa8080a
ci: use latest npm 6.x for E2E tests ( #11898 )
v6.2.0-beta.3
2018-08-15 15:59:20 -07:00
Alan Agius
9107f3cc4e
docs: update optimization
description ( #11862 )
...
At the moment, the definition might suggest that `optimization` takes some values other than `true` and `false`
Close : #11856
2018-08-15 15:58:22 -07:00
Filipe Silva
711d0c0ef4
fix(@angular-devkit/build-angular): update node-sass ( #11831 )
...
See https://github.com/sass/node-sass/issues/2355 for context.
Fix #11699
Related to #10963
2018-08-15 15:57:34 -07:00
Filipe Silva
af137809e8
fix(@angular-devkit/build-angular): update less ( #11709 )
...
Uses minimum versions listed in https://github.com/webpack-contrib/less-loader/issues/252#issuecomment-406416493
Fix #10899
2018-08-15 15:51:48 -07:00
Robert Baker
e8f18b71b1
fix(@angular-devkit/build-angular): fixes hash comparison for service worker ( #11865 )
2018-08-15 15:51:03 -07:00
Adrian Moos
b8d4e19fc4
fix(@angular-devkit/core): detect mingw terminal as color capable ( #11834 )
...
restoring color to git-bash users under windows
Fixes #11833
2018-08-15 15:48:46 -07:00
Alex Eagle
71f2e71554
docs: Restore SAVED_REPLIES ( #11902 )
...
It was deleted when we moved back from the devkit repo.
Also add a couple new replies contributed by Filipe.
2018-08-15 15:45:08 -07:00
Filipe Silva
a93fd86ba0
ci: move docs issues out of l2 triage ( #11900 )
2018-08-15 10:44:31 -07:00
Corinna Cohn
f46869d4ed
refactor(@angular-devkit/build-angular): mute internal reporters ( #11238 )
...
* refactor(@angular-devkit/build-angular): mute internal reporters when
other reporters are configured
internal Karma reporters should suppress output when user-defined
reporters are configured to prevent extrananeous error reporting for
failed tests
* refactor(@angular-devkit/build-angular): mute internal reporters when
other reporters are configured
internal Karma reporters should suppress output when user-defined
reporters are configured to prevent extrananeous error reporting for
failed tests
2018-08-14 07:29:40 -07:00
Abraham Williams
ffdbb0a1cf
docs: Fix README license badge ( #11127 )
2018-08-14 07:15:18 -07:00
★ F A I S A L ★
76a3ec3fea
Added configuration file name for v6+ ( #11114 )
2018-08-14 07:13:20 -07:00
Fredrik Lundin
f63a228f34
docs: fix typo "jsob" to "json"
2018-08-14 07:06:26 -07:00
Hans
37e8f55fa7
build: add json-schema-traverse to yarn
2018-08-13 20:58:47 -07:00