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

Bump react-styleguidist from 6.0.28 to 9.2.0 #7

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

Conversation

dependabot-preview[bot]
Copy link

Bumps react-styleguidist from 6.0.28 to 9.2.0.

Release notes

Sourced from react-styleguidist's releases.

v9.2.0

New features

  • New minimize option to disable JavaScript compression (#1442, #1443 by @kopax)

v9.1.16

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

v9.1.15

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

v9.1.14

  • 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

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

    Fixes #1375

v9.1.12

  • Fixed: Disable HTML minification (#1402)

    Fixes #1189

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

... (truncated)
Commits
  • 92659a0 Docs: Add a screenshot
  • a40c607 Docs: clarify release process a bit
  • 9106cc9 Docs: Clarify changelogs
  • 7db6b5a Chore: remove Changelog
  • c059282 Feat: minimize options to be able to disable the js compression (#1449)
  • 97bc47a Feat: minimize options to be able to disable the js compression (#1448)
  • 099ef9a Feat: minimize options to be able to disable the js compression (#1443)
  • df71d53 Docs: Clean up language in first two paragraphs (#1432)
  • f37eb5e Fix: Update react-dev-utils to ^9.0.3 (#1422)
  • 83f1826 Fix: Don't show empty sidebar (#1423)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants