scttcper / ng2-adsense

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

chore(deps): update angular monorepo to v10.0.9 #413

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 patch 10.0.3 -> 10.0.9
@angular/common devDependencies patch 10.0.3 -> 10.0.9
@angular/compiler devDependencies patch 10.0.3 -> 10.0.9
@angular/compiler-cli devDependencies patch 10.0.3 -> 10.0.9
@angular/core devDependencies patch 10.0.3 -> 10.0.9
@angular/forms devDependencies patch 10.0.3 -> 10.0.9
@angular/language-service devDependencies patch 10.0.3 -> 10.0.9
@angular/platform-browser devDependencies patch 10.0.3 -> 10.0.9
@angular/platform-browser-dynamic devDependencies patch 10.0.3 -> 10.0.9
@angular/router devDependencies patch 10.0.3 -> 10.0.9

Release Notes

angular/angular ### [`v10.0.9`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1009-2020-08-12) ##### Bug Fixes - **common:** ensure scrollRestoration is writable ([#​30630](https://togithub.com/angular/angular/issues/30630)) ([#​38357](https://togithub.com/angular/angular/issues/38357)) ([58f4b3a](https://togithub.com/angular/angular/commit/58f4b3a)), closes [#​30629](https://togithub.com/angular/angular/issues/30629) - **compiler:** evaluate safe navigation expressions in correct binding order ([#​37911](https://togithub.com/angular/angular/issues/37911)) ([f5b9d87](https://togithub.com/angular/angular/commit/f5b9d87)), closes [#​37194](https://togithub.com/angular/angular/issues/37194) - **compiler-cli:** avoid creating value expressions for symbols from type-only imports ([#​38415](https://togithub.com/angular/angular/issues/38415)) ([ca2b4bc](https://togithub.com/angular/angular/commit/ca2b4bc)), closes [#​37912](https://togithub.com/angular/angular/issues/37912) - **compiler-cli:** infer quote expressions as any type in type checker ([#​37917](https://togithub.com/angular/angular/issues/37917)) ([5b87c67](https://togithub.com/angular/angular/commit/5b87c67)), closes [#​36568](https://togithub.com/angular/angular/issues/36568) - **compiler-cli:** mark eager `NgModuleFactory` construction as not side effectful ([#​38320](https://togithub.com/angular/angular/issues/38320)) ([016a41b](https://togithub.com/angular/angular/commit/016a41b)), closes [#​38147](https://togithub.com/angular/angular/issues/38147) - **compiler-cli:** match wrapHost parameter types within plugin interface ([#​38004](https://togithub.com/angular/angular/issues/38004)) ([df01a82](https://togithub.com/angular/angular/commit/df01a82)) - **compiler-cli:** preserve quotes in class member names ([#​38387](https://togithub.com/angular/angular/issues/38387)) ([c9acb7b](https://togithub.com/angular/angular/commit/c9acb7b)), closes [#​38311](https://togithub.com/angular/angular/issues/38311) - **core:** prevent NgModule scope being overwritten in JIT compiler ([#​37795](https://togithub.com/angular/angular/issues/37795)) ([3acebdc](https://togithub.com/angular/angular/commit/3acebdc)), closes [#​37105](https://togithub.com/angular/angular/issues/37105) - **core:** queries not matching string injection tokens ([#​38321](https://togithub.com/angular/angular/issues/38321)) ([32109dc](https://togithub.com/angular/angular/commit/32109dc)), closes [#​38313](https://togithub.com/angular/angular/issues/38313) [#​38315](https://togithub.com/angular/angular/issues/38315) - **core:** Store the currently selected ICU in `LView` ([#​38345](https://togithub.com/angular/angular/issues/38345)) ([ee5123f](https://togithub.com/angular/angular/commit/ee5123f)) - **platform-server:** remove styles added by ServerStylesHost on destruction ([#​38367](https://togithub.com/angular/angular/issues/38367)) ([7f11149](https://togithub.com/angular/angular/commit/7f11149)) - **router:** prevent calling unsubscribe on undefined subscription in RouterPreloader ([#​38344](https://togithub.com/angular/angular/issues/38344)) ([4151314](https://togithub.com/angular/angular/commit/4151314)) - **service-worker:** fix the chrome debugger syntax highlighter ([#​38332](https://togithub.com/angular/angular/issues/38332)) ([f5d5bac](https://togithub.com/angular/angular/commit/f5d5bac)) ### [`v10.0.8`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1008-2020-08-04) [Compare Source](https://togithub.com/angular/angular/compare/10.0.7...10.0.8) ##### Bug Fixes - **compiler:** add PURE annotation to getInheritedFactory calls ([#​38291](https://togithub.com/angular/angular/issues/38291)) ([03d8e31](https://togithub.com/angular/angular/commit/03d8e31)) - **compiler:** update unparsable character reference entity error messages ([#​38319](https://togithub.com/angular/angular/issues/38319)) ([cea4678](https://togithub.com/angular/angular/commit/cea4678)), closes [#​26067](https://togithub.com/angular/angular/issues/26067) ### [`v10.0.7`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1007-2020-07-30) [Compare Source](https://togithub.com/angular/angular/compare/10.0.6...10.0.7) ##### Bug Fixes - **compiler:** Metadata should not include methods on Object.prototype ([#​38292](https://togithub.com/angular/angular/issues/38292)) ([879ff08](https://togithub.com/angular/angular/commit/879ff08)) ### [`v10.0.6`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1006-2020-07-28) [Compare Source](https://togithub.com/angular/angular/compare/10.0.5...10.0.6) ##### Bug Fixes - **compiler:** share identical stylesheets between components in the same file ([#​38213](https://togithub.com/angular/angular/issues/38213)) ([264950b](https://togithub.com/angular/angular/commit/264950b)), closes [#​38204](https://togithub.com/angular/angular/issues/38204) - **compiler-cli:** Add support for string literal class members ([#​38226](https://togithub.com/angular/angular/issues/38226)) ([b1e7775](https://togithub.com/angular/angular/commit/b1e7775)) - **core:** `Attribute` decorator `attributeName` is mandatory ([#​38131](https://togithub.com/angular/angular/issues/38131)) ([1c4fcce](https://togithub.com/angular/angular/commit/1c4fcce)), closes [#​32658](https://togithub.com/angular/angular/issues/32658) - **core:** unify the signature between ngZone and noopZone ([#​37581](https://togithub.com/angular/angular/issues/37581)) ([d5264f5](https://togithub.com/angular/angular/commit/d5264f5)) ### [`v10.0.5`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1005-2020-07-22) [Compare Source](https://togithub.com/angular/angular/compare/10.0.4...10.0.5) ##### Bug Fixes - **compiler:** properly associate source spans for implicitly closed elements ([#​38126](https://togithub.com/angular/angular/issues/38126)) ([e80278c](https://togithub.com/angular/angular/commit/e80278c)), closes [#​36118](https://togithub.com/angular/angular/issues/36118) - **compiler-cli:** ensure file_system handles mixed Windows drives ([#​38030](https://togithub.com/angular/angular/issues/38030)) ([dba4023](https://togithub.com/angular/angular/commit/dba4023)), closes [#​36777](https://togithub.com/angular/angular/issues/36777) - **core:** Allow modification of lifecycle hooks any time before bootstrap ([#​38119](https://togithub.com/angular/angular/issues/38119)) ([14b4718](https://togithub.com/angular/angular/commit/14b4718)), closes [#​30497](https://togithub.com/angular/angular/issues/30497) - **core:** error due to integer overflow when there are too many host bindings ([#​38014](https://togithub.com/angular/angular/issues/38014)) ([7b6e73c](https://togithub.com/angular/angular/commit/7b6e73c)), closes [#​37876](https://togithub.com/angular/angular/issues/37876) [#​37876](https://togithub.com/angular/angular/issues/37876) - **core:** incorrectly validating properties on ng-content and ng-container ([#​37773](https://togithub.com/angular/angular/issues/37773)) ([17ddab9](https://togithub.com/angular/angular/commit/17ddab9)) ### [`v10.0.4`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1004-2020-07-15) [Compare Source](https://togithub.com/angular/angular/compare/10.0.3...10.0.4) ##### Bug Fixes - **bazel:** ng_module rule does not expose flat module information in Ivy ([#​36971](https://togithub.com/angular/angular/issues/36971)) ([b76a2dc](https://togithub.com/angular/angular/commit/b76a2dc)) - **compiler:** check more cases for pipe usage inside host bindings ([#​37883](https://togithub.com/angular/angular/issues/37883)) ([a94383f](https://togithub.com/angular/angular/commit/a94383f)), closes [#​34655](https://togithub.com/angular/angular/issues/34655) [#​37610](https://togithub.com/angular/angular/issues/37610) - **language-service:** non-existent module format in package output ([#​37778](https://togithub.com/angular/angular/issues/37778)) ([12f1773](https://togithub.com/angular/angular/commit/12f1773)) - **language-service:** remove completion for string ([#​37983](https://togithub.com/angular/angular/issues/37983)) ([387e838](https://togithub.com/angular/angular/commit/387e838)) - **ngcc:** report a warning if ngcc tries to use a solution-style tsconfig ([#​38003](https://togithub.com/angular/angular/issues/38003)) ([e3b8010](https://togithub.com/angular/angular/commit/e3b8010)), closes [#​36386](https://togithub.com/angular/angular/issues/36386) - **service-worker:** correctly handle relative base href ([#​37922](https://togithub.com/angular/angular/issues/37922)) ([b186db7](https://togithub.com/angular/angular/commit/b186db7)), closes [#​25055](https://togithub.com/angular/angular/issues/25055) [#​25055](https://togithub.com/angular/angular/issues/25055) - **service-worker:** correctly serve `ngsw/state` with a non-root SW scope ([#​37922](https://togithub.com/angular/angular/issues/37922)) ([dc42c97](https://togithub.com/angular/angular/commit/dc42c97)), closes [#​30505](https://togithub.com/angular/angular/issues/30505) ##### Features - **bazel:** provide LinkablePackageInfo from ng_module ([#​37778](https://togithub.com/angular/angular/issues/37778)) ([6cd10a1](https://togithub.com/angular/angular/commit/6cd10a1)), closes [/github.com/bazelbuild/rules_nodejs/blob/9a5de3728b05bf1647bbb87ad99f54e626604705/internal/linker/link_node_modules.bzl#L144-L146](https://togithub.com//github.com/bazelbuild/rules_nodejs/blob/9a5de3728b05bf1647bbb87ad99f54e626604705/internal/linker/link_node_modules.bzl/issues/L144-L146)

Renovate configuration

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

:vertical_traffic_light: Automerge: Disabled due to failing status checks.

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

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.



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

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (10.0.9). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.