scttcper / ng2-adsense

Angular Adsense Component
https://ng2-adsense.xmplaylist.com
MIT License
138 stars 24 forks source link

chore(deps): update angular monorepo #426

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@angular/animations devDependencies minor 10.1.4 -> 10.2.1
@angular/common devDependencies minor 10.1.4 -> 10.2.1
@angular/compiler devDependencies minor 10.1.4 -> 10.2.1
@angular/compiler-cli devDependencies minor 10.1.4 -> 10.2.1
@angular/core devDependencies minor 10.1.4 -> 10.2.1
@angular/forms devDependencies minor 10.1.4 -> 10.2.1
@angular/language-service devDependencies minor 10.1.4 -> 10.2.1
@angular/platform-browser devDependencies minor 10.1.4 -> 10.2.1
@angular/platform-browser-dynamic devDependencies minor 10.1.4 -> 10.2.1
@angular/router devDependencies minor 10.1.4 -> 10.2.1
zone.js (changelog) devDependencies patch 0.11.1 -> 0.11.2

Release Notes

angular/angular ### [`v10.2.1`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1021-2020-10-28) [Compare Source](https://togithub.com/angular/angular/compare/10.2.0...10.2.1) ##### Bug Fixes - **bazel:** only providing stamping information if the --stamp flag is used ([#​39392](https://togithub.com/angular/angular/issues/39392)) ([ed88407](https://togithub.com/angular/angular/commit/ed88407)) - **core:** do not error when `ngDevMode` is undeclared ([#​39415](https://togithub.com/angular/angular/issues/39415)) ([fcebc83](https://togithub.com/angular/angular/commit/fcebc83)) - **localize:** render placeholder types in extracted XLIFF files ([#​39459](https://togithub.com/angular/angular/issues/39459)) ([ea1baf9](https://togithub.com/angular/angular/commit/ea1baf9)), closes [#​38791](https://togithub.com/angular/angular/issues/38791) - **localize:** serialize all the message locations to XLIFF ([#​39411](https://togithub.com/angular/angular/issues/39411)) ([db51de8](https://togithub.com/angular/angular/commit/db51de8)), closes [#​39330](https://togithub.com/angular/angular/issues/39330) - **ngcc:** capture UMD/CommonJS inner class implementation node correctly ([#​39346](https://togithub.com/angular/angular/issues/39346)) ([bdaa714](https://togithub.com/angular/angular/commit/bdaa714)) ### [`v10.2.0`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1020-2020-10-21) [Compare Source](https://togithub.com/angular/angular/compare/10.1.6...10.2.0) ##### Bug Fixes - **core:** guard reading of global `ngDevMode` for undefined. ([#​36055](https://togithub.com/angular/angular/issues/36055)) ([02405f1](https://togithub.com/angular/angular/commit/02405f1)) - **platform-server:** Resolve absolute URL from baseUrl ([#​39334](https://togithub.com/angular/angular/issues/39334)) ([71fb99f](https://togithub.com/angular/angular/commit/71fb99f)) ##### BREAKING CHANGES - **platform-server:** If you use `useAbsoluteUrl` to setup `platform-server`, you now need to also specify `baseUrl`. We are intentionally making this a breaking change in a minor release, because if `useAbsoluteUrl` is set to `true` then the behavior of the application could be unpredictable, resulting in issues that are hard to discover but could be affecting production environments. ### [`v10.1.6`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1016-2020-10-14) [Compare Source](https://togithub.com/angular/angular/compare/10.1.5...10.1.6) ##### Bug Fixes - **compiler:** incorrectly encapsulating [@​import](https://togithub.com/import) containing colons and semicolons ([#​38716](https://togithub.com/angular/angular/issues/38716)) ([52a0c6b](https://togithub.com/angular/angular/commit/52a0c6b)), closes [#​38587](https://togithub.com/angular/angular/issues/38587) - **compiler-cli:** support namespaced query types in directives ([#​38959](https://togithub.com/angular/angular/issues/38959)) ([#​39272](https://togithub.com/angular/angular/issues/39272)) ([f752ab9](https://togithub.com/angular/angular/commit/f752ab9)) - **elements:** detect matchesSelector prototype without IIFE ([#​37799](https://togithub.com/angular/angular/issues/37799)) ([952fd86](https://togithub.com/angular/angular/commit/952fd86)), closes [#​24551](https://togithub.com/angular/angular/issues/24551) - **ngcc:** ensure that "inline exports" can be interpreted correctly ([#​39272](https://togithub.com/angular/angular/issues/39272)) ([e08d021](https://togithub.com/angular/angular/commit/e08d021)) - **ngcc:** handle aliases in UMD export declarations ([#​38959](https://togithub.com/angular/angular/issues/38959)) ([#​39272](https://togithub.com/angular/angular/issues/39272)) ([9963c5d](https://togithub.com/angular/angular/commit/9963c5d)), closes [#​38947](https://togithub.com/angular/angular/issues/38947) - **ngcc:** map `exports` to the current module in UMD files ([#​38959](https://togithub.com/angular/angular/issues/38959)) ([#​39272](https://togithub.com/angular/angular/issues/39272)) ([13c4a7b](https://togithub.com/angular/angular/commit/13c4a7b)) - **ngcc:** support inline export declarations in UMD files ([#​38959](https://togithub.com/angular/angular/issues/38959)) ([#​39272](https://togithub.com/angular/angular/issues/39272)) ([9c875b3](https://togithub.com/angular/angular/commit/9c875b3)), closes [#​38947](https://togithub.com/angular/angular/issues/38947) ##### build - upgrade angular build, integration/bazel and [@​angular](https://togithub.com/angular)/bazel package to rule_nodejs 2.2.0 ([#​39182](https://togithub.com/angular/angular/issues/39182)) ([7628c36](https://togithub.com/angular/angular/commit/7628c36)) ##### Performance Improvements - **ngcc:** do not rescan program source files when referenced from multiple root files ([#​39254](https://togithub.com/angular/angular/issues/39254)) ([5221df8](https://togithub.com/angular/angular/commit/5221df8)), closes [#​39240](https://togithub.com/angular/angular/issues/39240) ### [`v10.1.5`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1015-2020-10-07) [Compare Source](https://togithub.com/angular/angular/compare/10.1.4...10.1.5) ##### Bug Fixes - **router:** update getRouteGuards to check if the context outlet is activated ([#​39049](https://togithub.com/angular/angular/issues/39049)) ([771f731](https://togithub.com/angular/angular/commit/771f731)), closes [#​39030](https://togithub.com/angular/angular/issues/39030) - **compiler:** Recover on malformed keyed reads and keyed writes ([#​39004](https://togithub.com/angular/angular/issues/39004)) ([f50313f](https://togithub.com/angular/angular/commit/f50313f)), closes [#​38596](https://togithub.com/angular/angular/issues/38596)

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Enabled.

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

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

scttcper commented 3 years ago

:tada: This PR is included in version 9.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: