-
Notifications
You must be signed in to change notification settings - Fork 23
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
Bump jsdoc from 3.5.5 to 3.6.3 #296
Conversation
efda117
to
d0ede17
Compare
d0ede17
to
f6613cb
Compare
If we consider this update (which makes sense to be able to use Node v12), the best compatibility test that comes to my mind is to run our JSDoc tooling for OpenUI5 (or at least |
I just did that and there's an exception when building the sap.ui.core library so it is not shown in the SDK
So as you said, we need to have a look into it.. |
01bd209
to
45de715
Compare
22b0dd8
to
8e8f27a
Compare
8e8f27a
to
56f94c2
Compare
56f94c2
to
048f5e9
Compare
The issue in publish.js is caused by an inconsistency between the This for example happens for the The code in publish.js can (and should) be made more robust (and the documentation of setEnabled should be fixed). But maybe we should also understand why the issue now occurs. Otherwise we might miss other, still hidden issues. Maybe order of execution has changed. If we removed the private methods in 3.5.5. before the borrowed members have been determined and now the same steps happen in the opposite order, this could already explain the issue. |
048f5e9
to
bded3bf
Compare
@dependabot rebase |
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.5.5 to 3.6.3. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/master/CHANGES.md) - [Commits](jsdoc/jsdoc@3.5.5...3.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
bded3bf
to
d1db0f6
Compare
Looks like jsdoc is up-to-date now, so this is no longer needed. |
Bumps jsdoc from 3.5.5 to 3.6.3.
Changelog
Sourced from jsdoc's changelog.
Commits
ef33f07
3.6.30e468af
3.6.2d5e0eb0
Add 3.6.2 changelog.61ae11c
Ensure that ES 2015 classes appear in the generated docs when they're suppose...03b8abd
Add 3.6.1 changelog.0645930
3.6.1bac40ab
Parse type applications correctly in Node.js 12. (#1643)e5919e4
Update .gitignore.2099e72
3.6.0d45c5b8
Add 3.6.0 changelog.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.