Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Mar 20, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 6.3.0 of react-styleguidist was just published.

Dependency react-styleguidist
Current Version 6.2.7
Type devDependency

The version 6.3.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of react-styleguidist.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 10 commits.

  • 5ef15c8 Feat: Better prop-types definitions with Flow types (#781)
  • 7b8f160 Docs: Fix typo in cookbook link to storybook difference (#871)
  • da26e64 Chore: Tweak Jest config
  • 93b41a9 Chore: Prettier
  • 87a0c95 Chore: Remove identity-obj-proxy
  • ba609b5 Docs: Remove Spectrum badge
  • d3d1d3e Chore: Update semantic-release
  • dae9d66 Chore: Move Cypress folder inside test (#865)
  • e135799 Docs: Tweak issue template
  • 6d69255 Refactor: Use hr component in Markdown (#852)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov-io
Copy link

codecov-io commented Mar 20, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #2   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines           2      2           
=====================================
  Hits            2      2

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 3976c3d...ff2eab3. Read the comment docs.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 6: 0.0%
Covered Lines: 2
Relevant Lines: 2

💛 - Coveralls

greenkeeper bot added a commit that referenced this pull request Mar 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2018

Version 6.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • c572185 Feat: Sort properties by 'required' and 'name' attributes (#784)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 22, 2018

Version 6.5.0 just got published.

Update to this version instead 🚀

Release Notes v6.5.0
Commits

The new version differs by 26 commits.

  • a5cd8f4 Changelog: 🚀
  • f66e6d1 Refactor: Rename config options
  • b3621c1 Docs: Fix print* examples again
  • ffd3d4b Docs: Fix print* examples
  • 886f581 Chore: Remove unused npm script
  • 6fd585e Chore: Format Markdown files with Prettier on commit
  • b444d11 Feat: Add updateProps config option (#868)
  • ed16543 Chore: Don't prettify build artifacts
  • fbbc0f6 Chore: Update linters
  • 50c2f27 Chore: Update react-dev-utils
  • 21a8759 Chore: Update deps
  • 3e4f1e7 Refactor: Simplify prop type
  • cee8488 Refactor: A bit less hacky initial state handling in examples
  • 761edf0 Test: Update prop type
  • 8f38a23 Fix: Fix props shape

There are 26 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 22, 2018

Version 6.5.1 just got published.

Update to this version instead 🚀

Release Notes v6.5.1
  • Fixed: Extract initial state and returned component without hacks

    Fixes #886

Commits

The new version differs by 2 commits.

  • 92c0749 Fix: Extract initial state and returned component without hacks
  • 168b938 Chore: Update deps in examples

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2018

Version 6.5.2 just got published.

Update to this version instead 🚀

Release Notes v6.5.2
  • Fixed: Allow non-Latin characters in section names (#887)
Commits

The new version differs by 1 commits.

  • 9d7e28d Fix: Allow non-Latin characters in section names (#887)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2018

Version 6.5.3 just got published.

Update to this version instead 🚀

Release Notes v6.5.3
  • Fixed: Ensure that all Styleguidist components can be overriden by the user
  • Fixed: Remove non-existent export
Commits

The new version differs by 6 commits.

  • 06a62e4 Fix: Ensure that all Styleguidist components can be overriden by the user
  • 2aa44de Refactor: Do not reuse Para styles
  • 10bbf9a Fix: Remove non-existent export
  • 23f9a79 Docs: Add a note about working with react-css-themr (#890)
  • 8f26c83 Docs: Move advanced docs closer to basic docs (#891)
  • f9e086c Chore: Fix Danger.js command

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 31, 2018

Version 7.0.0 just got published.

Update to this version instead 🚀

Release Notes v7.0.0

❤️ Huge thanks to @okonet to help with this release, CI and docs improvements.️ ❤️

Commits

The new version differs by 25 commits.

  • 0085b38 Changelog: 🚀
  • 49c4ec8 Chore: Update deps
  • ae03c02 Refactor: Avoid extra eval() when example doesn't have initialState
  • d297a99 Refactor: Simplify Fragment wrapping
  • 8526e98 Docs: Fix Styleguidist name
  • 7dbb284 Chore: Expand Travis matrix to use Webpack v3 and v4 (#904)
  • dea7bdd Fix: Get rid of deprecation warnings in webpack 4
  • 71d1425 Fix: Do not convert URLs in Markdown to auto links
  • 25cb1ef Chore: Fix lint errors
  • 88e8d0d Fix: Remove obsolve type from template option schema
  • 5d9e52d Fix: Components option should accept arrays
  • f3a832b Chore: Update deps
  • 3031de5 Chore: Remove semver-utils
  • 01509be Feat: html-webpack-plugin → mini-html-webpack-plugin (#907)
  • 0b8b3c2 Chore: Update react-docgen

There are 25 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 1, 2018

Version 7.0.1 just got published.

Update to this version instead 🚀

Release Notes v7.0.1
  • Fixed: Downgrade webpack-dev-server to support webpack 3 too
Commits

The new version differs by 1 commits.

  • dfcb73d Fix: Downgrade webpack-dev-server to support webpack 3 too

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 3, 2018

Version 7.0.2 just got published.

Update to this version instead 🚀

Release Notes v7.0.2
  • Fixed: find() compatibility with IE11 (#912)
Commits

The new version differs by 1 commits.

  • 1e2aff3 Fix: find() compatibility with IE11 (#912)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 3, 2018

Version 7.0.3 just got published.

Update to this version instead 🚀

Release Notes v7.0.3
  • Fixed: Correct tag name for Fragment (div) wrapping in React before 16.2
Commits

The new version differs by 1 commits.

  • 4396dc2 Fix: Correct tag name for Fragment (div) wrapping in React before 16.2

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2018

Version 7.0.4 just got published.

Update to this version instead 🚀

Release Notes v7.0.4
  • Fixed: Use more user-friendly message for the EADDRINUSE error (#924)
Commits

The new version differs by 1 commits.

  • 7052953 Fix: Use more user-friendly message for the EADDRINUSE error (#924)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 7, 2018

Version 7.0.5 just got published.

Update to this version instead 🚀

Release Notes v7.0.5
  • Fixed: Downgrade markdown-to-jsx (#925)

    Newer versions have regressions with rendering HTML.

Commits

The new version differs by 3 commits.

  • 75c253c Fix: Downgrade markdown-to-jsx (#925)
  • 5190a0c Chore: Make warning about package-lock.json more clear
  • 7734ac4 Chore: Remove unnecessary ESLint rules

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2018

Version 7.0.6 just got published.

Update to this version instead 🚀

Release Notes v7.0.6
  • Fixed: Ignore mini-html-webpack-plugin (#938)

    Fixes #937

Commits

The new version differs by 5 commits.

  • bd70102 Fix: Ignore mini-html-webpack-plugin (#938)
  • 1d4828a Docs: Fix small typos and one grammatical mistake (#939)
  • 72bc587 Docs: Add Vue Styleguidist
  • e089fa3 Docs: Style guide for Styleguidist UI - issue #897 (#926)
  • 91ba2d4 Docs: Fix broken link (#931)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 19, 2018
greenkeeper bot added a commit that referenced this pull request Dec 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 2, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 2, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 6, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 6, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 15, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 13, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 7, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 11, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 11, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 17, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 17, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 18, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 18, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 20, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 29, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 6, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 26, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 27, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants