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.md (60337B)


      1 # PR #103 Update dependency @nguniversal/express-engine to v12
      2 
      3 - **Status:** open
      4 - **Author:** @renovate[bot]
      5 - **Created:** 2021-05-15T19:47:09Z
      6 - **Branch:** renovate/nguniversal-express-engine-12.x → master
      7 - **Diff:** [103.diff](./103.diff)
      8 
      9 ---
     10 
     11 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
     12 
     13 This PR contains the following updates:
     14 
     15 | Package | Change | Age | Adoption | Passing | Confidence |
     16 |---|---|---|---|---|---|
     17 | [@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/) |
     18 
     19 ---
     20 
     21 ### Release Notes
     22 
     23 <details>
     24 <summary>angular/universal</summary>
     25 
     26 ### [`v12.1.1`](https://togithub.com/angular/universal/blob/master/CHANGELOG.md#&#8203;1211-2021-09-30)
     27 
     28 [Compare Source](https://togithub.com/angular/universal/compare/v12.1.0...v12.1.1)
     29 
     30 ##### [@&#8203;nguniversal/builders](https://togithub.com/nguniversal/builders)
     31 
     32 | Commit                                                                                           | Type | Description                                  |
     33 | ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------------- |
     34 | [00cc596f](https://togithub.com/angular/universal/commit/00cc596fe83fb4f4206b00e6a21975862dfd60e5) | fix  | index.original.html should be used if exists |
     35 
     36 #### Special Thanks
     37 
     38 Doug Parker, Javier Infante and ikeq
     39 
     40 <!-- CHANGELOG SPLIT MARKER -->
     41 
     42 ### [`v12.1.0`](https://togithub.com/angular/universal/blob/master/CHANGELOG.md#&#8203;1210-2021-06-26)
     43 
     44 [Compare Source](https://togithub.com/angular/universal/compare/v12.0.2...v12.1.0)
     45 
     46 ##### [@&#8203;nguniversal/common](https://togithub.com/nguniversal/common)
     47 
     48 | Commit                                                                                           | Type | Description                         |
     49 | ------------------------------------------------------------------------------------------------ | ---- | ----------------------------------- |
     50 | [ecf9db17](https://togithub.com/angular/universal/commit/ecf9db17ca12e723d3e670ddc81a39c320d44cca) | fix  | correctly construct host string     |
     51 | [635d61ec](https://togithub.com/angular/universal/commit/635d61ec944d276551a9081422f819fc32f9ca88) | fix  | add Window stubs to Engine (Clover) |
     52 
     53 ##### [@&#8203;nguniversal/builders](https://togithub.com/nguniversal/builders)
     54 
     55 | Commit                                                                                           | Type | Description                                |
     56 | ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------ |
     57 | [89821991](https://togithub.com/angular/universal/commit/89821991bd16923f251534744c7dfb3ebd3e40e7) | feat | spawn static server for build artifacts    |
     58 | [b03a7789](https://togithub.com/angular/universal/commit/b03a7789b7326d123c13e4b9b465c52a186faf9c) | fix  | make prerender work with large route lists |
     59 
     60 ##### [@&#8203;nguniversal/express-engine](https://togithub.com/nguniversal/express-engine)
     61 
     62 | Commit                                                                                           | Type | Description                             |
     63 | ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------- |
     64 | [a11df5a2](https://togithub.com/angular/universal/commit/a11df5a296cc86fb3b059ba96839e89631261ce5) | fix  | remove in-existing migrations reference |
     65 | [ccc0fc1b](https://togithub.com/angular/universal/commit/ccc0fc1b07a37e81d6ece27390d0d423bc8f8694) | fix  | add `serverTarget` for prerender        |
     66 
     67 #### Special Thanks:
     68 
     69 Alan Agius, Alex Sierkov, Aristeidis Bampakos, Doug Parker, Keen Yee Liau, Suguru Inatomi and hxrxchang
     70 
     71 ### [`v12.0.2`](https://togithub.com/angular/universal/compare/v12.0.1...v12.0.2)
     72 
     73 [Compare Source](https://togithub.com/angular/universal/compare/v12.0.1...v12.0.2)
     74 
     75 ### [`v12.0.1`](https://togithub.com/angular/universal/releases/v12.0.1)
     76 
     77 [Compare Source](https://togithub.com/angular/universal/compare/v12.0.0...v12.0.1)
     78 
     79 ##### Bug Fixes
     80 
     81 -   **[@&#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)
     82 -   **[@&#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)
     83 -   **[@&#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)
     84 
     85 ### [`v12.0.0`](https://togithub.com/angular/universal/releases/v12.0.0)
     86 
     87 [Compare Source](https://togithub.com/angular/universal/compare/v11.2.1...v12.0.0)
     88 
     89 ##### Bug Fixes
     90 
     91 -   **[@&#8203;nguniversal/common](https://togithub.com/nguniversal/common):** add missing `schematics` key in `package.json` ([39b4d85](https://togithub.com/angular/universal/commit/39b4d85ba90f381cd28148857be11819a796e953))
     92 -   **[@&#8203;nguniversal/common](https://togithub.com/nguniversal/common):** combine path using `posix.join` ([5f61b28](https://togithub.com/angular/universal/commit/5f61b289a039b1cc54658cabf48d2c85909588d9))
     93 -   **[@&#8203;nguniversal/common](https://togithub.com/nguniversal/common):** remove `esModuleInterop` from `tsconfig.server.json` ([fe979e4](https://togithub.com/angular/universal/commit/fe979e4b9b6b5688fbf9b476b069a3cdb84c8d40))
     94 -   **[@&#8203;nguniversal/common](https://togithub.com/nguniversal/common):** update helper scripts use production by default ([e0a401c](https://togithub.com/angular/universal/commit/e0a401c5a4cfa457a04fef4c9741f9603c40c533))
     95 -   **[@&#8203;nguniversal/aspnetcore-engine](https://togithub.com/nguniversal/aspnetcore-engine):** correctly set publicPath ([8bda041](https://togithub.com/angular/universal/commit/8bda0417221d638ed8dced2e72f8b234a264d717))
     96 -   **[@&#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)
     97 -   **[@&#8203;nguniversal/builders](https://togithub.com/nguniversal/builders):** fix development mode ignored stdout message ([9808791](https://togithub.com/angular/universal/commit/9808791e3e416f2d6c5925fd1851592288a504de))
     98 -   **[@&#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)
     99 -   **[@&#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)
    100 -   **[@&#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)
    101 
    102 ##### Features
    103 
    104 -   **[@&#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))
    105 -   **[@&#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)
    106 -   **[@&#8203;nguniversal/common](https://togithub.com/nguniversal/common):** add experimental SSR project Clover ([c4b7be3](https://togithub.com/angular/universal/commit/c4b7be3bbdbc7334f5cf7049c644e185cf15d0bb))
    107 -   **[@&#8203;nguniversal/common](https://togithub.com/nguniversal/common):** add ng-add schematic ([dcb1438](https://togithub.com/angular/universal/commit/dcb1438a43df3e75c2042e40982ec72fc1baca51))
    108 -   **[@&#8203;nguniversal/common](https://togithub.com/nguniversal/common):** expose common engine public api ([7e8fcec](https://togithub.com/angular/universal/commit/7e8fcecb10086a1f533c75398c5805eb0e702688))
    109 -   **[@&#8203;nguniversal/common](https://togithub.com/nguniversal/common):** update schematics to use `defaultConfiguration` ([e6124bf](https://togithub.com/angular/universal/commit/e6124bfd304cbddb125b591f6e812dc92ba2d7b6))
    110 -   **[@&#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)
    111 -   **[@&#8203;nguniversal/common](https://togithub.com/nguniversal/common):** enable inlining of critical CSS by default ([3dddb75](https://togithub.com/angular/universal/commit/3dddb758fa6e89ca1b857b7a7a17a21bc474618c))
    112 
    113 ##### BREAKING CHANGES
    114 
    115 -   Node.js version 10 will become EOL on 2021-04-30.
    116     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.
    117 
    118 ### [`v11.2.1`](https://togithub.com/angular/universal/releases/v11.2.1)
    119 
    120 [Compare Source](https://togithub.com/angular/universal/compare/v11.2.0...v11.2.1)
    121 
    122 commit [`cecd5bd`](https://togithub.com/angular/universal/commit/cecd5bd2ab1f62ea0d70985d1d3e26551ad08ce9)
    123 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    124 Date:   Fri Feb 26 20:48:41 2021 +0100
    125 
    126     fix(@&#8203;nguniversal/common): inline critical font-face rules when using critical css inlining
    127 
    128     When critical font rules are not inlined it will cause blinking as during first render the fallback font will be rendered.
    129 
    130     Closes #&#8203;2002
    131 
    132     (cherry picked from commit dbad8e971b484df81a941884306d4a9c912f6236)
    133 
    134 ### [`v11.2.0`](https://togithub.com/angular/universal/releases/v11.2.0)
    135 
    136 [Compare Source](https://togithub.com/angular/universal/compare/v11.1.2...v11.2.0)
    137 
    138 commit [`053e69a`](https://togithub.com/angular/universal/commit/053e69a0435cc446949808b6dab85aec6166427c)
    139 Author: Keen Yee Liau <kyliau@google.com>
    140 Date:   Tue Feb 16 10:59:56 2021 -0800
    141 
    142     release: v11.2.0
    143 
    144 commit [`f7802d3`](https://togithub.com/angular/universal/commit/f7802d32676c4ed5798cfeb031f9c1bf3cbf1fe2)
    145 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    146 Date:   Fri Feb 12 11:26:57 2021 +0100
    147 
    148     build: update Angular packages to version 11.2
    149 
    150 commit [`b8aac7f`](https://togithub.com/angular/universal/commit/b8aac7fa2eba23b1d8db76bffdc5beae71d0f871)
    151 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    152 Date:   Fri Feb 12 09:51:26 2021 +0100
    153 
    154     build: update critters to version 0.0.7
    155 
    156     (cherry picked from commit ca282eb4aff35f9fd958b0edb7ef4ab209943da9)
    157 
    158 commit [`5262abb`](https://togithub.com/angular/universal/commit/5262abb96f25b196cdc141da37e3767e50f6d61f)
    159 Author: Renovate Bot <bot@renovateapp.com>
    160 Date:   Fri Feb 12 07:03:00 2021 +0000
    161 
    162     build: update critters to version 0.0.7
    163 
    164     (cherry picked from commit e44fcf31d8f7b9265731cf78f4218e7cfc06ec79)
    165 
    166 commit [`63babeb`](https://togithub.com/angular/universal/commit/63babeb58b9c3be5c642acfb40d7a275c0b35f94)
    167 Author: Renovate Bot <bot@renovateapp.com>
    168 Date:   Mon Feb 8 18:11:33 2021 +0000
    169 
    170     build: update to version
    171 
    172     (cherry picked from commit 00997b2cc708a3eea3ea3a7e101f0b0091f9e694)
    173 
    174 commit [`f9d1ed4`](https://togithub.com/angular/universal/commit/f9d1ed40a4245183ee143d6253ed627ca2f95425)
    175 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    176 Date:   Mon Feb 8 20:31:24 2021 +0100
    177 
    178     ci: disable differential loading in integration tests
    179 
    180     (cherry picked from commit 21417718134cb7ed8fef60f740018fbf8187f2dd)
    181 
    182 commit [`2be1c3c`](https://togithub.com/angular/universal/commit/2be1c3c89055a26e654c38a19a7bc4d745471b09)
    183 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    184 Date:   Mon Feb 8 20:13:44 2021 +0100
    185 
    186     test(@&#8203;nguniversal/common): update e2e test
    187 
    188     (cherry picked from commit e1fa4e5c874b9c81a34896df86786cb34ec84462)
    189 
    190 commit [`b990c82`](https://togithub.com/angular/universal/commit/b990c82797e1c8fd3a66c59c73ff7a36a862d885)
    191 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    192 Date:   Mon Feb 8 17:53:22 2021 +0100
    193 
    194     fix(@&#8203;nguniversal/builders): fix development mode ignored stdout message
    195 
    196     (cherry picked from commit 9808791e3e416f2d6c5925fd1851592288a504de)
    197 
    198 commit [`7eb52ed`](https://togithub.com/angular/universal/commit/7eb52ed03f95f20f4f1b4f0c8f6155850aaaa72d)
    199 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    200 Date:   Mon Feb 8 14:24:12 2021 +0100
    201 
    202     build: update Angular versions to v11.2
    203 
    204     (cherry picked from commit fb43b8268ef44a6caab34561b014672a4ed559e9)
    205 
    206 commit [`03285c9`](https://togithub.com/angular/universal/commit/03285c9978cd8cf3a6016aa980d890e07c4b9f57)
    207 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    208 Date:   Mon Feb 8 11:49:04 2021 +0100
    209 
    210     fix(@&#8203;nguniversal/builders): bundle critters in common engine.
    211 
    212     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'`
    213 
    214     With this change, critters will be included in the UMD bundle and downelevelled which would result in us being able to extend it.
    215 
    216     Closes #&#8203;1970
    217 
    218     (cherry picked from commit 68b392a61ec0a37148cf6b71dfb9e8e3c4171f55)
    219 
    220 commit [`92ea3e6`](https://togithub.com/angular/universal/commit/92ea3e65cc9aeb4666bc0948fc36845290a8a3b7)
    221 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    222 Date:   Mon Feb 8 10:25:27 2021 +0100
    223 
    224     test(@&#8203;nguniversal/builders): add E2E for critical css inlining
    225 
    226     (cherry picked from commit d9a8a4f4757dd8252afe88b691cb4c168b045605)
    227 
    228 commit [`09207ad`](https://togithub.com/angular/universal/commit/09207adcaf8265adf784dd16db827d400e821159)
    229 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    230 Date:   Fri Feb 5 17:17:04 2021 +0100
    231 
    232     fix(@&#8203;nguniversal/common-engine): ReferenceError: URL is not defined
    233 
    234     Closes #&#8203;1974
    235 
    236 commit [`0d0254a`](https://togithub.com/angular/universal/commit/0d0254a64816ae97e150857a3c6f6dbb8b0a6830)
    237 Author: Renovate Bot <bot@renovateapp.com>
    238 Date:   Thu Feb 4 11:15:25 2021 +0000
    239 
    240     build: update puppeteer to version 7.0.1
    241 
    242 commit [`fdaef71`](https://togithub.com/angular/universal/commit/fdaef715b00d262c2772652d7efccdaeb2885566)
    243 Author: Renovate Bot <bot@renovateapp.com>
    244 Date:   Thu Feb 4 06:28:43 2021 +0000
    245 
    246     build: update puppeteer to version 7.0.0
    247 
    248 commit [`7b5ed97`](https://togithub.com/angular/universal/commit/7b5ed9722f2919519b5a9bfe75f3c6b2e5a97317)
    249 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    250 Date:   Wed Feb 3 18:26:21 2021 +0100
    251 
    252     fix(@&#8203;nguniversal/hapi-engine): fix incorrect peer dependency on hapi
    253 
    254     Closes #&#8203;1969
    255 
    256 commit [`1b60dfc`](https://togithub.com/angular/universal/commit/1b60dfc4ed1b8b27cb4eb67429c1b6c23498510b)
    257 Author: Renovate Bot <bot@renovateapp.com>
    258 Date:   Wed Feb 3 06:22:22 2021 +0000
    259 
    260     build: update karma to version 6.1.0
    261 
    262 commit [`4655d46`](https://togithub.com/angular/universal/commit/4655d467ae68d99edab2df0999fd4d163f53f83b)
    263 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    264 Date:   Tue Feb 2 14:16:23 2021 +0100
    265 
    266     build: update puppeteer to version 6
    267 
    268 commit [`c8e891a`](https://togithub.com/angular/universal/commit/c8e891a5edb5ce8f3a157689966ff6b74d4f4cd8)
    269 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    270 Date:   Tue Feb 2 14:24:34 2021 +0100
    271 
    272     build: update to bazel 4
    273 
    274 commit [`3ddd7f9`](https://togithub.com/angular/universal/commit/3ddd7f9f2a1e670f5264dad21466d1724989742f)
    275 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    276 Date:   Tue Feb 2 15:13:33 2021 +0100
    277 
    278     build: delete `@nguniversal/module-map-ngfactory-loader`
    279 
    280 commit [`b1f53a9`](https://togithub.com/angular/universal/commit/b1f53a95a85759c2d57599163be0f34f5db6ef2f)
    281 Author: Renovate Bot <bot@renovateapp.com>
    282 Date:   Tue Feb 2 07:33:19 2021 +0000
    283 
    284     build: update karma to version 6.0.4
    285 
    286 commit [`f33ca12`](https://togithub.com/angular/universal/commit/f33ca1257e8a5e1975523210c4658a36cfcc3cf1)
    287 Author: Renovate Bot <bot@renovateapp.com>
    288 Date:   Mon Feb 1 09:33:07 2021 +0000
    289 
    290     build: update to version
    291 
    292 commit [`6fd38d8`](https://togithub.com/angular/universal/commit/6fd38d80ec3092c95fe8a2a9830bab3b4dc61eba)
    293 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    294 Date:   Thu Jan 28 16:59:33 2021 +0100
    295 
    296     ci: add commit message validation
    297 
    298 commit [`dc2f025`](https://togithub.com/angular/universal/commit/dc2f0256ba04dff968db4a6763c8d6ea4e19c8ee)
    299 Author: Renovate Bot <bot@renovateapp.com>
    300 Date:   Thu Jan 28 06:03:44 2021 +0000
    301 
    302     build: update karma to version 6.0.3
    303 
    304 commit [`40fbcc4`](https://togithub.com/angular/universal/commit/40fbcc43e59e83cf9b57a9d958e2ba6e259bd824)
    305 Author: Renovate Bot <bot@renovateapp.com>
    306 Date:   Tue Jan 26 19:01:08 2021 +0000
    307 
    308     build: update karma to version 6.0.2
    309 
    310 commit [`e30b693`](https://togithub.com/angular/universal/commit/e30b693779a7dc468bc470cb9bf073d52abc3f5f)
    311 Author: Renovate Bot <bot@renovateapp.com>
    312 Date:   Mon Jan 25 09:51:54 2021 +0000
    313 
    314     build: update to version
    315 
    316 commit [`d807d4c`](https://togithub.com/angular/universal/commit/d807d4c4daff7f61596961543a87ceddaff9e795)
    317 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    318 Date:   Fri Jan 22 19:04:35 2021 +0100
    319 
    320     test: remove extra dependency
    321 
    322 commit [`0e5bfc1`](https://togithub.com/angular/universal/commit/0e5bfc16c0b21b2d74d587df50fe9016a4a7c201)
    323 Author: Renovate Bot <bot@renovateapp.com>
    324 Date:   Fri Jan 22 10:31:52 2021 +0000
    325 
    326     build: update @&#8203;angular/dev-infra-private to version
    327 
    328 commit [`8bda041`](https://togithub.com/angular/universal/commit/8bda0417221d638ed8dced2e72f8b234a264d717)
    329 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    330 Date:   Fri Jan 22 11:10:54 2021 +0100
    331 
    332     fix(@&#8203;nguniversal/aspnetcore-engine): correctly set publicPath
    333 
    334 commit [`65679da`](https://togithub.com/angular/universal/commit/65679da694a316b25bfb229912b1885d98ad37b8)
    335 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    336 Date:   Fri Jan 22 11:19:47 2021 +0100
    337 
    338     build: setup ng-dev tooling to perform merges
    339 
    340 commit [`68fc0c0`](https://togithub.com/angular/universal/commit/68fc0c08e06c16749806c4506128ba406e6c957b)
    341 Author: Renovate Bot <bot@renovateapp.com>
    342 Date:   Thu Jan 21 06:38:44 2021 +0000
    343 
    344     build: update karma to version 6.0.1
    345 
    346 ### [`v11.1.2`](https://togithub.com/angular/universal/releases/v11.1.2)
    347 
    348 [Compare Source](https://togithub.com/angular/universal/compare/v11.1.1...v11.1.2)
    349 
    350 commit [`0b128ab`](https://togithub.com/angular/universal/commit/0b128ab99fca0b27b6a09373809ba811c5043a73) (HEAD -> 11.1.x, tag: v11.1.2, upstream/11.1.x)
    351 Author: Keen Yee Liau <kyliau@google.com>
    352 Date:   Fri Feb 5 09:16:36 2021 -0800
    353 
    354     release: v11.1.2
    355 
    356 commit [`0dd378a`](https://togithub.com/angular/universal/commit/0dd378a8648404ba2720bba40ae94b1061be04fb)
    357 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    358 Date:   Fri Feb 5 17:17:04 2021 +0100
    359 
    360     fix(@&#8203;nguniversal/common-engine): ReferenceError: URL is not defined
    361 
    362     Closes #&#8203;1974
    363 
    364 commit [`b6fa8f5`](https://togithub.com/angular/universal/commit/b6fa8f502b1f7e346f7a58e48db12be640c7009f)
    365 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    366 Date:   Wed Feb 3 18:26:21 2021 +0100
    367 
    368     fix(@&#8203;nguniversal/hapi-engine): fix incorrect peer dependency on hapi
    369 
    370     Closes #&#8203;1969
    371 
    372     (cherry picked from commit 7b5ed9722f2919519b5a9bfe75f3c6b2e5a97317)
    373 
    374 commit [`621b5b5`](https://togithub.com/angular/universal/commit/621b5b5106f2c26a425515a343d0c64222c92311)
    375 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    376 Date:   Tue Feb 2 14:24:34 2021 +0100
    377 
    378     build: update to bazel 4
    379 
    380     (cherry picked from commit c8e891a5edb5ce8f3a157689966ff6b74d4f4cd8)
    381 
    382 ### [`v11.1.1`](https://togithub.com/angular/universal/releases/v11.1.1)
    383 
    384 [Compare Source](https://togithub.com/angular/universal/compare/v11.1.0...v11.1.1)
    385 
    386 commit [`936248e`](https://togithub.com/angular/universal/commit/936248e88821755dcc15640313ba0dab3228e8de) (HEAD -> 11.1.x, tag: v11.1.1, upstream/11.1.x)
    387 Author: Keen Yee Liau <kyliau@google.com>
    388 Date:   Thu Jan 28 11:32:52 2021 -0800
    389 
    390     release: v11.1.1
    391 
    392 commit [`3a0c38b`](https://togithub.com/angular/universal/commit/3a0c38b43d8d9cac2a89e855f1b88a228a71e0ad)
    393 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    394 Date:   Fri Jan 22 11:10:54 2021 +0100
    395 
    396     fix(@&#8203;nguniversal/aspnetcore-engine): correctly set publicPath
    397 
    398     (cherry picked from commit 8bda0417221d638ed8dced2e72f8b234a264d717)
    399 
    400 ### [`v11.1.0`](https://togithub.com/angular/universal/releases/v11.1.0)
    401 
    402 [Compare Source](https://togithub.com/angular/universal/compare/v11.0.1...v11.1.0)
    403 
    404 commit [`3926698`](https://togithub.com/angular/universal/commit/39266987ae1d66ff193514ed795d0cb4e307d61b)
    405 Author: Keen Yee Liau <kyliau@google.com>
    406 Date:   Wed Jan 20 15:24:21 2021 -0800
    407 
    408     release: v11.1.0
    409 
    410 commit [`16c7c84`](https://togithub.com/angular/universal/commit/16c7c84b7c370ba64999cf50a7bc5a194f95584b)
    411 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    412 Date:   Wed Jan 13 09:49:18 2021 +0100
    413 
    414     feat(aspnetcore-engine): support .NET Core version 3
    415 
    416     .NET Core version 3 users use the `completeHTML` property instead of `html` to avoid the below error.
    417 
    418     ```
    419     InvalidOperationException: Globals is not supported when prerendering via UseSpaPrerendering().
    420     Instead, your prerendering logic should return a complete HTML page, in which you embed any information you wish to return to the client.
    421     ```
    422 
    423     .NET Core 3 usage examples
    424     ```
    425     export default createServerRenderer(async params => {
    426       // Platform-server provider configuration
    427       const setupOptions: IEngineOptions = {
    428         appSelector: '<app-root></app-root>',
    429         ngModule: AppServerModule,
    430         document: params.data.originalHtml,
    431         request: params,
    432         providers: [
    433           ...
    434         ]
    435       };
    436 
    437       const { completeHTML } = await ngAspnetCoreEngine(setupOptions);
    438       return { html: completeHTML };
    439     });
    440     ```
    441 
    442 commit [`adbab25`](https://togithub.com/angular/universal/commit/adbab25698af7ce6858de1b2f62aae589b4dee73)
    443 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    444 Date:   Wed Jan 13 09:39:49 2021 +0100
    445 
    446     feat(aspnetcore-engine): fixes for delaying platform destruction
    447 
    448     With this change we replace the aspnet-engine to use the common engine to fix a number of problems.
    449 
    450     1) Injector has already been destroyed. Error: Injector has already been destroyed.
    451     2) Mismatching HTML snapshots.
    452 
    453     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.
    454 
    455     Fixes #&#8203;1808
    456     Fixes #&#8203;1404
    457 
    458 commit [`0f23806`](https://togithub.com/angular/universal/commit/0f2380616709ea7b014b6c5e08c8ed1dcf77d9c4)
    459 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    460 Date:   Fri Dec 11 09:48:01 2020 +0100
    461 
    462     fix(builders): add missing peerDependencies to @&#8203;angular-devkit/build-angular
    463 
    464 commit [`b41a3fb`](https://togithub.com/angular/universal/commit/b41a3fbbfb6a4aa0a1fb0d1f111d5fb1b33269b8)
    465 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    466 Date:   Thu Dec 10 12:55:17 2020 +0100
    467 
    468     feat: enable inlining of critical CSS optimizations
    469 
    470     This is another feature that we mentioned in the Eliminate Render Blocking Requests RFC (https://github.com/angular/angular-cli/issues/18730)
    471 
    472     **Prerendering**
    473     To enable critical css inlining for prerendering set the `inlineCritical` to true under the Browser Builder options.
    474 
    475     Example:
    476     ```json
    477     "configurations": {
    478       "production": {
    479         "fileReplacements": [
    480           {
    481             "replace": "src/environments/environment.ts",
    482             "with": "src/environments/environment.prod.ts"
    483           }
    484         ],
    485         "optimization": {
    486           "styles": {
    487             "minify": true,
    488             "inlineCritical": true,
    489            }
    490         },
    491     ```
    492 
    493     **Express Engine**
    494     Update server.ts
    495     ```ts
    496       server.engine('html', ngExpressEngine({
    497         bootstrap: AppServerModule,
    498         inlineCriticalCss: true,
    499       }));
    500     ```
    501 
    502     **Hapi Engine**
    503     Update server.ts
    504     ```ts
    505       server.route({
    506         method: 'GET',
    507         path: '/{path*}',
    508         handler: (req: Request) => ngHapiEngine({
    509           bootstrap: AppServerModule,
    510           documentFilePath,
    511           publicPath: distFolder,
    512           inlineCriticalCss: true,
    513           req,
    514         })
    515       });
    516     ```
    517 
    518     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.
    519 
    520     Closes #&#8203;974
    521 
    522 commit [`d538993`](https://togithub.com/angular/universal/commit/d5389930768eefc89cfa038afd7433a2ab53899e)
    523 Author: Juri <juri.strumpflohner@gmail.com>
    524 Date:   Tue Dec 1 15:23:10 2020 +0100
    525 
    526     fix(hapi-engine): ng-add schematic
    527 
    528 ### [`v11.0.1`](https://togithub.com/angular/universal/releases/v11.0.1)
    529 
    530 [Compare Source](https://togithub.com/angular/universal/compare/v11.0.0...v11.0.1)
    531 
    532 commit [`328e316`](https://togithub.com/angular/universal/commit/328e316489b49d7719d9db8de5ad67da586eecfc) (HEAD -> 11.0.x, tag: v11.0.1, upstream/11.0.x)
    533 Author: Keen Yee Liau <kyliau@google.com>
    534 Date:   Thu Dec 3 16:47:38 2020 -0800
    535 
    536     release: v11.0.1
    537 
    538 commit [`f8c6191`](https://togithub.com/angular/universal/commit/f8c619115c8f461b773dd0c3ae4fd9306812dc15)
    539 Author: Juri <juri.strumpflohner@gmail.com>
    540 Date:   Tue Dec 1 15:23:10 2020 +0100
    541 
    542     fix(hapi-engine): ng-add schematic
    543 
    544     (cherry picked from commit d5389930768eefc89cfa038afd7433a2ab53899e)
    545 
    546 ### [`v11.0.0`](https://togithub.com/angular/universal/releases/v11.0.0)
    547 
    548 [Compare Source](https://togithub.com/angular/universal/compare/v10.1.0...v11.0.0)
    549 
    550 commit [`95c4bb7`](https://togithub.com/angular/universal/commit/95c4bb71a8f3522dd7f5a89b23014afc6d43fa2b)
    551 Author: Keen Yee Liau <kyliau@google.com>
    552 Date:   Wed Nov 11 15:37:42 2020 -0800
    553 
    554     release: v11.0.0
    555 
    556 commit [`7911045`](https://togithub.com/angular/universal/commit/79110452c2a609597781d5aeec9e7f508b91b80b)
    557 Author: Keen Yee Liau <kyliau@google.com>
    558 Date:   Mon Nov 9 20:25:51 2020 -0800
    559 
    560     release: v11.0.0-rc.0
    561 
    562 commit [`4bb9568`](https://togithub.com/angular/universal/commit/4bb956887f211c6bd419111ed2022531b0e6af34)
    563 Author: Renovate Bot <bot@renovateapp.com>
    564 Date:   Mon Nov 9 08:06:06 2020 +0000
    565 
    566     build: update to version
    567 
    568 commit [`5217257`](https://togithub.com/angular/universal/commit/52172574fa98bfa09cbf394331df70fc6dfa7972)
    569 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    570 Date:   Fri Nov 6 09:55:24 2020 +0100
    571 
    572     fix: remove extractCss from ssr-dev-server builder
    573 
    574     As of Angular CLI version 11, extractCss is deprecated and is now done by default.
    575 
    576 commit [`81ba768`](https://togithub.com/angular/universal/commit/81ba7683b4fa0d8539b4a15ea6a00e714d4e9465)
    577 Author: Keen Yee Liau <kyliau@google.com>
    578 Date:   Thu Nov 5 20:08:52 2020 -0800
    579 
    580     release: v11.0.0-next.2
    581 
    582 commit [`66e6805`](https://togithub.com/angular/universal/commit/66e6805ee3884c30d181f49f20d9454ece51db09)
    583 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    584 Date:   Thu Nov 5 11:22:52 2020 +0100
    585 
    586     feat(builders): support service worker generation with prerendering
    587 
    588     Closes: #&#8203;1505
    589 
    590 commit [`fb1428a`](https://togithub.com/angular/universal/commit/fb1428a4c335b873eb2a5645290e2ba06fb4ffba)
    591 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    592 Date:   Tue Nov 3 15:13:14 2020 +0100
    593 
    594     refactor: major clean up of all engines
    595 
    596     - add return type to domContentLoadedFactory
    597     - remove unused DI tokens
    598     - Remove FileLoader implementations from all engines. Instead use the one in @&#8203;nguniversal/common
    599     - Extend RenderOptions Express and Hapi engines interfaces from Common Engine RenderOptions
    600 
    601 commit [`1d38029`](https://togithub.com/angular/universal/commit/1d3802930943be5d94bcaec7575fd3caf216e3ac)
    602 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    603 Date:   Mon Nov 2 11:44:05 2020 +0100
    604 
    605     build: remove deletion-target tslint rule and increase line length to 140
    606 
    607     Align a bit more with the CLI code standards
    608 
    609 commit [`b5514c7`](https://togithub.com/angular/universal/commit/b5514c76f73d5ba78d80e36c4c144780d9528a08)
    610 Author: Renovate Bot <bot@renovateapp.com>
    611 Date:   Mon Nov 2 08:06:06 2020 +0000
    612 
    613     build: update to version
    614 
    615 commit [`39ef4c5`](https://togithub.com/angular/universal/commit/39ef4c51f3e4b265b7188255379a9a3fd63407df)
    616 Author: Renovate Bot <bot@renovateapp.com>
    617 Date:   Sat Oct 31 09:01:11 2020 +0000
    618 
    619     build: update to version
    620 
    621 commit [`666b879`](https://togithub.com/angular/universal/commit/666b8790dfed825474202c1e32ceb54809c67251)
    622 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    623 Date:   Fri Oct 30 18:07:27 2020 +0100
    624 
    625     fix: don't bundle common engine in hapi and express engine
    626 
    627     The common engine is a direct depedency and hence bundle it is redundant.
    628 
    629 commit [`e855870`](https://togithub.com/angular/universal/commit/e8558708a5cc95da06db10e8d76d695a32eb17ea)
    630 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    631 Date:   Fri Oct 30 12:41:55 2020 +0100
    632 
    633     test: avoid doing differential loading in UT
    634 
    635 commit [`96441c2`](https://togithub.com/angular/universal/commit/96441c28d811ca21b0a54a5871897aafea3151af)
    636 Author: Renovate Bot <bot@renovateapp.com>
    637 Date:   Fri Oct 30 05:04:04 2020 +0000
    638 
    639     build: update @&#8203;bazel/ibazel to version 0.14.0
    640 
    641 commit [`f4fbedd`](https://togithub.com/angular/universal/commit/f4fbeddabc9ae664af0c7ce22953ed33496ddb91)
    642 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    643 Date:   Wed Oct 28 20:41:05 2020 +0100
    644 
    645     fix(builders): improve prerendering logging
    646 
    647     With this change we improve the prerender logging by:
    648     - Reduce the verbosity of the logs when generating route
    649     - Improve logs when an error occuries
    650     - Add a spinner
    651 
    652     Closes #&#8203;1844
    653 
    654 commit [`1f0409f`](https://togithub.com/angular/universal/commit/1f0409f2df360a383ea08fd7223d1c54be7880f1)
    655 Author: Renovate Bot <bot@renovateapp.com>
    656 Date:   Wed Oct 28 05:04:48 2020 +0000
    657 
    658     build: update puppeteer to version 5.4.1
    659 
    660 commit [`8866772`](https://togithub.com/angular/universal/commit/8866772f79de73c7a55c0c4f19b3690d9ad1161e)
    661 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    662 Date:   Tue Oct 27 10:56:37 2020 +0100
    663 
    664     build: update angular packages to version 11
    665 
    666 commit [`23c49d6`](https://togithub.com/angular/universal/commit/23c49d6830a068ff97bf6d84aa8cb70aebf90ec3)
    667 Author: Renovate Bot <bot@renovateapp.com>
    668 Date:   Mon Oct 26 19:03:51 2020 +0000
    669 
    670     build: update build_bazel_rules_nodejs to version 2.2.2
    671 
    672 commit [`c6f436e`](https://togithub.com/angular/universal/commit/c6f436e973173943ca355f6e42f6ab7dbaaa682e)
    673 Author: Renovate Bot <bot@renovateapp.com>
    674 Date:   Mon Oct 26 19:12:42 2020 +0000
    675 
    676     build: update karma to version 5.2.3
    677 
    678 commit [`39a53b1`](https://togithub.com/angular/universal/commit/39a53b12b962aad93a6f88c324aa169097f789cb)
    679 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    680 Date:   Mon Oct 26 19:09:03 2020 +0100
    681 
    682     build: update build_bazel_rules_nodejs to 2.0.2
    683 
    684 commit [`61f77c6`](https://togithub.com/angular/universal/commit/61f77c6e56da99bf0bb839ea3c5c6a8f21387839)
    685 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    686 Date:   Mon Oct 26 19:07:51 2020 +0100
    687 
    688     build: update puppeteer to version 5.4.0 (#&#8203;1872)
    689 
    690 commit [`5177364`](https://togithub.com/angular/universal/commit/51773645b72a12d6fc506c2609038b3da53f60a3)
    691 Author: George Kalpakas <kalpakas.g@gmail.com>
    692 Date:   Wed Oct 21 20:32:23 2020 +0300
    693 
    694     build: update `lock-closed` GitHub action to latest version
    695 
    696     This commit updates the version of the `dev-infra/lock-closed` GitHub
    697     action to the latest version, that includes the fix from
    698     angular/dev-infra#&#8203;80.
    699 
    700 commit [`e83a484`](https://togithub.com/angular/universal/commit/e83a4845c83c8bd0ed3e1f42a9854bd6c81ccb06)
    701 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    702 Date:   Wed Oct 21 09:56:05 2020 +0200
    703 
    704     ci: bump to lastest sha of angular/dev-infra's lock-closed action
    705 
    706     Update to the latest lock-closed action to fix the link which is used.
    707 
    708 commit [`5071a02`](https://togithub.com/angular/universal/commit/5071a021d4f85ad8a42c3d1acc543fcbe892bc4c)
    709 Author: Renovate Bot <bot@renovateapp.com>
    710 Date:   Thu Oct 1 05:05:29 2020 +0000
    711 
    712     build: update codelyzer to version 6.0.1
    713 
    714 commit [`1bbe16f`](https://togithub.com/angular/universal/commit/1bbe16f9cd2809622fd224bd92aa9f1151f1e629)
    715 Author: Dmitrij Kuba <dmkuba.dev@gmail.com>
    716 Date:   Thu Sep 24 18:47:45 2020 +0300
    717 
    718     docs: fix typo
    719 
    720 commit [`fc5337e`](https://togithub.com/angular/universal/commit/fc5337ec801e0519dd4a5ca44077196db5c35a09)
    721 Author: Keen Yee Liau <kyliau@google.com>
    722 Date:   Thu Sep 24 08:49:28 2020 -0700
    723 
    724     release: v11.0.0-next.1
    725 
    726 commit [`5111d41`](https://togithub.com/angular/universal/commit/5111d412eb3174d0c78588e088c18bcf8aef6e2e)
    727 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    728 Date:   Thu Sep 24 14:39:47 2020 +0200
    729 
    730     refactor: remove usage on `@schematics/angular` old json helpers
    731 
    732 commit [`2293fa1`](https://togithub.com/angular/universal/commit/2293fa1be6168690b8641b9a295a572b4034a01d)
    733 Author: Renovate Bot <bot@renovateapp.com>
    734 Date:   Wed Sep 23 05:03:32 2020 +0000
    735 
    736     build: update puppeteer to version 5.3.1
    737 
    738 commit [`bca1dfe`](https://togithub.com/angular/universal/commit/bca1dfef5fcfc0335366658126f0a6ccd8d94bda)
    739 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    740 Date:   Tue Sep 22 13:47:32 2020 +0200
    741 
    742     ci: update configuration to use new CircleCI docker images
    743 
    744 commit [`c928beb`](https://togithub.com/angular/universal/commit/c928bebd23877bbcdf37d97f069d2dce1f106406)
    745 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    746 Date:   Tue Sep 22 14:20:24 2020 +0200
    747 
    748     style: fix typo in comment (#&#8203;1841)
    749 
    750 commit [`538bc7d`](https://togithub.com/angular/universal/commit/538bc7d82927a19675f1d3dd569a068b01334ee8)
    751 Author: Joey Perrott <josephperrott@gmail.com>
    752 Date:   Mon Sep 21 12:50:28 2020 -0700
    753 
    754     build: update tslint rules to remove usage of whitelist in comments
    755 
    756     Remove usage of the term whitelist in commenting for noRxjsPatchImportsRule
    757 
    758 commit [`114b584`](https://togithub.com/angular/universal/commit/114b584023ed398917e1d9892b5a500d4fdde510)
    759 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
    760 Date:   Mon Sep 21 16:29:51 2020 -0400
    761 
    762     build: update to version (#&#8203;1838)
    763 
    764     Co-authored-by: Renovate Bot <bot@renovateapp.com>
    765 
    766 commit [`76cb6dc`](https://togithub.com/angular/universal/commit/76cb6dcb5b16016aae05294ca64c4ca94c585d4f)
    767 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
    768 Date:   Mon Sep 21 15:54:03 2020 -0400
    769 
    770     build: update jasmine-spec-reporter to version 6.0.0 (#&#8203;1836)
    771 
    772     Co-authored-by: Renovate Bot <bot@renovateapp.com>
    773 
    774 commit [`ad5f960`](https://togithub.com/angular/universal/commit/ad5f960b9fd8c2c3872cd996459a412aa0d8937f)
    775 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
    776 Date:   Mon Sep 21 15:53:42 2020 -0400
    777 
    778     build: update rollup to version ~2.28.0 (#&#8203;1837)
    779 
    780     Co-authored-by: Renovate Bot <bot@renovateapp.com>
    781 
    782 commit [`c7c109f`](https://togithub.com/angular/universal/commit/c7c109fd5c6213bb8e3e38130f0b4a1332ba6fd1)
    783 Author: Renovate Bot <bot@renovateapp.com>
    784 Date:   Wed Sep 16 07:43:47 2020 +0000
    785 
    786     build: update rollup to version ~2.27.0
    787 
    788 commit [`cd9ee41`](https://togithub.com/angular/universal/commit/cd9ee41f4861b2be4f38df314e27d52a979b67b3)
    789 Author: Renovate Bot <bot@renovateapp.com>
    790 Date:   Mon Sep 14 07:06:26 2020 +0000
    791 
    792     build: update to version
    793 
    794 commit [`ff711be`](https://togithub.com/angular/universal/commit/ff711be0fc0d79aa543508d1286e7ca5b6950816)
    795 Author: Renovate Bot <bot@renovateapp.com>
    796 Date:   Sat Sep 12 05:04:56 2020 +0000
    797 
    798     build: update puppeteer to version 5.3.0
    799 
    800 commit [`47a478e`](https://togithub.com/angular/universal/commit/47a478e0633026245a000cc7e59f18a16fc6df5f)
    801 Author: Renovate Bot <bot@renovateapp.com>
    802 Date:   Fri Sep 11 17:10:28 2020 +0000
    803 
    804     build: update to version
    805 
    806 commit [`b312152`](https://togithub.com/angular/universal/commit/b3121522cff11e900947f4ae9ce3f8ca4296b20d)
    807 Author: dependabot\[bot] <49699333+dependabot\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
    808 Date:   Fri Sep 11 16:37:04 2020 +0000
    809 
    810     build(deps-dev): bump node-fetch from 2.6.0 to 2.6.1
    811 
    812     Bumps [node-fetch](https://togithub.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
    813     - [Release notes](https://togithub.com/bitinn/node-fetch/releases)
    814     - [Changelog](https://togithub.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
    815     - [Commits](https://togithub.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)
    816 
    817     Signed-off-by: dependabot[bot] <support@github.com>
    818 
    819 commit [`24578ec`](https://togithub.com/angular/universal/commit/24578ec1d5d55f0b58fd6c901eb8d813e9fa4b3c)
    820 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    821 Date:   Fri Sep 11 10:40:05 2020 +0200
    822 
    823     ci: update puppeteer
    824 
    825 commit [`bd40305`](https://togithub.com/angular/universal/commit/bd40305426018359336f5ec94f365ea3f588b720)
    826 Author: Renovate Bot <bot@renovateapp.com>
    827 Date:   Wed Sep 9 05:05:10 2020 +0000
    828 
    829     build: update karma to version 5.2.2
    830 
    831 commit [`15f4830`](https://togithub.com/angular/universal/commit/15f4830d6b1e4907b4954d0d85c3a2fc34d99536)
    832 Author: Keen Yee Liau <kyliau@google.com>
    833 Date:   Thu Sep 3 09:14:36 2020 -0700
    834 
    835     release: v11.0.0-next.0
    836 
    837 commit [`b330aa4`](https://togithub.com/angular/universal/commit/b330aa4cd22e4e619e5db3a291662f10eb1ac74d)
    838 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    839 Date:   Thu Sep 3 08:34:44 2020 +0200
    840 
    841     build: update angular deps to version 11
    842 
    843 commit [`2e471d1`](https://togithub.com/angular/universal/commit/2e471d19958eecc4d1b95b2b579c6471db7090f1)
    844 Author: Keen Yee Liau <kyliau@google.com>
    845 Date:   Wed Sep 2 21:25:33 2020 -0700
    846 
    847     build: remove --experimental_allow_incremental_repository_updates in bazelrc
    848 
    849     Managed directories is no longer an experimental feature, so the flag is
    850     no longer needed in .bazelrc.
    851 
    852 ### [`v10.1.0`](https://togithub.com/angular/universal/releases/v10.1.0)
    853 
    854 [Compare Source](https://togithub.com/angular/universal/compare/v10.0.2...v10.1.0)
    855 
    856 commit [`3f841ef`](https://togithub.com/angular/universal/commit/3f841ef6839878662a79cdcc13112b37237ffb44)
    857 Author: Keen Yee Liau <kyliau@google.com>
    858 Date:   Wed Sep 2 21:17:50 2020 -0700
    859 
    860     release: v10.1.0
    861 
    862 commit [`f92baae`](https://togithub.com/angular/universal/commit/f92baae9fb357484f7a5a87b266770e1f4b05daf)
    863 Author: dependabot\[bot] <49699333+dependabot\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
    864 Date:   Wed Sep 2 17:35:00 2020 +0000
    865 
    866     build(deps): bump bl from 4.0.2 to 4.0.3
    867 
    868     Bumps [bl](https://togithub.com/rvagg/bl) from 4.0.2 to 4.0.3.
    869     - [Release notes](https://togithub.com/rvagg/bl/releases)
    870     - [Commits](https://togithub.com/rvagg/bl/compare/v4.0.2...v4.0.3)
    871 
    872     Signed-off-by: dependabot[bot] <support@github.com>
    873 
    874 commit [`09ae8c0`](https://togithub.com/angular/universal/commit/09ae8c09367aae3de4b591f0ed238d2235333fb5)
    875 Author: Renovate Bot <bot@renovateapp.com>
    876 Date:   Wed Sep 2 16:51:20 2020 +0000
    877 
    878     build: update karma to version 5.2.1
    879 
    880 commit [`132de1e`](https://togithub.com/angular/universal/commit/132de1e2c75e0a73207d4f23b002119cee57f9b5)
    881 Author: Keen Yee Liau <kyliau@google.com>
    882 Date:   Thu Aug 27 10:42:25 2020 -0700
    883 
    884     release: v10.1.0-rc.0
    885 
    886 commit [`756d0b1`](https://togithub.com/angular/universal/commit/756d0b1fe29bc9e85bb2252714af466b3c6e4ba5)
    887 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    888 Date:   Thu Aug 27 10:08:22 2020 +0200
    889 
    890     build: update Angular packages to 10.1.0-rc.0
    891 
    892 commit [`0eb7253`](https://togithub.com/angular/universal/commit/0eb725383c4a3570f242d473a0cf55b624bdf7cf)
    893 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    894 Date:   Wed Aug 26 10:20:21 2020 +0200
    895 
    896     build: update @&#8203;types/hapi__hapi to version ^20.0.0
    897 
    898 commit [`b8a0040`](https://togithub.com/angular/universal/commit/b8a0040f2b281eaf59f41af845359d647c54fc81)
    899 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    900 Date:   Wed Aug 26 08:23:46 2020 +0200
    901 
    902     build: update to TypeScript 4.0
    903 
    904 commit [`e47dbc8`](https://togithub.com/angular/universal/commit/e47dbc8e8d6c8bf99d3fe255acd2137611e68f97)
    905 Author: Renovate Bot <bot@renovateapp.com>
    906 Date:   Sat Aug 22 05:05:28 2020 +0000
    907 
    908     build: update ts-node to version 9.0.0
    909 
    910 commit [`f3efa35`](https://togithub.com/angular/universal/commit/f3efa35dd0f6d1667229bf00acf78f259e800739)
    911 Author: Renovate Bot <bot@renovateapp.com>
    912 Date:   Sat Aug 15 05:04:27 2020 +0000
    913 
    914     build: update rollup to version ~2.26.0
    915 
    916 commit [`7bdd58d`](https://togithub.com/angular/universal/commit/7bdd58d27679690a633c052d0337e4d9b7589ebf)
    917 Author: Renovate Bot <bot@renovateapp.com>
    918 Date:   Fri Aug 14 05:04:39 2020 +0000
    919 
    920     build: update rollup to version ~2.25.0
    921 
    922 commit [`1b2ddbb`](https://togithub.com/angular/universal/commit/1b2ddbb53d0985b4b2fc1b4f424786d7ba172f27)
    923 Author: Renovate Bot <bot@renovateapp.com>
    924 Date:   Thu Aug 13 05:05:04 2020 +0000
    925 
    926     build: update karma-jasmine to version 4.0.1
    927 
    928 commit [`d45d9b1`](https://togithub.com/angular/universal/commit/d45d9b1d76789731bfef0be2a0b134396cbb9b8e)
    929 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
    930 Date:   Wed Aug 12 01:29:03 2020 -0400
    931 
    932     build: update karma-jasmine to version 4.0.0 (#&#8203;1798)
    933 
    934     Co-authored-by: Renovate Bot <bot@renovateapp.com>
    935 
    936 ### [`v10.0.2`](https://togithub.com/angular/universal/releases/v10.0.2)
    937 
    938 [Compare Source](https://togithub.com/angular/universal/compare/v10.0.1...v10.0.2)
    939 
    940 commit [`4e949a3`](https://togithub.com/angular/universal/commit/4e949a391377ba2a6338a9ca62c9b5d652130078)
    941 Author: Keen Yee Liau <kyliau@google.com>
    942 Date:   Tue Aug 11 14:18:43 2020 -0700
    943 
    944     release: v10.0.2
    945 
    946 commit [`34ec6be`](https://togithub.com/angular/universal/commit/34ec6be0b236c5d57e70fe05082800898ef20a81)
    947 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
    948 Date:   Mon Aug 10 12:16:47 2020 +0200
    949 
    950     build: update concurrently to version 5.3.0 (#&#8203;1791)
    951 
    952     Co-authored-by: Renovate Bot <bot@renovateapp.com>
    953 
    954 commit [`b5c2eb2`](https://togithub.com/angular/universal/commit/b5c2eb283229459c79371ee78e4dbc8f23bf1eaf)
    955 Author: An Sergei <ahn.sergei@gmail.com>
    956 Date:   Sat Aug 8 03:38:10 2020 +1000
    957 
    958     fix(common): handle arrays in querystrings
    959 
    960     caching GET request with query string with array of parameter gets the first value only.
    961     it breaks caching for the same url with different query string for example
    962     for api http://api.example.com?params=1&params=2&params=3 cache key will be http://api.example.com?params=1
    963     for api http://api.example.com?params=1&params=2 cache key will be the same http://api.example.com?params=1
    964     and therefor API request will not be sent to server.
    965 
    966 commit [`7a4032a`](https://togithub.com/angular/universal/commit/7a4032acfb2304c7ed32517397bbae27286efdc0)
    967 Author: Renovate Bot <bot@renovateapp.com>
    968 Date:   Sat Aug 1 12:55:23 2020 +0000
    969 
    970     build: update terser to version ^5.0.0
    971 
    972 commit [`da64943`](https://togithub.com/angular/universal/commit/da6494378ed5232659ad42ce4d5f23cc771670dd)
    973 Author: Renovate Bot <bot@renovateapp.com>
    974 Date:   Sat Aug 1 05:04:50 2020 +0000
    975 
    976     build: update tslint to version 6.1.3
    977 
    978 commit [`adb8965`](https://togithub.com/angular/universal/commit/adb8965f02f26cc133511764414272aa3ed27d7a)
    979 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
    980 Date:   Fri Jul 31 20:02:00 2020 +0200
    981 
    982     docs: fix bug template
    983 
    984     The bug template is not showing
    985 
    986 commit [`06b5113`](https://togithub.com/angular/universal/commit/06b51131ae3df88adfc814dd0333ebe0de00a586)
    987 Author: Renovate Bot <bot@renovateapp.com>
    988 Date:   Wed Jul 29 05:04:49 2020 +0000
    989 
    990     build: update karma to version 5.1.1
    991 
    992 commit [`c57bd3f`](https://togithub.com/angular/universal/commit/c57bd3ffb5defc42ce542b03e1492c79f632aebc)
    993 Author: Renovate Bot <bot@renovateapp.com>
    994 Date:   Fri Jul 24 05:04:28 2020 +0000
    995 
    996     build: update rollup to version ~2.23.0
    997 
    998 commit [`e158998`](https://togithub.com/angular/universal/commit/e158998c0c7bb42715b5803a687b4604b273cbb3)
    999 Author: Renovate Bot <bot@renovateapp.com>
   1000 Date:   Fri Jul 24 05:04:10 2020 +0000
   1001 
   1002     build: update jasmine-core to version 3.6.0
   1003 
   1004 commit [`5e14b93`](https://togithub.com/angular/universal/commit/5e14b938b619e36daf27fc51d966f2faa0fcef1f)
   1005 Author: Renovate Bot <bot@renovateapp.com>
   1006 Date:   Mon Jul 20 07:42:26 2020 +0000
   1007 
   1008     build: update to version
   1009 
   1010 commit [`df1881a`](https://togithub.com/angular/universal/commit/df1881adfc71f053a925f605956328d5b4e0311a)
   1011 Author: Renovate Bot <bot@renovateapp.com>
   1012 Date:   Sat Jul 18 12:54:36 2020 +0000
   1013 
   1014     build: update rollup to version ~2.22.0
   1015 
   1016 commit [`ef4e27d`](https://togithub.com/angular/universal/commit/ef4e27d692c370d14e086f19ff797dd95cf54b92)
   1017 Author: Renovate Bot <bot@renovateapp.com>
   1018 Date:   Sat Jul 18 05:05:57 2020 +0000
   1019 
   1020     build: update puppeteer to version ~5.2.0
   1021 
   1022 commit [`c7a4cdf`](https://togithub.com/angular/universal/commit/c7a4cdf062aecc0559d2d23c16654ba38d44e371)
   1023 Author: Renovate Bot <bot@renovateapp.com>
   1024 Date:   Thu Jul 16 21:47:03 2020 +0000
   1025 
   1026     build: update to version
   1027 
   1028 commit [`b31a26b`](https://togithub.com/angular/universal/commit/b31a26b0609d9e7fb9672d8ba5bd9ba3fefe04f7)
   1029 Author: Renovate Bot <bot@renovateapp.com>
   1030 Date:   Mon Jul 13 08:55:21 2020 +0000
   1031 
   1032     build: update puppeteer to version ~5.1.0
   1033 
   1034 commit [`eadf4d4`](https://togithub.com/angular/universal/commit/eadf4d4353c38f706875bd9118ea02882c2943d9)
   1035 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1036 Date:   Wed Jul 8 16:34:48 2020 +0200
   1037 
   1038     build: embed tslib in umd bundles (#&#8203;1760)
   1039 
   1040     When tslib is listed as part of the globals, it will not be embedded in the UMD bundles.
   1041     https://github.com/angular/angular/blob/fd65958b887f6ea8dd5235e6de1d533e4c578602/packages/bazel/src/ng_package/ng_package.bzl#L226-L228
   1042 
   1043     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.
   1044 
   1045     This is also to align with the Angular FW packages.
   1046 
   1047 commit [`9e0a150`](https://togithub.com/angular/universal/commit/9e0a1508ff3f463d43ed2c297fa21a5a5b65d6e4)
   1048 Author: Renovate Bot <bot@renovateapp.com>
   1049 Date:   Wed Jul 8 05:07:47 2020 +0000
   1050 
   1051     build: update rollup to version ~2.21.0
   1052 
   1053 commit [`2aab22f`](https://togithub.com/angular/universal/commit/2aab22f9cbfbba8def009a7c0e14faee5704e57f)
   1054 Author: Adam Plumer <caerus.karu@gmail.com>
   1055 Date:   Sat Jun 27 16:17:36 2020 -0500
   1056 
   1057     fixup! docs: update issue template and Gotchas guide
   1058 
   1059 commit [`cc6f717`](https://togithub.com/angular/universal/commit/cc6f71746ca7f3e9822ee18dc7d7586f36f92980)
   1060 Author: Adam Plumer <caerus.karu@gmail.com>
   1061 Date:   Sat Jun 27 16:16:29 2020 -0500
   1062 
   1063     fixup! docs: update issue template and Gotchas guide
   1064 
   1065 commit [`394f30f`](https://togithub.com/angular/universal/commit/394f30f764c1cf2b677f88a5b12b5d37ec933c28)
   1066 Author: Adam Plumer <caerus.karu@gmail.com>
   1067 Date:   Sat Jun 13 22:34:22 2020 -0500
   1068 
   1069     docs: update issue template and Gotchas guide
   1070 
   1071     The Gotchas guide hasn't been updated in quite some time. This
   1072     refresh adds a more structured layout with explicit examples
   1073     and solutions for the most common issues.
   1074 
   1075     This also updates the issue template to add a note about what
   1076     constitutes an appropriate issue, and a link to the gotchas guide.
   1077 
   1078 commit [`6fc561b`](https://togithub.com/angular/universal/commit/6fc561b4e3ea93109df32492f8e4eacf3bf362f7)
   1079 Author: Renovate Bot <bot@renovateapp.com>
   1080 Date:   Tue Jul 7 05:06:10 2020 +0000
   1081 
   1082     build: update rollup to version ~2.20.0
   1083 
   1084 commit [`6be1af9`](https://togithub.com/angular/universal/commit/6be1af9de8d47044dc83355538a3b33f1ea48ec1)
   1085 Author: Renovate Bot <bot@renovateapp.com>
   1086 Date:   Mon Jul 6 07:42:30 2020 +0000
   1087 
   1088     build: update to version
   1089 
   1090 commit [`7a4e603`](https://togithub.com/angular/universal/commit/7a4e603643c16e1ce9400155f8ae48d9a9fe6f33)
   1091 Author: Renovate Bot <bot@renovateapp.com>
   1092 Date:   Sun Jul 5 05:31:05 2020 +0000
   1093 
   1094     build: update rollup to version ~2.19.0
   1095 
   1096 commit [`fd444a1`](https://togithub.com/angular/universal/commit/fd444a120eb54d1e908f6dd2d92f082d603c28d8)
   1097 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
   1098 Date:   Fri Jul 3 01:27:01 2020 -0500
   1099 
   1100     build: update to version (#&#8203;1717)
   1101 
   1102     Co-authored-by: Renovate Bot <bot@renovateapp.com>
   1103 
   1104 commit [`dc2b87c`](https://togithub.com/angular/universal/commit/dc2b87cc3390f2d19710cd9d9949f80d0ac76a95)
   1105 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
   1106 Date:   Fri Jul 3 01:04:56 2020 -0500
   1107 
   1108     build: update codelyzer to version 6.0.0 (#&#8203;1752)
   1109 
   1110     Co-authored-by: Renovate Bot <bot@renovateapp.com>
   1111 
   1112 commit [`61c7e3d`](https://togithub.com/angular/universal/commit/61c7e3d11371164b08972ae1d62a00d98e7dc81a)
   1113 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
   1114 Date:   Fri Jul 3 00:47:20 2020 -0500
   1115 
   1116     build: update puppeteer to version ~5.0.0 (#&#8203;1753)
   1117 
   1118     Co-authored-by: Renovate Bot <bot@renovateapp.com>
   1119 
   1120 ### [`v10.0.1`](https://togithub.com/angular/universal/releases/v10.0.1)
   1121 
   1122 [Compare Source](https://togithub.com/angular/universal/compare/v10.0.0...v10.0.1)
   1123 
   1124 commit [`8a32f27`](https://togithub.com/angular/universal/commit/8a32f27daa26ccc11d6e7b73da27ec7264993fc7)
   1125 Author: Keen Yee Liau <kyliau@google.com>
   1126 Date:   Tue Jun 30 13:57:38 2020 -0700
   1127 
   1128     release: v10.0.1
   1129 
   1130 commit [`c262c72`](https://togithub.com/angular/universal/commit/c262c7229fbff74fb7619620709b63bd671d22c1)
   1131 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1132 Date:   Fri Jun 26 13:00:45 2020 +0200
   1133 
   1134     build: update lock file and @&#8203;types/node resolutions
   1135 
   1136 commit [`2dbe674`](https://togithub.com/angular/universal/commit/2dbe6747fede9f44248aa89e594d93c8040660b2)
   1137 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1138 Date:   Fri Jun 26 10:52:35 2020 +0200
   1139 
   1140     fix(express-engine): `RenderOptions` is not assignable to `object`
   1141 
   1142     Closes #&#8203;1744
   1143 
   1144 commit [`0ebf846`](https://togithub.com/angular/universal/commit/0ebf8462a431a4bcefdf36bceeca0faf027f486b)
   1145 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1146 Date:   Fri Jun 26 10:45:56 2020 +0200
   1147 
   1148     fix(express-engine): fix return type for app method
   1149 
   1150 commit [`9024f1c`](https://togithub.com/angular/universal/commit/9024f1c0a873f13fd2b4ad814468e244c59d0a98)
   1151 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1152 Date:   Fri Jun 26 10:41:24 2020 +0200
   1153 
   1154     test: enable strict mode testing
   1155 
   1156 commit [`ea49db1`](https://togithub.com/angular/universal/commit/ea49db1d03b319dad5e2f026ac6bdaa1b59e7149)
   1157 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1158 Date:   Thu Jun 25 12:14:20 2020 +0200
   1159 
   1160     tests: update tests to work with version 10
   1161 
   1162 ### [`v10.0.0`](https://togithub.com/angular/universal/releases/v10.0.0)
   1163 
   1164 [Compare Source](https://togithub.com/angular/universal/compare/v9.1.1...v10.0.0)
   1165 
   1166 commit [`b77598a`](https://togithub.com/angular/universal/commit/b77598a1fd493da919dd3b11524a66ddea23eaa5)
   1167 Author: Keen Yee Liau <kyliau@google.com>
   1168 Date:   Wed Jun 24 16:15:45 2020 -0700
   1169 
   1170     release: v10.0.0
   1171 
   1172 commit [`0040480`](https://togithub.com/angular/universal/commit/00404800f5fd1473210eb55d960e4472332401ef)
   1173 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
   1174 Date:   Sun Jun 21 23:44:56 2020 -0500
   1175 
   1176     build: update rollup to version ~2.18.0 (#&#8203;1741)
   1177 
   1178     Co-authored-by: Renovate Bot <bot@renovateapp.com>
   1179 
   1180 commit [`085f37d`](https://togithub.com/angular/universal/commit/085f37d6aa7349fb95aba161ea990413a8b8394c)
   1181 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
   1182 Date:   Thu Jun 18 00:56:31 2020 -0500
   1183 
   1184     build: update rollup to version ~2.17.0 (#&#8203;1738)
   1185 
   1186     Co-authored-by: Renovate Bot <bot@renovateapp.com>
   1187 
   1188 commit [`a7e9195`](https://togithub.com/angular/universal/commit/a7e91954dc6f39d34f0a8d61a817b2031dc5700e)
   1189 Author: renovate\[bot] <29139614+renovate\[bot][@&#8203;users](https://togithub.com/users).noreply.github.com>
   1190 Date:   Wed Jun 17 00:16:41 2020 -0500
   1191 
   1192     build: update puppeteer to version ~4.0.0 (#&#8203;1734)
   1193 
   1194     Co-authored-by: Renovate Bot <bot@renovateapp.com>
   1195 
   1196 commit [`3cb414b`](https://togithub.com/angular/universal/commit/3cb414b02b311fb0c1b4b7b5735124cc5835d779)
   1197 Author: Keen Yee Liau <kyliau@google.com>
   1198 Date:   Tue Jun 16 14:55:10 2020 -0700
   1199 
   1200     release: v10.0.0-rc.1
   1201 
   1202     Previous commit did not bump the version.
   1203 
   1204 commit [`25c78bc`](https://togithub.com/angular/universal/commit/25c78bc8113bd3fd356b1e699546d43f808ebf0e)
   1205 Author: Keen Yee Liau <kyliau@google.com>
   1206 Date:   Tue Jun 16 14:50:00 2020 -0700
   1207 
   1208     release: v10.0.0-rc.1
   1209 
   1210 commit [`9effb24`](https://togithub.com/angular/universal/commit/9effb240918480024a666e7957fc858aef2bba51)
   1211 Author: Adam Plumer <caerus.karu@gmail.com>
   1212 Date:   Sun Jun 14 00:37:15 2020 -0500
   1213 
   1214     build: remove dev dependency on @&#8203;types/express-serve-static-core
   1215 
   1216     @&#8203;types/express-serve-static-core is now a direct dependency of
   1217     @&#8203;types/express, and having both creates TypeScript conflicts.
   1218 
   1219 commit [`fc3d184`](https://togithub.com/angular/universal/commit/fc3d1847b1a4b7e5600621c95fbb977d11f786f5)
   1220 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1221 Date:   Fri Jun 12 13:33:06 2020 +0200
   1222 
   1223     docs: remove redundant sections and broken link
   1224 
   1225 commit [`794097b`](https://togithub.com/angular/universal/commit/794097b8cd7bd2370fbcf6041de1fe17dfdad2a5)
   1226 Author: Renovate Bot <bot@renovateapp.com>
   1227 Date:   Sat Jun 13 05:15:17 2020 +0000
   1228 
   1229     build: update rollup to version ~2.16.0
   1230 
   1231 commit [`1e5b46d`](https://togithub.com/angular/universal/commit/1e5b46dc197a21ad5eac5d4debd37d467501682d)
   1232 Author: Kishan Gajera <me@kgajera.com>
   1233 Date:   Thu Jun 11 11:37:23 2020 -0400
   1234 
   1235     fix(express-engine): use response in request object if not provided
   1236 
   1237     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.
   1238 
   1239     Closes #&#8203;1691
   1240 
   1241 commit [`dd1b3be`](https://togithub.com/angular/universal/commit/dd1b3bee15a74cfa58c31f74e7aacf6e460a7a24)
   1242 Author: Renovate Bot <bot@renovateapp.com>
   1243 Date:   Fri Jun 12 05:17:17 2020 +0000
   1244 
   1245     build: update karma to version 5.1.0
   1246 
   1247 commit [`a9e9ea6`](https://togithub.com/angular/universal/commit/a9e9ea6c3b99c3005a323084c3fd73ea09c0ceb5)
   1248 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1249 Date:   Wed Jun 10 14:19:26 2020 +0200
   1250 
   1251     fix(hapi-engine): make server.ts compliant with typedef tslint rule
   1252 
   1253     Related to: https://github.com/angular/angular-cli/pull/17834
   1254 
   1255 commit [`4bb3837`](https://togithub.com/angular/universal/commit/4bb38376e52ac14b01e7be89fbfea5481f45c703)
   1256 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1257 Date:   Wed Jun 10 14:19:14 2020 +0200
   1258 
   1259     fix(express-engine): make server.ts compliant with typedef tslint rule
   1260 
   1261     Related to: https://github.com/angular/angular-cli/pull/17834
   1262 
   1263 commit [`d7cdcb2`](https://togithub.com/angular/universal/commit/d7cdcb236d786c896c2fe041c972a0a941b72c41)
   1264 Author: Renovate Bot <bot@renovateapp.com>
   1265 Date:   Mon Jun 8 05:53:31 2020 +0000
   1266 
   1267     build: update rollup to version ~2.15.0
   1268 
   1269 commit [`a522137`](https://togithub.com/angular/universal/commit/a522137d905b599d4d9cf3c937628dd6002a4123)
   1270 Author: Alan Agius <alan.agius4@&#8203;gmail.com>
   1271 Date:   Mon Jun 8 12:53:10 2020 +0200
   1272 
   1273     build: use @&#8203;bazel/bazelisk rather than @&#8203;bazel/bazel
   1274 
   1275     @&#8203;bazel/bazel  is being deprecated. @&#8203;bazel/bazelisk is a drop in
   1276     replacement for @&#8203;bazel/bazel.
   1277 
   1278 commit [`d443e1e`](https://togithub.com/angular/universal/commit/d443e1e4b46382844e79609df5557815fd0b860a)
   1279 Author: Renovate Bot <bot@renovateapp.com>
   1280 Date:   Fri Jun 5 18:37:22 2020 +0000
   1281 
   1282     build: update rollup to version ~2.13.0
   1283 
   1284 commit [`d2aef65`](https://togithub.com/angular/universal/commit/d2aef65910e77eb3cde0daa7f8f29b3dfa76a394)
   1285 Author: Renovate Bot <bot@renovateapp.com>
   1286 Date:   Tue Jun 2 09:04:05 2020 +0000
   1287 
   1288     build: update puppeteer to version ~3.3.0
   1289 
   1290 commit [`1a52a2b`](https://togithub.com/angular/universal/commit/1a52a2b51364f99e39fd921e4e51f147d3581573)
   1291 Author: Renovate Bot <bot@renovateapp.com>
   1292 Date:   Sun May 31 07:59:18 2020 +0000
   1293 
   1294     build: update ts-node to version 8.10.2
   1295 
   1296 commit [`a3a3769`](https://togithub.com/angular/universal/commit/a3a3769d465201bf037f5a56e51d30b8a1a8cb8f)
   1297 Author: Renovate Bot <bot@renovateapp.com>
   1298 Date:   Sun May 31 08:17:11 2020 +0000
   1299 
   1300     build: update @&#8203;types/fs-extra to version ^9.0.0
   1301 
   1302 commit [`d69351d`](https://togithub.com/angular/universal/commit/d69351dbfcd92a737ee491ec279af7bc4f6110c0)
   1303 Author: Renovate Bot <bot@renovateapp.com>
   1304 Date:   Sun May 31 07:51:36 2020 +0000
   1305 
   1306     build: update karma to version 5.0.9
   1307 
   1308 commit [`154bc8d`](https://togithub.com/angular/universal/commit/154bc8d4c1c97b9c9ff36c32e56de9f2dcd15eb0)
   1309 Author: Renovate Bot <bot@renovateapp.com>
   1310 Date:   Sun May 31 07:28:12 2020 +0000
   1311 
   1312     build: update karma-jasmine to version 3.3.1
   1313 
   1314 commit [`f2cdccb`](https://togithub.com/angular/universal/commit/f2cdccbcb4f9543af46504707321ae22ac81da25)
   1315 Author: Renovate Bot <bot@renovateapp.com>
   1316 Date:   Sun May 31 04:52:04 2020 +0000
   1317 
   1318     build: update rollup to version ~2.12.0
   1319 
   1320 commit [`86afd15`](https://togithub.com/angular/universal/commit/86afd157bcc43e86f6618593fb5ae0f1117d5214)
   1321 Author: Renovate Bot <bot@renovateapp.com>
   1322 Date:   Fri May 29 11:23:33 2020 +0000
   1323 
   1324     build: update rollup to version ~2.11.0
   1325 
   1326 commit [`6c70f1d`](https://togithub.com/angular/universal/commit/6c70f1de30f018113cabbb6945bbb4ab2e9aa7b4)
   1327 Author: Renovate Bot <bot@renovateapp.com>
   1328 Date:   Fri May 29 05:27:35 2020 +0000
   1329 
   1330 </details>
   1331 
   1332 ---
   1333 
   1334 ### Configuration
   1335 
   1336 📅 **Schedule**: At any time (no schedule defined).
   1337 
   1338 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
   1339 
   1340 ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
   1341 
   1342 🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
   1343 
   1344 ---
   1345 
   1346  - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
   1347 
   1348 ---
   1349 
   1350 This 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).
   1351