-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(*): fix gatsby-cli dep in source-filesystem & plugin-sharp #14881
fix(*): fix gatsby-cli dep in source-filesystem & plugin-sharp #14881
Conversation
I tested:
Both solved the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
55c814f
to
c1ceea0
Compare
Tested using-wordpress & gatsbygram. Seems to work with gatsby-dev. Let me publish canary builds to make sure.
|
I've tested it on the I tested it with NPM 😎 |
* master: (41 commits) chore(release): Publish fix(gatsby): Normalize paths for run queries before caching (#14910) chore(release): Publish fix(gatsby-cli): add missing node-fetch dependency (#14908) feat(blog): Site Showcase Validator blogpost (#14855) chore(gatsby-remark-graphviz): add --ignore for test directory (#14906) fix(tutorials): rename "advanced" to "additional (#14847) fix(starters): update gatsby monorepo (#14886) chore(starters): Switch to useStaticQuery (#14857) chore(release): Publish Add status bar to bottom of screen during develop (#14874) chore(release): Publish fix(*): fix gatsby-cli dep in source-filesystem & plugin-sharp (#14881) docs(www): 25 Workflows - Embedding components in Markdown with MDX (#14543) docs(blog): add case study blog post for The Couch / Prima (#14871) docs(www): 25 Workflows - Adding CSS and/or Sass (#14779) fix(gatsby-transformer-react-docgen): always create description nodes (#14876) chore(release): Publish chore(gatsby): revert progressbar functionality (#14884) Revised "winning over engineering leaders" Docs page (#14830) ...
…yjs#14881) Bring back progressbar functionality in ink and npm fixes.
Hi, I'm using |
You have to pass it down but you're right about missing it in docs. Perhaps you can create an issue or a PR? |
…yjs#14881) Bring back progressbar functionality in ink and npm fixes.
Description
I forgot to add gatsby-cli as a dependency in gatsby-source-filesystem & gatsby-plugin-sharp 🤦♂.
Instead of adding it to dependencies we should accept it as a parameter based on the #4118 PR. This makes more sense as we probably get trouble with logging in the future.
I published some versions to test, please install the ones that are in your package.json
npm install gatsby-plugin-sharp@reporter-npm
npm install gatsby-source-contentful@@reporter-npm
npm install gatsby-source-drupal@reporter-npm
npm install gatsby-source-filesystem@reporter-npm
npm install gatsby-source-shopify@reporter-npm
npm install gatsby-source-wordpress@reporter-npm
npm install gatsby-transformer-screenshot@reporter-npm
npm install gatsby-transformer-sqip@reporter-npm
Related Issues
Fixes #14875