nordnet / nordnet-ui-kit

Nordnet UI Kit
https://nordnet.github.io/nordnet-ui-kit/
106 stars 28 forks source link

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

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

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`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.2.0) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.16...v9.2.0) #### New features - New `minimize` option to disable JavaScript compression ([#​1442](https://togithub.com/styleguidist/react-styleguidist/issues/1442), [#​1443](https://togithub.com/styleguidist/react-styleguidist/issues/1443) by [@​kopax](https://togithub.com/kopax)) ### [`v9.1.16`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.16) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.15...v9.1.16) - **Fixed:** Update react-dev-utils to ^9.0.3 ([#​1422](https://togithub.com/styleguidist/react-styleguidist/issues/1422)) ### [`v9.1.15`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.15) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.14...v9.1.15) - **Fixed:** Don't show empty sidebar ([#​1423](https://togithub.com/styleguidist/react-styleguidist/issues/1423)) ### [`v9.1.14`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.14) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.13...v9.1.14) - **Fixed:** Single sections can contain only sections ([#​1414](https://togithub.com/styleguidist/react-styleguidist/issues/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`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.13) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.12...v9.1.13) - **Fixed:** Highlighting currently selected page on sidebar broken with sections ([#​1405](https://togithub.com/styleguidist/react-styleguidist/issues/1405)) Fixes [#​1375](https://togithub.com/styleguidist/react-styleguidist/issues/1375) ### [`v9.1.12`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.12) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.11...v9.1.12) - **Fixed:** Disable HTML minification ([#​1402](https://togithub.com/styleguidist/react-styleguidist/issues/1402)) Fixes [#​1189](https://togithub.com/styleguidist/react-styleguidist/issues/1189) ### [`v9.1.11`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.11) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.10...v9.1.11) - **Fixed:** Fix incorrect component name capitalization ([#​1388](https://togithub.com/styleguidist/react-styleguidist/issues/1388)) Fixes [#​1381](https://togithub.com/styleguidist/react-styleguidist/issues/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`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.10) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.9...v9.1.10) - **Fixed:** Encode sublinks in URLs to fix broken routes ([#​1389](https://togithub.com/styleguidist/react-styleguidist/issues/1389)) Follow up of [#​1332](https://togithub.com/styleguidist/react-styleguidist/issues/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`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.9) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.8...v9.1.9) - **Fixed:** Add .wasm and .mjs to default extensions in webpack config ([#​1386](https://togithub.com/styleguidist/react-styleguidist/issues/1386)) Fixes [#​1385](https://togithub.com/styleguidist/react-styleguidist/issues/1385) ### [`v9.1.8`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.8) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.7...v9.1.8) - **Fixed:** Replace 'walkes' with 'estree-walker' ([#​1349](https://togithub.com/styleguidist/react-styleguidist/issues/1349)) Because walkes has LGPL-3 license. Fixes [#​1210](https://togithub.com/styleguidist/react-styleguidist/issues/1210) ### [`v9.1.7`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.7) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.6...v9.1.7) - **Fixed:** Encode section pages URLs if a section name has special symbols ([#​1384](https://togithub.com/styleguidist/react-styleguidist/issues/1384)) Closes [#​1332](https://togithub.com/styleguidist/react-styleguidist/issues/1332) ### [`v9.1.6`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.6) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.5...v9.1.6) - **Fixed:** Fix named export for example components ([#​1380](https://togithub.com/styleguidist/react-styleguidist/issues/1380)) Closes [#​1281](https://togithub.com/styleguidist/react-styleguidist/issues/1281) ### [`v9.1.5`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.5) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.4...v9.1.5) - **Fixed:** to make async/await work by default ([#​1379](https://togithub.com/styleguidist/react-styleguidist/issues/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](https://togithub.com/styleguidist/react-styleguidist/issues/1371) ### [`v9.1.4`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.4) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.3...v9.1.4) - **Fixed:** Add .ts and .tsx to default extensions in webpack config [#​750](https://togithub.com/styleguidist/react-styleguidist/issues/750) ### [`v9.1.3`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.3) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.2...v9.1.3) - **Fixed:** Allow section content to be function ([#​1368](https://togithub.com/styleguidist/react-styleguidist/issues/1368)) ### [`v9.1.2`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.2) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.1...v9.1.2) - **Fixed:** A build should't break when assetsDir is an array ([#​1367](https://togithub.com/styleguidist/react-styleguidist/issues/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](https://togithub.com/styleguidist/react-styleguidist/issues/1320) ### [`v9.1.1`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.1) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.1.0...v9.1.1) - **Fixed:** Section anchors shouldn't conflict with component anchors ([#​1364](https://togithub.com/styleguidist/react-styleguidist/issues/1364)) Prefix section anchors with `section-`. Closes [#​1342](https://togithub.com/styleguidist/react-styleguidist/issues/1342) ### [`v9.1.0`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.1.0) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.0.9...v9.1.0) ##### New features ##### Support React Hooks in examples You can now use hooks in the examples, like the `useState` hook: ```jsx const [count, setCount] = React.useState(42); ``` ([#​1353](https://togithub.com/styleguidist/react-styleguidist/issues/1353) by [@​eragon512](https://togithub.com/eragon512)) ##### Bug fixes - Accessibility fixes ([#​1359](https://togithub.com/styleguidist/react-styleguidist/issues/1359) by [@​J-Kallunki](https://togithub.com/J-Kallunki)) - `getExampleFilename` should use default example if file does not exist ([#​1362](https://togithub.com/styleguidist/react-styleguidist/issues/1362)) by [@​mendrew](https://togithub.com/mendrew), closes [#​1338](https://togithub.com/styleguidist/react-styleguidist/issues/1338) - Hide HTML comments in Markdown files ([#​1347](https://togithub.com/styleguidist/react-styleguidist/issues/1347) by [@​eragon512](https://togithub.com/eragon512), closes [#​1326](https://togithub.com/styleguidist/react-styleguidist/issues/1326)) ### [`v9.0.9`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.0.9) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.0.8...v9.0.9) - **Fixed:** Correctly render sections with href in sidebar ([#​1346](https://togithub.com/styleguidist/react-styleguidist/issues/1346)) Closes [#​1141](https://togithub.com/styleguidist/react-styleguidist/issues/1141) ### [`v9.0.8`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.0.8) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.0.7...v9.0.8) - **Fixed:** Allow code base color to be customized with theme config ([#​1335](https://togithub.com/styleguidist/react-styleguidist/issues/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`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.0.7) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.0.6...v9.0.7) - **Fixed:** Scroll section into view when exiting isolated mode ([#​1331](https://togithub.com/styleguidist/react-styleguidist/issues/1331)) ### [`v9.0.6`](https://togithub.com/styleguidist/react-styleguidist/releases/v9.0.6) [Compare Source](https://togithub.com/styleguidist/react-styleguidist/compare/v9.0.5...v9.0.6) - **Fixed:** Add output.publicPath option to webpack config to make Create React App happy Fix [#​1247](https://togithub.com/styleguidist/react-styleguidist/issues/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.



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

vercel[bot] commented 5 years ago

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

codecov[bot] commented 5 years ago

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
codecov[bot] commented 5 years ago

Codecov Report

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

@@            Coverage Diff             @@
##           master     #617      +/-   ##
==========================================
- Coverage   84.03%   84.01%   -0.03%     
==========================================
  Files         213      213              
  Lines        1560     1558       -2     
  Branches      296      296              
==========================================
- Hits         1311     1309       -2     
  Misses        214      214              
  Partials       35       35
codecov[bot] commented 5 years ago

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