Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

chore(deps): update dependency react-styleguidist to v9.2.0 #617

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-styleguidist 9.0.5 -> 9.2.0 age adoption passing confidence

Release Notes

styleguidist/react-styleguidist

v9.2.0

Compare Source

New features

v9.1.16

Compare Source

  • Fixed: Update react-dev-utils to ^9.0.3 (#​1422)

v9.1.15

Compare Source

  • Fixed: Don't show empty sidebar (#​1423)

v9.1.14

Compare Source

  • Fixed: Single sections can contain only sections (#​1414)

    If a section contains only one subsection, Styleguidist will try to optimize. It will make the section disappear and show its components instead. If this section only contain sections, no components, it should optimize to sections and not to components.

v9.1.13

Compare Source

  • Fixed: Highlighting currently selected page on sidebar broken with sections (#​1405)

    Fixes #​1375

v9.1.12

Compare Source

v9.1.11

Compare Source

  • Fixed: Fix incorrect component name capitalization (#​1388)

    Fixes #​1381

    It is happening in a case when react-docgen (any propsParser) is failed and we are trying to guess displayName based on file path. We capitalized every case in the string instead of just words separated by - started with small letter. So, by mistake ButtonTS in file name becomes ButtonTs display name for component when we expect ButtonTS Use [startCase]:(https://lodash.com/docs/4.17.11#startCase) and then remove spaces which covers most our cases likemy-buttonTS => MyButtonTS

v9.1.10

Compare Source

  • Fixed: Encode sublinks in URLs to fix broken routes (#​1389)

    Follow up of #​1332. This appears to have fixed the top level section link, but any sub-links within that section are still unencoded and result in "Page not found".

v9.1.9

Compare Source

  • Fixed: Add .wasm and .mjs to default extensions in webpack config (#​1386)

    Fixes #​1385

v9.1.8

Compare Source

  • Fixed: Replace 'walkes' with 'estree-walker' (#​1349)

    Because walkes has LGPL-3 license.

    Fixes #​1210

v9.1.7

Compare Source

  • Fixed: Encode section pages URLs if a section name has special symbols (#​1384)

    Closes #​1332

v9.1.6

Compare Source

v9.1.5

Compare Source

  • Fixed: to make async/await work by default (#​1379)

    Add transforms: { asyncAwait: false } for default compilerConfig to make async/await work by default. Bublé doesn't have transform for async/await so they raise an error if asyncAwait transformation in configuration is not false (true by default) since bublé v0.9.7.

    Closes #​1371

v9.1.4

Compare Source

  • Fixed: Add .ts and .tsx to default extensions in webpack config

    #​750

v9.1.3

Compare Source

  • Fixed: Allow section content to be function (#​1368)

v9.1.2

Compare Source

  • Fixed: A build should't break when assetsDir is an array (#​1367)

    copy-webpack-plugin is not allowed from to be as an array. If we still want to use from and support array format for assetsDir, then we should pass array of objects {from: ...} to the plugin.

    Closes #​1320

v9.1.1

Compare Source

  • Fixed: Section anchors shouldn't conflict with component anchors (#​1364)

    Prefix section anchors with section-.

    Closes #​1342

v9.1.0

Compare Source

New features
Support React Hooks in examples

You can now use hooks in the examples, like the useState hook:

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

(#​1353 by @​eragon512)

Bug fixes

v9.0.9

Compare Source

  • Fixed: Correctly render sections with href in sidebar (#​1346)

    Closes #​1141

v9.0.8

Compare Source

  • Fixed: Allow code base color to be customized with theme config (#​1335)

    • Add theme.color.codeBase property
    • Allow syntax highlight default color to set without affecting base color
    • The codeBase and codeBackground can be set to allow finer control on code text contrast ratios. e.g. Use dark themes for code samples.

v9.0.7

Compare Source

  • Fixed: Scroll section into view when exiting isolated mode (#​1331)

v9.0.6

Compare Source

  • Fixed: Add output.publicPath option to webpack config to make Create React App happy

    Fix #​1247


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Apr 15, 2019

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/nordnet/nordnet-ui-kit/qvyv4n1ed
🌍 Preview: https://nordnet-ui-kit-git-renovate-react-styleguidist-9x.nordnet1.now.sh

@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.0.7 chore(deps): update dependency react-styleguidist to v9.0.8 Apr 16, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 3f984ff to 1e03743 Compare April 16, 2019 09:07
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.0.8 chore(deps): update dependency react-styleguidist to v9.0.9 Apr 28, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 1e03743 to d296c68 Compare April 28, 2019 05:53
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from d296c68 to cc68acd Compare May 8, 2019 09:02
@codecov
Copy link

codecov bot commented May 8, 2019

Codecov Report

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

@@            Coverage Diff             @@
##           master     #617      +/-   ##
==========================================
+ Coverage   84.07%   84.12%   +0.05%     
==========================================
  Files         213      212       -1     
  Lines        1557     1556       -1     
  Branches      295      294       -1     
==========================================
  Hits         1309     1309              
+ Misses        213      212       -1     
  Partials       35       35

@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from cc68acd to da1d9ef Compare May 9, 2019 14:35
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from da1d9ef to 462fd4c Compare May 10, 2019 14:45
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.0.9 chore(deps): update dependency react-styleguidist to v9.1.0 May 16, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 462fd4c to 28312d3 Compare May 16, 2019 08:03
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 28312d3 to d073a64 Compare May 18, 2019 05:52
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.0 chore(deps): update dependency react-styleguidist to v9.1.1 May 18, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from d073a64 to 1fdbee4 Compare May 19, 2019 06:08
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.1 chore(deps): update dependency react-styleguidist to v9.1.2 May 19, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 1fdbee4 to deee343 Compare June 4, 2019 11:44
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.2 chore(deps): update dependency react-styleguidist to v9.1.3 Jun 4, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from deee343 to dac3a4c Compare June 5, 2019 10:37
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.3 chore(deps): update dependency react-styleguidist to v9.1.4 Jun 5, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 05934a2 to 1688593 Compare June 27, 2019 12:50
@codecov
Copy link

codecov bot commented Jun 27, 2019

Codecov Report

Merging #617 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #617   +/-   ##
=======================================
  Coverage   84.03%   84.03%           
=======================================
  Files         213      213           
  Lines        1560     1560           
  Branches      296      296           
=======================================
  Hits         1311     1311           
  Misses        214      214           
  Partials       35       35

@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 1688593 to 836fa07 Compare July 1, 2019 08:41
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 836fa07 to 6b00de5 Compare July 25, 2019 07:18
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.11 chore(deps): update dependency react-styleguidist to v9.1.12 Jul 25, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 6b00de5 to 945513c Compare July 26, 2019 12:36
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.12 chore(deps): update dependency react-styleguidist to v9.1.13 Jul 26, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 945513c to 4bdcda8 Compare August 8, 2019 11:36
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.13 chore(deps): update dependency react-styleguidist to v9.1.14 Aug 8, 2019
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.14 chore(deps): update dependency react-styleguidist to v9.1.15 Aug 19, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 4bdcda8 to 0f539cd Compare August 19, 2019 10:04
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.15 chore(deps): update dependency react-styleguidist to v9.1.16 Aug 19, 2019
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 0f539cd to a849c30 Compare August 19, 2019 11:34
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from a849c30 to f71b21d Compare October 5, 2019 10:00
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from f71b21d to 899e43c Compare October 9, 2019 08:37
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from 899e43c to cf40e01 Compare October 14, 2019 14:37
@renovate renovate bot force-pushed the renovate/react-styleguidist-9.x branch from cf40e01 to f14af8c Compare October 16, 2019 07:43
@renovate renovate bot changed the title chore(deps): update dependency react-styleguidist to v9.1.16 chore(deps): update dependency react-styleguidist to v9.2.0 Oct 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant