nx-packaged
nx-packaged copied to clipboard
build: update @angular/animations to version 8.2.14
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular/animations | dependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
| @angular/cli | devDependencies | minor | 8.0.0-beta.0 -> 8.3.29 |
| @angular/common | dependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
| @angular/compiler | dependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
| @angular/compiler-cli | devDependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
| @angular/core | dependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
| @angular/forms | dependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
| @angular/http | dependencies | patch | 8.0.0-beta.4 -> 8.0.0-beta.10 |
| @angular/language-service | devDependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
| @angular/platform-browser | dependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
| @angular/platform-browser-dynamic | dependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
| @angular/router | dependencies | minor | 8.0.0-beta.4 -> 8.2.14 |
Release Notes
angular/angular
v8.2.14
Bug Fixes
- bazel: exclude @angular/cli from metadata build (b43ae44), closes #33502
- service-worker: ensure initialization before handling messages (#32525) (2840670), closes #25611
v8.2.13
Bug Fixes
v8.2.12
Bug Fixes
v8.2.11
Bug Fixes
- service-worker: continue serving api requests on cache failure (#33165) (a2716ac), closes #32996 #21412
v8.2.10
This release contains various API docs improvements.
v8.2.9
Bug Fixes
v8.2.8
This release contains various API docs improvements.
v8.2.7
Bug Fixes
- bazel: ng_package(data) should support non-text files (#32721) (ba1ef6b)
- compiler-cli: fix typo in diagnostic template info. (#32684) (947c076), closes #32662
- language-service: cache module resolution (#32483) (1c5b157)
v8.2.6
This release contains various API docs improvements.
v8.2.5
This release contains various API docs improvements.
Bug Fixes
v8.2.4
This release contains various API docs improvements.
v8.2.3
Bug Fixes
v8.2.2
Bug Fixes
v8.2.1
Bug Fixes
- bazel: exclude @angular/cli from metadata build (b43ae44), closes #33502
- service-worker: ensure initialization before handling messages (#32525) (2840670), closes #25611
v8.2.0
Features
- core: TypeScript 3.5 support (#31615) (6ece7db)
- core: add automatic migration from Renderer to Renderer2 (#30936) (c095597)
- bazel: compile targets used for indexing by Kythe with Ivy (#31786) (82055b2)
- upgrade: support $element in upgraded component template/templateUrl functions (#31637) (29e1c53)
- bazel: allow passing a custom bazel compiler host to ngc compile (#31341) (a29dc96)
- bazel: allow passing and rewriting an old bazel host (#31381) (11a208f), closes #31341
Performance Improvements
Bug Fixes
- core: DebugElement.listeners not cleared on destroy (#31820) (46b160e)
- bazel: increase memory limit of ngc under bazel from 2 to 4 GB (#31784) (5a8eb92)
- core: allow Z variations of CSS transforms in sanitizer (#29264) (78e7fdd)
- elements: handle falsy initial value (#31604) (7151eae), closes angular/angular#30834
- platform-browser: debug element query predicates not compatible with strictFunctionTypes (#30993) (10a1e19)
- use the correct WTF array to iterate over (#31208) (9204de9)
- bazel: pass custom bazel compiler host rather than rewriting one (#31496) (0c61a35)
- compiler-cli: Return original sourceFile instead of redirected sourceFile from getSourceFile (#26036) (3166cff), closes #22524
- language-service: Eagarly initialize data members (#31577) (0110de2)
- bazel: revert location of xi18n outputs to bazel-genfiles (#31410) (1d3e227)
- compiler: give ASTWithSource its own visit method (#31347) (6aaca21)
- service-worker: cache opaque responses in data groups with
freshnessstrategy (#30977) (d7be38f), closes #30968 - service-worker: cache opaque responses when requests exceeds timeout threshold (#30977) (93abc35)
8.1.3 (2019-07-26)
Bug Fixes
- elements: handle falsy initial value (#31604) (434b796), closes angular/angular#30834
Performance Improvements
8.1.2 (2019-07-17)
Bug Fixes
- use the correct WTF array to iterate over (#31208) (4aed480)
- compiler-cli: Return original sourceFile instead of redirected sourceFile from getSourceFile (#26036) (13dbb98), closes #22524
8.1.1 (2019-07-10)
Bug Fixes
- core: export provider interfaces that are part of the public API types (#31377) (bebf089), closes /github.com/angular/angular/pull/31377#discussion_r299254408 /github.com/angular/angular/blob/9e34670b2/packages/core/src/di/interface/provider.ts#L365-L366 /github.com/angular/angular/blob/9e34670b2/packages/core/src/di/interface/provider.ts#L283-L284 /github.com/angular/angular/blob/9e34670b2/packages/core/src/di/index.ts#L23
v8.1.3
Bug Fixes
- elements: handle falsy initial value (#31604) (434b796), closes angular/angular#30834
Performance Improvements
v8.1.2
Bug Fixes
- use the correct WTF array to iterate over (#31208) (4aed480)
- compiler-cli: Return original sourceFile instead of redirected sourceFile from getSourceFile (#26036) (13dbb98), closes #22524
v8.1.1
Bug Fixes
- core: export provider interfaces that are part of the public API types (#31377) (bebf089), closes /github.com/angular/angular/pull/31377#discussion_r299254408 /github.com/angular/angular/blob/9e34670b2/packages/core/src/di/interface/provider.ts#L365-L366 /github.com/angular/angular/blob/9e34670b2/packages/core/src/di/interface/provider.ts#L283-L284 /github.com/angular/angular/blob/9e34670b2/packages/core/src/di/index.ts#L23
v8.1.0
Bug Fixes
- core: handle
undefinedmeta ininjectArgs(#31333) (80ccd6c), closes CLI #14888 - service-worker: cache opaque responses in data groups with
freshnessstrategy (#30977) (b0c3453), closes #30968 - service-worker: cache opaque responses when requests exceeds timeout threshold (#30977) (a9038ef)
v8.0.3
Bug Fixes
- bazel: exclude all angular schematics folders from metadata build (#31237) (6bad2ca), closes #31235
- bazel: remove unsupported Css pre-processors from ng new (#31234) (980bcaf), closes #31209
- bazel: update ng new schema to match the current ng new schema of @schematics/angular (#31234) (48f7f65), closes #31233
- service-worker: registration failed on Safari (#31140) (f470e69), closes #31061
v8.0.2
Bug Fixes
- bazel: builder workspace should use nodejs v10.16.0 (#31088) (c198dc6)
- core: temporarily remove @deprecated jsdoc tag for a TextBedStatic.get overload (#30714) (0a7aebb), closes #30514
- language-service: Remove 'any' in getQuickInfoAtPosition (#31014) (7f21449)
v8.0.1
Bug Fixes
- bazel: do not modify tsconfig.json (#30984) (49307f0)
- bazel: Load global stylesheet in dev and prod (#30879) (5a7bcd1)
- common: expose the
HttpUploadProgressEventinterface as public API (#30852) (4e8614b), closes #30814 - core: TypeScript related migrations should cater for BOM (#30719) (26e3615), closes /github.com/angular/angular-cli/blob/master/packages/angular_devkit/schematics/src/tree/recorder.ts#L72 #30713
- service-worker: avoid uncaught rejection warning when registration fails (#30876) (08c38a1)
v8.0.0
Release Highlights & Update instructions
To learn about the release highlights and our CLI-powered automated update workflow for your projects please check out the v8 release announcement.
Features
- add support for TypeScript 3.4 (and drop older versions) (#29372) (ef85336)
- common: stricter types for
SlicePipe(#30156) (722b2fa) - bazel: use
rbe_autoconfig()and new container (#29336) (e562acc) - common: add @angular/common/upgrade package for
$location-related APIs (#30055) (152d99e) - common: add ability to retrieve the state from
Locationservice (#30055) (b44b143) - common: add ability to track all location changes (#30055) (3a9cf3f)
- common: add APIs to read component pieces of URL (#30055) (b635fe8)
- common: add
MockPlatformLocationto enable more robust testing ofLocationservices (#30055) (d0672c2) - common: add
UrlCodectype for use with upgrade applications (#30055) (ec455e1) - common: provide replacement for AngularJS $location service (#30055) (4277600)
- remove deprecated
DOCUMENTtoken from platform-browser (#28117) (3a9d247) - compiler: support skipping leading trivia in template source-maps (#30095) (304a12f)
- core: add missing ARIA attributes to html sanitizer (#29685) (909557d), closes #26815
- router: deprecate loadChildren:string (#30073) (c61df39)
- service-worker: allow configuring when the SW is registered (#21842) (4cfba58), closes #20970
- service-worker: expose
SwRegistrationOptionstoken to allow runtime config (#21842) (39c0152) - service-worker: support bypassing SW with specific header/query param (#30010) (6200732), closes #21191
- compiler-cli: export tooling definitions (#29929) (e1f51ea)
- compiler-cli: lower some exported expressions (#30038) (8e73f9b)
- core: add schematics to move deprecated
DOCUMENTimport (#29950) (645e305) - bazel: update the build to use the new architect api (#29720) (902a53a)
- remove @angular/http dependency from @angular/platform-server (#29408) (9745f55)
- compiler-cli: ngcc - make logging more configurable (#29591) (8d3d75e)
- core: Add
AbstractType<T>interface (#29295) (afd4a4e), closes #26491 - core: template-var-assignment update schematic (#29608) (7c8f4e3)
- bazel: Upgrade rules_nodejs and rules_sass (#29388) (d6d081e)
- service-worker: support multiple apps on different subpaths of a domain (#27080) (e721c08), closes #21388
- bazel: Eject Bazel (#29167) (36a1550)
- bazel: Hide Bazel files in Bazel builder (#29110) (7060d90)
- forms: clear (remove all) components from a FormArray (#28918) (a68b1a1), closes #18531
- platform-server: wait on returned
BEFORE_APP_SERIALIZEDpromises (#29120) (7102ea8) - common: add ability to watch for AngularJS URL updates through
onUrlChangehook (#30466) (8022d36) - common: stricter types for SlicePipe (#30156) (722b2fa)
- add support for TypeScript 3.3 (and drop older versions) (#29004) (75748d6)
- core: update schematic to migrate to explicit query timing (#28983) (6215799)
- service-worker: add JSON schema for service worker config (#27859) (3bee0f6), closes #19847
- bazel: add ts_config extending support for ng_module (#21883) (edb6c2d)
- upgrade domino to v2.1.2 (#28767) (fdca001)
- compiler-cli: make enableIvy ngtsc/true equivalent (#28616) (1923c2f)
- core: allow users to define timing of ViewChild/ContentChild queries (#28810) (19afb79)
- router: add hash-based navigation option to setUpLocationSync (#28609) (71d0eeb), closes #24429 #21995
- optionally save complete performance log in chrome benchpress tests (#27551) (d42f32c)
- bazel: add dts bundler as action to ng_module (#28588) (3d39100)
- compiler: support tokenizing a sub-section of an input string (#28055) (eeb560a)
- compiler: support tokenizing escaped strings (#28055) (2424184)
- compiler-cli: no longer re-export external symbols by default (#28633) (91b7152), closes #28594 #25644 #25644
- compiler-cli: expose ngtsc as a TscPlugin (#28435) (a227c52)
- bazel: Add support for SASS (#28167) (f59f18c)
- compiler-cli: resolve generated Sass/Less files to .css inputs (#28166) (a58fd21)
- forms: add
markAllAsTouched()toAbstractControl(#26812) (45bf911), closes #19400 - forms: export NumberValueAccessor & RangeValueAccessor directives (#27743) (ac15717)
Bug Fixes
- bazel: allow
ts_libraryinterop with list-typed inputs (#30600) (bf38df4) - bazel: Disable sandbox on Mac OS (#30460) (3de26a8)
- bazel: ng test should run specific ts_web_test_suite (#30526) (8bc4da8)
- core: remove deprecated
TestBed.deprecatedOverrideProviderAPI (#30576) (5a46f94) - core: require 'static' flag on queries in typings (#30641) (c8af830)
- core: temporarily remove @deprecated jsdoc tag for a
TextBed.getoverload (#30514) (561e01d), closes #29290 #29905 - router: type cast correctly for IE 11 bug breaking URL Unification when comparing objects (#30464) (32daa93)
- bazel: Directly spawn native Bazel binary (#30306) (d1fcc2b)
- bazel: pass correct arguments to http_server in Windows (#30346) (71eba45), closes #29785
- bazel: Use existing npm/yarn lock files (#30438) (3136d9f)
- compiler: ensure strict mode when evaluating in JIT (#30122) (192f108)
- core: migrations not always migrating all files (#30269) (e8ceae1)
- core: static-query migration errors not printed properly (#30458) (fde3f46)
- core: static-query migration fails with default parameter values (#30269) (c3246e6)
- core: static-query migration should gracefully exit if AOT compiler throws (#30269) (a71d8a8)
- core: static-query migration should handle queries on accessors (#30327) (dd299f9)
- core: static-query migration should not fallback to test strategy (#30458) (0fa48e8)
- core: static-query migration should not prompt if no queries are used (#30254) (12fb639)
- core: static-query usage migration strategy should detect ambiguous query usage (#30215) (e295c6a)
- router: ensure navigations start with the current URL value incase redirect is skipped (#30344) (9b88920), closes #30340 #30160
- router: IE 11 bug can break URL unification when comparing objects (#30393) (c383491)
- bazel: Bump ibazel to 0.10.1 for Windows fixes (#30196) (9f68c35)
- compiler-cli: log ngcc skipping messages as debug instead of info (#30232) (548b003)
- core: fix interpolate identifier in AOT (#30243) (3fe3a84)
- router: ensure
history.stateis set ineagerupdate mode (#30154) (9720227) - router: fix a problem with router not responding to back button (#30160) (132f01c)
- language-service: Remove tsserverlibrary from rollup globals (#30123) (b706800)
- disable injectable-pipe migration (#30180) (4b2fcfd)
- bazel: Exclude common/upgrade* in metadata.tsconfig.json (#30133) (6711f22)
- bazel: update peerDep ranges (#30155) (6067583)
- bazel: make name param in ng add optional (#30074) (0b5f480)
- bazel: Make sure only single copy of @angular/bazel is installed (#30072) (2905bf5)
- bazel: transitive npm deps in ng_module (#30065) (61365a9)
- common: add upgrade sub-package to
ng_packagerule for @angular/common (#30117) (6de4cbd), closes #30055 #30116 - common: adjust
MockPlatformLocationto set state to new object (#30055) (825efa8) - compiler: Fix compiler crash due to isSkipSelf of null (#30075) (28fd5ab)
- upgrade: do not break if
onMicrotaskEmptyemits while a$digestis in progress (#29794) (0ddf2e7), closes #24680 /github.com/angular/angular/blob/78146c189/packages/core/src/util/ng_dev_mode.ts#L12 #24680 - bazel: do not typecheck core schematic files (#29876) (2ba799d)
- bazel: restore
ng build --prod(#30005) (96a8289) - common: prevent repeated application of
HttpParamsmutations (#29045) (8e8e89a), closes #20430 - common: async pipe will properly check when it receives an NaN value from an observable (#22305) (3f6bf6d), closes #15721
- core: don't include a local
EventListenerin typings (#29809) (4bde40f), closes #29806 - core: use shakeable global definitions (#29929) (e5905bb)
- language-service: Use proper types instead of any (#29942) (1a56cd5)
- bazel: Install packages after
ng addwhen invoked independently (#29852) (bd2ce9c) - compiler-cli: pass config path to
ts.parseJsonConfigFileContent(#29872) (86a3f90) - router: support non-NgFactory promise in loadChildren typings (#29832) (2bfb6a0)
- bazel: add
configuration_env_vars = ["compile"]to generated@npm//@​angular/bazel/bin:ngc-wrappednodejs_binary(#29694) (2e66ddf) - bazel: docs formatting (#29817) (cc2e4b6)
- bazel: remove karma-jasmine from
ts_web_test_suite(#29695) (2bd9214) - bazel: support running ng-add on minimal applications (#29681) (9810c6c), closes #29680
- common: add
@Injectable()to common pipes (#29834) (387fbb8) - compiler-cli: ensure
LogicalProjectPathsalways start with a slash (#29627) (e02684e) - core: add missing migration to npm package (#29705) (96b76dc)
- core: call
ngOnDestroyfor tree-shakeable providers (#28943) (30b0442), closes #28927 - core: Deprecate
TestBed.get(...):any(#29290) (609024f), closes #13785 #26491 - core: resolve ts compile issues due to lenient tsconfig (#29843) (54058ba)
- platform-browser: insert
APP_IDin styles, contentAttr and hostAttr (#17745) (712d60e) - bazel: Update schematics to support routing (#29548) (401b8ee)
- bazel: use
//:tsconfig.jsonas the default forng_module(#29670) (b14537a) - compiler-cli: ngcc - cope with processing entry-points multiple times (#29657) (6b39c9c)
- core: static-query schematic should detect static queries in getters. (#29609) (33016b8)
- bazel: allow
ng_moduleusers to setcreateExternalSymbolFactoryReexports(#29459) (21be0fb) - bazel: workaround problem reading summary files from node_modules (#29459) (769d960)
- compiler: inherit param types when class has a constructor which takes no declared parameters and delegates up (#29232) (0007564)
- core: parse incorrect ML open tag as text (#29328) (dafbbf8), closes #29231
- core: static-query schematic should detect queries in
ngDoCheckandngOnChanges(#29492) (09fab58) - router: support
NgFactorypromise in loadChildren typings (#29392) (26a8c59) - bazel: correct regexp test for self-references in metadata (#29346) (9d090cb)
- bazel: don't produce self-references in metadata (#29317) (3facdeb), closes #29315
- bazel: fix strict null checks compile error in
packages/bazel/src/schematics/ng-add/index.ts(#29282) (9a7f560) - bazel: Remove @angular/upgrade from dev dependencies (#29319) (1db8bf3)
- bazel: Support new e2e project layout (#29318) (8ef690c)
- bazel: turn off pure call tree shaking for ng_package (#29210) (4990b93)
- compiler-cli: incorrect metadata bundle for multiple unnamed re-exports (#29360) (105cfaf)
- core: don't wrap
<tr>and<col>elements into a required parent (#29219) (f2dc32e) - core: parse incorrect ML open tag as text (#29328) (4605df8), closes #29231
- bazel: add missing binary path for api-extractor (#29202) (df354d1)
- bazel: ng build should produce prod bundle (#29136) (14ce8a9)
- compiler: ensure template is updated if an output is transformed (#29041) (c7e4931)
- animations: ensure
positionanddisplaystyles are handled outside of keyframes/web-animations (#28911) (a6ae759), closes #24923 #25635 - bazel: add favicon to web package (#29017) (5fdf24e)
- bazel: Add SHA256 for rules_sass (#28994) (dc33519)
- bazel: api extractor don't generate tsdoc metadata (#29023) (b5629d9)
- bazel: ng serve should always watch (#29032) (c532646)
- platform-server: update minimum domino version to latest released (#28893) (79e2ca0)
- router: removed obsolete TODO comment (#29085) (72ecc45)
- service-worker: detect new version even if files are identical to an old one (#26006) (586234b), closes #24338
- service-worker: ignore passive mixed content requests (#25994) (48214e2), closes /github.com/angular/angular/issues/23012#issuecomment-376430187 #23012
- bazel: Pin browsers for schematics (#28913) (1145bdb)
- bazel: rxjs_umd_modules should always be present (#28881) (9ae14db)
- compiler: use correct variable in invalid function (#28656) (f75acbd)
- core: traverse and sanitize content of unsafe elements (#28804) (262ba67), closes #25879 #25879 #26007 #28427
- language-service: Fix completions for input/output with alias (#28904) (ad4a9bf), closes #27959
- bazel: Add postinstall step to generate summaries (#28850) (96b597c)
- bazel: Schematics should upgrade rxjs to 6.4.0 (#28841) (2d80419)
- compiler-cli: incorrect bundled metadata for static class member call expressions (#28762) (4131715), closes /github.com/angular/angular/blob/master/packages/core/src/change_detection/differs/keyvalue_differs.ts#L121 #28741
- bazel: Install angular repo before yarn_install (#28670) (49fb8c3)
- bazel: Turn on strict action env (#28675) (2ea030c)
- compiler: ensure that event handlers have the correct source spans (#28055) (cffd862)
- compiler: fix two existing expression transformer issues (#28523) (09af7ea)
- compiler: markup lexer should not capture quotes in attribute value (#28055) (c0dac18)
- compiler: support
sourceMappingURLcomments that have trailin
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
: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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.