Alan Agius
e31d5d89b7
build: update bazel packages
2019-10-24 12:05:25 -07:00
Charles Lyding
bcf8876470
test: add debug helper package scripts
2019-10-24 12:04:42 -07:00
Charles Lyding
276032c962
fix(@angular-devkit/build-angular): use project root as translation file base
2019-10-24 12:04:42 -07:00
Charles Lyding
294ecdd7f3
fix(@angular-devkit/build-angular): remove @angular/localize from application if localizing
2019-10-24 12:04:42 -07:00
Charles Lyding
30536881f9
fix(@angular-devkit/build-angular): set locale identifier when localizing
2019-10-24 12:04:13 -07:00
vikerman
99c174c03b
release: v9.0.0-next.15
v9.0.0-next.15
2019-10-23 15:10:42 -07:00
renovate[bot]
c0f43a9084
build: update to version ( #15889 )
2019-10-23 13:29:44 -07:00
Amadou Sall
cc4abddcdd
refactor(@schematics/angular): remove hardcoded value of newProjectRoot
( #15925 )
...
the default value of `newProjectRoot` is already defined in the schema
2019-10-23 10:00:04 -07:00
Alan Agius
70e460d656
refactor: use require.resolve instead of custom resolve
( #15906 )
2019-10-23 09:59:36 -07:00
Noopur
e7bc27056d
docs: corrected spelling of Globally
under Installation
section ( #15905 )
2019-10-23 09:58:51 -07:00
Charles Lyding
5597f7fedc
refactor(@angular-devkit/build-angular): allow control of cache location
...
`NG_BUILD_CACHE` can specify an absolute path to be used as the cache location. Caching can also be disabled by setting the variable to 0 or false.
2019-10-23 09:56:49 -07:00
Michael
5260bbb9a3
fix(@angular-devkit/build-angular): sockPath for custom path
...
Set devServer.sockPath to connect to reloading socket
via custom path when serving the app on a custom path.
2019-10-23 09:56:26 -07:00
vikerman
cf47948dcc
release: v9.0.0-next.14
v9.0.0-next.14
2019-10-22 14:23:06 -07:00
Alan Agius
e92c46a3cf
refactor(@schematics/angular): remove deprecated spec
and styleext
options
...
BREAKING CHANGE:
Deprecated `styleext` and `spec` options have been removed. Use `style` and `skipTests` options instead.
2019-10-22 13:27:08 -07:00
Alan Agius
613f7dbcd4
refactor(@angular-devkit/core): deprecate old terminal and resolve APIs
2019-10-22 13:26:52 -07:00
Alan Agius
a384a983fa
feat(@schematics/angular): add tslib as a peerDependencies in library package.json
...
This is to align with https://github.com/angular/angular/pull/32167
2019-10-22 13:26:38 -07:00
Alan Agius
8d892160d3
feat(@angular-devkit/build-ng-packagr): limit support to version 9.0
...
ng-packagr version 9 removes support for previous versions of Angular.
2019-10-22 13:26:38 -07:00
Renovate Bot
98460ef44c
build: update glob to version 7.1.5
2019-10-22 13:26:09 -07:00
Renovate Bot
c4cf2634f6
build: update core-js to version 3.3.3
2019-10-22 13:25:55 -07:00
Judy Bogart
98e0ca4542
docs: include major-verson update advice
2019-10-22 13:25:42 -07:00
Charles Lyding
7677f26219
refactor(@ngtools/webpack): remove unneeded tree-kill dependency
2019-10-22 13:25:11 -07:00
Renovate Bot
6bcbe0dfe8
build: update karma to version ~4.4.0
2019-10-22 13:24:49 -07:00
Alan Agius
6d6fc05795
test: run webdriver update in ivy-localize-dl
2019-10-22 13:13:54 -07:00
Alan Agius
b0dcfd08a0
fix(@angular/cli): logic to determine if the installed CLI is out of date
...
With this change we now check if the current CLI version is the latest published version. If it is not, we install a temporary version to run the `ng update` with.
2019-10-22 13:13:54 -07:00
vikerman
0a959abc60
release: v9.0.0-next.13
v9.0.0-next.13
2019-10-21 13:29:16 -07:00
Renovate Bot
151ced8df0
build: update caniuse-lite to version 1.0.30001002
2019-10-21 13:04:41 -07:00
Renovate Bot
395c979128
build: update rollup to version 1.25.1
2019-10-21 13:04:10 -07:00
Renovate Bot
1c5e3586ca
build: update open to version 7.0.0
2019-10-21 13:03:55 -07:00
Charles Lyding
358bc12856
feat(@angular-devkit/build-angular): support i18n localization for non-differential builds
2019-10-21 13:03:32 -07:00
Charles Lyding
e9279bbe1a
fix(@angular-devkit/build-angular): update sourcemaps during localization
2019-10-21 13:03:32 -07:00
Charles Lyding
895fa620a2
feat(@angular-devkit/build-angular): support deprecated i18n options with new configuration
2019-10-21 13:03:32 -07:00
Charles Lyding
bc831e8ff5
feat(@angular-devkit/build-angular): support parallel i18n localization
2019-10-21 13:03:32 -07:00
Renovate Bot
987aebec14
build: update @angular/animations to version 9.0.0-next.12
2019-10-21 11:22:03 -07:00
Renovate Bot
91d41b5ea4
build: update webpack to version 4.41.2
2019-10-21 09:58:56 -07:00
Renovate Bot
035187aa32
build: update terser to version 4.3.9
2019-10-21 09:58:44 -07:00
Renovate Bot
18c79af31f
build: update browserslist to version 4.7.1
2019-10-21 09:38:37 -07:00
cexbrayat
3ec4f61357
fix(@schematics/angular): remove unneeded debugElement in test
...
The generate tests in `app.component.spec.ts` are using `fixture.debugElement.componentInstance` whereas we can directly use `fixture.componentInstance`. This fixes the generated test to show a better example to users discovering unit tests.
2019-10-21 09:38:16 -07:00
Alan Agius
3c9305b37c
test: fix update-git-clean-subdirectory test
2019-10-21 09:37:29 -07:00
Filipe Silva
3fc4c91fff
feat(@schematics/angular): update @types/node for version 9
...
Angular will only support TS 3.6+ on version 9, and older versions of `@types/node` are incompatible with it and will cause all builds to fail.
Related to https://github.com/angular/angular/pull/33250
2019-10-21 09:37:29 -07:00
Alan Agius
0074abfbe8
feat(@schematics/angular): update to TypeScript 3.6
2019-10-21 09:37:29 -07:00
vikerman
95776fed67
release: v9.0.0-next.12
v9.0.0-next.12
2019-10-17 14:21:22 -07:00
Renovate Bot
13bdf06473
build: update @angular/animations to version
2019-10-17 14:14:57 -07:00
Tom Sullivan
6c6ae08ec7
fix(@angular/cli): Determine relative paths correctly
...
As `git status --porcelain` always shows paths relative to the top
level, fetch the top level path in `checkCleanGit` and properly
determine whether any modified files are actually within the
Angular workspace root.
2019-10-17 14:14:07 -07:00
Filipe Silva
ab70e61d02
fix(@ngtools/webpack): don't set ngprogram to null
...
It should be undefined instead: cd7b199219/packages/compiler-cli/src/ngtsc/program.ts (L161)
Fix https://github.com/angular/angular-cli/issues/15857
2019-10-17 10:45:12 -07:00
Charles Lyding
cda57ae0e5
feat(@angular-devkit/build-angular): optimize i18n localize usage in source locale
2019-10-17 10:45:01 -07:00
Charles Lyding
cf116da464
fix(@angular-devkit/build-angular): normalize extract i18n format option
2019-10-17 10:45:01 -07:00
Charles Lyding
9fca29a254
refactor(@angular-devkit/build-angular): use copy file utility in action cache
2019-10-17 10:45:01 -07:00
Charles Lyding
2b41cd1e81
feat(@angular-devkit/build-angular): initial support for i18n translation inlining
2019-10-17 10:45:01 -07:00
Filipe Silva
4ede5b61f5
test: add jit-prod e2e
2019-10-17 09:55:56 -07:00
Vikram Subramanian
e8cdfa6020
release: v9.0.0-next.11
v9.0.0-next.11
2019-10-16 10:02:58 -07:00