Skip to content
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 all-contributors-cli to v5.10.0 #938

Merged
merged 1 commit into from
Jan 17, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2019

This PR contains the following updates:

Package Type Update Change References
all-contributors-cli devDependencies minor 5.8.0 -> 5.10.0 source

Release Notes

all-contributors/all-contributors-cli

v5.10.0

Compare Source

Features

v5.9.1

Compare Source

Bug Fixes
  • use correct path for initBadge/initList node apis (#​145) (7687e7d)

v5.9.0

Compare Source

Features

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title chore(deps): update dependency all-contributors-cli to v5.9.0 chore(deps): update dependency all-contributors-cli to v5.9.1 Jan 15, 2019
@renovate renovate bot force-pushed the renovate/all-contributors-cli-5.x branch from be71a4e to c4be145 Compare January 15, 2019 15:55
@codecov
Copy link

codecov bot commented Jan 15, 2019

Codecov Report

Merging #938 into master will decrease coverage by 8.52%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #938      +/-   ##
==========================================
- Coverage    72.2%   63.68%   -8.53%     
==========================================
  Files        1517     1240     -277     
  Lines       43619    36552    -7067     
  Branches     6698     5526    -1172     
==========================================
- Hits        31496    23277    -8219     
- Misses      12123    13275    +1152
Flag Coverage Δ
#e2e 63.68% <ø> (+0.09%) ⬆️
#unit ?
Impacted Files Coverage Δ
...ct-compiler/src/compile/helper/common/ExpHelper.ts 2.77% <0%> (-97.23%) ⬇️
...iler/src/compile/helper/bind/ArrayBindingHelper.ts 3.88% <0%> (-95.15%) ⬇️
...mpiler/src/compile/helper/arr/ArrSomeFuncHelper.ts 5.12% <0%> (-94.88%) ⬇️
...piler/src/compile/helper/arr/ArrEveryFuncHelper.ts 5.26% <0%> (-94.74%) ⬇️
...ler/src/compile/helper/buffer/BufferSliceHelper.ts 2.12% <0%> (-94.69%) ⬇️
...ler/src/compile/helper/arr/ArrForEachFuncHelper.ts 5.4% <0%> (-94.6%) ⬇️
...iler/src/compile/helper/arr/ArrFilterFuncHelper.ts 3.92% <0%> (-94.12%) ⬇️
...er/src/compile/helper/contract/HandleSendHelper.ts 4.72% <0%> (-93.92%) ⬇️
...-client-core/src/provider/NEOONEOneDataProvider.ts 6.25% <0%> (-93.75%) ⬇️
...helper/types/object/SetObjectPropertyHelperBase.ts 6.66% <0%> (-93.34%) ⬇️
... and 764 more

@codecov
Copy link

codecov bot commented Jan 15, 2019

Codecov Report

Merging #938 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #938      +/-   ##
==========================================
- Coverage   72.29%   72.25%   -0.05%     
==========================================
  Files        1517     1517              
  Lines       43619    43619              
  Branches     6698     6698              
==========================================
- Hits        31536    31516      -20     
- Misses      12083    12103      +20
Flag Coverage Δ
#e2e 63.64% <ø> (-0.09%) ⬇️
#unit 61.99% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...core/src/transaction/attribute/UInt256Attribute.ts 23.52% <0%> (-35.3%) ⬇️
...e-node-core/src/transaction/attribute/Attribute.ts 56.89% <0%> (-27.59%) ⬇️
...erver-plugin-network/src/node/NEOONENodeAdapter.ts 82.43% <0%> (-1.36%) ⬇️
packages/neo-one-node-protocol/src/Node.ts 64.25% <0%> (+0.92%) ⬆️
packages/neo-one-node-protocol/src/Message.ts 53.2% <0%> (+1.47%) ⬆️
...kages/neo-one-node-consensus/src/ConsensusQueue.ts 86.36% <0%> (+2.27%) ⬆️

@davemneo
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Jan 15, 2019
920: fix(deps): update dependency webpack to v4.28.4 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| webpack | dependencies | patch | `4.28.3` -> `4.28.4` | [source](https://togithub.com/webpack/webpack) |
| webpack | devDependencies | patch | `4.28.3` -> `4.28.4` | [source](https://togithub.com/webpack/webpack) |

---

### Release Notes

<details>
<summary>webpack/webpack</summary>

### [`v4.28.4`](https://togithub.com/webpack/webpack/releases/v4.28.4)

[Compare Source](https://togithub.com/webpack/webpack/compare/v4.28.3...v4.28.4)

### Bugfixes

-   `ProfilingPlugin` creates output path if not existing
-   fixed support for arrow function functions for `optimization.minimizer`
-   failed hooks is now also called when `run()` fails

</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 these updates 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).

932: chore(deps): update dependency rxjs-tslint-rules to v4.14.4 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| rxjs-tslint-rules | devDependencies | patch | `4.14.3` -> `4.14.4` | [source](https://togithub.com/cartant/rxjs-tslint-rules) |

---

### Release Notes

<details>
<summary>cartant/rxjs-tslint-rules</summary>

### [`v4.14.4`](https://togithub.com/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#&#8203;4144httpsgithubcomcartantrxjs-tslint-rulescomparev4143v4144-2019-01-13)

[Compare Source](https://togithub.com/cartant/rxjs-tslint-rules/compare/v4.14.3...v4.14.4)

</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).

933: fix(deps): update dependency bignumber.js to v8.0.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| bignumber.js | dependencies | patch | `8.0.1` -> `8.0.2` | [source](https://togithub.com/MikeMcl/bignumber.js) |
| bignumber.js | devDependencies | patch | `8.0.1` -> `8.0.2` | [source](https://togithub.com/MikeMcl/bignumber.js) |

---

### Release Notes

<details>
<summary>MikeMcl/bignumber.js</summary>

### [`v8.0.2`](https://togithub.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md#&#8203;802)

[Compare Source](https://togithub.com/MikeMcl/bignumber.js/compare/v8.0.1...v8.0.2)

-   13/01/2019
-   [#&#8203;209](https://togithub.com/MikeMcl/bignumber.js/issues/209) `toPrecision` without argument should follow `toString`.
-   Improve _Use_ section of _README_.
-   Optimise `toString(10)`.
-   Add verson number to API doc.

</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 these updates 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).

937: chore(deps): update dependency stylelint-processor-styled-components to v1.5.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| stylelint-processor-styled-components | devDependencies | patch | `1.5.1` -> `1.5.2` | [source](https://togithub.com/styled-components/stylelint-processor-styled-components) |

---

### Release Notes

<details>
<summary>styled-components/stylelint-processor-styled-components</summary>

### [`v1.5.2`](https://togithub.com/styled-components/stylelint-processor-styled-components/blob/master/CHANGELOG.md#&#8203;152)

[Compare Source](https://togithub.com/styled-components/stylelint-processor-styled-components/compare/v1.5.1...v1.5.2)

-   upgrade postcss@7

</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).

938: chore(deps): update dependency all-contributors-cli to v5.9.1 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| all-contributors-cli | devDependencies | minor | `5.8.0` -> `5.9.1` | [source](https://togithub.com/all-contributors/all-contributors-cli) |

---

### Release Notes

<details>
<summary>all-contributors/all-contributors-cli</summary>

### [`v5.9.1`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.9.1)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.9.0...v5.9.1)

##### Bug Fixes

-   use correct path for initBadge/initList node apis ([#&#8203;145](https://togithub.com/all-contributors/all-contributors-cli/issues/145)) ([7687e7d](https://togithub.com/all-contributors/all-contributors-cli/commit/7687e7d))

### [`v5.9.0`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.9.0)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.8.0...v5.9.0)

##### Features

-   add init content api for node api ([#&#8203;144](https://togithub.com/all-contributors/all-contributors-cli/issues/144)) ([f551d8b](https://togithub.com/all-contributors/all-contributors-cli/commit/f551d8b))

</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>
@bors
Copy link
Contributor

bors bot commented Jan 15, 2019

Build failed (retrying...)

bors bot added a commit that referenced this pull request Jan 16, 2019
937: chore(deps): update dependency stylelint-processor-styled-components to v1.5.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| stylelint-processor-styled-components | devDependencies | patch | `1.5.1` -> `1.5.2` | [source](https://togithub.com/styled-components/stylelint-processor-styled-components) |

---

### Release Notes

<details>
<summary>styled-components/stylelint-processor-styled-components</summary>

### [`v1.5.2`](https://togithub.com/styled-components/stylelint-processor-styled-components/blob/master/CHANGELOG.md#&#8203;152)

[Compare Source](https://togithub.com/styled-components/stylelint-processor-styled-components/compare/v1.5.1...v1.5.2)

-   upgrade postcss@7

</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).

938: chore(deps): update dependency all-contributors-cli to v5.9.1 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| all-contributors-cli | devDependencies | minor | `5.8.0` -> `5.9.1` | [source](https://togithub.com/all-contributors/all-contributors-cli) |

---

### Release Notes

<details>
<summary>all-contributors/all-contributors-cli</summary>

### [`v5.9.1`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.9.1)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.9.0...v5.9.1)

##### Bug Fixes

-   use correct path for initBadge/initList node apis ([#&#8203;145](https://togithub.com/all-contributors/all-contributors-cli/issues/145)) ([7687e7d](https://togithub.com/all-contributors/all-contributors-cli/commit/7687e7d))

### [`v5.9.0`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.9.0)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.8.0...v5.9.0)

##### Features

-   add init content api for node api ([#&#8203;144](https://togithub.com/all-contributors/all-contributors-cli/issues/144)) ([f551d8b](https://togithub.com/all-contributors/all-contributors-cli/commit/f551d8b))

</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>
@bors
Copy link
Contributor

bors bot commented Jan 16, 2019

Build failed (retrying...)

bors bot added a commit that referenced this pull request Jan 16, 2019
938: chore(deps): update dependency all-contributors-cli to v5.9.1 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| all-contributors-cli | devDependencies | minor | `5.8.0` -> `5.9.1` | [source](https://togithub.com/all-contributors/all-contributors-cli) |

---

### Release Notes

<details>
<summary>all-contributors/all-contributors-cli</summary>

### [`v5.9.1`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.9.1)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.9.0...v5.9.1)

##### Bug Fixes

-   use correct path for initBadge/initList node apis ([#&#8203;145](https://togithub.com/all-contributors/all-contributors-cli/issues/145)) ([7687e7d](https://togithub.com/all-contributors/all-contributors-cli/commit/7687e7d))

### [`v5.9.0`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.9.0)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.8.0...v5.9.0)

##### Features

-   add init content api for node api ([#&#8203;144](https://togithub.com/all-contributors/all-contributors-cli/issues/144)) ([f551d8b](https://togithub.com/all-contributors/all-contributors-cli/commit/f551d8b))

</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>
@renovate renovate bot changed the title chore(deps): update dependency all-contributors-cli to v5.9.1 chore(deps): update dependency all-contributors-cli to v5.10.0 Jan 16, 2019
@renovate renovate bot force-pushed the renovate/all-contributors-cli-5.x branch from c4be145 to e212ebb Compare January 16, 2019 11:19
@bors
Copy link
Contributor

bors bot commented Jan 16, 2019

Canceled

@davemneo
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Jan 17, 2019
938: chore(deps): update dependency all-contributors-cli to v5.10.0 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| all-contributors-cli | devDependencies | minor | `5.8.0` -> `5.10.0` | [source](https://togithub.com/all-contributors/all-contributors-cli) |

---

### Release Notes

<details>
<summary>all-contributors/all-contributors-cli</summary>

### [`v5.10.0`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.10.0)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.9.1...v5.10.0)

##### Features

-   **contribution-type:** added maintenance type ([#&#8203;142](https://togithub.com/all-contributors/all-contributors-cli/issues/142)) ([292d400](https://togithub.com/all-contributors/all-contributors-cli/commit/292d400)), closes [#&#8203;111](https://togithub.com/all-contributors/all-contributors-cli/issues/111)

### [`v5.9.1`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.9.1)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.9.0...v5.9.1)

##### Bug Fixes

-   use correct path for initBadge/initList node apis ([#&#8203;145](https://togithub.com/all-contributors/all-contributors-cli/issues/145)) ([7687e7d](https://togithub.com/all-contributors/all-contributors-cli/commit/7687e7d))

### [`v5.9.0`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.9.0)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.8.0...v5.9.0)

##### Features

-   add init content api for node api ([#&#8203;144](https://togithub.com/all-contributors/all-contributors-cli/issues/144)) ([f551d8b](https://togithub.com/all-contributors/all-contributors-cli/commit/f551d8b))

</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>
@bors bors bot merged commit e212ebb into master Jan 17, 2019
@renovate renovate bot deleted the renovate/all-contributors-cli-5.x branch January 17, 2019 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants