-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency levelup to v4 #878
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #878 +/- ##
==========================================
- Coverage 72.52% 72.37% -0.15%
==========================================
Files 1516 1516
Lines 43428 43428
Branches 6630 6630
==========================================
- Hits 31494 31433 -61
- Misses 11934 11995 +61
|
bors r+ |
bors bot
added a commit
that referenced
this pull request
Dec 24, 2018
878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Build failed |
bors r+ |
Merge conflict (retrying...) |
1 similar comment
Merge conflict (retrying...) |
bors bot
added a commit
that referenced
this pull request
Dec 27, 2018
876: chore(deps): update dependency rxjs-tslint-rules to v4.14.3 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | rxjs-tslint-rules | devDependencies | patch | `4.14.1` -> `4.14.3` | [source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules) | --- ### Release Notes <details> <summary>cartant/rxjs-tslint-rules</summary> ### [`v4.14.3`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.2...v4.14.3) ### [`v4.14.2`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.1...v4.14.2) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 877: chore(deps): update dependency terser-webpack-plugin to v1.2.0 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | terser-webpack-plugin | devDependencies | minor | `1.1.0` -> `1.2.0` | [source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin) | --- ### Release Notes <details> <summary>webpack-contrib/terser-webpack-plugin</summary> ### [`v1.2.0`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​120httpsgithubcomwebpack-contribterser-webpack-plugincomparev110v120-2018-12-22) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.0) ##### Bug Fixes - `chunks` is a `Set` in webpack@5 ([#​19](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/19)) ([df8c425](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/df8c425)) - catch `work-farm` errors ([#​35](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/35)) ([2bdcd38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/2bdcd38)) - dedupe extracted comments ([#​40](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/40)) ([7f4a159](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7f4a159)) - more consistent cache ([#​43](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/43)) ([36f5f3c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/36f5f3c)) - regenerate `contenthash` when assets was uglified ([#​44](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/44)) ([7e6f8b1](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7e6f8b1)) ##### Features - `chunkFilter` option for filtering chunks ([#​38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/38)) ([7ffe57c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7ffe57c)) - uglify `mjs` by default ([#​39](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/39)) ([1644620](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/1644620)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Build failed (retrying...) |
Merge conflict |
fa3d1e9
to
3051261
Compare
bors r+ |
bors bot
added a commit
that referenced
this pull request
Dec 28, 2018
841: chore(deps): update babel monorepo r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​babel/core | devDependencies | patch | `7.2.0` -> `7.2.2` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | | @​babel/preset-env | devDependencies | patch | `7.2.0` -> `7.2.3` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2) #### v7.2.2 (2018-12-15) Mostrly bug fixes and internal changes. Thanks to [@​paleite](https://renovatebot.com/gh/paleite), [@​saschanaz](https://renovatebot.com/gh/saschanaz) and [@​joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs! ##### 🐛 Bug Fix - `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread` - [#​9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-parser` - [#​9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@​vikr01](https://renovatebot.com/gh/vikr01)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-node` - [#​9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#​9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@​rubennorte](https://renovatebot.com/gh/rubennorte)) - `babel-preset-env` - [#​9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#​9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@​joeldenning](https://renovatebot.com/gh/joeldenning)) ##### 🏠 Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex` - [#​9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@​paleite](https://renovatebot.com/gh/paleite)) - Other - [#​9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - [#​9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators` - [#​9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@​babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-template` - [#​9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@​danez](https://renovatebot.com/gh/danez)) ##### Committers: 10 - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo)) - Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning)) - Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite)) - Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte)) - Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 875: fix(deps): update dependency react-static to v6.0.18 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | react-static | dependencies | patch | `6.0.11` -> `6.0.18` | [source](https://renovatebot.com/gh/nozzle/react-static) | --- ### Release Notes <details> <summary>nozzle/react-static</summary> ### [`v6.0.18`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.17...v6.0.18) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.17...v6.0.18) ### [`v6.0.17`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.16...v6.0.17) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.16...v6.0.17) ### [`v6.0.16`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.15...v6.0.16) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.15...v6.0.16) ### [`v6.0.15`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.14...v6.0.15) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.14...v6.0.15) ### [`v6.0.14`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.13...v6.0.14) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.13...v6.0.14) ### [`v6.0.13`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.12...v6.0.13) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.12...v6.0.13) ### [`v6.0.12`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.11...v6.0.12) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.11...v6.0.12) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 876: chore(deps): update dependency rxjs-tslint-rules to v4.14.3 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | rxjs-tslint-rules | devDependencies | patch | `4.14.1` -> `4.14.3` | [source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules) | --- ### Release Notes <details> <summary>cartant/rxjs-tslint-rules</summary> ### [`v4.14.3`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.2...v4.14.3) ### [`v4.14.2`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.1...v4.14.2) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 877: chore(deps): update dependency terser-webpack-plugin to v1.2.1 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | terser-webpack-plugin | devDependencies | minor | `1.1.0` -> `1.2.1` | [source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin) | --- ### Release Notes <details> <summary>webpack-contrib/terser-webpack-plugin</summary> ### [`v1.2.1`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​121httpsgithubcomwebpack-contribterser-webpack-plugincomparev120v121-2018-12-27) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.2.0...v1.2.1) ##### Bug Fixes - don't crash when no extracted comments ([#​49](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/49)) ([efad586](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/efad586)) ### [`v1.2.0`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​120httpsgithubcomwebpack-contribterser-webpack-plugincomparev110v120-2018-12-22) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.0) ##### Bug Fixes - `chunks` is a `Set` in webpack@5 ([#​19](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/19)) ([df8c425](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/df8c425)) - catch `work-farm` errors ([#​35](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/35)) ([2bdcd38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/2bdcd38)) - dedupe extracted comments ([#​40](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/40)) ([7f4a159](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7f4a159)) - more consistent cache ([#​43](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/43)) ([36f5f3c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/36f5f3c)) - regenerate `contenthash` when assets was uglified ([#​44](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/44)) ([7e6f8b1](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7e6f8b1)) ##### Features - `chunkFilter` option for filtering chunks ([#​38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/38)) ([7ffe57c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7ffe57c)) - uglify `mjs` by default ([#​39](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/39)) ([1644620](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/1644620)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 881: fix(deps): update dependency @types/ora to v3 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​types/ora | dependencies | major | `^1.3.4` -> `^3.0.0` | [source](https://renovatebot.com/gh/DefinitelyTyped/DefinitelyTyped) | --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 882: chore(deps): update dependency css-loader to v2.1.0 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | css-loader | devDependencies | minor | `2.0.2` -> `2.1.0` | [source](https://renovatebot.com/gh/webpack-contrib/css-loader) | --- ### Release Notes <details> <summary>webpack-contrib/css-loader</summary> ### [`v2.1.0`](https://renovatebot.com/gh/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​210httpsgithubcomwebpack-contribcss-loadercomparev202v210-2018-12-25) [Compare Source](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) ##### Features - support `image-set` without `url` ([#​879](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/879)) ([21884e2](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/21884e2)) #### [2.0.2](https://renovatebot.com/gh/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21) ##### Bug Fixes - inappropriate modification of animation keywords ([#​876](https://renovatebot.com/gh/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://renovatebot.com/gh/webpack-contrib/css-loader/commit/dfb2f8e)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Timed out (retrying...) |
bors r+ |
Merge conflict (retrying...) |
1 similar comment
Merge conflict (retrying...) |
bors bot
added a commit
that referenced
this pull request
Dec 31, 2018
876: chore(deps): update dependency rxjs-tslint-rules to v4.14.3 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | rxjs-tslint-rules | devDependencies | patch | `4.14.1` -> `4.14.3` | [source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules) | --- ### Release Notes <details> <summary>cartant/rxjs-tslint-rules</summary> ### [`v4.14.3`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.2...v4.14.3) ### [`v4.14.2`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.1...v4.14.2) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 877: chore(deps): update dependency terser-webpack-plugin to v1.2.1 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | terser-webpack-plugin | devDependencies | minor | `1.1.0` -> `1.2.1` | [source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin) | --- ### Release Notes <details> <summary>webpack-contrib/terser-webpack-plugin</summary> ### [`v1.2.1`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​121httpsgithubcomwebpack-contribterser-webpack-plugincomparev120v121-2018-12-27) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.2.0...v1.2.1) ##### Bug Fixes - don't crash when no extracted comments ([#​49](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/49)) ([efad586](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/efad586)) ### [`v1.2.0`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​120httpsgithubcomwebpack-contribterser-webpack-plugincomparev110v120-2018-12-22) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.0) ##### Bug Fixes - `chunks` is a `Set` in webpack@5 ([#​19](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/19)) ([df8c425](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/df8c425)) - catch `work-farm` errors ([#​35](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/35)) ([2bdcd38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/2bdcd38)) - dedupe extracted comments ([#​40](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/40)) ([7f4a159](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7f4a159)) - more consistent cache ([#​43](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/43)) ([36f5f3c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/36f5f3c)) - regenerate `contenthash` when assets was uglified ([#​44](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/44)) ([7e6f8b1](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7e6f8b1)) ##### Features - `chunkFilter` option for filtering chunks ([#​38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/38)) ([7ffe57c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7ffe57c)) - uglify `mjs` by default ([#​39](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/39)) ([1644620](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/1644620)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 880: chore(deps): update dependency @types/yargs to v12.0.5 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​types/yargs | devDependencies | patch | `12.0.2` -> `12.0.5` | [source](https://renovatebot.com/gh/DefinitelyTyped/DefinitelyTyped) | --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Build failed (retrying...) |
Merge conflict (retrying...) |
3051261
to
356f88a
Compare
bors r+ |
Merge conflict (retrying...) |
bors bot
added a commit
that referenced
this pull request
Jan 3, 2019
812: docs(Reference): Combine front-end and dgeni parsing for api reference. r=davemneo a=afragapane ### Description of the Change Combine front-end and dgeni parsing to create working API reference. ### Test Plan View website and confirm things look as expected. ### Applicable Issues #702 841: chore(deps): update babel monorepo r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​babel/core | devDependencies | patch | `7.2.0` -> `7.2.2` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | | @​babel/preset-env | devDependencies | patch | `7.2.0` -> `7.2.3` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2) #### v7.2.2 (2018-12-15) Mostrly bug fixes and internal changes. Thanks to [@​paleite](https://renovatebot.com/gh/paleite), [@​saschanaz](https://renovatebot.com/gh/saschanaz) and [@​joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs! ##### 🐛 Bug Fix - `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread` - [#​9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-parser` - [#​9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@​vikr01](https://renovatebot.com/gh/vikr01)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-node` - [#​9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#​9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@​rubennorte](https://renovatebot.com/gh/rubennorte)) - `babel-preset-env` - [#​9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#​9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@​joeldenning](https://renovatebot.com/gh/joeldenning)) ##### 🏠 Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex` - [#​9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@​paleite](https://renovatebot.com/gh/paleite)) - Other - [#​9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - [#​9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators` - [#​9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@​babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-template` - [#​9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@​danez](https://renovatebot.com/gh/danez)) ##### Committers: 10 - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo)) - Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning)) - Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite)) - Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte)) - Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects. Giving them a name like "options" fixes the issue and displays them properly. #702 876: chore(deps): update dependency rxjs-tslint-rules to v4.14.3 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | rxjs-tslint-rules | devDependencies | patch | `4.14.1` -> `4.14.3` | [source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules) | --- ### Release Notes <details> <summary>cartant/rxjs-tslint-rules</summary> ### [`v4.14.3`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.2...v4.14.3) ### [`v4.14.2`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.1...v4.14.2) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 877: chore(deps): update dependency terser-webpack-plugin to v1.2.1 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | terser-webpack-plugin | devDependencies | minor | `1.1.0` -> `1.2.1` | [source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin) | --- ### Release Notes <details> <summary>webpack-contrib/terser-webpack-plugin</summary> ### [`v1.2.1`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​121httpsgithubcomwebpack-contribterser-webpack-plugincomparev120v121-2018-12-27) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.2.0...v1.2.1) ##### Bug Fixes - don't crash when no extracted comments ([#​49](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/49)) ([efad586](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/efad586)) ### [`v1.2.0`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​120httpsgithubcomwebpack-contribterser-webpack-plugincomparev110v120-2018-12-22) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.0) ##### Bug Fixes - `chunks` is a `Set` in webpack@5 ([#​19](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/19)) ([df8c425](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/df8c425)) - catch `work-farm` errors ([#​35](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/35)) ([2bdcd38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/2bdcd38)) - dedupe extracted comments ([#​40](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/40)) ([7f4a159](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7f4a159)) - more consistent cache ([#​43](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/43)) ([36f5f3c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/36f5f3c)) - regenerate `contenthash` when assets was uglified ([#​44](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/44)) ([7e6f8b1](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7e6f8b1)) ##### Features - `chunkFilter` option for filtering chunks ([#​38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/38)) ([7ffe57c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7ffe57c)) - uglify `mjs` by default ([#​39](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/39)) ([1644620](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/1644620)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: afragapane <ahfragapane@gmail.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
Canceled (will resume) |
bors bot
added a commit
that referenced
this pull request
Jan 4, 2019
841: chore(deps): update babel monorepo r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​babel/core | devDependencies | patch | `7.2.0` -> `7.2.2` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | | @​babel/preset-env | devDependencies | patch | `7.2.0` -> `7.2.3` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2) #### v7.2.2 (2018-12-15) Mostrly bug fixes and internal changes. Thanks to [@​paleite](https://renovatebot.com/gh/paleite), [@​saschanaz](https://renovatebot.com/gh/saschanaz) and [@​joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs! ##### 🐛 Bug Fix - `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread` - [#​9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-parser` - [#​9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@​vikr01](https://renovatebot.com/gh/vikr01)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-node` - [#​9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#​9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@​rubennorte](https://renovatebot.com/gh/rubennorte)) - `babel-preset-env` - [#​9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#​9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@​joeldenning](https://renovatebot.com/gh/joeldenning)) ##### 🏠 Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex` - [#​9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@​paleite](https://renovatebot.com/gh/paleite)) - Other - [#​9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - [#​9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators` - [#​9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@​babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-template` - [#​9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@​danez](https://renovatebot.com/gh/danez)) ##### Committers: 10 - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo)) - Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning)) - Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite)) - Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte)) - Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 876: chore(deps): update dependency rxjs-tslint-rules to v4.14.3 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | rxjs-tslint-rules | devDependencies | patch | `4.14.1` -> `4.14.3` | [source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules) | --- ### Release Notes <details> <summary>cartant/rxjs-tslint-rules</summary> ### [`v4.14.3`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.2...v4.14.3) ### [`v4.14.2`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.1...v4.14.2) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 877: chore(deps): update dependency terser-webpack-plugin to v1.2.1 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | terser-webpack-plugin | devDependencies | minor | `1.1.0` -> `1.2.1` | [source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin) | --- ### Release Notes <details> <summary>webpack-contrib/terser-webpack-plugin</summary> ### [`v1.2.1`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​121httpsgithubcomwebpack-contribterser-webpack-plugincomparev120v121-2018-12-27) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.2.0...v1.2.1) ##### Bug Fixes - don't crash when no extracted comments ([#​49](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/49)) ([efad586](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/efad586)) ### [`v1.2.0`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​120httpsgithubcomwebpack-contribterser-webpack-plugincomparev110v120-2018-12-22) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.0) ##### Bug Fixes - `chunks` is a `Set` in webpack@5 ([#​19](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/19)) ([df8c425](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/df8c425)) - catch `work-farm` errors ([#​35](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/35)) ([2bdcd38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/2bdcd38)) - dedupe extracted comments ([#​40](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/40)) ([7f4a159](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7f4a159)) - more consistent cache ([#​43](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/43)) ([36f5f3c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/36f5f3c)) - regenerate `contenthash` when assets was uglified ([#​44](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/44)) ([7e6f8b1](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7e6f8b1)) ##### Features - `chunkFilter` option for filtering chunks ([#​38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/38)) ([7ffe57c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7ffe57c)) - uglify `mjs` by default ([#​39](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/39)) ([1644620](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/1644620)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Timed out (retrying...) |
bors bot
added a commit
that referenced
this pull request
Jan 4, 2019
877: chore(deps): update dependency terser-webpack-plugin to v1.2.1 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | terser-webpack-plugin | devDependencies | minor | `1.1.0` -> `1.2.1` | [source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin) | --- ### Release Notes <details> <summary>webpack-contrib/terser-webpack-plugin</summary> ### [`v1.2.1`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​121httpsgithubcomwebpack-contribterser-webpack-plugincomparev120v121-2018-12-27) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.2.0...v1.2.1) ##### Bug Fixes - don't crash when no extracted comments ([#​49](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/49)) ([efad586](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/efad586)) ### [`v1.2.0`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​120httpsgithubcomwebpack-contribterser-webpack-plugincomparev110v120-2018-12-22) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.0) ##### Bug Fixes - `chunks` is a `Set` in webpack@5 ([#​19](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/19)) ([df8c425](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/df8c425)) - catch `work-farm` errors ([#​35](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/35)) ([2bdcd38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/2bdcd38)) - dedupe extracted comments ([#​40](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/40)) ([7f4a159](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7f4a159)) - more consistent cache ([#​43](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/43)) ([36f5f3c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/36f5f3c)) - regenerate `contenthash` when assets was uglified ([#​44](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/44)) ([7e6f8b1](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7e6f8b1)) ##### Features - `chunkFilter` option for filtering chunks ([#​38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/38)) ([7ffe57c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7ffe57c)) - uglify `mjs` by default ([#​39](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/39)) ([1644620](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/1644620)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Build failed (retrying...) |
bors bot
added a commit
that referenced
this pull request
Jan 4, 2019
878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([@​vweevers](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([@​ralphtheninja](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Build failed |
bors r+ |
Merge conflict (retrying...) |
2 similar comments
Merge conflict (retrying...) |
Merge conflict (retrying...) |
bors bot
added a commit
that referenced
this pull request
Jan 6, 2019
878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 880: chore(deps): update dependency @types/yargs to v12.0.5 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​types/yargs | devDependencies | patch | `12.0.2` -> `12.0.5` | [source](https://renovatebot.com/gh/DefinitelyTyped/DefinitelyTyped) | --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Build failed (retrying...) |
bors r+ |
Merge conflict (retrying...) |
1 similar comment
Merge conflict (retrying...) |
bors bot
added a commit
that referenced
this pull request
Jan 7, 2019
875: fix(deps): update dependency react-static to v6.1.4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | react-static | dependencies | minor | `6.0.11` -> `6.1.4` | [source](https://renovatebot.com/gh/nozzle/react-static) | --- ### Release Notes <details> <summary>nozzle/react-static</summary> ### [`v6.1.4`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.3...v6.1.4) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.3...v6.1.4) ### [`v6.1.3`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.2...v6.1.3) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.2...v6.1.3) ### [`v6.1.2`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.1...v6.1.2) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.1...v6.1.2) ### [`v6.1.1`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.20...v6.1.1) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.20...v6.1.1) ### [`v6.0.20`](https://renovatebot.com/gh/nozzle/react-static/blob/master/CHANGELOG.md#​6020) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.19...v6.0.20) ##### Deprecations - Silently deprecated both `config.renderToHtml` and `config.renderToElement` in favor of using the plugin API. Hope this doesn't annoy anyone too much. Better to do it now that later! ### [`v6.0.19`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.18...v6.0.19) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.18...v6.0.19) ### [`v6.0.18`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.17...v6.0.18) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.17...v6.0.18) ### [`v6.0.17`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.16...v6.0.17) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.16...v6.0.17) ### [`v6.0.16`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.15...v6.0.16) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.15...v6.0.16) ### [`v6.0.15`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.14...v6.0.15) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.14...v6.0.15) ### [`v6.0.14`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.13...v6.0.14) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.13...v6.0.14) ### [`v6.0.13`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.12...v6.0.13) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.12...v6.0.13) ### [`v6.0.12`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.11...v6.0.12) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.11...v6.0.12) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 876: chore(deps): update dependency rxjs-tslint-rules to v4.14.3 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | rxjs-tslint-rules | devDependencies | patch | `4.14.1` -> `4.14.3` | [source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules) | --- ### Release Notes <details> <summary>cartant/rxjs-tslint-rules</summary> ### [`v4.14.3`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.2...v4.14.3) ### [`v4.14.2`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.1...v4.14.2) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Build failed (retrying...) |
bors bot
added a commit
that referenced
this pull request
Jan 7, 2019
841: chore(deps): update babel monorepo r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​babel/core | devDependencies | patch | `7.2.0` -> `7.2.2` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | | @​babel/preset-env | devDependencies | patch | `7.2.0` -> `7.2.3` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2) #### v7.2.2 (2018-12-15) Mostrly bug fixes and internal changes. Thanks to [@​paleite](https://renovatebot.com/gh/paleite), [@​saschanaz](https://renovatebot.com/gh/saschanaz) and [@​joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs! ##### 🐛 Bug Fix - `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread` - [#​9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-parser` - [#​9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@​vikr01](https://renovatebot.com/gh/vikr01)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-node` - [#​9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#​9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@​rubennorte](https://renovatebot.com/gh/rubennorte)) - `babel-preset-env` - [#​9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#​9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@​joeldenning](https://renovatebot.com/gh/joeldenning)) ##### 🏠 Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex` - [#​9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@​paleite](https://renovatebot.com/gh/paleite)) - Other - [#​9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - [#​9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators` - [#​9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@​babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-template` - [#​9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@​danez](https://renovatebot.com/gh/danez)) ##### Committers: 10 - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo)) - Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning)) - Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite)) - Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte)) - Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 876: chore(deps): update dependency rxjs-tslint-rules to v4.14.3 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | rxjs-tslint-rules | devDependencies | patch | `4.14.1` -> `4.14.3` | [source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules) | --- ### Release Notes <details> <summary>cartant/rxjs-tslint-rules</summary> ### [`v4.14.3`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.2...v4.14.3) ### [`v4.14.2`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#​4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25) [Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.1...v4.14.2) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 877: chore(deps): update dependency terser-webpack-plugin to v1.2.1 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | terser-webpack-plugin | devDependencies | minor | `1.1.0` -> `1.2.1` | [source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin) | --- ### Release Notes <details> <summary>webpack-contrib/terser-webpack-plugin</summary> ### [`v1.2.1`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​121httpsgithubcomwebpack-contribterser-webpack-plugincomparev120v121-2018-12-27) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.2.0...v1.2.1) ##### Bug Fixes - don't crash when no extracted comments ([#​49](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/49)) ([efad586](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/efad586)) ### [`v1.2.0`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#​120httpsgithubcomwebpack-contribterser-webpack-plugincomparev110v120-2018-12-22) [Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.0) ##### Bug Fixes - `chunks` is a `Set` in webpack@5 ([#​19](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/19)) ([df8c425](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/df8c425)) - catch `work-farm` errors ([#​35](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/35)) ([2bdcd38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/2bdcd38)) - dedupe extracted comments ([#​40](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/40)) ([7f4a159](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7f4a159)) - more consistent cache ([#​43](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/43)) ([36f5f3c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/36f5f3c)) - regenerate `contenthash` when assets was uglified ([#​44](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/44)) ([7e6f8b1](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7e6f8b1)) ##### Features - `chunkFilter` option for filtering chunks ([#​38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/38)) ([7ffe57c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7ffe57c)) - uglify `mjs` by default ([#​39](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/39)) ([1644620](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/1644620)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Timed out (retrying...) |
bors bot
added a commit
that referenced
this pull request
Jan 7, 2019
841: chore(deps): update babel monorepo r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​babel/core | devDependencies | patch | `7.2.0` -> `7.2.2` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | | @​babel/preset-env | devDependencies | patch | `7.2.0` -> `7.2.3` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2) #### v7.2.2 (2018-12-15) Mostrly bug fixes and internal changes. Thanks to [@​paleite](https://renovatebot.com/gh/paleite), [@​saschanaz](https://renovatebot.com/gh/saschanaz) and [@​joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs! ##### 🐛 Bug Fix - `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread` - [#​9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-parser` - [#​9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@​vikr01](https://renovatebot.com/gh/vikr01)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@​danez](https://renovatebot.com/gh/danez)) - `babel-node` - [#​9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#​9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@​rubennorte](https://renovatebot.com/gh/rubennorte)) - `babel-preset-env` - [#​9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#​9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@​joeldenning](https://renovatebot.com/gh/joeldenning)) ##### 🏠 Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex` - [#​9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@​paleite](https://renovatebot.com/gh/paleite)) - Other - [#​9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@​saschanaz](https://renovatebot.com/gh/saschanaz)) - [#​9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@​danez](https://renovatebot.com/gh/danez)) - [#​9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators` - [#​9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@​babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-template` - [#​9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@​danez](https://renovatebot.com/gh/danez)) ##### Committers: 10 - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo)) - Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning)) - Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite)) - Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte)) - Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Timed out (retrying...) |
bors bot
added a commit
that referenced
this pull request
Jan 7, 2019
875: fix(deps): update dependency react-static to v6.1.5 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | react-static | dependencies | minor | `6.0.11` -> `6.1.5` | [source](https://renovatebot.com/gh/nozzle/react-static) | --- ### Release Notes <details> <summary>nozzle/react-static</summary> ### [`v6.1.5`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.4...v6.1.5) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.4...v6.1.5) ### [`v6.1.4`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.3...v6.1.4) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.3...v6.1.4) ### [`v6.1.3`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.2...v6.1.3) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.2...v6.1.3) ### [`v6.1.2`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.1...v6.1.2) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.1.1...v6.1.2) ### [`v6.1.1`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.20...v6.1.1) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.20...v6.1.1) ### [`v6.0.20`](https://renovatebot.com/gh/nozzle/react-static/blob/master/CHANGELOG.md#​6020) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.19...v6.0.20) ##### Deprecations - Silently deprecated both `config.renderToHtml` and `config.renderToElement` in favor of using the plugin API. Hope this doesn't annoy anyone too much. Better to do it now that later! ### [`v6.0.19`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.18...v6.0.19) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.18...v6.0.19) ### [`v6.0.18`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.17...v6.0.18) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.17...v6.0.18) ### [`v6.0.17`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.16...v6.0.17) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.16...v6.0.17) ### [`v6.0.16`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.15...v6.0.16) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.15...v6.0.16) ### [`v6.0.15`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.14...v6.0.15) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.14...v6.0.15) ### [`v6.0.14`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.13...v6.0.14) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.13...v6.0.14) ### [`v6.0.13`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.12...v6.0.13) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.12...v6.0.13) ### [`v6.0.12`](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.11...v6.0.12) [Compare Source](https://renovatebot.com/gh/nozzle/react-static/compare/v6.0.11...v6.0.12) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). 878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://renovatebot.com/gh/level/levelup/issues/621)) ([**@​vweevers**](https://renovatebot.com/gh/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://renovatebot.com/gh/level/levelup/issues/625)) ([**@​ralphtheninja**](https://renovatebot.com/gh/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
bors r+ |
bors bot
added a commit
that referenced
this pull request
Jan 9, 2019
878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://togithub.com/level/levelup) | --- ### Release Notes <details> <summary>level/levelup</summary> ### [`v4.0.0`](https://togithub.com/level/levelup/blob/master/CHANGELOG.md#​400---2018-12-22) [Compare Source](https://togithub.com/level/levelup/compare/v3.1.1...v4.0.0) ##### Changed - Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([**@​ralphtheninja**](https://togithub.com/ralphtheninja)) - Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([**@​vweevers**](https://togithub.com/vweevers)) - Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([**@​ralphtheninja**](https://togithub.com/ralphtheninja)) - Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([**@​ralphtheninja**](https://togithub.com/ralphtheninja)) - Replace `remark-cli` with `hallmark` ([#​621](https://togithub.com/level/levelup/issues/621)) ([**@​vweevers**](https://togithub.com/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([**@​ralphtheninja**](https://togithub.com/ralphtheninja)) - Add `.nyc_output/` to `.npmignore` ([**@​ralphtheninja**](https://togithub.com/ralphtheninja)) ##### Removed - Remove `IE10` from `airtap` ([#​625](https://togithub.com/level/levelup/issues/625)) ([**@​ralphtheninja**](https://togithub.com/ralphtheninja)) </details> --- ### 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 if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.1
->4.0.0
Release Notes
level/levelup
v4.0.0
Compare Source
Changed
nyc
devDependency from~12.0.2
to~13.1.0
(@ralphtheninja)deferred-leveldown
dependency from~4.0.0
to~5.0.0
(@vweevers)concat-stream
devDependency from~1.6.0
to~2.0.0
(@ralphtheninja)level-iterator-stream
dependency from~3.0.0
to~4.0.0
(@ralphtheninja)remark-cli
withhallmark
(#621) (@vweevers)standard
devDependency from^11.0.0
to^12.0.0
(@ralphtheninja).nyc_output/
to.npmignore
(@ralphtheninja)Removed
IE10
fromairtap
(#625) (@ralphtheninja)Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.