Alan Agius
5b6502b645
build: update ng-packagr and tslint
2019-04-15 11:09:13 -07:00
Filipe Silva
b7dfdb8643
build: update to Angular 8.0.0-beta.12
2019-04-13 10:23:02 -07:00
Alan Agius
d917c7bca6
build: update to angular version 8.0.0-beta.11
2019-04-04 09:27:35 -07:00
Charles Lyding
9bb7e7dc8c
refactor(@angular-devkit/build-ng-packagr): cleanup architect imports
2019-04-02 10:31:24 -07:00
Alan Agius
4595d9c598
build: update angular packages to 8.0.0-beta.10
2019-04-01 02:54:41 -07:00
Charles Lyding
7e9297b64d
refactor(@angular-devkit/build-ng-packagr): cleanup experimental architect API
2019-03-29 14:37:46 -07:00
Alan Agius
952da428f6
feat(@angular-devkit/build-ng-packagr): add support for ng-packagr version 5
2019-03-27 12:11:38 -07:00
Renovate Bot
a516f8ad91
build: update semver to version 6.0.0
2019-03-27 10:05:43 -07:00
Filipe Silva
6e3d2e0c4d
feat(@ngtools/webpack): support Angular 8
...
This requires updating projects to TypeScript 3.3
2019-03-20 12:29:01 -07:00
Charles Lyding
fc48101a90
feat(@angular-devkit/build-ng-packagr): implement stable architect API
2019-03-19 09:05:01 -07:00
Hans Larsen
08e91a94ab
build: refactor QoL on monorepo.json
...
This should make it easier to manage and diff. This takes 2 things into account:
1. we have either stable or experimental versions and each are kept in monorepo.
2. we dont keep hash and update only changed packages.
This commit also removed the hash to make sure this does not happen.
2019-03-13 13:51:01 -07:00
Alan Agius
ae13974f1d
build: update to rxjs 6.4
2019-02-26 08:33:48 -08:00
Alan
e0e129c22a
build: update angular packages to version 8
2019-02-08 16:06:37 -08:00
Renovate Bot
ce42a4ce4e
build: update semver to version 5.6.0
2018-12-20 13:18:17 -08:00
Alan Agius
5111d15ff2
build: update to TypeScript 3.2 and Angular 7.2 RC
2018-12-19 10:55:05 -08:00
Alan Agius
508d4df482
choreUpdate angular and tsickle dependencies ( #13034 )
...
* build: update `@angular/packages` to `7.1.0`
* feat(@schematics/angular): use tsickle `>=0.34.0` when creating a library
This is the official version that supports 3.1+
* feat(@schematics/angular): use angular version `7.1.0`
2018-11-27 14:02:23 -08:00
Charles Lyding
c631c1852f
test: update angular test dependencies
2018-11-15 17:07:59 -08:00
Alan Agius
91e5fc0bfa
build: update to TypeScript 3.1
2018-10-01 07:39:59 -07:00
Charles Lyding
9a793494dc
build: update rxjs to 6.3
2018-09-26 12:57:56 -04:00
Alan Agius
84533e2446
build: update ng-packagr to 4.2.0
2018-09-18 11:30:54 -07:00
Alan Agius
b8b36ba339
refactor: pin down all direct dependencies
...
This is so that CLI users get the same direct dependency versions that were tested on the CI.
2018-09-07 11:01:50 -07:00
Alan Agius
88804b63dc
build: update repo to use typescript
3.0.x
...
Updated `@angular/<packages>` to `^7.0.0-beta.4` since we need this to be able to run the tests. Due to the `@angular/compiler` in `v6` doesn't support `typescript` `3.0.x`.
2018-09-06 08:28:16 -07:00
clydin
7e63dd791b
build: limit rxjs to 6.2.x due to a defect in 6.3.0 ( #12048 )
2018-08-30 15:33:31 -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
Charles Lyding
c729b0e7d9
build: use yarn workspaces
2018-08-10 18:25:32 -07:00
Alan Agius
d669dd64a8
feat(@angular-devkit/build-ng-packagr): add support for watch
when building a library
...
`ng-packagr` version `4.0.0-rc.3`, lands the incremental builds feature.
More info: https://github.com/dherges/ng-packagr/blob/master/CHANGELOG.md#400-rc2-2018-06-23
`enableResourceInlining` needs to be enabled for libraries that contain components
Closes : #10643
2018-07-30 06:41:28 -07:00
Alan Agius
c8240d9030
test(@angular-devkit/build-ng-packagr): add tests for watch mode
2018-07-30 06:41:28 -07:00
Alan Agius
1caf708dca
feat(@angular-devkit/build-ng-packagr): update ng-packagr
to version 4
2018-07-25 22:54:22 +01:00
Hans
91e7c3eb96
test: remove unused test directory and remove @ from paths
2018-07-12 09:26:36 -07:00
Filipe Silva
3e3dffba8e
fix(@angular-devkit/architect): unsubscribe on timeout in runTargetSpec
...
This way cleanup logic runs on timeout.
It also simplifies timeout definition for runTargetSpec and Jasmine.
2018-07-05 11:43:11 -04:00
Hans Larsen
44086c60ff
build: move devkit repo back to angular-cli
2018-06-05 18:50:06 -07:00