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 @types/styled-components to v4.1.6 - autoclosed #758

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2018

This PR contains the following updates:

Package Type Update Change References
@​types/styled-components devDependencies patch 4.1.0 -> 4.1.6 source
@​types/styled-components dependencies patch 4.1.0 -> 4.1.6 source
styled-components dependencies patch 4.1.1 -> 4.1.3 homepage, source
styled-components devDependencies patch 4.1.1 -> 4.1.3 homepage, source

Release Notes

styled-components/styled-components

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix function-form attrs to receive the full execution context (including theme) (see #​2210)

  • Adjust innerRef deprecation warning to not be fired if wrapping a custom component, since that underlying component may not be on forwardRef yet and actually using the prop (see #​2211)

  • Expose the ThemeConsumer and ThemeContext exports for the native and primitives entries (see #​2217)

  • Remove createGlobalStyle multimount warning; Concurrent and Strict modes intentionally render the same component multiple times, which causes this warning to be triggered always even when usage is correct in the application (see #​2216)

  • Folded components are now targettable via component selector as in v3 if you used the old .extend API (see #​2239)

  • Don't treat uppercased strings as tag-like components and don't filter out props from them (see #​2225)


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 these updates 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
Copy link
Contributor Author

renovate bot commented Nov 22, 2018

bors: r+

@bors
Copy link
Contributor

bors bot commented Nov 22, 2018

🔒 Permission denied

Existing reviewers: click here to make renovate[bot] a reviewer

@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from 062a855 to 493fa8e Compare November 26, 2018 19:29
@codecov
Copy link

codecov bot commented Nov 26, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #758      +/-   ##
==========================================
- Coverage   72.23%   72.18%   -0.06%     
==========================================
  Files        1517     1517              
  Lines       43619    43619              
  Branches     6698     6698              
==========================================
- Hits        31508    31485      -23     
- Misses      12111    12134      +23
Flag Coverage Δ
#e2e 63.55% <ø> (-0.03%) ⬇️
#unit 61.99% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...eo-one-node-protocol/src/payload/HeadersPayload.ts 21.42% <0%> (-35.72%) ⬇️
packages/neo-one-node-core/src/errors.ts 61.53% <0%> (-7.7%) ⬇️
packages/neo-one-node-protocol/src/Message.ts 50.24% <0%> (-2.47%) ⬇️
packages/neo-one-node-network/src/Network.ts 81.12% <0%> (-2.01%) ⬇️
packages/neo-one-node-blockchain/src/Blockchain.ts 87.79% <0%> (-0.9%) ⬇️
packages/neo-one-node-protocol/src/Node.ts 62.59% <0%> (-0.75%) ⬇️
...ages/neo-one-node-rpc-handler/src/createHandler.ts 71.85% <0%> (ø) ⬆️

@renovate renovate bot changed the title fix(deps): update dependency @types/styled-components to v4.1.1 chore(deps): update dependency @types/styled-components to v4.1.2 Nov 28, 2018
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch 4 times, most recently from 689337a to 647ec48 Compare December 2, 2018 04:57
@renovate renovate bot changed the title chore(deps): update dependency @types/styled-components to v4.1.2 chore(deps): update dependency @types/styled-components to v4.1.3 Dec 3, 2018
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch 2 times, most recently from 0a2dae9 to 550ab6a Compare December 3, 2018 01:42
@dicarlo2
Copy link
Contributor

dicarlo2 commented Dec 3, 2018

bors r+

bors bot added a commit that referenced this pull request Dec 3, 2018
758: chore(deps): update dependency @types/styled-components to v4.1.3 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;types/styled-components | devDependencies | patch | `4.1.0` -> `4.1.3` | [source](https://renovatebot.com/gh/DefinitelyTyped/DefinitelyTyped) |
| styled-components | dependencies | patch | `4.1.1` -> `4.1.2` | [homepage](https://styled-components.com/), [source](https://renovatebot.com/gh/styled-components/styled-components) |

---

### Release Notes

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

### [`v4.1.2`](https://renovatebot.com/gh/styled-components/styled-components/blob/master/CHANGELOG.md#v412---2018-11-28)

[Compare Source](https://renovatebot.com/gh/styled-components/styled-components/compare/v4.1.1...v4.1.2)

-   Fix function-form attrs to receive the full execution context (including theme) (see [#&#8203;2210](https://renovatebot.com/gh/styled-components/styled-components/pull/2210))

-   Adjust `innerRef` deprecation warning to not be fired if wrapping a custom component, since that underlying component may not be on forwardRef yet and actually using the prop (see [#&#8203;2211](https://renovatebot.com/gh/styled-components/styled-components/pull/2211))

-   Expose the `ThemeConsumer` and `ThemeContext` exports for the native and primitives entries (see [#&#8203;2217](https://renovatebot.com/gh/styled-components/styled-components/pull/2217))

-   Remove `createGlobalStyle` multimount warning; Concurrent and Strict modes intentionally render the same component multiple times, which causes this warning to be triggered always even when usage is correct in the application (see [#&#8203;2216](https://renovatebot.com/gh/styled-components/styled-components/pull/2216))

-   Folded components are now targettable via component selector as in v3 if you used the old `.extend` API (see [#&#8203;2239](https://renovatebot.com/gh/styled-components/styled-components/pull/2239))

-   Don't treat uppercased strings as tag-like components and don't filter out props from them (see [#&#8203;2225](https://renovatebot.com/gh/styled-components/styled-components/pull/2225))

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

---

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
Copy link
Contributor

bors bot commented Dec 3, 2018

Build failed

@renovate renovate bot force-pushed the renovate/styled-components-4.x branch 4 times, most recently from d5841b6 to 6344356 Compare December 6, 2018 02:20
@renovate renovate bot changed the title chore(deps): update dependency @types/styled-components to v4.1.3 chore(deps): update dependency @types/styled-components to v4.1.4 Dec 7, 2018
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from 6344356 to 79e4458 Compare December 7, 2018 18:56
@renovate renovate bot changed the title chore(deps): update dependency @types/styled-components to v4.1.4 chore(deps): update dependency @types/styled-components to v4.1.2 Dec 7, 2018
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch 2 times, most recently from 7fad12d to 55e2521 Compare December 10, 2018 16:59
@renovate renovate bot changed the title chore(deps): update dependency @types/styled-components to v4.1.2 chore(deps): update dependency @types/styled-components to v4.1.4 Dec 10, 2018
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch 4 times, most recently from 9b26db0 to c94bb33 Compare December 17, 2018 19:55
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from c94bb33 to b9ad2f0 Compare December 19, 2018 19:17
@davemneo
Copy link
Contributor

davemneo commented Jan 14, 2019

bors bot added a commit that referenced this pull request Jan 14, 2019
758: chore(deps): update dependency @types/styled-components to v4.1.5 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;types/styled-components | devDependencies | patch | `4.1.0` -> `4.1.5` | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped) |
| @&#8203;types/styled-components | dependencies | patch | `4.1.0` -> `4.1.5` | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped) |
| styled-components | dependencies | patch | `4.1.1` -> `4.1.3` | [homepage](https://styled-components.com), [source](https://togithub.com/styled-components/styled-components) |
| styled-components | devDependencies | patch | `4.1.1` -> `4.1.3` | [homepage](https://styled-components.com), [source](https://togithub.com/styled-components/styled-components) |

---

### Release Notes

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

### [`v4.1.3`](https://togithub.com/styled-components/styled-components/compare/v4.1.2...6f867e9ab9ac8dcb5c67c30b5469979386cf3d76)

[Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.1.2...6f867e9ab9ac8dcb5c67c30b5469979386cf3d76)

### [`v4.1.2`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v412---2018-11-28)

[Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.1.1...v4.1.2)

-   Fix function-form attrs to receive the full execution context (including theme) (see [#&#8203;2210](https://togithub.com/styled-components/styled-components/pull/2210))

-   Adjust `innerRef` deprecation warning to not be fired if wrapping a custom component, since that underlying component may not be on forwardRef yet and actually using the prop (see [#&#8203;2211](https://togithub.com/styled-components/styled-components/pull/2211))

-   Expose the `ThemeConsumer` and `ThemeContext` exports for the native and primitives entries (see [#&#8203;2217](https://togithub.com/styled-components/styled-components/pull/2217))

-   Remove `createGlobalStyle` multimount warning; Concurrent and Strict modes intentionally render the same component multiple times, which causes this warning to be triggered always even when usage is correct in the application (see [#&#8203;2216](https://togithub.com/styled-components/styled-components/pull/2216))

-   Folded components are now targettable via component selector as in v3 if you used the old `.extend` API (see [#&#8203;2239](https://togithub.com/styled-components/styled-components/pull/2239))

-   Don't treat uppercased strings as tag-like components and don't filter out props from them (see [#&#8203;2225](https://togithub.com/styled-components/styled-components/pull/2225))

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

bors bot commented Jan 14, 2019

Build failed

@davemneo davemneo added delint and removed watch labels Jan 15, 2019
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from 03f24fa to 6c62e30 Compare January 16, 2019 10:32
@renovate renovate bot changed the title chore(deps): update dependency @types/styled-components to v4.1.5 chore(deps): update dependency @types/styled-components to v4.1.6 Jan 16, 2019
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch 3 times, most recently from b746e40 to 5cb5868 Compare January 17, 2019 20:55
@davemneo
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Jan 18, 2019
758: chore(deps): update dependency @types/styled-components to v4.1.6 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;types/styled-components | devDependencies | patch | `4.1.0` -> `4.1.6` | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped) |
| @&#8203;types/styled-components | dependencies | patch | `4.1.0` -> `4.1.6` | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped) |
| styled-components | dependencies | patch | `4.1.1` -> `4.1.3` | [homepage](https://styled-components.com), [source](https://togithub.com/styled-components/styled-components) |
| styled-components | devDependencies | patch | `4.1.1` -> `4.1.3` | [homepage](https://styled-components.com), [source](https://togithub.com/styled-components/styled-components) |

---

### Release Notes

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

### [`v4.1.3`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v413---2018-12-17)

[Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.1.2...6f867e9ab9ac8dcb5c67c30b5469979386cf3d76)

-   Under the hood code cleanup of the Babel macro, by [@&#8203;lucleray](https://togithub.com/lucleray) (see [#&#8203;2286](https://togithub.com/styled-components/styled-components/pull/2286))

### [`v4.1.2`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v412---2018-11-28)

[Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.1.1...v4.1.2)

-   Fix function-form attrs to receive the full execution context (including theme) (see [#&#8203;2210](https://togithub.com/styled-components/styled-components/pull/2210))

-   Adjust `innerRef` deprecation warning to not be fired if wrapping a custom component, since that underlying component may not be on forwardRef yet and actually using the prop (see [#&#8203;2211](https://togithub.com/styled-components/styled-components/pull/2211))

-   Expose the `ThemeConsumer` and `ThemeContext` exports for the native and primitives entries (see [#&#8203;2217](https://togithub.com/styled-components/styled-components/pull/2217))

-   Remove `createGlobalStyle` multimount warning; Concurrent and Strict modes intentionally render the same component multiple times, which causes this warning to be triggered always even when usage is correct in the application (see [#&#8203;2216](https://togithub.com/styled-components/styled-components/pull/2216))

-   Folded components are now targettable via component selector as in v3 if you used the old `.extend` API (see [#&#8203;2239](https://togithub.com/styled-components/styled-components/pull/2239))

-   Don't treat uppercased strings as tag-like components and don't filter out props from them (see [#&#8203;2225](https://togithub.com/styled-components/styled-components/pull/2225))

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

bors bot commented Jan 18, 2019

Build failed

@renovate renovate bot force-pushed the renovate/styled-components-4.x branch 3 times, most recently from 0289cdb to 2afce7e Compare January 21, 2019 08:35
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from 2afce7e to 4873920 Compare January 23, 2019 03:41
@afragapane
Copy link
Contributor

I'm not sure this one actually has a problem. Passes tsc and lint locally just fine. The piece of code that failed the lint does not seem to be directly related to styled-components. Try and bors r+ this one again? If it fails again I can just explicitly type that event that is causing issues here.

@davemneo
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Jan 24, 2019
758: chore(deps): update dependency @types/styled-components to v4.1.6 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;types/styled-components | devDependencies | patch | `4.1.0` -> `4.1.6` | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped) |
| @&#8203;types/styled-components | dependencies | patch | `4.1.0` -> `4.1.6` | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped) |
| styled-components | dependencies | patch | `4.1.1` -> `4.1.3` | [homepage](https://styled-components.com), [source](https://togithub.com/styled-components/styled-components) |
| styled-components | devDependencies | patch | `4.1.1` -> `4.1.3` | [homepage](https://styled-components.com), [source](https://togithub.com/styled-components/styled-components) |

---

### Release Notes

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

### [`v4.1.3`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v413---2018-12-17)

[Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.1.2...6f867e9ab9ac8dcb5c67c30b5469979386cf3d76)

-   Under the hood code cleanup of the Babel macro, by [@&#8203;lucleray](https://togithub.com/lucleray) (see [#&#8203;2286](https://togithub.com/styled-components/styled-components/pull/2286))

### [`v4.1.2`](https://togithub.com/styled-components/styled-components/blob/master/CHANGELOG.md#v412---2018-11-28)

[Compare Source](https://togithub.com/styled-components/styled-components/compare/v4.1.1...v4.1.2)

-   Fix function-form attrs to receive the full execution context (including theme) (see [#&#8203;2210](https://togithub.com/styled-components/styled-components/pull/2210))

-   Adjust `innerRef` deprecation warning to not be fired if wrapping a custom component, since that underlying component may not be on forwardRef yet and actually using the prop (see [#&#8203;2211](https://togithub.com/styled-components/styled-components/pull/2211))

-   Expose the `ThemeConsumer` and `ThemeContext` exports for the native and primitives entries (see [#&#8203;2217](https://togithub.com/styled-components/styled-components/pull/2217))

-   Remove `createGlobalStyle` multimount warning; Concurrent and Strict modes intentionally render the same component multiple times, which causes this warning to be triggered always even when usage is correct in the application (see [#&#8203;2216](https://togithub.com/styled-components/styled-components/pull/2216))

-   Folded components are now targettable via component selector as in v3 if you used the old `.extend` API (see [#&#8203;2239](https://togithub.com/styled-components/styled-components/pull/2239))

-   Don't treat uppercased strings as tag-like components and don't filter out props from them (see [#&#8203;2225](https://togithub.com/styled-components/styled-components/pull/2225))

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

I'm not sure this one actually has a problem. Passes tsc and lint locally just fine. The piece of code that failed the lint does not seem to be directly related to styled-components. Try and bors r+ this one again? If it fails again I can just explicitly type that event that is causing issues here.

it fails yarn tsc for me locally.

@bors
Copy link
Contributor

bors bot commented Jan 24, 2019

Build failed

bors bot added a commit that referenced this pull request Jan 24, 2019
982: chore(deps): update dependency @types/styled-components to v4.1.6 r=dicarlo2 a=danwbyrne

### Description of the Change

Do #758 but also add a type to an inferred any callback.

### Test Plan

```
yarn tsc
```


### Applicable Issues

#758 


Co-authored-by: Renovate Bot <bot@renovateapp.com>
@danwbyrne
Copy link
Contributor

This can be closed. :)

@renovate renovate bot changed the title chore(deps): update dependency @types/styled-components to v4.1.6 chore(deps): update dependency @types/styled-components to v4.1.6 - autoclosed Jan 25, 2019
@renovate renovate bot closed this Jan 25, 2019
@renovate renovate bot deleted the renovate/styled-components-4.x branch January 25, 2019 00:57
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.

5 participants