docz
docz copied to clipboard
A lot of deprecation warnings
warning docz > gatsby > @hapi/[email protected]: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
warning docz > gatsby > babel-plugin-add-module-exports > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning docz > gatsby > gatsby-cli > @hapi/[email protected]: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
warning docz > gatsby > webpack-dev-server > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning docz > gatsby > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
warning docz > gatsby > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
warning docz > gatsby > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
warning docz > gatsby > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
warning docz > gatsby > @hapi/joi > @hapi/topo > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
warning docz > docz-core > wait-on > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning docz > docz-core > wait-on > @hapi/[email protected]: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
warning docz > gatsby > babel-plugin-add-module-exports > chokidar > [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning docz > gatsby-theme-docz > react-live > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning docz > gatsby > gatsby-cli > gatsby-recipes > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
warning docz > gatsby > gatsby-cli > gatsby-recipes > @hapi/[email protected]: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
warning docz > docz-core > wait-on > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
warning docz > gatsby-theme-docz > babel-plugin-export-metadata > @babel/cli > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning docz > gatsby > eslint-plugin-graphql > graphql-config > [email protected]: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes.
warning docz > gatsby-theme-docz > react-live > create-react-context > fbjs > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning docz > gatsby > gatsby-cli > yurnalist > babel-runtime > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning docz > gatsby > webpack > watchpack > watchpack-chokidar2 > [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning docz > docz-core > wait-on > request > [email protected]: this library is no longer supported
warning docz > gatsby > micromatch > snapdragon > source-map-resolve > [email protected]: https://github.com/lydell/resolve-url#deprecated
warning docz > gatsby > micromatch > snapdragon > source-map-resolve > [email protected]: Please see https://github.com/lydell/urix#deprecated
warning docz > gatsby-theme-docz > gatsby-plugin-mdx > remark > unified > @types/vfile > @types/[email protected]: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed.
[2/4] Fetching packages...
warning [email protected]: Invalid bin field for "url-loader
Well it's not a surprise when nobody is working on this project. Do you have a suggestion what can be done to resolve this dilemma?
Yes, makes sense. I believe it might be helpful to mention that in README
You mean that nobody is working on docz?
Not exactly..., but something like a warning, that "this project is not actively maintained, dependencies are outdated" + mention a few alternatives to look at might be helpful. This would solve my particular problem :)
If you don't mind than create such a PR? I would give you a +1 👍
This project has become extremely dated and is starting to heavily conflict with other React/ Create-React-App dependencies (webpack-dev-server being one of them). Also Gatsby is several versions behind...
Is there is any good alternatives for simple MDX file hosting that are still Gatsby based? I do not want to switch back to Storybook, as Gatsby was the primary reason for choosing this project originally...
But yes, many consumers of this tool are feeling the upgrade pain now.
I am actually considering porting out all MDX out of any libraries/projects along with any Docz references at this point.
Hi, I have been working on a documentation project that can be of interest here and would love to get some feedback.
docz migration article: https://component-controls.com/blogs/docz-migration git: https://github.com/ccontrols/component-controls
Btw, I love docz's architecture and still hope it is not fully discontinued.
Thanks @atanasster - this is exactly what I am looking for...
Would also love to be able to move things forward towards Create React App 4.0 soon and not lose the ability to run documentation alongside. I would be happy to demo this and give you some feedback there. I am currently running Docz in a monorepo of sorts, but really the key challenge has been maintaining recent dependencies like the issue here mentions.