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 react-styleguidist to v11 #1409

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-styleguidist ^10.6.1 -> ^11.0.0 age adoption passing confidence

Release Notes

styleguidist/react-styleguidist

v11.2.0

Compare Source

Features

v11.1.8

Compare Source

Bug Fixes

v11.1.7

Compare Source

Bug Fixes

v11.1.6

Compare Source

Bug Fixes

v11.1.5

Compare Source

Bug Fixes

v11.1.4

Compare Source

Bug Fixes

v11.1.3

Compare Source

Bug Fixes

v11.1.2

Compare Source

Bug Fixes

v11.1.1

Compare Source

Bug Fixes

v11.1.0

Compare Source

Features
  • Add expand option for sections and allow custom root section options (#​1689) (3ab6f8d)

v11.0.11

Compare Source

Bug Fixes

v11.0.10

Compare Source

Bug Fixes

v11.0.9

Compare Source

Bug Fixes

v11.0.8

Compare Source

Fix

v11.0.7

Compare Source

Fix

v11.0.6

Compare Source

chore
Chore
Docs
Fix

v11.0.5

Compare Source

fix
Fix

v11.0.4

Compare Source

Fix

v11.0.3

Compare Source

Fix

v11.0.2

Compare Source

Docs
Fix

v11.0.1

Compare Source

chore
Chore
Fix

v11.0.0

Compare Source

Breaking changes

TypeScript is supported out of the box

We’ve upgraded react-docgen to 5.0.0, which adds TypeScript support out of the box. The are some limitations, so you may still need react-docgen-typescript — see docs for more details.

(#​1500, #​1354 by @​thecodejack)

Fenced code blocks in Markdown with tags typescript, ts and tsx are rendered as an interactive playground. Use the static modifier to render only the source code.

(#​1543 by @​mitsuruog)

Prefer default exports over named exports

When your component has both default and named exports, Styleguidist will use the default export. This is a bug fix but may break some style guides.

import React from 'react';
import styled from 'styled-components';

export const C: React.FC = () => {
  ...
}

const StyledC = styled(C)``;

export default StyledC;

(#​1504 by @​Lazyuki)

Remove initialState/setState/state

Use React’s useState hook instead:

- initialState = { count: 42 };
- <Button onClick={() => setState({ count: state.count + 1 })}>{state.count}</Button>
+ const [count, setCount] = React.useState(42);
+ <Button onClick={() => setCount(count + 1)}>{count}</Button>

(#​1501 by @​thecodejack)

Drop Node.js 8 support

The minimum supported version on Node.js is 10.

(#​1545)

New features

v10.6.2

Compare Source

Fix

Configuration

📅 Schedule: "before 3am on Monday" in timezone America/Vancouver.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies Used by Renovate bot label Mar 9, 2020
@TDSBot
Copy link

TDSBot commented Mar 9, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 45f3c0c to 4ab86d5 Compare March 9, 2020 15:26
@TDSBot
Copy link

TDSBot commented Mar 9, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 4ab86d5 to 72c705e Compare March 9, 2020 19:58
@TDSBot
Copy link

TDSBot commented Mar 9, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 72c705e to 5c9021c Compare March 10, 2020 16:23
@TDSBot
Copy link

TDSBot commented Mar 10, 2020

Packages pending updates:

- @tds/core-css-reset: 2.0.5 => 3.0.0

If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 5c9021c to d5301fa Compare March 10, 2020 17:29
@TDSBot
Copy link

TDSBot commented Mar 10, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from d5301fa to 65bd966 Compare March 10, 2020 20:16
@TDSBot
Copy link

TDSBot commented Mar 10, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 65bd966 to 354e364 Compare March 11, 2020 19:40
@TDSBot
Copy link

TDSBot commented Mar 11, 2020

Packages pending updates:

- @tds/core-benefit: 1.0.39 => 1.0.40
- @tds/core-breadcrumbs: 2.1.10 => 2.1.11
- @tds/core-button-group: 2.1.13 => 2.1.14
- @tds/core-checkbox: 2.0.36 => 2.0.37
- @tds/core-expand-collapse: 2.0.37 => 2.0.38
- @tds/core-input: 3.0.37 => 3.0.38
- @tds/core-interactive-icon: 1.4.6 => 1.4.7
- @tds/core-notification: 3.0.22 => 3.0.23
- @tds/core-price-lockup: 2.0.27 => 2.0.28
- @tds/core-radio: 2.0.26 => 2.0.27
- @tds/core-select: 3.2.14 => 3.2.15
- @tds/core-spinner: 3.1.11 => 3.1.12
- @tds/core-step-tracker: 4.0.31 => 4.0.32
- @tds/core-terms-and-conditions: 1.2.19 => 1.2.20
- @tds/core-text: 3.0.6 => 3.1.0
- @tds/core-text-area: 3.0.36 => 3.0.37
- @tds/core-tooltip: 4.2.12 => 4.2.13
- @tds/core-video: 1.2.43 => 1.2.44

If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 354e364 to 3a0b264 Compare March 11, 2020 20:20
@TDSBot
Copy link

TDSBot commented Mar 11, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 3a0b264 to 0f31dca Compare March 17, 2020 21:01
@TDSBot
Copy link

TDSBot commented Mar 17, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 0f31dca to 25476f5 Compare March 17, 2020 21:42
@TDSBot
Copy link

TDSBot commented Mar 17, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 25476f5 to 341bb9c Compare March 25, 2020 18:38
@TDSBot
Copy link

TDSBot commented Mar 25, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 341bb9c to 7ed6040 Compare March 25, 2020 19:38
@TDSBot
Copy link

TDSBot commented Mar 25, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 7ed6040 to 05228b8 Compare April 13, 2020 20:09
@TDSBot
Copy link

TDSBot commented Apr 13, 2020

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 05228b8 to 7c71d6c Compare April 30, 2020 10:52
@TDSBot
Copy link

TDSBot commented Apr 30, 2020

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 7c71d6c to 6a43723 Compare May 15, 2020 15:35
@TDSBot
Copy link

TDSBot commented May 15, 2020

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@TDSBot
Copy link

TDSBot commented Jul 9, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 90821d7 to a1e731c Compare July 14, 2021 17:45
@TDSBot
Copy link

TDSBot commented Jul 14, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from a1e731c to ef6e042 Compare August 5, 2021 22:31
@TDSBot
Copy link

TDSBot commented Aug 5, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from ef6e042 to c36ba52 Compare August 13, 2021 18:21
@TDSBot
Copy link

TDSBot commented Aug 13, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from c36ba52 to 54e659f Compare August 14, 2021 01:57
@TDSBot
Copy link

TDSBot commented Aug 14, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 54e659f to 93961c1 Compare August 24, 2021 21:21
@TDSBot
Copy link

TDSBot commented Aug 24, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 93961c1 to 33c5261 Compare September 9, 2021 22:57
@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 33c5261 to f735f69 Compare September 22, 2021 01:40
@TDSBot
Copy link

TDSBot commented Sep 22, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from f735f69 to d39b69d Compare October 22, 2021 01:49
@TDSBot
Copy link

TDSBot commented Oct 22, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from d39b69d to 9bb0cbd Compare November 2, 2021 02:17
@TDSBot
Copy link

TDSBot commented Nov 2, 2021

Links:

Packages pending updates:

- @tds/core-tooltip: 4.4.0 => 4.4.1

If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 9bb0cbd to 4ed256a Compare November 2, 2021 18:58
@TDSBot
Copy link

TDSBot commented Nov 2, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch 2 times, most recently from e081ab0 to 885d6d6 Compare November 23, 2021 22:50
@TDSBot
Copy link

TDSBot commented Nov 23, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 885d6d6 to 3bfeab7 Compare December 2, 2021 02:01
@TDSBot
Copy link

TDSBot commented Dec 2, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 3bfeab7 to 6314aaa Compare December 5, 2021 03:29
@TDSBot
Copy link

TDSBot commented Dec 5, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

@renovate renovate bot force-pushed the renovate/react-styleguidist-11.x branch from 6314aaa to 21c65ee Compare December 8, 2021 12:53
@TDSBot
Copy link

TDSBot commented Dec 8, 2021

Links:

Packages pending updates:


If this is not what you expected, ensure that your commit messages follow the TDS commit types guide on this page: https://tds.telus.com/contributing/developer-guide.html and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Used by Renovate bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants