Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
~0.900.7
~0.901.0
9.0.7
9.1.0
:date: Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone 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.
This PR contains the following updates:
~0.900.7
->~0.901.0
~0.900.7
->~0.901.0
9.0.7
->9.1.0
9.0.7
->9.1.0
Release Notes
angular/angular-cli
### [`v9.1.0`](https://togithub.com/angular/angular-cli/releases/v9.1.0) [Compare Source](https://togithub.com/angular/angular-cli/compare/v9.0.7...v9.1.0) ### Commits@angular-devkit/benchmark (0.901.0)
@angular-devkit/build-angular (0.901.0)
@angular/cli (9.1.0)
@angular/pwa (0.901.0)
@ngtools/webpack (9.1.0)
@schematics/angular (9.1.0)
@schematics/schematics (0.901.0)
angular/angular
### [`v9.1.0`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#910httpsgithubcomangularangularcompare900910-2020-03-25) [Compare Source](https://togithub.com/angular/angular/compare/9.0.7...9.1.0) ##### Release Highlights - TypeScript 3.8 update - ngcc improvements - performance optimizations - concurrency & reliability improvements for monorepo use-cases (npm postinstall script no longer recommended) - i18n now supports RTL locale info - Ivy compatibility fixes ##### Features - **bazel:** enable ivy template type-checking in g3 ([#35672](https://togithub.com/angular/angular/issues/35672)) ([8f5b7f3](https://togithub.com/angular/angular/commit/8f5b7f3)) - **bazel:** transform generated shims (in Ivy) with tsickle ([#35975](https://togithub.com/angular/angular/issues/35975)) ([e3ecdc6](https://togithub.com/angular/angular/commit/e3ecdc6)), closes [#35848](https://togithub.com/angular/angular/issues/35848) - **compiler-cli:** implement NgTscPlugin on top of the NgCompiler API ([#34792](https://togithub.com/angular/angular/issues/34792)) ([3c69442dbd](https://togithub.com/angular/angular/commit/3c69442dbd)) - **compiler:** Add sourceSpan and keySpan to TemplateBinding ([#35897](https://togithub.com/angular/angular/issues/35897)) ([06779cf](https://togithub.com/angular/angular/commit/06779cf)) - **compiler:** Propagate source span and value span to Variable AST ([#36047](https://togithub.com/angular/angular/issues/36047)) ([31bec8c](https://togithub.com/angular/angular/commit/31bec8c)) - **compiler:** add dependency info and ng-content selectors to metadata ([#35695](https://togithub.com/angular/angular/issues/35695)) ([fb70083](https://togithub.com/angular/angular/commit/fb70083)) - **language-service:** improve non-callable error message ([#35271](https://togithub.com/angular/angular/issues/35271)) ([acc483e](https://togithub.com/angular/angular/commit/acc483e)) - **language-service:** modularize error messages ([#35678](https://togithub.com/angular/angular/issues/35678)) ([47a1811](https://togithub.com/angular/angular/commit/47a1811)), closes [#32663](https://togithub.com/angular/angular/issues/32663) - **ngcc:** implement source-map flattening ([#35132](https://togithub.com/angular/angular/issues/35132)) ([df816c9](https://togithub.com/angular/angular/commit/df816c9)) - **ngcc:** pause async ngcc processing if another process has the lockfile ([#35131](https://togithub.com/angular/angular/issues/35131)) ([eef0753](https://togithub.com/angular/angular/commit/eef0753)) - **ngcc:** support invalidating the entry-point manifest ([#35931](https://togithub.com/angular/angular/issues/35931)) ([8ea61a1](https://togithub.com/angular/angular/commit/8ea61a1)) - **zone.js** add a temp solution to support passive event listeners. ([#34503](https://togithub.com/angular/angular/issues/34503)) ([f9d483e](https://togithub.com/angular/angular/commit/f9d483e)) - **zone.js** add an tickOptions parameter with property processNewMacroTasksSynchronously. ([#33838](https://togithub.com/angular/angular/issues/33838)) ([17b862c](https://togithub.com/angular/angular/commit/17b862c)), closes [#33799](https://togithub.com/angular/angular/issues/33799) - **zone.js** add interface definitions which zone extends EventTarget ([#35304](https://togithub.com/angular/angular/issues/35304)) ([4acb676](https://togithub.com/angular/angular/commit/4acb676)), closes [#35173](https://togithub.com/angular/angular/issues/35173) - **zone.js** support passive event options by defining global variables in zone.js config file ([#34503](https://togithub.com/angular/angular/issues/34503)) ([d7d359e](https://togithub.com/angular/angular/commit/d7d359e)) - define all zone.js configurations to typescript interfaces ([#35329](https://togithub.com/angular/angular/issues/35329)) ([03d88c7](https://togithub.com/angular/angular/commit/03d88c7)) - typescript 3.8 support ([#35864](https://togithub.com/angular/angular/issues/35864)) ([95c729f](https://togithub.com/angular/angular/commit/95c729f)) ##### Performance Improvements - **core:** add micro benchmark for destroy hook invocation ([#35784](https://togithub.com/angular/angular/issues/35784)) ([0653db1](https://togithub.com/angular/angular/commit/0653db1)) - **core:** adding micro benchmark for host bindings ([#35705](https://togithub.com/angular/angular/issues/35705)) ([8fed1fe](https://togithub.com/angular/angular/commit/8fed1fe)), closes [#35568](https://togithub.com/angular/angular/issues/35568) - **core:** avoid recursive scope recalculation when TestBed.overrideModule is used ([#35454](https://togithub.com/angular/angular/issues/35454)) ([0a1a989](https://togithub.com/angular/angular/commit/0a1a989)) - **core:** use multiple directives in host bindings micro benchmark ([#35736](https://togithub.com/angular/angular/issues/35736)) ([5bc39f8](https://togithub.com/angular/angular/commit/5bc39f8)) - **ivy:** remove unused event argument in listener instructions ([#35097](https://togithub.com/angular/angular/issues/35097)) ([9228d7f](https://togithub.com/angular/angular/commit/9228d7f)) - **ngcc:** link segment markers for faster traversal ([#36027](https://togithub.com/angular/angular/issues/36027)) ([47025e0](https://togithub.com/angular/angular/commit/47025e0)) - **ngcc:** only create tasks for non-processed formats ([#35719](https://togithub.com/angular/angular/issues/35719)) ([d7efc45](https://togithub.com/angular/angular/commit/d7efc45)) - **ngcc:** reduce directory traversing ([#35756](https://togithub.com/angular/angular/issues/35756)) ([e0a35e1](https://togithub.com/angular/angular/commit/e0a35e1)), closes [#35717](https://togithub.com/angular/angular/issues/35717) - **ngcc:** spawn workers lazily ([#35719](https://togithub.com/angular/angular/issues/35719)) ([dc40a93](https://togithub.com/angular/angular/commit/dc40a93)), closes [#35717](https://togithub.com/angular/angular/issues/35717) - **ngcc:** store the position of SegmentMarkers to avoid unnecessary computation ([#36027](https://togithub.com/angular/angular/issues/36027)) ([772bb5e](https://togithub.com/angular/angular/commit/772bb5e)) - **ngcc:** use binary search when flattening mappings ([#36027](https://togithub.com/angular/angular/issues/36027)) ([348ff0c](https://togithub.com/angular/angular/commit/348ff0c)) - **ngcc:** use line start positions for computing offsets in source-map flattening ([#36027](https://togithub.com/angular/angular/issues/36027)) ([e890082](https://togithub.com/angular/angular/commit/e890082)) - **ngcc:** use the `EntryPointManifest` in `DirectoryWalkerEntryPointFinder` ([#35931](https://togithub.com/angular/angular/issues/35931)) ([ec9f4d5](https://togithub.com/angular/angular/commit/ec9f4d5)) ##### Bug Fixes - **animations:** Remove ɵAnimationDriver from private exports ([#35690](https://togithub.com/angular/angular/issues/35690)) ([ec789b0](https://togithub.com/angular/angular/commit/ec789b0)) - **animations:** allow computeStyle to work on elements created in Node ([#35810](https://togithub.com/angular/angular/issues/35810)) ([17cf04e](https://togithub.com/angular/angular/commit/17cf04e)) - **animations:** false positive when detecting Node in Webpack builds ([#35134](https://togithub.com/angular/angular/issues/35134)) ([dc4ae4b](https://togithub.com/angular/angular/commit/dc4ae4b)), closes [#35117](https://togithub.com/angular/angular/issues/35117) - **animations:** process shorthand `margin` and `padding` styles correctly ([#35701](https://togithub.com/angular/angular/issues/35701)) ([35c9f0d](https://togithub.com/angular/angular/commit/35c9f0d)), closes [#35463](https://togithub.com/angular/angular/issues/35463) - **bazel:** devserver shows blank page in Windows ([#35159](https://togithub.com/angular/angular/issues/35159)) ([727f92f](https://togithub.com/angular/angular/commit/727f92f)) - **bazel:** do not use manifest paths for generated imports within compilation unit ([#35841](https://togithub.com/angular/angular/issues/35841)) ([9581658](https://togithub.com/angular/angular/commit/9581658)) - **bazel:** ng_package rule creates incorrect UMD module exports ([#35792](https://togithub.com/angular/angular/issues/35792)) ([5c2a908](https://togithub.com/angular/angular/commit/5c2a908)), closes [angular/components#18652](https://togithub.com/angular/components/issues/18652) - **bazel:** prod server doesn't serve files in windows ([#35991](https://togithub.com/angular/angular/issues/35991)) ([96e3449](https://togithub.com/angular/angular/commit/96e3449)) - **bazel:** spawn prod server using port 4200 ([#35160](https://togithub.com/angular/angular/issues/35160)) ([829f506](https://togithub.com/angular/angular/commit/829f506)) - **bazel:** update ibazel to 0.11.1 ([#35158](https://togithub.com/angular/angular/issues/35158)) ([4e6d237](https://togithub.com/angular/angular/commit/4e6d237)) - **bazel:** update several packages for better windows support ([#35991](https://togithub.com/angular/angular/issues/35991)) ([32f099a](https://togithub.com/angular/angular/commit/32f099a)) - **bazel:** update typescript peer dependency range ([#36013](https://togithub.com/angular/angular/issues/36013)) ([5e3a898](https://togithub.com/angular/angular/commit/5e3a898)) - **common:** let `KeyValuePipe` accept type unions with `null` ([#36093](https://togithub.com/angular/angular/issues/36093)) ([407fa42](https://togithub.com/angular/angular/commit/407fa42)), closes [#35743](https://togithub.com/angular/angular/issues/35743) - **compiler-cli:** TypeScript peer dependency range ([#36008](https://togithub.com/angular/angular/issues/36008)) ([5f7d066](https://togithub.com/angular/angular/commit/5f7d066)) - **compiler-cli:** suppress extraRequire errors in Closure Compiler ([#35737](https://togithub.com/angular/angular/issues/35737)) ([c296bfc](https://togithub.com/angular/angular/commit/c296bfc)) - **compiler:** Propagate value span of ExpressionBinding to ParsedProperty ([#36133](https://togithub.com/angular/angular/issues/36133)) ([2ce5fa3](https://togithub.com/angular/angular/commit/2ce5fa3)) - **compiler:** do not recurse to find static symbols of same module ([#35262](https://togithub.com/angular/angular/issues/35262)) ([e179c58](https://togithub.com/angular/angular/commit/e179c58)) - **compiler:** record correct end of expression ([#34690](https://togithub.com/angular/angular/issues/34690)) ([df890d7](https://togithub.com/angular/angular/commit/df890d7)), closes [#33477](https://togithub.com/angular/angular/issues/33477) - **compiler:** report errors for missing binding names ([#34595](https://togithub.com/angular/angular/issues/34595)) ([d13cab7](https://togithub.com/angular/angular/commit/d13cab7)) - **compiler:** support directive inputs with interpolations on `Renovate configuration
:date: Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone 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.