-
Notifications
You must be signed in to change notification settings - Fork 2
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
An in-range update of jsdoc is breaking the build 🚨 #21
Comments
After pinning to 3.4.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Version 3.5.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release NotesJSDoc 3.5.1This version of JSDoc includes the following bug fixes:
CommitsThe new version differs by 7 commits ahead by 7, behind by 1.
See the full diff |
Version 3.5.3 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release NotesJSDoc 3.5.3This version of JSDoc includes a variety of bug fixes, including the following:
For a complete list of changes, see the changelog on GitHub. CommitsThe new version differs by 33 commits.
There are 33 commits in total. See the full diff |
Version 3.5.4 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release NotesJSDoc 3.5.4This version of JSDoc includes a variety of bug fixes. For a complete list of changes, see the changelog on GitHub. CommitsThe new version differs by 15 commits.
See the full diff |
Version 3.5.5 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release NotesJSDoc 3.5.5This version of JSDoc fixes an incompatibility with Node.js 8.5.0. |
Version 3.5.0 of jsdoc just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As jsdoc is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
JSDoc 3.5.0This version of JSDoc includes the following major changes:
JSDoc can parse any JavaScript or JSX file that is supported by the Babel
compiler.
documentation for details and examples.
For a complete list of changes, see the changelog on GitHub.
Commits
The new version differs by 112 commits ahead by 112, behind by 45.
cdd00c0
3.5.0
50d6119
update 3.5.0 changelog
e94a598
3.5.0 changelog
5d0b690
reformat changelog
c50a4c0
add yields tag (#1388)
f31a011
resolve the path to the JS config file before requiring it (#1386)
d95cbdd
support namespaces that are also functions (#955)
9f8853a
add hideconstructor tag (#952)
ca1c4f2
add package tag (#962)
6275e69
autodetect default and repeatable parameters when a function is assigned to a variable (#1054)
0e4f1a9
correctly document constructors and instance properties of ES2015 classes (#1182)
67db938
add sourceType config option
f101798
fix crash when the author tag is empty (#1289)
43a117d
add recurseDepth config option (#1340)
8f5c60b
support bigint
There are 112 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: