Gulp-typedoc has a new version, 2.2.5, released on April 4, 2020, building upon the previous stable version 2.2.4 released on January 12, 2020. Both versions serve as Gulp plugins for generating TypeScript documentation using TypeDoc. Developers should note a few key updates in the newer release. In 2.2.5, the semver dependency has been bumped from ^7.1.1 to ^7.1.3, and the @types/node dev dependency moves from version ^13.1.6 to ^13.11.0. Furthermore, there are significant jumps in the dev dependencies fs-extra which goes to version ^9.0.0 from ^8.1.0, mocha which goes to version ^7.1.1 from ^7.0.0, rimraf which goes to version ^3.0.2 from ^3.0.0, typedoc which goes to version ^0.17.3 from ^0.16.1 and typescript which goes to version ^3.8.3 from ^3.7.4`. These upgrades likely include bug fixes, performance improvements, and new features within those tools. While the core functionality remains the same, developers are encouraged to upgrade to version 2.2.5 to benefit from the improved stability and functionalities offered by the updated dependencies, particularly TypeDoc and TypeScript. The unpacked size of the package has slightly increased from 17346 to 17418. Ensure compatibility with your existing Gulp workflow and consider testing the upgrade in a development environment before deploying to production.
The are not vulnerabilities for the version 2.2.5 of the package gulp-typedoc