documentation
documentation copied to clipboard
:book: documentation for modern JavaScript
**Version**: `[email protected]` **Usage**: CLI - `npx documentation build ./Example.js --shallow` **Docs**: https://flow.org/en/docs/react/component-syntax/ ### Code ```js /** @flow */ component Example( text: string = 'Hello World' ) { return {text}; };...
Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 9.23.0. Release notes Sourced from eslint's releases. v9.23.0 Features 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg โจ) 8320241 feat: support TypeScript syntax...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 ๐ Changelog 3.5.2 ๐ Changelog 3.5.1 ๐ Changelog 3.5.0 diff ๐ Release note 3.4.2 ๐ Changelog 3.4.1...
Bumps [resolve](https://github.com/browserify/resolve) from 1.22.1 to 1.22.10. Commits d1e7327 v1.22.10 fa2d718 [meta] ensure list-export fixtures are not published d08a96f [meta] add missing engines.node a7c3075 v1.22.9 0ef42ee [Deps] update is-core-module fae22b9 [Dev...
Bumps [remark-toc](https://github.com/remarkjs/remark-toc) from 8.0.1 to 9.0.0. Release notes Sourced from remark-toc's releases. 9.0.0 Change e9f34ee Change to require Node.js 16 migrate: update too ffb64b2 Change to use exports migrate: donโt...
Bumps [github-slugger](https://github.com/Flet/github-slugger) from 1.4.0 to 2.0.0. Release notes Sourced from github-slugger's releases. 2.0.0 What's Changed Use ESM by @โwooorm in Flet/github-slugger#43 breaking: please read this guide Add types by @โwooorm...
Run: `npm audit fix` to fix outdated deps.
Hey @thomashohn, I ran npm audit fix as you said and saw that vue-template-compiler has a moderate XSS vulnerability which is used by documentation. npm audit fix --force could fix...