Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-styleguidist to the latest version 馃殌 #1477

Closed
wants to merge 3 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 4, 2019

The devDependency react-styleguidist was updated from 8.0.6 to 9.0.2.

This version is not covered by your current version range.

If you don鈥檛 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.


Release Notes for v9.0.2
  • Fixed: Fix broken Node API

    main field in package.json should point to babelified script

    Closes #1291 #1293

  • Fixed: Correctly pass key/anchor to config error messages

    • Styleguidist should show an error message with a link to configuration docs, to a particular config option if possible.
    • Actual error text should be part of the message and not passed as a separte field, otherwise the consumer will have to do extra work to show it.
    • Remove anchor聽field on StyleguidistError class.

Closes #1292 #1293

  • Fixed: Update clipboard-copy (#1302)

    Closes #1290

Commits

The new version differs by 137 commits.

  • e3af40e Merge branch 'master' of github.com:styleguidist/react-styleguidist
  • 74f7810 Fix: Fix broken Node API
  • 168b0e4 Fix: Correctly pass key/anchor to config error messages
  • 6a95750 Fix: Update clipboard-copy (#1302)
  • 2bea3d6 Chore: Set version number for semantic-release
  • 78b9378 Docs: Fix order and TOC
  • 89387df Fix: Fix kleur is not a function error (#1285)
  • 1ac32f4 Docs: Add file name to make an example more clear (#1282)
  • 3c803fd Docs: Fix Markdown
  • 8c2e2a1 9.0.0
  • d2511ca Chore: Run npm audit fix on examples
  • 38b4507 Chore: Remove Open Collective postinstall banner because it doesn't work anyway 馃
  • 2f00a59 Chore: Update deps
  • 2f36348 Docs: Fix a few broken links to repo code in docs (#1272)
  • 7630f10 Docs: (Hopefully) fix Markdown 馃く

There are 137 commits in total.

See the full diff

FAQ and help

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


Your Greenkeeper bot 馃尨

@vercel
Copy link

vercel bot commented Mar 4, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

@znarf
Copy link
Member

znarf commented Mar 4, 2019

@Betree Breaking change with the Netlify deployment!

@Betree
Copy link
Member

Betree commented Mar 4, 2019

There are breaking changes in 9.0 that must be addressed: https://github.com/styleguidist/react-styleguidist/releases/tag/v9.0.0

Build failed with log:

2:52:39 PM: Error: Cannot find module 'react-styleguidist/scripts/utils/findFileCaseInsensitive'
2:52:39 PM: Error: Cannot find module 'react-styleguidist/scripts/utils/findFileCaseInsensitive'
2:52:39 PM:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:611:15)
2:52:39 PM:     at Function.Module._load (internal/modules/cjs/loader.js:537:25)
2:52:39 PM:     at Module.require (internal/modules/cjs/loader.js:665:17)
2:52:39 PM:     at require (internal/modules/cjs/helpers.js:20:18)
2:52:39 PM:     at Object.<anonymous> (/opt/build/repo/styleguide.config.js:3:35)
2:52:39 PM:     at Module._compile (internal/modules/cjs/loader.js:736:30)
2:52:39 PM:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:747:10)
2:52:39 PM:     at Module.load (internal/modules/cjs/loader.js:628:32)
2:52:39 PM: failed during stage 'building site': Build script returned non-zero exit code: 1
2:52:39 PM:     at tryModuleLoad (internal/modules/cjs/loader.js:568:12)
2:52:39 PM:     at Function.Module._load (internal/modules/cjs/loader.js:560:3)
2:52:39 PM:     at Module.require (internal/modules/cjs/loader.js:665:17)
2:52:39 PM:     at require (internal/modules/cjs/helpers.js:20:18)
2:52:39 PM:     at getConfig (/opt/build/repo/node_modules/react-styleguidist/lib/scripts/config.js:47:14)
2:52:39 PM:     at Object.<anonymous> (/opt/build/repo/node_modules/react-styleguidist/lib/bin/styleguidist.js:56:12)
2:52:39 PM:     at Module._compile (internal/modules/cjs/loader.js:736:30)
2:52:39 PM:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:747:10)
2:52:39 PM: Shutting down logging, 35 messages pending

@Betree Betree force-pushed the greenkeeper/react-styleguidist-9.0.2 branch from 17f6461 to ce5146e Compare March 4, 2019 20:43
@Betree
Copy link
Member

Betree commented Mar 4, 2019

I started updating the code but we're blocked by styleguidist/react-styleguidist#1278

Error: import or require() statements can be added only by editing a Markdown example file: ./StyledInput

@Betree Betree added the blocked label Mar 4, 2019
greenkeeper bot added a commit that referenced this pull request Mar 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 6, 2019

Update to this version instead 馃殌

Release Notes for v9.0.3
  • Fixed: Resolve path of component files (#1305)

    Closes #1246

Commits

The new version differs by 3 commits.

  • 30ba0f5 Fix: Resolve path of component files (#1305)
  • 1abe4c2 Docs: Update introductions for compiling and starting server to separate terminals (#1306)
  • 4459311 Docs: Fix styling example and a link in dev guide

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 8, 2019

Update to this version instead 馃殌

Release Notes for v9.0.4
  • Fixed: Allow trailing comma in named imports in examples (#1296)

    Fixes #1295

Commits

The new version differs by 2 commits.

  • 0436053 Chore: Fix typo (#1311)
  • 3f50e48 Fix: Allow trailing comma in named imports in examples (#1296)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2019

Update to this version instead 馃殌

Release Notes for v9.0.5
  • Fixed: Upgrade deps
Commits

The new version differs by 3 commits.

  • 1c4d40b Chore: Okay, I give up with it
  • 48f7220 Fix: Upgrade deps
  • 63c9d32 Docs: Update basic example link (#1313)

See the full diff

@Betree
Copy link
Member

Betree commented Mar 28, 2019

Moved to #1477

@Betree Betree closed this Mar 28, 2019
Betree pushed a commit that referenced this pull request Mar 28, 2019
@greenkeeper greenkeeper bot deleted the greenkeeper/react-styleguidist-9.0.2 branch March 28, 2019 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants