Releases: angular/universal
v10.0.0-rc.1
commit 25c78bc
Author: Keen Yee Liau [email protected]
Date: Tue Jun 16 14:50:00 2020 -0700
release: v10.0.0-rc.1
commit 9effb24
Author: Adam Plumer [email protected]
Date: Sun Jun 14 00:37:15 2020 -0500
build: remove dev dependency on @types/express-serve-static-core
@types/express-serve-static-core is now a direct dependency of
@types/express, and having both creates TypeScript conflicts.
commit fc3d184
Author: Alan Agius [email protected]
Date: Fri Jun 12 13:33:06 2020 +0200
docs: remove redundant sections and broken link
commit 794097b
Author: Renovate Bot [email protected]
Date: Sat Jun 13 05:15:17 2020 +0000
build: update rollup to version ~2.16.0
commit 1e5b46d
Author: Kishan Gajera [email protected]
Date: Thu Jun 11 11:37:23 2020 -0400
fix(express-engine): use response in request object if not provided
The implementation of the Express server does not pass the `res` render option to the engine. In this case, fallback to use the response stored in Express' request object.
Closes #1691
commit dd1b3be
Author: Renovate Bot [email protected]
Date: Fri Jun 12 05:17:17 2020 +0000
build: update karma to version 5.1.0
commit a9e9ea6
Author: Alan Agius [email protected]
Date: Wed Jun 10 14:19:26 2020 +0200
fix(hapi-engine): make server.ts compliant with typedef tslint rule
Related to: https://github.com/angular/angular-cli/pull/17834
commit 4bb3837
Author: Alan Agius [email protected]
Date: Wed Jun 10 14:19:14 2020 +0200
fix(express-engine): make server.ts compliant with typedef tslint rule
Related to: https://github.com/angular/angular-cli/pull/17834
commit d7cdcb2
Author: Renovate Bot [email protected]
Date: Mon Jun 8 05:53:31 2020 +0000
build: update rollup to version ~2.15.0
commit a522137
Author: Alan Agius [email protected]
Date: Mon Jun 8 12:53:10 2020 +0200
build: use @bazel/bazelisk rather than @bazel/bazel
@bazel/bazel is being deprecated. @bazel/bazelisk is a drop in
replacement for @bazel/bazel.
commit d443e1e
Author: Renovate Bot [email protected]
Date: Fri Jun 5 18:37:22 2020 +0000
build: update rollup to version ~2.13.0
commit d2aef65
Author: Renovate Bot [email protected]
Date: Tue Jun 2 09:04:05 2020 +0000
build: update puppeteer to version ~3.3.0
commit 1a52a2b
Author: Renovate Bot [email protected]
Date: Sun May 31 07:59:18 2020 +0000
build: update ts-node to version 8.10.2
commit a3a3769
Author: Renovate Bot [email protected]
Date: Sun May 31 08:17:11 2020 +0000
build: update @types/fs-extra to version ^9.0.0
commit d69351d
Author: Renovate Bot [email protected]
Date: Sun May 31 07:51:36 2020 +0000
build: update karma to version 5.0.9
commit 154bc8d
Author: Renovate Bot [email protected]
Date: Sun May 31 07:28:12 2020 +0000
build: update karma-jasmine to version 3.3.1
commit f2cdccb
Author: Renovate Bot [email protected]
Date: Sun May 31 04:52:04 2020 +0000
build: update rollup to version ~2.12.0
commit 86afd15
Author: Renovate Bot [email protected]
Date: Fri May 29 11:23:33 2020 +0000
build: update rollup to version ~2.11.0
commit 6c70f1d
Author: Renovate Bot [email protected]
Date: Fri May 29 05:27:35 2020 +0000
build: update @bazel/hide-bazel-files to version ~1.7.0
commit 8ee74f6
Author: Renovate Bot [email protected]
Date: Fri May 29 05:27:49 2020 +0000
build: update karma-coverage-istanbul-reporter to version 3.0.3
commit e6c0fee
Author: Renovate Bot [email protected]
Date: Fri May 29 09:35:31 2020 +0000
build: update puppeteer to version ~3.2.0
v10.0.0-rc.0
commit c306fe9
Author: Keen Yee Liau [email protected]
Date: Wed May 27 13:59:44 2020 -0700
release: v10.0.0-rc.0
commit 8221655
Author: Alan Agius [email protected]
Date: Sat May 23 21:28:58 2020 +0200
ci: update chrome driver to 83.0.4103.0
commit c61f581
Author: Renovate Bot [email protected]
Date: Sat May 23 19:24:02 2020 +0000
build: update puppeteer to version ~3.1.0
commit b4e8972
Author: Alan Agius [email protected]
Date: Fri May 22 09:51:16 2020 +0200
build: update angula packages to version 10 rc0
commit 1c0caa4
Author: Alan Agius [email protected]
Date: Thu May 21 12:07:40 2020 +0200
ci: update to node 12.9
@hapi/[email protected] requires node version `>=12.0.0`
commit 38d3868
Author: Alan Agius [email protected]
Date: Thu May 21 11:18:39 2020 +0200
refactor: update prerender utils to work with TS 3.9
TypeScript 3.9 changed the way exports/imports work, by making them readonly in conformance with ES2015 spec. This, however breaks `spyOn`
commit 52e7505
Author: Alan Agius [email protected]
Date: Thu May 21 11:16:44 2020 +0200
build: remove unused bazel macros
commit 914a6c6
Author: Alan Agius [email protected]
Date: Thu May 21 09:45:39 2020 +0200
refactor: remove unused schematics units from hapi-engine
commit ea6b0c4
Author: Alan Agius [email protected]
Date: Thu May 21 09:29:00 2020 +0200
refactor: update to tslib 2.0 and move to direct dependencies
Tslib version is bound to the TypeScript version used to compile the library. Thus, we shouldn't list `tslib` as a `peerDependencies`. This is because, a user can install libraries which have been compiled with older versions of TypeScript and thus require multiple `tslib` versions to be installed.
Reference: TOOL-1377
commit 60f9fd2
Author: Alan Agius [email protected]
Date: Tue May 19 13:02:03 2020 +0200
build: update to TypeScript 3.9
commit 30796b8
Author: Renovate Bot [email protected]
Date: Fri May 15 06:12:07 2020 +0000
build: update angular-in-memory-web-api to version ^0.11.0
commit 6b962dd
Author: Alan Agius [email protected]
Date: Thu May 14 13:32:35 2020 +0200
build: add debug config for bazel test targets
commit 23fc97e
Author: Alan Agius [email protected]
Date: Thu May 14 12:55:37 2020 +0200
feat: remove engine restriction of >=10.13.0 <13.0.0
The Angular FW does support Node 14
Closes: #1686
commit dafa881
Author: Renovate Bot [email protected]
Date: Thu May 14 05:12:17 2020 +0000
build: update protractor to version 7.0.0
commit acb2ac9
Author: Renovate Bot [email protected]
Date: Wed May 13 05:13:54 2020 +0000
build: update rollup to version ~2.10.0
commit 3b250ca
Author: Renovate Bot [email protected]
Date: Wed May 13 05:13:37 2020 +0000
build: update tslib to version ~1.12.0
commit 968d82d
Author: Renovate Bot [email protected]
Date: Wed May 13 05:13:25 2020 +0000
build: update karma-jasmine-html-reporter to version 1.5.4
v10.0.0-next.0
commit a1bc972
Author: Keen Yee Liau [email protected]
Date: Mon May 11 11:58:12 2020 -0700
release: v10.0.0-next.0
commit 3f26c30
Author: Alan Agius [email protected]
Date: Mon May 11 18:39:19 2020 +0200
ci: run intergration e2e tests with puppeteer
commit f46d26e
Author: Alan Agius [email protected]
Date: Mon May 11 15:31:28 2020 +0200
build: update to angular 10
commit 94e28ab
Author: Alan Agius [email protected]
Date: Mon May 11 14:24:45 2020 +0200
feat(builders): add `--inspect` option to `ssr-dev-server` builder
Wiith this change we add the ability to inspect the server code when running the ssr-dev-server. We launch the development server in inspector mode on address and port `127.0.0.1:9229`.
Note: the debugger will need to be attached on every interemtal build, since the Node process is restarted each time.
Closes #1624
commit e59544b
Author: Renovate Bot [email protected]
Date: Sat May 9 10:30:28 2020 +0000
build: update @types/express to version 4.17.6
commit 37e5f49
Author: Renovate Bot [email protected]
Date: Mon May 4 18:14:27 2020 +0000
build: update rollup-plugin-sourcemaps to version ^0.6.0
commit 4d62b66
Author: Renovate Bot [email protected]
Date: Tue May 5 10:11:55 2020 +0000
build: update karma-coverage-istanbul-reporter to version 3.0.2
commit 51d6332
Author: Renovate Bot [email protected]
Date: Sun May 3 07:08:51 2020 +0000
build: update ts-node to version 8.10.1
commit e317f9e
Author: Renovate Bot [email protected]
Date: Thu May 7 21:12:03 2020 +0000
build: update @types/express-serve-static-core to version 4.17.7
commit c8100f7
Author: Renovate Bot [email protected]
Date: Fri May 8 05:11:01 2020 +0000
build: update karma to version 5.0.5
commit 3777eff
Author: Renovate Bot [email protected]
Date: Mon May 4 07:14:53 2020 +0000
build: update to version
commit 75c1a83
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat May 2 08:16:49 2020 +0200
build: update karma-coverage-istanbul-reporter to version 3.0.0 (#1654)
Co-authored-by: Renovate Bot <[email protected]>
commit 24b35d8
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri May 1 12:45:46 2020 +0200
build: update karma to version 5.0.4 (#1652)
Co-authored-by: Renovate Bot <[email protected]>
commit 8ed7baf
Author: Renovate Bot [email protected]
Date: Wed Apr 29 18:21:35 2020 +0000
build: update tslint to version 6.1.2
commit 4abfdb4
Author: William Desportes [email protected]
Date: Thu Apr 30 14:26:36 2020 +0200
docs(builders): add repository, homepage, bugs fields on package.json
commit 6ade35f
Author: Renovate Bot [email protected]
Date: Thu Apr 30 05:12:39 2020 +0000
build: update karma to version 5.0.3
commit 88869a5
Author: Renovate Bot [email protected]
Date: Thu Apr 30 05:12:32 2020 +0000
build: update build_bazel_rules_nodejs to version 1.6.1
commit 0e41026
Author: Renovate Bot [email protected]
Date: Sun Apr 26 06:02:47 2020 +0000
build: update ts-node to version 8.9.1
commit 5c4267a
Author: Renovate Bot [email protected]
Date: Wed Apr 29 05:11:36 2020 +0000
build: update @bazel/buildifier to version ^3.0.0
commit 7f10926
Author: Renovate Bot [email protected]
Date: Mon Apr 27 07:07:40 2020 +0000
build: update to version
commit de30add
Author: Renovate Bot [email protected]
Date: Sat Apr 25 06:12:19 2020 +0000
build: update jasmine-spec-reporter to version 5.0.2
commit 5ffe683
Author: Renovate Bot [email protected]
Date: Sat Apr 25 05:11:50 2020 +0000
build: update concurrently to version 5.2.0
commit 3cb7305
Author: Renovate Bot [email protected]
Date: Sat Apr 25 05:11:40 2020 +0000
build: update @bazel/ibazel to version ^0.13.0
commit 8bd93a4
Author: Renovate Bot [email protected]
Date: Tue Apr 21 05:12:35 2020 +0000
build: update ts-node to version 8.9.0
commit 57ba36d
Author: Renovate Bot [email protected]
Date: Mon Apr 20 07:13:19 2020 +0000
build: update to version
commit 400f745
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri Apr 17 17:15:39 2020 +0200
build: update protractor to version 5.4.4 (#1626)
Co-authored-by: Renovate Bot <[email protected]>
commit 741be50
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri Apr 17 16:50:55 2020 +0200
build: update karma to version ^5.0.0 (#1611)
Co-authored-by: Renovate Bot <[email protected]>
commit 312e572
Author: Wagner Maciel [email protected]
Date: Wed Apr 15 03:16:03 2020 -0700
fix(prerender): use browser builder's index option in prerender builder
Fixes #1585
commit 9b5ce20
Author: Renovate Bot [email protected]
Date: Wed Apr 15 05:20:19 2020 +0000
build: update @types/express-serve-static-core to version 4.17.5
commit c0f0360
Author: Renovate Bot [email protected]
Date: Sat Apr 11 16:13:54 2020 +0000
build: update @bazel/hide-bazel-files to version ~1.6.0
commit 37d6b75
Author: Babatunde Lamidi [email protected]
Date: Fri Apr 10 20:49:15 2020 +0100
📝 docs: fix existing typo in readme
commit c518827
Author: Renovate Bot [email protected]
Date: Thu Apr 9 05:14:48 2020 +0000
build: update @types/express-serve-static-core to version 4.17.4
commit 27900e9
Author: Renovate Bot [email protected]
Date: Mon Apr 6 09:05:47 2020 +0000
build: update to version
commit 0ced776
Author: Renovate Bot [email protected]
Date: Sun Apr 5 01:14:01 2020 +0000
build: update ts-node to version 8.8.2
commit 04f61bf
Author: Renovate Bot [email protected]
Date: Thu Apr 2 05:14:02 2020 +0000
build: update tslint to version 6.1.1
commit 549391d
Author: Alan Agius [email protected]
Date: Tue Mar 31 20:00:08 2020 +0200
tests: remove module from tsconfig.server.json
See: https://github.com/angular/angular-cli/pull/17352
commit 4eacf6a
Author: Renovate Bot [email protected]
Date: Wed Apr 1 05:15:38 2020 +0000
build: update @types/express to version 4.17.4
commit 91d22e2
Author: Renovate Bot [email protected]
Date: Mon Mar 30 07:14:31 2020 +0000
build: update to version
commit db0f108
Author: Alan Agius [email protected]
Date: Mon Mar 30 17:32:20 2020 +0200
docs: @nguniversal/module-map-ngfactory-loader deprecation notice
v9.1.1
commit 73f4b70
Author: Keen Yee Liau [email protected]
Date: Mon May 11 12:30:28 2020 -0700
release: v9.1.1
commit 4ddf727
Author: Wagner Maciel [email protected]
Date: Wed Apr 15 03:16:03 2020 -0700
fix(prerender): use browser builder's index option in prerender builder
Fixes #1585
commit cf295cc
Author: Alan Agius [email protected]
Date: Mon Mar 30 17:32:20 2020 +0200
docs: @nguniversal/module-map-ngfactory-loader deprecation notice
v9.1.0
commit 304a93d
Author: Keen Yee Liau [email protected]
Date: Sat Mar 28 13:49:35 2020 -0700
release: v9.1.0
commit 4379112
Author: Renovate Bot [email protected]
Date: Sat Mar 28 17:14:17 2020 +0000
build: update @bazel/hide-bazel-files to version ~1.5.0
commit 38e5ce2
Author: Renovate Bot [email protected]
Date: Fri Mar 27 05:13:55 2020 +0000
build: update codelyzer to version 5.2.2
commit d38b97e
Author: Alan Agius [email protected]
Date: Thu Mar 26 19:53:00 2020 +0100
build: update version of Angular packages
commit 9f51e03
Author: Renovate Bot [email protected]
Date: Mon Mar 23 14:48:37 2020 +0000
build: update jasmine-spec-reporter to version 5.0.1
commit 4b26d87
Author: Renovate Bot [email protected]
Date: Wed Mar 25 05:12:32 2020 +0000
build: update karma-jasmine-html-reporter to version 1.5.3
commit db4ff54
Author: Renovate Bot [email protected]
Date: Tue Mar 24 05:40:59 2020 +0000
build: update @types/express-serve-static-core to version 4.17.3
commit 6dd1682
Author: Renovate Bot [email protected]
Date: Mon Mar 23 07:15:16 2020 +0000
build: update to version
commit c401c51
Author: Renovate Bot [email protected]
Date: Sun Mar 22 02:08:13 2020 +0000
build: update ts-node to version 8.8.1
commit 7daffec
Author: Alan Agius [email protected]
Date: Thu Mar 19 10:07:47 2020 +0100
build: update to typescript 3.8
commit 9d09d79
Author: Renovate Bot [email protected]
Date: Thu Mar 19 05:16:57 2020 +0000
build: update ts-node to version 8.7.0
commit e68a46e
Author: Renovate Bot [email protected]
Date: Mon Mar 16 07:14:30 2020 +0000
build: update to version
commit 6fe88cc
Author: George Kalpakas [email protected]
Date: Fri Mar 13 14:37:54 2020 +0200
docs: fix variable name in commented out code (`app` --> `server`)
commit 707c276
Author: Renovate Bot [email protected]
Date: Fri Mar 13 05:18:55 2020 +0000
build: update angular-in-memory-web-api to version ^0.10.0
commit a9b2499
Author: Renovate Bot [email protected]
Date: Thu Mar 12 05:17:38 2020 +0000
build: update tslint to version ^6.0.0
v9.0.2
commit 1928b3c
Author: Keen Yee Liau [email protected]
Date: Wed Mar 11 12:21:07 2020 -0700
release: v9.0.2
commit ad4742a
Author: Renovate Bot [email protected]
Date: Wed Mar 11 16:09:13 2020 +0000
build: update @bazel/buildifier to version ^2.0.0
commit a279fa6
Author: Alan Agius [email protected]
Date: Tue Mar 10 09:39:08 2020 +0100
fix(builders): don't spawn server until browser build finishes
In some cases, we spawned the server to early, which caused the views not to be found. This happened when the browser build too a long time.
With this change we spawn the server only after both browser and server have emitted.
commit 5a52406
Author: Alan Agius [email protected]
Date: Mon Mar 9 15:35:44 2020 +0100
ci: remove cache key fallback
While having a cache key fallback can be beneficial it also results in increased cache size the currently the cache size almost doubled in size to 2.6Gib because it is never cleaned and results in slower builds.
commit 08657f9
Author: Alan Agius [email protected]
Date: Mon Mar 9 15:14:27 2020 +0100
fix: ng update showing packages that do not exist in my package
By default if no `packageGroupName` is provided `ng-update` will use the first item in `packageGroup` which in this case it is always `@nguniversal/aspnetcore-engine`.
With this change we set the `packageGroupName` of each package, also we remove `ng-update` from `@nguniversal/builders` as this gets updated when running `ng update` on `@nguniversal/express-engine` or `@nguniversal/hapi-engine`.
Closes #1542 and closes #1533
commit db6c9f2
Author: Renovate Bot [email protected]
Date: Mon Mar 9 09:16:49 2020 +0000
build: update to version
commit a4da24e
Author: Renovate Bot [email protected]
Date: Sat Mar 7 12:58:51 2020 +0000
build: update karma-typescript to version ^5.0.0
commit 969bff4
Author: Renovate Bot [email protected]
Date: Sat Mar 7 06:14:34 2020 +0000
build: update build_bazel_rules_nodejs to version 1.4.1
commit 984bed3
Author: Renovate Bot [email protected]
Date: Wed Mar 4 06:14:39 2020 +0000
build: update @types/express to version 4.17.3
commit f0bc182
Author: Renovate Bot [email protected]
Date: Tue Mar 3 06:14:06 2020 +0000
build: update @bazel/hide-bazel-files to version ~1.4.0
commit ad8673f
Author: Alan Agius [email protected]
Date: Tue Mar 3 08:16:07 2020 +0100
docs: fix typo
commit 276e3c9
Author: Renovate Bot [email protected]
Date: Mon Feb 24 08:14:00 2020 +0000
build: update to version
commit 53ecee6
Author: Renovate Bot [email protected]
Date: Fri Feb 21 06:14:11 2020 +0000
build: update tslib to version ~1.11.0
v9.0.1
commit cf8913b
Author: Keen Yee Liau [email protected]
Date: Thu Feb 20 13:30:35 2020 -0800
release: v9.0.1
commit 6b4d116
Author: Keen Yee Liau [email protected]
Date: Thu Feb 20 13:24:35 2020 -0800
build: Update publish script
Update the publish script to invoke existing build command, then run the
script generated by Bazel npm_package target to publish to npm.
commit 01838b6
Author: Keen Yee Liau [email protected]
Date: Thu Feb 20 13:18:44 2020 -0800
build: Change --symlink_prefix to dist/
`--symlink_prefix=/` will not generate `bazel-out` in the repository,
which would cause the npm_package.publish script to fail, since it looks
for the `bazel-out` directory to find package directory and package.json
commit a063e68
Author: Alan Agius [email protected]
Date: Thu Feb 20 09:14:16 2020 +0100
build: add `@types/node` resolutions
This addresses `Conflicting definitions for 'node'`
commit 25abb20
Author: Renovate Bot [email protected]
Date: Wed Feb 19 17:40:55 2020 +0000
build: update to version
commit 9faaa66
Author: Alan Agius [email protected]
Date: Wed Feb 19 08:17:56 2020 +0100
build: update @types/express and http-proxy-middleware
commit 281a3c8
Author: Alan Agius [email protected]
Date: Wed Feb 19 15:02:37 2020 +0100
fix(builders): only remove reload script leading slash when having a public host with a path name
We should only remove the leading slash of BrowserSync script when having a public host with a path name, this will other cause the browser sync script not to be found when using a base href.
Closes #1495
commit 78eeb9f
Author: Renovate Bot [email protected]
Date: Wed Feb 19 06:16:11 2020 +0000
build: update @bazel/ibazel to version ^0.12.0
commit 57a0399
Author: Renovate Bot [email protected]
Date: Fri Feb 14 06:15:16 2020 +0000
build: update @bazel/bazel to version 2.1.0
commit 01d641a
Author: Renovate Bot [email protected]
Date: Tue Feb 11 06:15:08 2020 +0000
build: update karma-jasmine to version 3.1.1
commit 12df979
Author: Willem Meints [email protected]
Date: Mon Feb 10 23:20:33 2020 +0100
Change ServerAppModule to AppServerModule (#1498)
commit 7ecdd13
Author: Renovate Bot [email protected]
Date: Sat Feb 8 06:15:22 2020 +0000
build: update @bazel/hide-bazel-files to version ~1.3.0
v9.0.0
commit 3aa454d
Author: Keen Yee Liau [email protected]
Date: Thu Feb 6 11:17:03 2020 -0800
release: v9.0.0
commit e05ca5d
Author: Alan Agius [email protected]
Date: Thu Feb 6 18:47:04 2020 +0100
build: update packages for release
commit 5cd4d11
Author: Keen Yee Liau [email protected]
Date: Wed Feb 5 12:55:19 2020 -0800
release: v9.0.0-rc.2
commit a9a258c
Author: Renovate Bot [email protected]
Date: Tue Feb 4 06:14:02 2020 +0000
build: update karma-jasmine-html-reporter to version 1.5.2
commit 5065237
Author: Renovate Bot [email protected]
Date: Sat Feb 1 06:15:43 2020 +0000
build: update build_bazel_rules_nodejs to version 1.2.4
commit 0fec40b
Author: Renovate Bot [email protected]
Date: Fri Jan 31 06:13:58 2020 +0000
build: update build_bazel_rules_nodejs to version 1.2.2
commit a3deb68
Author: Renovate Bot [email protected]
Date: Fri Jan 31 06:31:21 2020 +0000
build: update rollup to version ~1.31.0
commit 099749d
Author: Renovate Bot [email protected]
Date: Thu Jan 30 07:34:39 2020 +0000
build: update build_bazel_rules_nodejs to version 1.2.1
commit e71da18
Author: Renovate Bot [email protected]
Date: Wed Jan 29 06:13:30 2020 +0000
build: update protractor to version 5.4.3
commit 8fc1703
Author: Renovate Bot [email protected]
Date: Tue Jan 28 19:12:04 2020 +0000
build: update @bazel/hide-bazel-files to version ~1.2.0
commit fbef541
Author: Alan Agius [email protected]
Date: Tue Jan 28 19:48:17 2020 +0100
ci: reduce ci steps
commit f46432a
Author: Alan Agius [email protected]
Date: Thu Jan 23 06:43:22 2020 +0100
test: disable flaky ci test
While this works locally, on ci this is causing 90% of our builds to be red,.
commit 5df2fb7
Author: Wagner Maciel [email protected]
Date: Tue Jan 28 10:02:34 2020 -0800
fix(builders): add "/" as the default route in angular.json
Closes #1452
commit 847f87a
Author: Alan Agius [email protected]
Date: Mon Jan 27 21:01:45 2020 +0100
build: change bazel nodejs rules to `~`
This will enable renovate to open seperate PR when there is a a new minor version.
commit 42a2d6d
Author: Renovate Bot [email protected]
Date: Sat Jan 25 06:14:09 2020 +0000
build: update build_bazel_rules_nodejs to version 1.2.0
commit 2aeaed9
Author: Renovate Bot [email protected]
Date: Mon Jan 27 08:02:31 2020 +0000
build: update rollup to version ~1.30.0
commit b5ece98
Author: Renovate Bot [email protected]
Date: Mon Jan 27 07:57:08 2020 +0000
build: update concurrently to version 5.1.0
commit cf5509f
Author: Alan Agius [email protected]
Date: Fri Jan 24 06:38:54 2020 +0100
fix(builders): default to a minimum of 1 CPU when sharding builds
Closes #1466
commit d2e1b12
Author: Alan Agius [email protected]
Date: Thu Jan 23 09:13:51 2020 +0100
build: update nodejs rules to 1.0+
commit 1f055d5
Author: Alan Agius [email protected]
Date: Wed Jan 22 12:46:28 2020 +0100
fix(builders): send `X-Forwarded` headers when using ssr-dev-server
Fixes: #1459
commit 01356cd
Author: Keen Yee Liau [email protected]
Date: Wed Jan 22 11:49:38 2020 -0800
chore: replace vikram with keen in codeowners
commit 117b247
Author: Alan Agius [email protected]
Date: Wed Jan 22 08:52:19 2020 +0100
fix: update `@types/hapi__hapi` as they are incompatible with `@hapi/inert`
commit dde4fed
Author: Alan Agius [email protected]
Date: Wed Jan 22 08:09:56 2020 +0100
test: add `skipLibCheck` to hapi integration due to
```
ERROR in node_modules/@types/hapi__inert/node_modules/@types/hapi__hapi/index.d.ts:23:10 - error TS2305: Module '"@hapi/boom"' has no exported member 'Boom'.
```
commit 01e1f82
Author: Alan Agius [email protected]
Date: Tue Jan 21 08:12:48 2020 +0100
test: fix `initialNavigation` test on windows
commit eeb4413
Author: Alan Agius [email protected]
Date: Tue Jan 21 07:55:36 2020 +0100
build: update to TypeScript 3.7
commit f6224ea
Author: Alan Agius [email protected]
Date: Tue Jan 21 07:38:09 2020 +0100
build: update to version
`@types/hapi__iron`, `@types/hapi__boom` are transitive deps of `@types/hapi__hapi` and is deprecated as these provides their own types definitions however we don't use the latest version so we need to add the resolutions.
commit 8a3accc
Author: Keen Yee Liau [email protected]
Date: Wed Jan 22 10:24:54 2020 -0800
build: upgrade typescript to 3.7.4
commit 2d55770
Author: Keen Yee Liau [email protected]
Date: Wed Jan 22 10:22:10 2020 -0800
release: v9.0.0-rc.1
commit d1e2e18
Author: Keen Yee Liau [email protected]
Date: Wed Jan 22 10:21:35 2020 -0800
chore: update deps
commit 1337a35
Author: Renovate Bot [email protected]
Date: Mon Jan 13 18:11:04 2020 +0000
build: update ts-node to version 8.6.2
commit c765bad
Author: Alan Agius [email protected]
Date: Wed Jan 15 11:38:01 2020 +0100
fix(hapi-engine): schematics compatible with IIS Node and Azure App service
The problem is that the `interceptor.js` which is used by IIS Node will require the application files rather than executing it. https://github.com/tjanczuk/iisnode/blob/8657944f8803d84514c0c7ddd48c046aa68e6edf/src/scripts/interceptor.js#L210
Thus, the server `run` method will never get invoked.
Closes #1447
commit 681124b
Author: Alan Agius [email protected]
Date: Wed Jan 15 11:37:40 2020 +0100
fix(express-engine): schematics compatible with IIS Node and Azure App service
The problem is that the `interceptor.js` which is used by IIS Node will require the application files rather than executing it. https://github.com/tjanczuk/iisnode/blob/8657944f8803d84514c0c7ddd48c046aa68e6edf/src/scripts/interceptor.js#L210
Thus, the server `run` method will never get invoked.
Closes #1447
commit c38b12a
Author: Renovate Bot [email protected]
Date: Mon Jan 13 09:18:29 2020 +0000
build: update to version
commit 201d2e2
Author: Renovate Bot [email protected]
Date: Fri Jan 10 06:13:58 2020 +0000
build: update karma-jasmine to version 3.1.0
commit a7c17aa
Author: vikerman [email protected]
Date: Thu Jan 9 10:44:42 2020 -0800
doc: udate release.md
commit 371bdd1
Author: Renovate Bot [email protected]
Date: Thu Jan 9 06:13:26 2020 +0000
build: update karma-jasmine to version 3.0.3
commit 7fdce54
Author: Renovate Bot [email protected]
Date: Wed Jan 8 10:24:38 2020 +0000
build: update rollup to version ~1.29.0
commit 3a51573
Author: Alan Agius [email protected]
Date: Tue Jan 7 16:13:50 2020 +0100
docs: update issue templates (#1439)
Make the templates more similar to Angular FW and CLI
commit f75f702
Author: Alan Agius [email protected]
Date: Tue Jan 7 13:53:25 2020 +0100
test: refactor to use npm cli packages from workspace (#1435)
commit 88d7e46
Author: Renovate Bot [email protected]
Date: Tue Jan 7 06:22:32 2020 +0000
build: update karma-jasmine to version 3.0.1
commit 90972de
Author: Renovate Bot [email protected]
Date: Mon Jan 6 08:13:47 2020 +0000
build: update to version
commit aedb108
Author: Renovate Bot [email protected]
Date: Sat Jan 4 20:19:30 2020 +0000
build: update rollup to version ~1.28.0
commit f0a78c4
Author: Alan Agius [email protected]
Date: Sat Jan 4 15:56:32 2020 +0100
refactor(builders): improve error message when no routes have been found
commit 42a4df3
Author: Alan Agius [email protected]
Date: Sat Jan 4 10:34:14 2020 +0100
test: use jasmine.arrayContaining
commit d4b1af0
Author: Alan Agius [email protected]
Date: Sat Jan 4 10:18:55 2020 +0100
build: remove error for jasmine typings
commit 3f9c5b1
Author: Alan Agius [email protected]
Date: Sat Jan 4 10:15:25 2020 +0100
refactor(builders): remove conflicting namespaces, deep imports and redu...
v9.0.0-rc.2
commit 5cd4d11
Author: Keen Yee Liau [email protected]
Date: Wed Feb 5 12:55:19 2020 -0800
release: v9.0.0-rc.2
commit a9a258c
Author: Renovate Bot [email protected]
Date: Tue Feb 4 06:14:02 2020 +0000
build: update karma-jasmine-html-reporter to version 1.5.2
commit 5065237
Author: Renovate Bot [email protected]
Date: Sat Feb 1 06:15:43 2020 +0000
build: update build_bazel_rules_nodejs to version 1.2.4
commit 0fec40b
Author: Renovate Bot [email protected]
Date: Fri Jan 31 06:13:58 2020 +0000
build: update build_bazel_rules_nodejs to version 1.2.2
commit a3deb68
Author: Renovate Bot [email protected]
Date: Fri Jan 31 06:31:21 2020 +0000
build: update rollup to version ~1.31.0
commit 099749d
Author: Renovate Bot [email protected]
Date: Thu Jan 30 07:34:39 2020 +0000
build: update build_bazel_rules_nodejs to version 1.2.1
commit e71da18
Author: Renovate Bot [email protected]
Date: Wed Jan 29 06:13:30 2020 +0000
build: update protractor to version 5.4.3
commit 8fc1703
Author: Renovate Bot [email protected]
Date: Tue Jan 28 19:12:04 2020 +0000
build: update @bazel/hide-bazel-files to version ~1.2.0
commit fbef541
Author: Alan Agius [email protected]
Date: Tue Jan 28 19:48:17 2020 +0100
ci: reduce ci steps
commit f46432a
Author: Alan Agius [email protected]
Date: Thu Jan 23 06:43:22 2020 +0100
test: disable flaky ci test
While this works locally, on ci this is causing 90% of our builds to be red,.
commit 5df2fb7
Author: Wagner Maciel [email protected]
Date: Tue Jan 28 10:02:34 2020 -0800
fix(builders): add "/" as the default route in angular.json
Closes #1452
commit 847f87a
Author: Alan Agius [email protected]
Date: Mon Jan 27 21:01:45 2020 +0100
build: change bazel nodejs rules to `~`
This will enable renovate to open seperate PR when there is a a new minor version.
commit 42a2d6d
Author: Renovate Bot [email protected]
Date: Sat Jan 25 06:14:09 2020 +0000
build: update build_bazel_rules_nodejs to version 1.2.0
commit 2aeaed9
Author: Renovate Bot [email protected]
Date: Mon Jan 27 08:02:31 2020 +0000
build: update rollup to version ~1.30.0
commit b5ece98
Author: Renovate Bot [email protected]
Date: Mon Jan 27 07:57:08 2020 +0000
build: update concurrently to version 5.1.0
commit cf5509f
Author: Alan Agius [email protected]
Date: Fri Jan 24 06:38:54 2020 +0100
fix(builders): default to a minimum of 1 CPU when sharding builds
Closes #1466
commit d2e1b12
Author: Alan Agius [email protected]
Date: Thu Jan 23 09:13:51 2020 +0100
build: update nodejs rules to 1.0+
commit 1f055d5
Author: Alan Agius [email protected]
Date: Wed Jan 22 12:46:28 2020 +0100
fix(builders): send `X-Forwarded` headers when using ssr-dev-server
Fixes: #1459
commit 01356cd
Author: Keen Yee Liau [email protected]
Date: Wed Jan 22 11:49:38 2020 -0800
chore: replace vikram with keen in codeowners
commit 117b247
Author: Alan Agius [email protected]
Date: Wed Jan 22 08:52:19 2020 +0100
fix: update `@types/hapi__hapi` as they are incompatible with `@hapi/inert`
commit dde4fed
Author: Alan Agius [email protected]
Date: Wed Jan 22 08:09:56 2020 +0100
test: add `skipLibCheck` to hapi integration due to
```
ERROR in node_modules/@types/hapi__inert/node_modules/@types/hapi__hapi/index.d.ts:23:10 - error TS2305: Module '"@hapi/boom"' has no exported member 'Boom'.
```
commit 01e1f82
Author: Alan Agius [email protected]
Date: Tue Jan 21 08:12:48 2020 +0100
test: fix `initialNavigation` test on windows
commit eeb4413
Author: Alan Agius [email protected]
Date: Tue Jan 21 07:55:36 2020 +0100
build: update to TypeScript 3.7
commit f6224ea
Author: Alan Agius [email protected]
Date: Tue Jan 21 07:38:09 2020 +0100
build: update to version
`@types/hapi__iron`, `@types/hapi__boom` are transitive deps of `@types/hapi__hapi` and is deprecated as these provides their own types definitions however we don't use the latest version so we need to add the resolutions.
commit 8a3accc
Author: Keen Yee Liau [email protected]
Date: Wed Jan 22 10:24:54 2020 -0800
build: upgrade typescript to 3.7.4
v9.0.0-rc.1
commit 2d55770
Author: Keen Yee Liau [email protected]
Date: Wed Jan 22 10:22:10 2020 -0800
release: v9.0.0-rc.1
commit d1e2e18
Author: Keen Yee Liau [email protected]
Date: Wed Jan 22 10:21:35 2020 -0800
chore: update deps
commit 1337a35
Author: Renovate Bot [email protected]
Date: Mon Jan 13 18:11:04 2020 +0000
build: update ts-node to version 8.6.2
commit c765bad
Author: Alan Agius [email protected]
Date: Wed Jan 15 11:38:01 2020 +0100
fix(hapi-engine): schematics compatible with IIS Node and Azure App service
The problem is that the `interceptor.js` which is used by IIS Node will require the application files rather than executing it. https://github.com/tjanczuk/iisnode/blob/8657944f8803d84514c0c7ddd48c046aa68e6edf/src/scripts/interceptor.js#L210
Thus, the server `run` method will never get invoked.
Closes #1447
commit 681124b
Author: Alan Agius [email protected]
Date: Wed Jan 15 11:37:40 2020 +0100
fix(express-engine): schematics compatible with IIS Node and Azure App service
The problem is that the `interceptor.js` which is used by IIS Node will require the application files rather than executing it. https://github.com/tjanczuk/iisnode/blob/8657944f8803d84514c0c7ddd48c046aa68e6edf/src/scripts/interceptor.js#L210
Thus, the server `run` method will never get invoked.
Closes #1447
commit c38b12a
Author: Renovate Bot [email protected]
Date: Mon Jan 13 09:18:29 2020 +0000
build: update to version
commit 201d2e2
Author: Renovate Bot [email protected]
Date: Fri Jan 10 06:13:58 2020 +0000
build: update karma-jasmine to version 3.1.0
commit a7c17aa
Author: vikerman [email protected]
Date: Thu Jan 9 10:44:42 2020 -0800
doc: udate release.md
commit 371bdd1
Author: Renovate Bot [email protected]
Date: Thu Jan 9 06:13:26 2020 +0000
build: update karma-jasmine to version 3.0.3
commit 7fdce54
Author: Renovate Bot [email protected]
Date: Wed Jan 8 10:24:38 2020 +0000
build: update rollup to version ~1.29.0
commit 3a51573
Author: Alan Agius [email protected]
Date: Tue Jan 7 16:13:50 2020 +0100
docs: update issue templates (#1439)
Make the templates more similar to Angular FW and CLI
commit f75f702
Author: Alan Agius [email protected]
Date: Tue Jan 7 13:53:25 2020 +0100
test: refactor to use npm cli packages from workspace (#1435)
commit 88d7e46
Author: Renovate Bot [email protected]
Date: Tue Jan 7 06:22:32 2020 +0000
build: update karma-jasmine to version 3.0.1
commit 90972de
Author: Renovate Bot [email protected]
Date: Mon Jan 6 08:13:47 2020 +0000
build: update to version
commit aedb108
Author: Renovate Bot [email protected]
Date: Sat Jan 4 20:19:30 2020 +0000
build: update rollup to version ~1.28.0
commit f0a78c4
Author: Alan Agius [email protected]
Date: Sat Jan 4 15:56:32 2020 +0100
refactor(builders): improve error message when no routes have been found
commit 42a4df3
Author: Alan Agius [email protected]
Date: Sat Jan 4 10:34:14 2020 +0100
test: use jasmine.arrayContaining
commit d4b1af0
Author: Alan Agius [email protected]
Date: Sat Jan 4 10:18:55 2020 +0100
build: remove error for jasmine typings
commit 3f9c5b1
Author: Alan Agius [email protected]
Date: Sat Jan 4 10:15:25 2020 +0100
refactor(builders): remove conflicting namespaces, deep imports and redundant imports
commit 831012d
Author: Alan Agius [email protected]
Date: Sat Jan 4 15:59:58 2020 +0100
ci: add alan-agius4 as builders package code owner (#1431)
commit b0dbce0
Author: Renovate Bot [email protected]
Date: Sat Jan 4 06:13:19 2020 +0000
build: update rollup-plugin-sourcemaps to version ^0.5.0
commit 878523d
Author: Renovate Bot [email protected]
Date: Sat Jan 4 06:13:36 2020 +0000
build: update karma-jasmine to version ^3.0.0