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 stylelint to v9.10.0 #947

Merged
merged 1 commit into from
Jan 16, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2019

This PR contains the following updates:

Package Type Update Change References
stylelint devDependencies minor 9.9.0 -> 9.10.0 homepage, source

Release Notes

stylelint/stylelint

v9.10.0

Compare Source

  • Added: support for ordinary regular expressions anywhere a regex string is accepted in rule config (#​3799).
  • Added: css-in-js syntax option that will replace the existing styled and jsx ones (#​3872).
  • Added: function-calc-no-invalid rule (#​3833).
  • Added: ignore: ["next-sibling"] to selector-max-type (#​3832).
  • Added: declaration-block-semicolon-space-after autofix (#​3865).
  • Fixed: autofix is now disabled when a stylelint processors is used (#​3873).
  • Fixed: CssSyntaxError for functions in template literals (#​3869).
  • Fixed: no-descending-specificity false positives for styled-components (#​3875).
  • Fixed: no-duplicate-selectors false positives for styled-components (#​3875).
  • Fixed: selector-pseudo-class-no-unknown false positives for focus-visible (#​3887).
  • Fixed: selector-max-universal false positives for flush comments containing a comma (#​3817).
  • Fixed: shorthand-property-redundant-values false positives for negative values (#​3888).

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.

@codecov
Copy link

codecov bot commented Jan 16, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #947      +/-   ##
=========================================
- Coverage   72.21%   72.1%   -0.11%     
=========================================
  Files        1517    1517              
  Lines       43619   43619              
  Branches     6698    6698              
=========================================
- Hits        31498   31453      -45     
- Misses      12121   12166      +45
Flag Coverage Δ
#e2e 63.47% <ø> (-0.17%) ⬇️
#unit 61.99% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...core/src/transaction/attribute/UInt256Attribute.ts 23.52% <0%> (-35.3%) ⬇️
.../src/payload/message/ChangeViewConsensusMessage.ts 61.11% <0%> (-33.34%) ⬇️
...e-node-core/src/transaction/attribute/Attribute.ts 56.89% <0%> (-27.59%) ⬇️
...-node-core/src/payload/message/ConsensusMessage.ts 75% <0%> (-10%) ⬇️
packages/neo-one-node-storage-levelup/src/read.ts 78.12% <0%> (-3.13%) ⬇️
packages/neo-one-node-network/src/Network.ts 81.12% <0%> (-2.01%) ⬇️
...erver-plugin-network/src/node/NEOONENodeAdapter.ts 82.43% <0%> (-1.36%) ⬇️
packages/neo-one-node-protocol/src/Node.ts 60% <0%> (-0.75%) ⬇️
packages/neo-one-server-plugin/src/Config.ts 87.3% <0%> (+1.58%) ⬆️
packages/neo-one-cli/src/utils/setupCLI.ts 60.37% <0%> (+3.77%) ⬆️

@dicarlo2
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Jan 16, 2019
940: chore(dep): update neo-one packages with bignumber.js 8.0.2 r=dicarlo2 a=davemneo

### Requirements

Renovate bot did not update all neo-one packages to latest version of bignumber.

### Description of the Change

updated package.json and yarn.lock to include 8.0.2 version of BigNumber. 

### Test Plan

    yarn install
    yarn build

### Applicable Issues

#933

# Depends on 
React Update

947: chore(deps): update dependency stylelint to v9.10.0 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| stylelint | devDependencies | minor | `9.9.0` -> `9.10.0` | [homepage](https://stylelint.io), [source](https://togithub.com/stylelint/stylelint) |

---

### Release Notes

<details>
<summary>stylelint/stylelint</summary>

### [`v9.10.0`](https://togithub.com/stylelint/stylelint/blob/master/CHANGELOG.md#&#8203;9100)

[Compare Source](https://togithub.com/stylelint/stylelint/compare/9.9.0...9.10.0)

-   Added: support for ordinary regular expressions anywhere a regex string is accepted in rule config ([#&#8203;3799](https://togithub.com/stylelint/stylelint/pull/3799)).
-   Added: `css-in-js` syntax option that will replace the existing `styled` and `jsx` ones ([#&#8203;3872](https://togithub.com/stylelint/stylelint/pull/3872)).
-   Added: `function-calc-no-invalid` rule ([#&#8203;3833](https://togithub.com/stylelint/stylelint/pull/3833)).
-   Added: `ignore: ["next-sibling"]` to `selector-max-type` ([#&#8203;3832](https://togithub.com/stylelint/stylelint/pull/3832)).
-   Added: `declaration-block-semicolon-space-after` autofix ([#&#8203;3865](https://togithub.com/stylelint/stylelint/pull/3865)).
-   Fixed: autofix is now disabled when a stylelint processors is used ([#&#8203;3873](https://togithub.com/stylelint/stylelint/pull/3873)).
-   Fixed: `CssSyntaxError` for functions in template literals ([#&#8203;3869](https://togithub.com/stylelint/stylelint/pull/3869)).
-   Fixed: `no-descending-specificity` false positives for styled-components ([#&#8203;3875](https://togithub.com/stylelint/stylelint/pull/3875)).
-   Fixed: `no-duplicate-selectors` false positives for styled-components ([#&#8203;3875](https://togithub.com/stylelint/stylelint/pull/3875)).
-   Fixed: `selector-pseudo-class-no-unknown` false positives for `focus-visible` ([#&#8203;3887](https://togithub.com/stylelint/stylelint/pull/3887)).
-   Fixed: `selector-max-universal` false positives for flush comments containing a comma ([#&#8203;3817](https://togithub.com/stylelint/stylelint/pull/3817)).
-   Fixed: `shorthand-property-redundant-values` false positives for negative values ([#&#8203;3888](https://togithub.com/stylelint/stylelint/pull/3888)).

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

948: fix(deps): update dependency react-static to v6.3.0 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| react-static | dependencies | minor | `6.2.0` -> `6.3.0` | [source](https://togithub.com/nozzle/react-static) |
| react-static | devDependencies | minor | `6.2.0` -> `6.3.0` | [source](https://togithub.com/nozzle/react-static) |

---

### Release Notes

<details>
<summary>nozzle/react-static</summary>

### [`v6.3.0`](https://togithub.com/nozzle/react-static/compare/v6.2.1...v6.3.0)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.2.1...v6.3.0)

### [`v6.2.1`](https://togithub.com/nozzle/react-static/compare/v6.2.0...v6.2.1)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.2.0...v6.2.1)

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Dave M <david.mathiesen@neotracker.io>
@bors bors bot merged commit 1904be9 into master Jan 16, 2019
@renovate renovate bot deleted the renovate/stylelint-9.x branch January 16, 2019 20:07
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