github angular/universal v10.0.2

latest releases: 16.2.0, 16.1.3, 16.2.0-rc.0...
3 years ago

commit 4e949a3
Author: Keen Yee Liau kyliau@google.com
Date: Tue Aug 11 14:18:43 2020 -0700

release: v10.0.2

commit 34ec6be
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon Aug 10 12:16:47 2020 +0200

build: update concurrently to version 5.3.0 (#1791)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

commit b5c2eb2
Author: An Sergei ahn.sergei@gmail.com
Date: Sat Aug 8 03:38:10 2020 +1000

fix(common): handle arrays in querystrings

caching GET request with query string with array of parameter gets the first value only.
it breaks caching for the same url with different query string for example
for api http://api.example.com?params=1&params=2&params=3 cache key will be http://api.example.com?params=1
for api http://api.example.com?params=1&params=2 cache key will be the same http://api.example.com?params=1
and therefor API request will not be sent to server.

commit 7a4032a
Author: Renovate Bot bot@renovateapp.com
Date: Sat Aug 1 12:55:23 2020 +0000

build: update terser to version ^5.0.0

commit da64943
Author: Renovate Bot bot@renovateapp.com
Date: Sat Aug 1 05:04:50 2020 +0000

build: update tslint to version 6.1.3

commit adb8965
Author: Alan Agius alan.agius4@gmail.com
Date: Fri Jul 31 20:02:00 2020 +0200

docs: fix bug template

The bug template is not showing

commit 06b5113
Author: Renovate Bot bot@renovateapp.com
Date: Wed Jul 29 05:04:49 2020 +0000

build: update karma to version 5.1.1

commit c57bd3f
Author: Renovate Bot bot@renovateapp.com
Date: Fri Jul 24 05:04:28 2020 +0000

build: update rollup to version ~2.23.0

commit e158998
Author: Renovate Bot bot@renovateapp.com
Date: Fri Jul 24 05:04:10 2020 +0000

build: update jasmine-core to version 3.6.0

commit 5e14b93
Author: Renovate Bot bot@renovateapp.com
Date: Mon Jul 20 07:42:26 2020 +0000

build: update to version

commit df1881a
Author: Renovate Bot bot@renovateapp.com
Date: Sat Jul 18 12:54:36 2020 +0000

build: update rollup to version ~2.22.0

commit ef4e27d
Author: Renovate Bot bot@renovateapp.com
Date: Sat Jul 18 05:05:57 2020 +0000

build: update puppeteer to version ~5.2.0

commit c7a4cdf
Author: Renovate Bot bot@renovateapp.com
Date: Thu Jul 16 21:47:03 2020 +0000

build: update to version

commit b31a26b
Author: Renovate Bot bot@renovateapp.com
Date: Mon Jul 13 08:55:21 2020 +0000

build: update puppeteer to version ~5.1.0

commit eadf4d4
Author: Alan Agius alan.agius4@gmail.com
Date: Wed Jul 8 16:34:48 2020 +0200

build: embed tslib in umd bundles (#1760)

When tslib is listed as part of the globals, it will not be embedded in the UMD bundles.
https://github.com/angular/angular/blob/fd65958b887f6ea8dd5235e6de1d533e4c578602/packages/bazel/src/ng_package/ng_package.bzl#L226-L228

Users using UMD bundles, shouldn't be needing to add the tslib script, also this is important because tslib is a direct depedency of the package and not a peer depedency.

This is also to align with the Angular FW packages.

commit 9e0a150
Author: Renovate Bot bot@renovateapp.com
Date: Wed Jul 8 05:07:47 2020 +0000

build: update rollup to version ~2.21.0

commit 2aab22f
Author: Adam Plumer caerus.karu@gmail.com
Date: Sat Jun 27 16:17:36 2020 -0500

fixup! docs: update issue template and Gotchas guide

commit cc6f717
Author: Adam Plumer caerus.karu@gmail.com
Date: Sat Jun 27 16:16:29 2020 -0500

fixup! docs: update issue template and Gotchas guide

commit 394f30f
Author: Adam Plumer caerus.karu@gmail.com
Date: Sat Jun 13 22:34:22 2020 -0500

docs: update issue template and Gotchas guide

The Gotchas guide hasn't been updated in quite some time. This
refresh adds a more structured layout with explicit examples
and solutions for the most common issues.

This also updates the issue template to add a note about what
constitutes an appropriate issue, and a link to the gotchas guide.

commit 6fc561b
Author: Renovate Bot bot@renovateapp.com
Date: Tue Jul 7 05:06:10 2020 +0000

build: update rollup to version ~2.20.0

commit 6be1af9
Author: Renovate Bot bot@renovateapp.com
Date: Mon Jul 6 07:42:30 2020 +0000

build: update to version

commit 7a4e603
Author: Renovate Bot bot@renovateapp.com
Date: Sun Jul 5 05:31:05 2020 +0000

build: update rollup to version ~2.19.0

commit fd444a1
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri Jul 3 01:27:01 2020 -0500

build: update to version (#1717)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

commit dc2b87c
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri Jul 3 01:04:56 2020 -0500

build: update codelyzer to version 6.0.0 (#1752)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

commit 61c7e3d
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri Jul 3 00:47:20 2020 -0500

build: update puppeteer to version ~5.0.0 (#1753)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

Don't miss a new universal release

NewReleases is sending notifications on new releases.