socialnetworknews-web.meta

Issues/PRs archive for SocialNetworkNews/SocialNetworkNews-Web
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.meta.git
Log | Files | Refs

103.json (61941B)


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