elcoosp / rxdxx

MIT License
0 stars 0 forks source link

chore(deps): update dependency jsdoc to v3.6.11 #35

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsdoc 3.5.5 -> 3.6.11 age adoption passing confidence

Release Notes

jsdoc/jsdoc (jsdoc) ### [`v3.6.11`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#3611-July-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.10...3.6.11) Updates dependency versions to make JSDoc compatible with Node.js 12.0.0 and later. ### [`v3.6.10`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#3610-January-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.9...3.6.10) Fixes an issue in JSDoc 3.6.9 that prevented JSDoc from being installed in some continuous integration (CI) environments. ### [`v3.6.9`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#369-January-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.8...3.6.9) Fixes an issue in JSDoc 3.6.8 that prevented `npm install jsdoc` from working. ### [`v3.6.8`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#368-January-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.7...3.6.8) Updates dependencies. ### [`v3.6.7`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#367-May-2021) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.6...3.6.7) Updates dependencies. ### [`v3.6.6`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#366-September-2020) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.5...3.6.6) Fixes an issue that could cause members of an interface to be tracked incorrectly if the interface was both defined as an ES2015 class and assigned to a variable. For example: ```js /** @​interface */ foo.Bar = class { constructor() { /** This member was missing from the generated docs. */ this.baz = null; } }; ``` ### [`v3.6.5`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#365-July-2020) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.4...3.6.5) Prevents circular references in doclets when two function parameters use the same type expression, and the `--debug` flag is present. ### [`v3.6.4`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#364-April-2020) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.3...3.6.4) Updates dependencies. ### [`v3.6.3`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#363-July-2019) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.2...3.6.3) Updates dependencies. ### [`v3.6.2`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#362-May-2019) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.1...3.6.2) Fixes an issue that prevented ES 2015 classes from appearing in generated docs. (\[[#​1644](https://togithub.com/jsdoc/jsdoc/issues/1644)]\[1644]) ### [`v3.6.1`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#3611-July-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.0...3.6.1) Updates dependency versions to make JSDoc compatible with Node.js 12.0.0 and later. ### [`v3.6.0`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#360-May-2019) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.5.5...3.6.0) ##### 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](https://togithub.com/jsdoc/jsdoc/issues/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](https://togithub.com/jsdoc/jsdoc/issues/738)]\[738]) - When you enable the Markdown plugin, you can now specify a function that performs syntax highlighting in code blocks. (\[[#​1412](https://togithub.com/jsdoc/jsdoc/issues/1412)]\[1412]) - The default template now places namespaces near the top of the TOC. (\[[#​1410](https://togithub.com/jsdoc/jsdoc/issues/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](https://togithub.com/jsdoc/jsdoc/issues/1129)]\[1129]) - The `@exports` tag now works correctly when it is combined with the `@enum` tag. (\[[#​970](https://togithub.com/jsdoc/jsdoc/issues/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](https://togithub.com/jsdoc/jsdoc/issues/1361)]\[1361])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@7cd4a6a). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff             @@
##             master       #35   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?         5           
  Lines             ?        20           
  Branches          ?         6           
==========================================
  Hits              ?        20           
  Misses            ?         0           
  Partials          ?         0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.