documentalist
documentalist copied to clipboard
:memo: A sort-of-static site generator optimized for living documentation of software projects
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 27.5.1 to 29.2.0 Release notes Sourced from jest's releases. v29.2.0 Features [@jest/cli, jest-config] A seed for...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.26 to 18.11.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
References - https://typedoc.org/guides/installation/ - https://github.com/palantir/documentalist/pull/144 - https://github.com/TypeStrong/typedoc/commit/50c2fe0fd72055c58a132d22e5a9846d3850a06f - https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md
###### _excavator_ is a bot for automating changes across repositories. Changes produced by the excavator/policy-bot-oss check. To enable or disable this check, please contact the maintainers of Excavator.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Bumps [@blueprintjs/tslint-config](https://github.com/palantir/blueprint/tree/HEAD/packages/tslint-config) from 4.1.3 to 4.1.4. Commits 221b87c chore: Publish new release 1ec9e06 chore: update/enable Palantir bots (#6719) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...
Bumps [marked](https://github.com/markedjs/marked) from 10.0.0 to 11.1.1. Release notes Sourced from marked's releases. v11.1.1 11.1.1 (2023-12-31) Bug Fixes improve lexing inline elements step's performance (#3146) (4f87b2a) v11.1.0 11.1.0 (2023-12-12) Features add...
This is a regression in v5.0.0 caused by https://github.com/palantir/documentalist/pull/156 Previously, we were easily able to include JSDoc comment markdown containing inline `code` snippets on interface properties. This comment: ```ts /**...
This is a regression in v5.0.0 caused by https://github.com/palantir/documentalist/pull/156 Previously, types without generic type params were rendered as expected, without any `` type params list: Now, they often include an...
This is a regression in v5.0.0 caused by #156 Previously, `@default` tag values on interface properties would just contain the text of the default value: Now in v5.0.0, we get...