renovate[bot]
bf96d669fa
fix(deps): update dependency @babel/parser to ^7.11.0 ( #1822 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-31 23:33:45 +00:00
renovate[bot]
019d2613db
chore(deps): update dependency jasmine to ^3.6.1 ( #1820 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-26 01:20:17 +00:00
renovate[bot]
80b1a5a3b8
fix(deps): update dependency p-queue to ^6.6.0 ( #1819 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-20 23:20:11 +00:00
renovate[bot]
a024820329
chore(deps): update dependency eslint to v7.5.0 ( #1818 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-19 20:59:58 +00:00
renovate[bot]
c95769fdef
fix(deps): update dependency @babel/parser to ^7.10.5 ( #1816 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 20:34:22 +00:00
renovate[bot]
fe42e77b85
fix(deps): update dependency strip-json-comments to ^3.1.1 ( #1815 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-13 18:51:46 +00:00
Jeff Williams
ff3eeab056
Publish
...
- @jsdoc/cli@0.2.3
- @jsdoc/core@0.3.2
- @jsdoc/eslint-config@1.1.4
- @jsdoc/task-runner@0.1.8
- @jsdoc/util@0.2.2
- jsdoc@4.0.0-dev.13
@jsdoc/cli@0.2.3
@jsdoc/core@0.3.2
@jsdoc/eslint-config@1.1.4
@jsdoc/task-runner@0.1.8
@jsdoc/util@0.2.2
jsdoc@4.0.0-dev.13
2020-07-11 16:02:11 -07:00
renovate[bot]
e1a36ab08f
fix(deps): update dependency lodash to ^4.17.19 ( #1813 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-09 20:16:59 +00:00
renovate[bot]
f27ebf53dd
fix(deps): update dependency emittery to ^0.7.1 ( #1811 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-07 06:28:38 +00:00
renovate[bot]
efc7b6f5b1
chore(deps): update dependency ajv to ^6.12.3 ( #1810 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-06 04:27:47 +00:00
Jeff Williams
c9270a4fb5
fix(jsdoc): use the correct scope for exported classes with constructors
...
Previously, if a module exported an ES2015 class, and the class had a constructor, the generated docs claimed that the class was in the `inner` scope. But `inner` means that the class is _not_ exported.
This issue occurred because we generate separate doclets for the class declaration and constructor. When we merged the two, we incorrectly gave priority to properties in the constructor's doclet, rather than the class declaration's doclet. The constructor's doclet uses the `inner` scope; the class declaration's doclet uses the `static` scope.
2020-07-04 18:31:08 -07:00
renovate[bot]
f11bc773ee
chore(deps): update dependency eslint to v7.4.0 ( #1809 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-04 22:45:29 +00:00
renovate[bot]
c4efd34bd3
fix(deps): update dependency p-queue to ^6.5.0 ( #1807 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-02 17:33:10 +00:00
renovate[bot]
e60a1fa233
fix(deps): update dependency @babel/parser to ^7.10.4 ( #1806 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-01 15:32:10 +00:00
renovate[bot]
99602b5d4b
chore(deps): update dependency eslint to v7.3.1 ( #1804 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-24 08:50:56 +00:00
renovate[bot]
98451df89d
fix(deps): update dependency @babel/parser to ^7.10.3 ( #1802 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-21 21:47:57 +00:00
renovate[bot]
9142fe8858
chore(deps): update dependency eslint to v7.3.0 ( #1799 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-20 19:30:42 +00:00
renovate[bot]
d2bb80fb0f
fix(deps): update dependency catharsis to ^0.9.0 ( #1798 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-15 21:27:48 +00:00
renovate[bot]
5748091d38
chore(deps): update dependency lerna to ^3.22.1 ( #1796 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-10 03:37:24 +00:00
Jeff Williams
f495f01333
refactor(jsdoc): remove Markdown parser from JSDoc
...
BREAKING CHANGE: Removed `markdown` plugin. Templates are now responsible for converting Markdown to HTML where appropriate.
2020-06-07 17:38:21 -07:00
Jeff Williams
fa693fdd85
fix: make the --readme flag usable
...
+ fix(jsdoc): resolve the path to the README file
+ fix(jsdoc-cli): don't treat --readme as a boolean
2020-06-07 16:41:06 -07:00
renovate[bot]
495093600d
chore(deps): update dependency eslint to v7.2.0 ( #1794 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-07 16:21:31 -07:00
renovate[bot]
10c5fffd01
fix(deps): update dependency strip-json-comments to ^3.1.0 ( #1758 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-07 16:20:47 -07:00
Jeff Williams
4db0787711
feature(jsdoc): temporarily remove README from output
...
This will become the template's responsibility.
BREAKING CHANGE: README files are no longer converted to HTML. The default template does not include them in its output.
2020-06-06 20:29:29 -07:00
renovate[bot]
4142366fb0
chore(deps): update dependency nyc to ^15.1.0 ( #1792 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-02 03:29:50 +00:00
renovate[bot]
60eb9b396d
fix(deps): update dependency @babel/parser to ^7.10.2 ( #1791 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-31 23:44:27 +00:00
renovate[bot]
8c4a07de68
fix(deps): update dependency @babel/parser to ^7.10.1 ( #1790 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-29 02:24:04 +00:00
renovate[bot]
938b0cf307
chore(deps): update dependency lerna to ^3.22.0 ( #1789 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-26 20:53:14 +00:00
Jeff Williams
81df42f593
fix(jsdoc-core): restore old behavior of toParts()
2020-05-25 11:29:17 -07:00
Jeff Williams
65e2226eb0
feature(jsdoc): temporarily remove tutorial support
...
To be replaced by more flexible support for additional content.
BREAKING CHANGE: Removed support for tutorials.
2020-05-25 11:06:23 -07:00
renovate[bot]
3d7e3307a6
chore(deps): update dependency eslint to v7.1.0 ( #1788 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-24 04:26:56 +00:00
renovate[bot]
4f3ea0add1
fix(deps): update dependency markdown-it to v11 ( #1786 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-21 00:36:01 +00:00
renovate[bot]
6a04d41643
fix(deps): update dependency marked to ^1.1.0 ( #1784 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-18 00:46:00 +00:00
renovate[bot]
10e87cee9b
chore(deps): update dependency lerna to ^3.21.0 ( #1781 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-15 00:33:36 +00:00
renovate[bot]
f2a8fd181f
fix(deps): update dependency markdown-it-anchor to ^5.3.0 ( #1780 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-13 22:43:42 +00:00
renovate[bot]
26b3b6bc83
fix(deps): update dependency emittery to ^0.7.0 ( #1779 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-12 17:57:11 +00:00
renovate[bot]
9ab38bbe81
chore(deps): update dependency eslint to v7 ( #1778 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-09 21:21:29 +00:00
renovate[bot]
f5b284cadf
fix(deps): update dependency p-queue to ^6.4.0 ( #1774 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-04 15:44:53 +00:00
renovate[bot]
c74bdc62c9
fix(deps): update dependency @babel/parser to ^7.9.6 ( #1769 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-30 20:31:02 +00:00
renovate[bot]
dd059c4f2b
chore(deps): update dependency mock-fs to ^4.12.0 ( #1766 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-25 18:28:44 +00:00
renovate[bot]
cf5a9a9545
fix(deps): update dependency escape-string-regexp to v4 ( #1765 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-24 10:47:53 +00:00
renovate[bot]
a72a19ba74
fix(deps): update dependency marked to v1 ( #1764 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-22 04:21:43 +00:00
renovate[bot]
0ecb0c2e83
chore(deps): update dependency ajv to ^6.12.2 ( #1763 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-21 01:09:21 +00:00
renovate[bot]
9a850efd31
chore(deps): update dependency ajv to ^6.12.1 ( #1762 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-19 21:38:47 +00:00
renovate[bot]
16e50872a0
fix(deps): update dependency yargs-parser to ^18.1.3 ( #1761 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-17 22:43:44 +00:00
renovate[bot]
d310747624
fix(deps): update dependency escape-string-regexp to v3 ( #1759 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-09 01:50:22 +00:00
renovate[bot]
8055d0b4ea
fix(deps): update dependency open-sans-fonts to ^1.6.2 ( #1757 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-07 22:59:21 +00:00
Jeff Williams
e198b957a1
chore(deps): update dependencies
2020-04-06 12:35:54 -07:00
renovate[bot]
48c35b4d0f
chore(deps): update dependency nyc to ^15.0.1 ( #1756 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-04 18:24:02 +00:00
renovate[bot]
b34bdaeec7
fix(deps): update dependency markdown-it-anchor to ^5.2.7 ( #1755 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-02 22:09:24 +00:00