56.json (5965B)
1 { 2 "number": 56, 3 "title": "Update dependency ng-http-loader to v4", 4 "state": "closed", 5 "diff_file": "56.diff", 6 "author": "renovate[bot]", 7 "created_at": "2018-11-24T12:41:29Z", 8 "closed_at": "2018-11-26T20:11:20Z", 9 "merged_at": null, 10 "base_ref": "master", 11 "head_ref": "renovate/ng-http-loader-4.x", 12 "labels": [], 13 "assignees": [], 14 "requested_reviewers": [], 15 "body": "This PR contains the following updates:\n\n| Package | Type | Update | Change | References |\n|---|---|---|---|---|\n| ng-http-loader | dependencies | major | `^2.0.0` -> `^4.0.0` | [source](https://renovatebot.com/gh/mpalourdio/ng-http-loader) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mpalourdio/ng-http-loader</summary>\n\n### [`v4.0.0`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v400)\n\n[Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/3.2.0...4.0.0)\n\n- `HttpClientModule` has been removed from imports. \n This caused some issues when external modules were imported in an application, and those modules registered their own HTTP interceptors. See [this issue](https://renovatebot.com/gh/angular/angular/issues/20575) for reference.\n\n- A static `forRoot()` method has been added to the module declaration. You must now [explicitly call this method](README.md#usage) when importing `NgHttpLoaderModule` in your root application module.\n This intends to avoid multiple providers instances when working with lazy modules in which you would want to import `NgHttpLoaderModule` again for any reason.\n\n- The default spinner is now `Spinkit.skWave` (less CPU intensive).\n\n### [`v3.2.0`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v320)\n\n[Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/3.1.2...3.2.0)\n\n`peerDependencies` section now targets `angular 7`. The module is still `angular 6` compatible, so this is not a major release. \nUsers are still encouraged to upgrade their applications ASAP.\n\n### [`v3.1.2`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v312)\n\n[Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/3.1.1...3.1.2)\n\n- Added [browserslist](https://renovatebot.com/gh/browserslist/browserslist) support. \n- Some cleanup has been done in CSS files to let the CSS auto-prefixer do the job automatically regarding supported browsers. \n- Spinkit CSS integration has been been replaced by SCSS.\n\n### [`v3.1.1`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v311)\n\n[Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/3.1.0...3.1.1)\n\nThe Subscriptions that had been previously moved from constructor to `ngOnInit` are back in constructor. This avoids testing if the subscriptions exist in `ngOnDestroy` before unsubscribing them.\n\n### [`v3.1.0`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v310)\n\n[Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/3.0.0...3.1.0)\n\nAwesome contribution by [gnom7](https://renovatebot.com/gh/gnom7)\n\n- Better handling of sequential HTTP requests. Particularly when mixed with the `minDuration` option. See [this issue](https://renovatebot.com/gh/mpalourdio/ng-http-loader/issues/89) for reference.\n\n Min. duration time: 300ms\n ---0ms------------------------------200ms-------280ms----------------400ms| \n ----|---------------------------------------------|-----------------------| \n (req1 starts and spinner shows) (req1 ends) (req2 starts) (req2 ends and spinner hides)\n\nBefore this, `minDuration` would have been applied to both HTTP requests.\n\n- Added the `extraDuration` option: \n - This option make the spinner visible a certain amount of time after the moment when it should have naturally been hidden. This avoids flickering when, for example, multiple HTTP requests are ran sequentially.\n - See [this issue](https://renovatebot.com/gh/mpalourdio/ng-http-loader/issues/90) for reference\n\n Extra duration time: 60ms\n ---0ms----------200ms------260ms---- | \n ----|------------|----------|--------| \n req starts req ends spinner hides\n\n### [`v3.0.0`](https://renovatebot.com/gh/mpalourdio/ng-http-loader/blob/master/CHANGELOG.md#v300)\n\n[Compare Source](https://renovatebot.com/gh/mpalourdio/ng-http-loader/compare/2.3.0...3.0.0)\n\n- All existing deprecations have been removed.\n- BC breaks => \n - `SpinnerComponent` has been renamed to `NgHttpLoaderComponent`.\n - The `<spinner>` component-selector has been renamed to `<ng-http-loader>`.\n\n</details>\n\n---\n\n### Renovate configuration\n\n:date: **Schedule**: At any time (no schedule defined).\n\n:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with \"`rebase!`\".\n\n:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\nThis PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#SocialNetworkNews/SocialNetworkNews-Web).", 16 "comments": [ 17 { 18 "author": "renovate[bot]", 19 "created_at": "2018-11-26T21:07:30Z", 20 "body": "### Renovate Ignore Notification\n\nAs this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for *any* future 4.x releases. However, if you upgrade to 4.x manually then Renovate will then reenable updates for minor and patch updates automatically.\n\nIf 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." 21 } 22 ], 23 "review_comments": [] 24 }