Skip to content

Bump react-styleguidist from 8.0.6 to 9.1.11#31

Open
dependabot-preview[bot] wants to merge 3 commits intomasterfrom
dependabot/npm_and_yarn/react-styleguidist-9.1.11
Open

Bump react-styleguidist from 8.0.6 to 9.1.11#31
dependabot-preview[bot] wants to merge 3 commits intomasterfrom
dependabot/npm_and_yarn/react-styleguidist-9.1.11

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps react-styleguidist from 8.0.6 to 9.1.11.

Release notes

Sourced from react-styleguidist's releases.

v9.1.11

  • 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

  • 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

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

    Fixes #1385

v9.1.8

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

    Because walkes has LGPL-3 license.

    Fixes #1210

v9.1.7

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

    Closes #1332

v9.1.6

  • Fixed: Fix named export for example components (#1380)

    Closes #1281

v9.1.5

  • 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

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

    #750

v9.1.3

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

v9.1.2

... (truncated)
Commits
  • dc5d662 Fix: Fix incorrect component name capitalization (#1388)
  • 44b640b Fix: Encode sublinks in URLs to fix broken routes (#1389)
  • 5b9b517 Chore: Update react-docgen to 4.1.0 (#1288)
  • c6cf900 Fix: Add .wasm and .mjs to default extensions in webpack config (#1386)
  • 4ef3cc9 Fix: Replace 'walkes' with 'estree-walker' (#1349)
  • b198d4e Test: Add more Cypress tests for isolated mode toggling (#1304)
  • a9e1985 Fix: Encode section pages URLs if a section name has special symbols (#1384)
  • 5ff72d8 Fix: Fix named export for example components (#1380)
  • 7f6a77c Chore: Add Sponsor GitHub button
  • 9c71f1f Fix: to make async/await work by default (#1379)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [react-styleguidist](https://github.com/styleguidist/react-styleguidist) from 8.0.6 to 9.1.11.
- [Release notes](https://github.com/styleguidist/react-styleguidist/releases)
- [Commits](styleguidist/react-styleguidist@v8.0.6...v9.1.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jun 26, 2019
@codecov-io
Copy link
Copy Markdown

codecov-io commented Jun 26, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   63.51%   63.51%           
=======================================
  Files          34       34           
  Lines         233      233           
  Branches       25       25           
=======================================
  Hits          148      148           
  Misses         77       77           
  Partials        8        8

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update edd82b3...5334836. Read the comment docs.

@dependabot-preview
Copy link
Copy Markdown
Contributor Author

A newer version of react-styleguidist exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants