SocialNetworkNews / SocialNetworkNews-Web

A open-source Paper.li clone
GNU General Public License v3.0
4 stars 2 forks source link

Update dependency @nguniversal/express-engine to v12 #103

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nguniversal/express-engine ^6.0.0 -> ^12.0.0 age adoption passing confidence

Release Notes

angular/universal ### [`v12.1.1`](https://togithub.com/angular/universal/blob/master/CHANGELOG.md#​1211-2021-09-30) [Compare Source](https://togithub.com/angular/universal/compare/v12.1.0...v12.1.1) ##### [@​nguniversal/builders](https://togithub.com/nguniversal/builders) | Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- | | [00cc596f](https://togithub.com/angular/universal/commit/00cc596fe83fb4f4206b00e6a21975862dfd60e5) | fix | index.original.html should be used if exists | #### Special Thanks Doug Parker, Javier Infante and ikeq ### [`v12.1.0`](https://togithub.com/angular/universal/blob/master/CHANGELOG.md#​1210-2021-06-26) [Compare Source](https://togithub.com/angular/universal/compare/v12.0.2...v12.1.0) ##### [@​nguniversal/common](https://togithub.com/nguniversal/common) | Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | ---- | ----------------------------------- | | [ecf9db17](https://togithub.com/angular/universal/commit/ecf9db17ca12e723d3e670ddc81a39c320d44cca) | fix | correctly construct host string | | [635d61ec](https://togithub.com/angular/universal/commit/635d61ec944d276551a9081422f819fc32f9ca88) | fix | add Window stubs to Engine (Clover) | ##### [@​nguniversal/builders](https://togithub.com/nguniversal/builders) | Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------ | | [89821991](https://togithub.com/angular/universal/commit/89821991bd16923f251534744c7dfb3ebd3e40e7) | feat | spawn static server for build artifacts | | [b03a7789](https://togithub.com/angular/universal/commit/b03a7789b7326d123c13e4b9b465c52a186faf9c) | fix | make prerender work with large route lists | ##### [@​nguniversal/express-engine](https://togithub.com/nguniversal/express-engine) | Commit | Type | Description | | ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------- | | [a11df5a2](https://togithub.com/angular/universal/commit/a11df5a296cc86fb3b059ba96839e89631261ce5) | fix | remove in-existing migrations reference | | [ccc0fc1b](https://togithub.com/angular/universal/commit/ccc0fc1b07a37e81d6ece27390d0d423bc8f8694) | fix | add `serverTarget` for prerender | #### Special Thanks: Alan Agius, Alex Sierkov, Aristeidis Bampakos, Doug Parker, Keen Yee Liau, Suguru Inatomi and hxrxchang ### [`v12.0.2`](https://togithub.com/angular/universal/compare/v12.0.1...v12.0.2) [Compare Source](https://togithub.com/angular/universal/compare/v12.0.1...v12.0.2) ### [`v12.0.1`](https://togithub.com/angular/universal/releases/v12.0.1) [Compare Source](https://togithub.com/angular/universal/compare/v12.0.0...v12.0.1) ##### Bug Fixes - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** add Window stubs to Engine (Clover) ([32d66e1](https://togithub.com/angular/universal/commit/32d66e15d8e0ffa1d2f219b13430e93ecf360df6)), closes [#​2108](https://togithub.com/angular/universal/issues/2108) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** correctly construct host string ([53dbafd](https://togithub.com/angular/universal/commit/53dbafdea172aabc0d7238128181f25d227e2a53)), closes [#​2108](https://togithub.com/angular/universal/issues/2108) - **[@​nguniversal/express-engine](https://togithub.com/nguniversal/express-engine):** add `serverTarget` for prerender ([64e5f7b](https://togithub.com/angular/universal/commit/64e5f7bb448e93ce19a5464dd2ddeae3f1f04e04)), closes [#​2120](https://togithub.com/angular/universal/issues/2120) ### [`v12.0.0`](https://togithub.com/angular/universal/releases/v12.0.0) [Compare Source](https://togithub.com/angular/universal/compare/v11.2.1...v12.0.0) ##### Bug Fixes - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** add missing `schematics` key in `package.json` ([39b4d85](https://togithub.com/angular/universal/commit/39b4d85ba90f381cd28148857be11819a796e953)) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** combine path using `posix.join` ([5f61b28](https://togithub.com/angular/universal/commit/5f61b289a039b1cc54658cabf48d2c85909588d9)) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** remove `esModuleInterop` from `tsconfig.server.json` ([fe979e4](https://togithub.com/angular/universal/commit/fe979e4b9b6b5688fbf9b476b069a3cdb84c8d40)) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** update helper scripts use production by default ([e0a401c](https://togithub.com/angular/universal/commit/e0a401c5a4cfa457a04fef4c9741f9603c40c533)) - **[@​nguniversal/aspnetcore-engine](https://togithub.com/nguniversal/aspnetcore-engine):** correctly set publicPath ([8bda041](https://togithub.com/angular/universal/commit/8bda0417221d638ed8dced2e72f8b234a264d717)) - **[@​nguniversal/builders](https://togithub.com/nguniversal/builders):** bundle critters in common engine. ([68b392a](https://togithub.com/angular/universal/commit/68b392a61ec0a37148cf6b71dfb9e8e3c4171f55)), closes [#​1970](https://togithub.com/angular/universal/issues/1970) - **[@​nguniversal/builders](https://togithub.com/nguniversal/builders):** fix development mode ignored stdout message ([9808791](https://togithub.com/angular/universal/commit/9808791e3e416f2d6c5925fd1851592288a504de)) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** inline critical font-face rules when using critical css inlining ([dbad8e9](https://togithub.com/angular/universal/commit/dbad8e971b484df81a941884306d4a9c912f6236)), closes [#​2002](https://togithub.com/angular/universal/issues/2002) - **[@​nguniversal/common-engine](https://togithub.com/nguniversal/common-engine):** ReferenceError: URL is not defined ([09207ad](https://togithub.com/angular/universal/commit/09207adcaf8265adf784dd16db827d400e821159)), closes [#​1974](https://togithub.com/angular/universal/issues/1974) - **[@​nguniversal/hapi-engine](https://togithub.com/nguniversal/hapi-engine):** fix incorrect peer dependency on hapi ([7b5ed97](https://togithub.com/angular/universal/commit/7b5ed9722f2919519b5a9bfe75f3c6b2e5a97317)), closes [#​1969](https://togithub.com/angular/universal/issues/1969) ##### Features - **[@​nguniversal/builders](https://togithub.com/nguniversal/builders):** add static page generator builder using Angular SSR Clover ([2066f18](https://togithub.com/angular/universal/commit/2066f18a23eecce6dd485c19bc1ed10a4c3be497)) - **[@​nguniversal/builders](https://togithub.com/nguniversal/builders):** add support for proxy configuration in ssr-dev-server ([6ef0de8](https://togithub.com/angular/universal/commit/6ef0de8350d358aa228191dc9b22dec9cf9478f8)), closes [#​1757](https://togithub.com/angular/universal/issues/1757) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** add experimental SSR project Clover ([c4b7be3](https://togithub.com/angular/universal/commit/c4b7be3bbdbc7334f5cf7049c644e185cf15d0bb)) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** add ng-add schematic ([dcb1438](https://togithub.com/angular/universal/commit/dcb1438a43df3e75c2042e40982ec72fc1baca51)) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** expose common engine public api ([7e8fcec](https://togithub.com/angular/universal/commit/7e8fcecb10086a1f533c75398c5805eb0e702688)) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** update schematics to use `defaultConfiguration` ([e6124bf](https://togithub.com/angular/universal/commit/e6124bfd304cbddb125b591f6e812dc92ba2d7b6)) - **[@​nguniversal/builders](https://togithub.com/nguniversal/builders):** add SSL support for dev-server ([f27be11](https://togithub.com/angular/universal/commit/f27be11365ad543ecc7a80fe480f1a5cf9b6e904)), closes [#​1633](https://togithub.com/angular/universal/issues/1633) - **[@​nguniversal/common](https://togithub.com/nguniversal/common):** enable inlining of critical CSS by default ([3dddb75](https://togithub.com/angular/universal/commit/3dddb758fa6e89ca1b857b7a7a17a21bc474618c)) ##### BREAKING CHANGES - Node.js version 10 will become EOL on 2021-04-30. Angular CLI 12 will require Node.js 12.13+ or 14.15+. Node.js 12.13 and 14.15 are the first LTS releases for their respective majors. ### [`v11.2.1`](https://togithub.com/angular/universal/releases/v11.2.1) [Compare Source](https://togithub.com/angular/universal/compare/v11.2.0...v11.2.1) commit [`cecd5bd`](https://togithub.com/angular/universal/commit/cecd5bd2ab1f62ea0d70985d1d3e26551ad08ce9) Author: Alan Agius Date: Fri Feb 26 20:48:41 2021 +0100 fix(@​nguniversal/common): inline critical font-face rules when using critical css inlining When critical font rules are not inlined it will cause blinking as during first render the fallback font will be rendered. Closes #​2002 (cherry picked from commit dbad8e971b484df81a941884306d4a9c912f6236) ### [`v11.2.0`](https://togithub.com/angular/universal/releases/v11.2.0) [Compare Source](https://togithub.com/angular/universal/compare/v11.1.2...v11.2.0) commit [`053e69a`](https://togithub.com/angular/universal/commit/053e69a0435cc446949808b6dab85aec6166427c) Author: Keen Yee Liau Date: Tue Feb 16 10:59:56 2021 -0800 release: v11.2.0 commit [`f7802d3`](https://togithub.com/angular/universal/commit/f7802d32676c4ed5798cfeb031f9c1bf3cbf1fe2) Author: Alan Agius Date: Fri Feb 12 11:26:57 2021 +0100 build: update Angular packages to version 11.2 commit [`b8aac7f`](https://togithub.com/angular/universal/commit/b8aac7fa2eba23b1d8db76bffdc5beae71d0f871) Author: Alan Agius Date: Fri Feb 12 09:51:26 2021 +0100 build: update critters to version 0.0.7 (cherry picked from commit ca282eb4aff35f9fd958b0edb7ef4ab209943da9) commit [`5262abb`](https://togithub.com/angular/universal/commit/5262abb96f25b196cdc141da37e3767e50f6d61f) Author: Renovate Bot Date: Fri Feb 12 07:03:00 2021 +0000 build: update critters to version 0.0.7 (cherry picked from commit e44fcf31d8f7b9265731cf78f4218e7cfc06ec79) commit [`63babeb`](https://togithub.com/angular/universal/commit/63babeb58b9c3be5c642acfb40d7a275c0b35f94) Author: Renovate Bot Date: Mon Feb 8 18:11:33 2021 +0000 build: update to version (cherry picked from commit 00997b2cc708a3eea3ea3a7e101f0b0091f9e694) commit [`f9d1ed4`](https://togithub.com/angular/universal/commit/f9d1ed40a4245183ee143d6253ed627ca2f95425) Author: Alan Agius Date: Mon Feb 8 20:31:24 2021 +0100 ci: disable differential loading in integration tests (cherry picked from commit 21417718134cb7ed8fef60f740018fbf8187f2dd) commit [`2be1c3c`](https://togithub.com/angular/universal/commit/2be1c3c89055a26e654c38a19a7bc4d745471b09) Author: Alan Agius Date: Mon Feb 8 20:13:44 2021 +0100 test(@​nguniversal/common): update e2e test (cherry picked from commit e1fa4e5c874b9c81a34896df86786cb34ec84462) commit [`b990c82`](https://togithub.com/angular/universal/commit/b990c82797e1c8fd3a66c59c73ff7a36a862d885) Author: Alan Agius Date: Mon Feb 8 17:53:22 2021 +0100 fix(@​nguniversal/builders): fix development mode ignored stdout message (cherry picked from commit 9808791e3e416f2d6c5925fd1851592288a504de) commit [`7eb52ed`](https://togithub.com/angular/universal/commit/7eb52ed03f95f20f4f1b4f0c8f6155850aaaa72d) Author: Alan Agius Date: Mon Feb 8 14:24:12 2021 +0100 build: update Angular versions to v11.2 (cherry picked from commit fb43b8268ef44a6caab34561b014672a4ed559e9) commit [`03285c9`](https://togithub.com/angular/universal/commit/03285c9978cd8cf3a6016aa980d890e07c4b9f57) Author: Alan Agius Date: Mon Feb 8 11:49:04 2021 +0100 fix(@​nguniversal/builders): bundle critters in common engine. critters is shipped with ES2015 this that we cannot extend it when we use the UMD because a downlevelled class cannot extend an ES2015 class as it will cause `cannot be invoked without 'new'` With this change, critters will be included in the UMD bundle and downelevelled which would result in us being able to extend it. Closes #​1970 (cherry picked from commit 68b392a61ec0a37148cf6b71dfb9e8e3c4171f55) commit [`92ea3e6`](https://togithub.com/angular/universal/commit/92ea3e65cc9aeb4666bc0948fc36845290a8a3b7) Author: Alan Agius Date: Mon Feb 8 10:25:27 2021 +0100 test(@​nguniversal/builders): add E2E for critical css inlining (cherry picked from commit d9a8a4f4757dd8252afe88b691cb4c168b045605) commit [`09207ad`](https://togithub.com/angular/universal/commit/09207adcaf8265adf784dd16db827d400e821159) Author: Alan Agius Date: Fri Feb 5 17:17:04 2021 +0100 fix(@​nguniversal/common-engine): ReferenceError: URL is not defined Closes #​1974 commit [`0d0254a`](https://togithub.com/angular/universal/commit/0d0254a64816ae97e150857a3c6f6dbb8b0a6830) Author: Renovate Bot Date: Thu Feb 4 11:15:25 2021 +0000 build: update puppeteer to version 7.0.1 commit [`fdaef71`](https://togithub.com/angular/universal/commit/fdaef715b00d262c2772652d7efccdaeb2885566) Author: Renovate Bot Date: Thu Feb 4 06:28:43 2021 +0000 build: update puppeteer to version 7.0.0 commit [`7b5ed97`](https://togithub.com/angular/universal/commit/7b5ed9722f2919519b5a9bfe75f3c6b2e5a97317) Author: Alan Agius Date: Wed Feb 3 18:26:21 2021 +0100 fix(@​nguniversal/hapi-engine): fix incorrect peer dependency on hapi Closes #​1969 commit [`1b60dfc`](https://togithub.com/angular/universal/commit/1b60dfc4ed1b8b27cb4eb67429c1b6c23498510b) Author: Renovate Bot Date: Wed Feb 3 06:22:22 2021 +0000 build: update karma to version 6.1.0 commit [`4655d46`](https://togithub.com/angular/universal/commit/4655d467ae68d99edab2df0999fd4d163f53f83b) Author: Alan Agius Date: Tue Feb 2 14:16:23 2021 +0100 build: update puppeteer to version 6 commit [`c8e891a`](https://togithub.com/angular/universal/commit/c8e891a5edb5ce8f3a157689966ff6b74d4f4cd8) Author: Alan Agius Date: Tue Feb 2 14:24:34 2021 +0100 build: update to bazel 4 commit [`3ddd7f9`](https://togithub.com/angular/universal/commit/3ddd7f9f2a1e670f5264dad21466d1724989742f) Author: Alan Agius Date: Tue Feb 2 15:13:33 2021 +0100 build: delete `@nguniversal/module-map-ngfactory-loader` commit [`b1f53a9`](https://togithub.com/angular/universal/commit/b1f53a95a85759c2d57599163be0f34f5db6ef2f) Author: Renovate Bot Date: Tue Feb 2 07:33:19 2021 +0000 build: update karma to version 6.0.4 commit [`f33ca12`](https://togithub.com/angular/universal/commit/f33ca1257e8a5e1975523210c4658a36cfcc3cf1) Author: Renovate Bot Date: Mon Feb 1 09:33:07 2021 +0000 build: update to version commit [`6fd38d8`](https://togithub.com/angular/universal/commit/6fd38d80ec3092c95fe8a2a9830bab3b4dc61eba) Author: Alan Agius Date: Thu Jan 28 16:59:33 2021 +0100 ci: add commit message validation commit [`dc2f025`](https://togithub.com/angular/universal/commit/dc2f0256ba04dff968db4a6763c8d6ea4e19c8ee) Author: Renovate Bot Date: Thu Jan 28 06:03:44 2021 +0000 build: update karma to version 6.0.3 commit [`40fbcc4`](https://togithub.com/angular/universal/commit/40fbcc43e59e83cf9b57a9d958e2ba6e259bd824) Author: Renovate Bot Date: Tue Jan 26 19:01:08 2021 +0000 build: update karma to version 6.0.2 commit [`e30b693`](https://togithub.com/angular/universal/commit/e30b693779a7dc468bc470cb9bf073d52abc3f5f) Author: Renovate Bot Date: Mon Jan 25 09:51:54 2021 +0000 build: update to version commit [`d807d4c`](https://togithub.com/angular/universal/commit/d807d4c4daff7f61596961543a87ceddaff9e795) Author: Alan Agius Date: Fri Jan 22 19:04:35 2021 +0100 test: remove extra dependency commit [`0e5bfc1`](https://togithub.com/angular/universal/commit/0e5bfc16c0b21b2d74d587df50fe9016a4a7c201) Author: Renovate Bot Date: Fri Jan 22 10:31:52 2021 +0000 build: update @​angular/dev-infra-private to version commit [`8bda041`](https://togithub.com/angular/universal/commit/8bda0417221d638ed8dced2e72f8b234a264d717) Author: Alan Agius Date: Fri Jan 22 11:10:54 2021 +0100 fix(@​nguniversal/aspnetcore-engine): correctly set publicPath commit [`65679da`](https://togithub.com/angular/universal/commit/65679da694a316b25bfb229912b1885d98ad37b8) Author: Alan Agius Date: Fri Jan 22 11:19:47 2021 +0100 build: setup ng-dev tooling to perform merges commit [`68fc0c0`](https://togithub.com/angular/universal/commit/68fc0c08e06c16749806c4506128ba406e6c957b) Author: Renovate Bot Date: Thu Jan 21 06:38:44 2021 +0000 build: update karma to version 6.0.1 ### [`v11.1.2`](https://togithub.com/angular/universal/releases/v11.1.2) [Compare Source](https://togithub.com/angular/universal/compare/v11.1.1...v11.1.2) commit [`0b128ab`](https://togithub.com/angular/universal/commit/0b128ab99fca0b27b6a09373809ba811c5043a73) (HEAD -> 11.1.x, tag: v11.1.2, upstream/11.1.x) Author: Keen Yee Liau Date: Fri Feb 5 09:16:36 2021 -0800 release: v11.1.2 commit [`0dd378a`](https://togithub.com/angular/universal/commit/0dd378a8648404ba2720bba40ae94b1061be04fb) Author: Alan Agius Date: Fri Feb 5 17:17:04 2021 +0100 fix(@​nguniversal/common-engine): ReferenceError: URL is not defined Closes #​1974 commit [`b6fa8f5`](https://togithub.com/angular/universal/commit/b6fa8f502b1f7e346f7a58e48db12be640c7009f) Author: Alan Agius Date: Wed Feb 3 18:26:21 2021 +0100 fix(@​nguniversal/hapi-engine): fix incorrect peer dependency on hapi Closes #​1969 (cherry picked from commit 7b5ed9722f2919519b5a9bfe75f3c6b2e5a97317) commit [`621b5b5`](https://togithub.com/angular/universal/commit/621b5b5106f2c26a425515a343d0c64222c92311) Author: Alan Agius Date: Tue Feb 2 14:24:34 2021 +0100 build: update to bazel 4 (cherry picked from commit c8e891a5edb5ce8f3a157689966ff6b74d4f4cd8) ### [`v11.1.1`](https://togithub.com/angular/universal/releases/v11.1.1) [Compare Source](https://togithub.com/angular/universal/compare/v11.1.0...v11.1.1) commit [`936248e`](https://togithub.com/angular/universal/commit/936248e88821755dcc15640313ba0dab3228e8de) (HEAD -> 11.1.x, tag: v11.1.1, upstream/11.1.x) Author: Keen Yee Liau Date: Thu Jan 28 11:32:52 2021 -0800 release: v11.1.1 commit [`3a0c38b`](https://togithub.com/angular/universal/commit/3a0c38b43d8d9cac2a89e855f1b88a228a71e0ad) Author: Alan Agius Date: Fri Jan 22 11:10:54 2021 +0100 fix(@​nguniversal/aspnetcore-engine): correctly set publicPath (cherry picked from commit 8bda0417221d638ed8dced2e72f8b234a264d717) ### [`v11.1.0`](https://togithub.com/angular/universal/releases/v11.1.0) [Compare Source](https://togithub.com/angular/universal/compare/v11.0.1...v11.1.0) commit [`3926698`](https://togithub.com/angular/universal/commit/39266987ae1d66ff193514ed795d0cb4e307d61b) Author: Keen Yee Liau Date: Wed Jan 20 15:24:21 2021 -0800 release: v11.1.0 commit [`16c7c84`](https://togithub.com/angular/universal/commit/16c7c84b7c370ba64999cf50a7bc5a194f95584b) Author: Alan Agius Date: Wed Jan 13 09:49:18 2021 +0100 feat(aspnetcore-engine): support .NET Core version 3 .NET Core version 3 users use the `completeHTML` property instead of `html` to avoid the below error. ``` InvalidOperationException: Globals is not supported when prerendering via UseSpaPrerendering(). Instead, your prerendering logic should return a complete HTML page, in which you embed any information you wish to return to the client. ``` .NET Core 3 usage examples ``` export default createServerRenderer(async params => { // Platform-server provider configuration const setupOptions: IEngineOptions = { appSelector: '', ngModule: AppServerModule, document: params.data.originalHtml, request: params, providers: [ ... ] }; const { completeHTML } = await ngAspnetCoreEngine(setupOptions); return { html: completeHTML }; }); ``` commit [`adbab25`](https://togithub.com/angular/universal/commit/adbab25698af7ce6858de1b2f62aae589b4dee73) Author: Alan Agius Date: Wed Jan 13 09:39:49 2021 +0100 feat(aspnetcore-engine): fixes for delaying platform destruction With this change we replace the aspnet-engine to use the common engine to fix a number of problems. 1) Injector has already been destroyed. Error: Injector has already been destroyed. 2) Mismatching HTML snapshots. This does come with a drawback, that we needed to remove `moduleRef` from the `IEngineRenderResult` this however shouldn't cause any problem since this couldn't be used because the platform would have already been destroyed. Fixes #​1808 Fixes #​1404 commit [`0f23806`](https://togithub.com/angular/universal/commit/0f2380616709ea7b014b6c5e08c8ed1dcf77d9c4) Author: Alan Agius Date: Fri Dec 11 09:48:01 2020 +0100 fix(builders): add missing peerDependencies to @​angular-devkit/build-angular commit [`b41a3fb`](https://togithub.com/angular/universal/commit/b41a3fbbfb6a4aa0a1fb0d1f111d5fb1b33269b8) Author: Alan Agius Date: Thu Dec 10 12:55:17 2020 +0100 feat: enable inlining of critical CSS optimizations This is another feature that we mentioned in the Eliminate Render Blocking Requests RFC (https://github.com/angular/angular-cli/issues/18730) **Prerendering** To enable critical css inlining for prerendering set the `inlineCritical` to true under the Browser Builder options. Example: ```json "configurations": { "production": { "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.prod.ts" } ], "optimization": { "styles": { "minify": true, "inlineCritical": true, } }, ``` **Express Engine** Update server.ts ```ts server.engine('html', ngExpressEngine({ bootstrap: AppServerModule, inlineCriticalCss: true, })); ``` **Hapi Engine** Update server.ts ```ts server.route({ method: 'GET', path: '/{path*}', handler: (req: Request) => ngHapiEngine({ bootstrap: AppServerModule, documentFilePath, publicPath: distFolder, inlineCriticalCss: true, req, }) }); ``` Inlining of critical CSS is turned off by default. In a future versions of the Angular CLI and Universal inline critical CSS will be enabled by default. Closes #​974 commit [`d538993`](https://togithub.com/angular/universal/commit/d5389930768eefc89cfa038afd7433a2ab53899e) Author: Juri Date: Tue Dec 1 15:23:10 2020 +0100 fix(hapi-engine): ng-add schematic ### [`v11.0.1`](https://togithub.com/angular/universal/releases/v11.0.1) [Compare Source](https://togithub.com/angular/universal/compare/v11.0.0...v11.0.1) commit [`328e316`](https://togithub.com/angular/universal/commit/328e316489b49d7719d9db8de5ad67da586eecfc) (HEAD -> 11.0.x, tag: v11.0.1, upstream/11.0.x) Author: Keen Yee Liau Date: Thu Dec 3 16:47:38 2020 -0800 release: v11.0.1 commit [`f8c6191`](https://togithub.com/angular/universal/commit/f8c619115c8f461b773dd0c3ae4fd9306812dc15) Author: Juri Date: Tue Dec 1 15:23:10 2020 +0100 fix(hapi-engine): ng-add schematic (cherry picked from commit d5389930768eefc89cfa038afd7433a2ab53899e) ### [`v11.0.0`](https://togithub.com/angular/universal/releases/v11.0.0) [Compare Source](https://togithub.com/angular/universal/compare/v10.1.0...v11.0.0) commit [`95c4bb7`](https://togithub.com/angular/universal/commit/95c4bb71a8f3522dd7f5a89b23014afc6d43fa2b) Author: Keen Yee Liau Date: Wed Nov 11 15:37:42 2020 -0800 release: v11.0.0 commit [`7911045`](https://togithub.com/angular/universal/commit/79110452c2a609597781d5aeec9e7f508b91b80b) Author: Keen Yee Liau Date: Mon Nov 9 20:25:51 2020 -0800 release: v11.0.0-rc.0 commit [`4bb9568`](https://togithub.com/angular/universal/commit/4bb956887f211c6bd419111ed2022531b0e6af34) Author: Renovate Bot Date: Mon Nov 9 08:06:06 2020 +0000 build: update to version commit [`5217257`](https://togithub.com/angular/universal/commit/52172574fa98bfa09cbf394331df70fc6dfa7972) Author: Alan Agius Date: Fri Nov 6 09:55:24 2020 +0100 fix: remove extractCss from ssr-dev-server builder As of Angular CLI version 11, extractCss is deprecated and is now done by default. commit [`81ba768`](https://togithub.com/angular/universal/commit/81ba7683b4fa0d8539b4a15ea6a00e714d4e9465) Author: Keen Yee Liau Date: Thu Nov 5 20:08:52 2020 -0800 release: v11.0.0-next.2 commit [`66e6805`](https://togithub.com/angular/universal/commit/66e6805ee3884c30d181f49f20d9454ece51db09) Author: Alan Agius Date: Thu Nov 5 11:22:52 2020 +0100 feat(builders): support service worker generation with prerendering Closes: #​1505 commit [`fb1428a`](https://togithub.com/angular/universal/commit/fb1428a4c335b873eb2a5645290e2ba06fb4ffba) Author: Alan Agius Date: Tue Nov 3 15:13:14 2020 +0100 refactor: major clean up of all engines - add return type to domContentLoadedFactory - remove unused DI tokens - Remove FileLoader implementations from all engines. Instead use the one in @​nguniversal/common - Extend RenderOptions Express and Hapi engines interfaces from Common Engine RenderOptions commit [`1d38029`](https://togithub.com/angular/universal/commit/1d3802930943be5d94bcaec7575fd3caf216e3ac) Author: Alan Agius Date: Mon Nov 2 11:44:05 2020 +0100 build: remove deletion-target tslint rule and increase line length to 140 Align a bit more with the CLI code standards commit [`b5514c7`](https://togithub.com/angular/universal/commit/b5514c76f73d5ba78d80e36c4c144780d9528a08) Author: Renovate Bot Date: Mon Nov 2 08:06:06 2020 +0000 build: update to version commit [`39ef4c5`](https://togithub.com/angular/universal/commit/39ef4c51f3e4b265b7188255379a9a3fd63407df) Author: Renovate Bot Date: Sat Oct 31 09:01:11 2020 +0000 build: update to version commit [`666b879`](https://togithub.com/angular/universal/commit/666b8790dfed825474202c1e32ceb54809c67251) Author: Alan Agius Date: Fri Oct 30 18:07:27 2020 +0100 fix: don't bundle common engine in hapi and express engine The common engine is a direct depedency and hence bundle it is redundant. commit [`e855870`](https://togithub.com/angular/universal/commit/e8558708a5cc95da06db10e8d76d695a32eb17ea) Author: Alan Agius Date: Fri Oct 30 12:41:55 2020 +0100 test: avoid doing differential loading in UT commit [`96441c2`](https://togithub.com/angular/universal/commit/96441c28d811ca21b0a54a5871897aafea3151af) Author: Renovate Bot Date: Fri Oct 30 05:04:04 2020 +0000 build: update @​bazel/ibazel to version 0.14.0 commit [`f4fbedd`](https://togithub.com/angular/universal/commit/f4fbeddabc9ae664af0c7ce22953ed33496ddb91) Author: Alan Agius Date: Wed Oct 28 20:41:05 2020 +0100 fix(builders): improve prerendering logging With this change we improve the prerender logging by: - Reduce the verbosity of the logs when generating route - Improve logs when an error occuries - Add a spinner Closes #​1844 commit [`1f0409f`](https://togithub.com/angular/universal/commit/1f0409f2df360a383ea08fd7223d1c54be7880f1) Author: Renovate Bot Date: Wed Oct 28 05:04:48 2020 +0000 build: update puppeteer to version 5.4.1 commit [`8866772`](https://togithub.com/angular/universal/commit/8866772f79de73c7a55c0c4f19b3690d9ad1161e) Author: Alan Agius Date: Tue Oct 27 10:56:37 2020 +0100 build: update angular packages to version 11 commit [`23c49d6`](https://togithub.com/angular/universal/commit/23c49d6830a068ff97bf6d84aa8cb70aebf90ec3) Author: Renovate Bot Date: Mon Oct 26 19:03:51 2020 +0000 build: update build_bazel_rules_nodejs to version 2.2.2 commit [`c6f436e`](https://togithub.com/angular/universal/commit/c6f436e973173943ca355f6e42f6ab7dbaaa682e) Author: Renovate Bot Date: Mon Oct 26 19:12:42 2020 +0000 build: update karma to version 5.2.3 commit [`39a53b1`](https://togithub.com/angular/universal/commit/39a53b12b962aad93a6f88c324aa169097f789cb) Author: Alan Agius Date: Mon Oct 26 19:09:03 2020 +0100 build: update build_bazel_rules_nodejs to 2.0.2 commit [`61f77c6`](https://togithub.com/angular/universal/commit/61f77c6e56da99bf0bb839ea3c5c6a8f21387839) Author: Alan Agius Date: Mon Oct 26 19:07:51 2020 +0100 build: update puppeteer to version 5.4.0 (#​1872) commit [`5177364`](https://togithub.com/angular/universal/commit/51773645b72a12d6fc506c2609038b3da53f60a3) Author: George Kalpakas Date: Wed Oct 21 20:32:23 2020 +0300 build: update `lock-closed` GitHub action to latest version This commit updates the version of the `dev-infra/lock-closed` GitHub action to the latest version, that includes the fix from angular/dev-infra#​80. commit [`e83a484`](https://togithub.com/angular/universal/commit/e83a4845c83c8bd0ed3e1f42a9854bd6c81ccb06) Author: Alan Agius Date: Wed Oct 21 09:56:05 2020 +0200 ci: bump to lastest sha of angular/dev-infra's lock-closed action Update to the latest lock-closed action to fix the link which is used. commit [`5071a02`](https://togithub.com/angular/universal/commit/5071a021d4f85ad8a42c3d1acc543fcbe892bc4c) Author: Renovate Bot Date: Thu Oct 1 05:05:29 2020 +0000 build: update codelyzer to version 6.0.1 commit [`1bbe16f`](https://togithub.com/angular/universal/commit/1bbe16f9cd2809622fd224bd92aa9f1151f1e629) Author: Dmitrij Kuba Date: Thu Sep 24 18:47:45 2020 +0300 docs: fix typo commit [`fc5337e`](https://togithub.com/angular/universal/commit/fc5337ec801e0519dd4a5ca44077196db5c35a09) Author: Keen Yee Liau Date: Thu Sep 24 08:49:28 2020 -0700 release: v11.0.0-next.1 commit [`5111d41`](https://togithub.com/angular/universal/commit/5111d412eb3174d0c78588e088c18bcf8aef6e2e) Author: Alan Agius Date: Thu Sep 24 14:39:47 2020 +0200 refactor: remove usage on `@schematics/angular` old json helpers commit [`2293fa1`](https://togithub.com/angular/universal/commit/2293fa1be6168690b8641b9a295a572b4034a01d) Author: Renovate Bot Date: Wed Sep 23 05:03:32 2020 +0000 build: update puppeteer to version 5.3.1 commit [`bca1dfe`](https://togithub.com/angular/universal/commit/bca1dfef5fcfc0335366658126f0a6ccd8d94bda) Author: Alan Agius Date: Tue Sep 22 13:47:32 2020 +0200 ci: update configuration to use new CircleCI docker images commit [`c928beb`](https://togithub.com/angular/universal/commit/c928bebd23877bbcdf37d97f069d2dce1f106406) Author: Alan Agius Date: Tue Sep 22 14:20:24 2020 +0200 style: fix typo in comment (#​1841) commit [`538bc7d`](https://togithub.com/angular/universal/commit/538bc7d82927a19675f1d3dd569a068b01334ee8) Author: Joey Perrott Date: Mon Sep 21 12:50:28 2020 -0700 build: update tslint rules to remove usage of whitelist in comments Remove usage of the term whitelist in commenting for noRxjsPatchImportsRule commit [`114b584`](https://togithub.com/angular/universal/commit/114b584023ed398917e1d9892b5a500d4fdde510) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Mon Sep 21 16:29:51 2020 -0400 build: update to version (#​1838) Co-authored-by: Renovate Bot commit [`76cb6dc`](https://togithub.com/angular/universal/commit/76cb6dcb5b16016aae05294ca64c4ca94c585d4f) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Mon Sep 21 15:54:03 2020 -0400 build: update jasmine-spec-reporter to version 6.0.0 (#​1836) Co-authored-by: Renovate Bot commit [`ad5f960`](https://togithub.com/angular/universal/commit/ad5f960b9fd8c2c3872cd996459a412aa0d8937f) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Mon Sep 21 15:53:42 2020 -0400 build: update rollup to version ~2.28.0 (#​1837) Co-authored-by: Renovate Bot commit [`c7c109f`](https://togithub.com/angular/universal/commit/c7c109fd5c6213bb8e3e38130f0b4a1332ba6fd1) Author: Renovate Bot Date: Wed Sep 16 07:43:47 2020 +0000 build: update rollup to version ~2.27.0 commit [`cd9ee41`](https://togithub.com/angular/universal/commit/cd9ee41f4861b2be4f38df314e27d52a979b67b3) Author: Renovate Bot Date: Mon Sep 14 07:06:26 2020 +0000 build: update to version commit [`ff711be`](https://togithub.com/angular/universal/commit/ff711be0fc0d79aa543508d1286e7ca5b6950816) Author: Renovate Bot Date: Sat Sep 12 05:04:56 2020 +0000 build: update puppeteer to version 5.3.0 commit [`47a478e`](https://togithub.com/angular/universal/commit/47a478e0633026245a000cc7e59f18a16fc6df5f) Author: Renovate Bot Date: Fri Sep 11 17:10:28 2020 +0000 build: update to version commit [`b312152`](https://togithub.com/angular/universal/commit/b3121522cff11e900947f4ae9ce3f8ca4296b20d) Author: dependabot\[bot] <49699333+dependabot\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Fri Sep 11 16:37:04 2020 +0000 build(deps-dev): bump node-fetch from 2.6.0 to 2.6.1 Bumps [node-fetch](https://togithub.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://togithub.com/bitinn/node-fetch/releases) - [Changelog](https://togithub.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://togithub.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] commit [`24578ec`](https://togithub.com/angular/universal/commit/24578ec1d5d55f0b58fd6c901eb8d813e9fa4b3c) Author: Alan Agius Date: Fri Sep 11 10:40:05 2020 +0200 ci: update puppeteer commit [`bd40305`](https://togithub.com/angular/universal/commit/bd40305426018359336f5ec94f365ea3f588b720) Author: Renovate Bot Date: Wed Sep 9 05:05:10 2020 +0000 build: update karma to version 5.2.2 commit [`15f4830`](https://togithub.com/angular/universal/commit/15f4830d6b1e4907b4954d0d85c3a2fc34d99536) Author: Keen Yee Liau Date: Thu Sep 3 09:14:36 2020 -0700 release: v11.0.0-next.0 commit [`b330aa4`](https://togithub.com/angular/universal/commit/b330aa4cd22e4e619e5db3a291662f10eb1ac74d) Author: Alan Agius Date: Thu Sep 3 08:34:44 2020 +0200 build: update angular deps to version 11 commit [`2e471d1`](https://togithub.com/angular/universal/commit/2e471d19958eecc4d1b95b2b579c6471db7090f1) Author: Keen Yee Liau Date: Wed Sep 2 21:25:33 2020 -0700 build: remove --experimental_allow_incremental_repository_updates in bazelrc Managed directories is no longer an experimental feature, so the flag is no longer needed in .bazelrc. ### [`v10.1.0`](https://togithub.com/angular/universal/releases/v10.1.0) [Compare Source](https://togithub.com/angular/universal/compare/v10.0.2...v10.1.0) commit [`3f841ef`](https://togithub.com/angular/universal/commit/3f841ef6839878662a79cdcc13112b37237ffb44) Author: Keen Yee Liau Date: Wed Sep 2 21:17:50 2020 -0700 release: v10.1.0 commit [`f92baae`](https://togithub.com/angular/universal/commit/f92baae9fb357484f7a5a87b266770e1f4b05daf) Author: dependabot\[bot] <49699333+dependabot\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Wed Sep 2 17:35:00 2020 +0000 build(deps): bump bl from 4.0.2 to 4.0.3 Bumps [bl](https://togithub.com/rvagg/bl) from 4.0.2 to 4.0.3. - [Release notes](https://togithub.com/rvagg/bl/releases) - [Commits](https://togithub.com/rvagg/bl/compare/v4.0.2...v4.0.3) Signed-off-by: dependabot[bot] commit [`09ae8c0`](https://togithub.com/angular/universal/commit/09ae8c09367aae3de4b591f0ed238d2235333fb5) Author: Renovate Bot Date: Wed Sep 2 16:51:20 2020 +0000 build: update karma to version 5.2.1 commit [`132de1e`](https://togithub.com/angular/universal/commit/132de1e2c75e0a73207d4f23b002119cee57f9b5) Author: Keen Yee Liau Date: Thu Aug 27 10:42:25 2020 -0700 release: v10.1.0-rc.0 commit [`756d0b1`](https://togithub.com/angular/universal/commit/756d0b1fe29bc9e85bb2252714af466b3c6e4ba5) Author: Alan Agius Date: Thu Aug 27 10:08:22 2020 +0200 build: update Angular packages to 10.1.0-rc.0 commit [`0eb7253`](https://togithub.com/angular/universal/commit/0eb725383c4a3570f242d473a0cf55b624bdf7cf) Author: Alan Agius Date: Wed Aug 26 10:20:21 2020 +0200 build: update @​types/hapi__hapi to version ^20.0.0 commit [`b8a0040`](https://togithub.com/angular/universal/commit/b8a0040f2b281eaf59f41af845359d647c54fc81) Author: Alan Agius Date: Wed Aug 26 08:23:46 2020 +0200 build: update to TypeScript 4.0 commit [`e47dbc8`](https://togithub.com/angular/universal/commit/e47dbc8e8d6c8bf99d3fe255acd2137611e68f97) Author: Renovate Bot Date: Sat Aug 22 05:05:28 2020 +0000 build: update ts-node to version 9.0.0 commit [`f3efa35`](https://togithub.com/angular/universal/commit/f3efa35dd0f6d1667229bf00acf78f259e800739) Author: Renovate Bot Date: Sat Aug 15 05:04:27 2020 +0000 build: update rollup to version ~2.26.0 commit [`7bdd58d`](https://togithub.com/angular/universal/commit/7bdd58d27679690a633c052d0337e4d9b7589ebf) Author: Renovate Bot Date: Fri Aug 14 05:04:39 2020 +0000 build: update rollup to version ~2.25.0 commit [`1b2ddbb`](https://togithub.com/angular/universal/commit/1b2ddbb53d0985b4b2fc1b4f424786d7ba172f27) Author: Renovate Bot Date: Thu Aug 13 05:05:04 2020 +0000 build: update karma-jasmine to version 4.0.1 commit [`d45d9b1`](https://togithub.com/angular/universal/commit/d45d9b1d76789731bfef0be2a0b134396cbb9b8e) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Wed Aug 12 01:29:03 2020 -0400 build: update karma-jasmine to version 4.0.0 (#​1798) Co-authored-by: Renovate Bot ### [`v10.0.2`](https://togithub.com/angular/universal/releases/v10.0.2) [Compare Source](https://togithub.com/angular/universal/compare/v10.0.1...v10.0.2) commit [`4e949a3`](https://togithub.com/angular/universal/commit/4e949a391377ba2a6338a9ca62c9b5d652130078) Author: Keen Yee Liau Date: Tue Aug 11 14:18:43 2020 -0700 release: v10.0.2 commit [`34ec6be`](https://togithub.com/angular/universal/commit/34ec6be0b236c5d57e70fe05082800898ef20a81) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Mon Aug 10 12:16:47 2020 +0200 build: update concurrently to version 5.3.0 (#​1791) Co-authored-by: Renovate Bot commit [`b5c2eb2`](https://togithub.com/angular/universal/commit/b5c2eb283229459c79371ee78e4dbc8f23bf1eaf) Author: An Sergei Date: Sat Aug 8 03:38:10 2020 +1000 fix(common): handle arrays in querystrings caching GET request with query string with array of parameter gets the first value only. it breaks caching for the same url with different query string for example for api http://api.example.com?params=1¶ms=2¶ms=3 cache key will be http://api.example.com?params=1 for api http://api.example.com?params=1¶ms=2 cache key will be the same http://api.example.com?params=1 and therefor API request will not be sent to server. commit [`7a4032a`](https://togithub.com/angular/universal/commit/7a4032acfb2304c7ed32517397bbae27286efdc0) Author: Renovate Bot Date: Sat Aug 1 12:55:23 2020 +0000 build: update terser to version ^5.0.0 commit [`da64943`](https://togithub.com/angular/universal/commit/da6494378ed5232659ad42ce4d5f23cc771670dd) Author: Renovate Bot Date: Sat Aug 1 05:04:50 2020 +0000 build: update tslint to version 6.1.3 commit [`adb8965`](https://togithub.com/angular/universal/commit/adb8965f02f26cc133511764414272aa3ed27d7a) Author: Alan Agius Date: Fri Jul 31 20:02:00 2020 +0200 docs: fix bug template The bug template is not showing commit [`06b5113`](https://togithub.com/angular/universal/commit/06b51131ae3df88adfc814dd0333ebe0de00a586) Author: Renovate Bot Date: Wed Jul 29 05:04:49 2020 +0000 build: update karma to version 5.1.1 commit [`c57bd3f`](https://togithub.com/angular/universal/commit/c57bd3ffb5defc42ce542b03e1492c79f632aebc) Author: Renovate Bot Date: Fri Jul 24 05:04:28 2020 +0000 build: update rollup to version ~2.23.0 commit [`e158998`](https://togithub.com/angular/universal/commit/e158998c0c7bb42715b5803a687b4604b273cbb3) Author: Renovate Bot Date: Fri Jul 24 05:04:10 2020 +0000 build: update jasmine-core to version 3.6.0 commit [`5e14b93`](https://togithub.com/angular/universal/commit/5e14b938b619e36daf27fc51d966f2faa0fcef1f) Author: Renovate Bot Date: Mon Jul 20 07:42:26 2020 +0000 build: update to version commit [`df1881a`](https://togithub.com/angular/universal/commit/df1881adfc71f053a925f605956328d5b4e0311a) Author: Renovate Bot Date: Sat Jul 18 12:54:36 2020 +0000 build: update rollup to version ~2.22.0 commit [`ef4e27d`](https://togithub.com/angular/universal/commit/ef4e27d692c370d14e086f19ff797dd95cf54b92) Author: Renovate Bot Date: Sat Jul 18 05:05:57 2020 +0000 build: update puppeteer to version ~5.2.0 commit [`c7a4cdf`](https://togithub.com/angular/universal/commit/c7a4cdf062aecc0559d2d23c16654ba38d44e371) Author: Renovate Bot Date: Thu Jul 16 21:47:03 2020 +0000 build: update to version commit [`b31a26b`](https://togithub.com/angular/universal/commit/b31a26b0609d9e7fb9672d8ba5bd9ba3fefe04f7) Author: Renovate Bot Date: Mon Jul 13 08:55:21 2020 +0000 build: update puppeteer to version ~5.1.0 commit [`eadf4d4`](https://togithub.com/angular/universal/commit/eadf4d4353c38f706875bd9118ea02882c2943d9) Author: Alan Agius Date: Wed Jul 8 16:34:48 2020 +0200 build: embed tslib in umd bundles (#​1760) When tslib is listed as part of the globals, it will not be embedded in the UMD bundles. https://github.com/angular/angular/blob/fd65958b887f6ea8dd5235e6de1d533e4c578602/packages/bazel/src/ng_package/ng_package.bzl#L226-L228 Users using UMD bundles, shouldn't be needing to add the tslib script, also this is important because tslib is a direct depedency of the package and not a peer depedency. This is also to align with the Angular FW packages. commit [`9e0a150`](https://togithub.com/angular/universal/commit/9e0a1508ff3f463d43ed2c297fa21a5a5b65d6e4) Author: Renovate Bot Date: Wed Jul 8 05:07:47 2020 +0000 build: update rollup to version ~2.21.0 commit [`2aab22f`](https://togithub.com/angular/universal/commit/2aab22f9cbfbba8def009a7c0e14faee5704e57f) Author: Adam Plumer Date: Sat Jun 27 16:17:36 2020 -0500 fixup! docs: update issue template and Gotchas guide commit [`cc6f717`](https://togithub.com/angular/universal/commit/cc6f71746ca7f3e9822ee18dc7d7586f36f92980) Author: Adam Plumer Date: Sat Jun 27 16:16:29 2020 -0500 fixup! docs: update issue template and Gotchas guide commit [`394f30f`](https://togithub.com/angular/universal/commit/394f30f764c1cf2b677f88a5b12b5d37ec933c28) Author: Adam Plumer Date: Sat Jun 13 22:34:22 2020 -0500 docs: update issue template and Gotchas guide The Gotchas guide hasn't been updated in quite some time. This refresh adds a more structured layout with explicit examples and solutions for the most common issues. This also updates the issue template to add a note about what constitutes an appropriate issue, and a link to the gotchas guide. commit [`6fc561b`](https://togithub.com/angular/universal/commit/6fc561b4e3ea93109df32492f8e4eacf3bf362f7) Author: Renovate Bot Date: Tue Jul 7 05:06:10 2020 +0000 build: update rollup to version ~2.20.0 commit [`6be1af9`](https://togithub.com/angular/universal/commit/6be1af9de8d47044dc83355538a3b33f1ea48ec1) Author: Renovate Bot Date: Mon Jul 6 07:42:30 2020 +0000 build: update to version commit [`7a4e603`](https://togithub.com/angular/universal/commit/7a4e603643c16e1ce9400155f8ae48d9a9fe6f33) Author: Renovate Bot Date: Sun Jul 5 05:31:05 2020 +0000 build: update rollup to version ~2.19.0 commit [`fd444a1`](https://togithub.com/angular/universal/commit/fd444a120eb54d1e908f6dd2d92f082d603c28d8) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Fri Jul 3 01:27:01 2020 -0500 build: update to version (#​1717) Co-authored-by: Renovate Bot commit [`dc2b87c`](https://togithub.com/angular/universal/commit/dc2b87cc3390f2d19710cd9d9949f80d0ac76a95) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Fri Jul 3 01:04:56 2020 -0500 build: update codelyzer to version 6.0.0 (#​1752) Co-authored-by: Renovate Bot commit [`61c7e3d`](https://togithub.com/angular/universal/commit/61c7e3d11371164b08972ae1d62a00d98e7dc81a) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Fri Jul 3 00:47:20 2020 -0500 build: update puppeteer to version ~5.0.0 (#​1753) Co-authored-by: Renovate Bot ### [`v10.0.1`](https://togithub.com/angular/universal/releases/v10.0.1) [Compare Source](https://togithub.com/angular/universal/compare/v10.0.0...v10.0.1) commit [`8a32f27`](https://togithub.com/angular/universal/commit/8a32f27daa26ccc11d6e7b73da27ec7264993fc7) Author: Keen Yee Liau Date: Tue Jun 30 13:57:38 2020 -0700 release: v10.0.1 commit [`c262c72`](https://togithub.com/angular/universal/commit/c262c7229fbff74fb7619620709b63bd671d22c1) Author: Alan Agius Date: Fri Jun 26 13:00:45 2020 +0200 build: update lock file and @​types/node resolutions commit [`2dbe674`](https://togithub.com/angular/universal/commit/2dbe6747fede9f44248aa89e594d93c8040660b2) Author: Alan Agius Date: Fri Jun 26 10:52:35 2020 +0200 fix(express-engine): `RenderOptions` is not assignable to `object` Closes #​1744 commit [`0ebf846`](https://togithub.com/angular/universal/commit/0ebf8462a431a4bcefdf36bceeca0faf027f486b) Author: Alan Agius Date: Fri Jun 26 10:45:56 2020 +0200 fix(express-engine): fix return type for app method commit [`9024f1c`](https://togithub.com/angular/universal/commit/9024f1c0a873f13fd2b4ad814468e244c59d0a98) Author: Alan Agius Date: Fri Jun 26 10:41:24 2020 +0200 test: enable strict mode testing commit [`ea49db1`](https://togithub.com/angular/universal/commit/ea49db1d03b319dad5e2f026ac6bdaa1b59e7149) Author: Alan Agius Date: Thu Jun 25 12:14:20 2020 +0200 tests: update tests to work with version 10 ### [`v10.0.0`](https://togithub.com/angular/universal/releases/v10.0.0) [Compare Source](https://togithub.com/angular/universal/compare/v9.1.1...v10.0.0) commit [`b77598a`](https://togithub.com/angular/universal/commit/b77598a1fd493da919dd3b11524a66ddea23eaa5) Author: Keen Yee Liau Date: Wed Jun 24 16:15:45 2020 -0700 release: v10.0.0 commit [`0040480`](https://togithub.com/angular/universal/commit/00404800f5fd1473210eb55d960e4472332401ef) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Sun Jun 21 23:44:56 2020 -0500 build: update rollup to version ~2.18.0 (#​1741) Co-authored-by: Renovate Bot commit [`085f37d`](https://togithub.com/angular/universal/commit/085f37d6aa7349fb95aba161ea990413a8b8394c) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Thu Jun 18 00:56:31 2020 -0500 build: update rollup to version ~2.17.0 (#​1738) Co-authored-by: Renovate Bot commit [`a7e9195`](https://togithub.com/angular/universal/commit/a7e91954dc6f39d34f0a8d61a817b2031dc5700e) Author: renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> Date: Wed Jun 17 00:16:41 2020 -0500 build: update puppeteer to version ~4.0.0 (#​1734) Co-authored-by: Renovate Bot commit [`3cb414b`](https://togithub.com/angular/universal/commit/3cb414b02b311fb0c1b4b7b5735124cc5835d779) Author: Keen Yee Liau Date: Tue Jun 16 14:55:10 2020 -0700 release: v10.0.0-rc.1 Previous commit did not bump the version. commit [`25c78bc`](https://togithub.com/angular/universal/commit/25c78bc8113bd3fd356b1e699546d43f808ebf0e) Author: Keen Yee Liau Date: Tue Jun 16 14:50:00 2020 -0700 release: v10.0.0-rc.1 commit [`9effb24`](https://togithub.com/angular/universal/commit/9effb240918480024a666e7957fc858aef2bba51) Author: Adam Plumer 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`](https://togithub.com/angular/universal/commit/fc3d1847b1a4b7e5600621c95fbb977d11f786f5) Author: Alan Agius Date: Fri Jun 12 13:33:06 2020 +0200 docs: remove redundant sections and broken link commit [`794097b`](https://togithub.com/angular/universal/commit/794097b8cd7bd2370fbcf6041de1fe17dfdad2a5) Author: Renovate Bot Date: Sat Jun 13 05:15:17 2020 +0000 build: update rollup to version ~2.16.0 commit [`1e5b46d`](https://togithub.com/angular/universal/commit/1e5b46dc197a21ad5eac5d4debd37d467501682d) Author: Kishan Gajera 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`](https://togithub.com/angular/universal/commit/dd1b3bee15a74cfa58c31f74e7aacf6e460a7a24) Author: Renovate Bot Date: Fri Jun 12 05:17:17 2020 +0000 build: update karma to version 5.1.0 commit [`a9e9ea6`](https://togithub.com/angular/universal/commit/a9e9ea6c3b99c3005a323084c3fd73ea09c0ceb5) Author: Alan Agius 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`](https://togithub.com/angular/universal/commit/4bb38376e52ac14b01e7be89fbfea5481f45c703) Author: Alan Agius 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`](https://togithub.com/angular/universal/commit/d7cdcb236d786c896c2fe041c972a0a941b72c41) Author: Renovate Bot Date: Mon Jun 8 05:53:31 2020 +0000 build: update rollup to version ~2.15.0 commit [`a522137`](https://togithub.com/angular/universal/commit/a522137d905b599d4d9cf3c937628dd6002a4123) Author: Alan Agius 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`](https://togithub.com/angular/universal/commit/d443e1e4b46382844e79609df5557815fd0b860a) Author: Renovate Bot Date: Fri Jun 5 18:37:22 2020 +0000 build: update rollup to version ~2.13.0 commit [`d2aef65`](https://togithub.com/angular/universal/commit/d2aef65910e77eb3cde0daa7f8f29b3dfa76a394) Author: Renovate Bot Date: Tue Jun 2 09:04:05 2020 +0000 build: update puppeteer to version ~3.3.0 commit [`1a52a2b`](https://togithub.com/angular/universal/commit/1a52a2b51364f99e39fd921e4e51f147d3581573) Author: Renovate Bot Date: Sun May 31 07:59:18 2020 +0000 build: update ts-node to version 8.10.2 commit [`a3a3769`](https://togithub.com/angular/universal/commit/a3a3769d465201bf037f5a56e51d30b8a1a8cb8f) Author: Renovate Bot Date: Sun May 31 08:17:11 2020 +0000 build: update @​types/fs-extra to version ^9.0.0 commit [`d69351d`](https://togithub.com/angular/universal/commit/d69351dbfcd92a737ee491ec279af7bc4f6110c0) Author: Renovate Bot Date: Sun May 31 07:51:36 2020 +0000 build: update karma to version 5.0.9 commit [`154bc8d`](https://togithub.com/angular/universal/commit/154bc8d4c1c97b9c9ff36c32e56de9f2dcd15eb0) Author: Renovate Bot Date: Sun May 31 07:28:12 2020 +0000 build: update karma-jasmine to version 3.3.1 commit [`f2cdccb`](https://togithub.com/angular/universal/commit/f2cdccbcb4f9543af46504707321ae22ac81da25) Author: Renovate Bot Date: Sun May 31 04:52:04 2020 +0000 build: update rollup to version ~2.12.0 commit [`86afd15`](https://togithub.com/angular/universal/commit/86afd157bcc43e86f6618593fb5ae0f1117d5214) Author: Renovate Bot Date: Fri May 29 11:23:33 2020 +0000 build: update rollup to version ~2.11.0 commit [`6c70f1d`](https://togithub.com/angular/universal/commit/6c70f1de30f018113cabbb6945bbb4ab2e9aa7b4) Author: Renovate Bot Date: Fri May 29 05:27:35 2020 +0000

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.