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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency jsdoc to v3.6.2 #619

Merged
merged 4 commits into from
May 15, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2019

This PR contains the following updates:

Package Type Update Change References
jsdoc devDependencies minor 3.5.5 -> 3.6.2 source

Release Notes

jsdoc/jsdoc

v3.6.2

Compare Source

Fixes an issue that prevented ES 2015 classes from appearing in generated docs. ([#​1644][1644])

v3.6.1

Compare Source

Prevents a crash when using type applications in Node.js 12. ([#​1643][1643])

v3.6.0

Compare Source

Major changes
  • JSDoc is now compatible with Node.js 12, and it requires Node.js 8.15.0 or later.
  • JSDoc now recognizes all documented Closure Compiler tags. ([#​605][605])
Enhancements
  • You can now use the templates.useShortNamesInLinks configuration setting to show the short name
    of each symbol in link text (for example, baz), rather than the full longname (for example,
    foo.bar.baz). ([#​738][738])
  • When you enable the Markdown plugin, you can now specify a function that performs syntax
    highlighting in code blocks. ([#​1412][1412])
  • The default template now places namespaces near the top of the TOC. ([#​1410][1410])
Bug fixes
  • When you add a JSDoc comment to an ES2015 constructor, JSDoc now preserves all of the JSDoc tags,
    not only the description and parameters. ([#​1129][1129])
  • The @exports tag now works correctly when it is combined with the @enum tag. ([#​970][970])
  • When you enable the Markdown plugin, and you use a code fence with the language set to plain,
    JSDoc no longer pretty-prints the code block in the generated documentation. ([#​1361][1361])

Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 13, 2019
@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 13, 2019
@renovate
Copy link
Contributor Author

renovate bot commented May 13, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 13, 2019
@JustinBeckwith
Copy link
Contributor

@jkwlui mind taking a peek here?

@codecov
Copy link

codecov bot commented May 14, 2019

Codecov Report

Merging #619 into master will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #619      +/-   ##
==========================================
- Coverage   61.54%   61.45%   -0.09%     
==========================================
  Files          21       21              
  Lines        3409     3409              
  Branches      460      460              
==========================================
- Hits         2098     2095       -3     
- Misses       1250     1252       +2     
- Partials       61       62       +1
Impacted Files Coverage Δ
dev/src/watch.ts 96.52% <0%> (-1.16%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f4a22b...beba97d. Read the comment docs.

@codecov
Copy link

codecov bot commented May 14, 2019

Codecov Report

Merging #619 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #619   +/-   ##
=======================================
  Coverage   61.45%   61.45%           
=======================================
  Files          21       21           
  Lines        3409     3409           
  Branches      460      460           
=======================================
  Hits         2095     2095           
  Misses       1252     1252           
  Partials       62       62

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1f1926...2436a17. Read the comment docs.

@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 15, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 15, 2019
@JustinBeckwith JustinBeckwith merged commit 83c5dd9 into master May 15, 2019
@renovate renovate bot deleted the renovate/jsdoc-3.x branch May 15, 2019 15:44
jkwlui added a commit that referenced this pull request May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants