js-cool
js-cool copied to clipboard
Collection of common JavaScript / TypeScript utilities
Bumps [rollup](https://github.com/rollup/rollup) from 4.16.4 to 4.17.2. Release notes Sourced from rollup's releases. v4.17.2 4.17.2 2024-04-30 Bug Fixes Fix tree-shaking problems when using spread arguments (#5503) Pull Requests #5501: Slightly improve...
Bumps [zx](https://github.com/google/zx) from 7.2.3 to 8.0.2. Release notes Sourced from zx's releases. 8.0.2 In this release: Added configurable detached option (#782) Fixed pkg typings entries for tsd tests (#780) 8.0.1...
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.42.3 to 7.43.1. Changelog Sourced from @microsoft/api-extractor's changelog. 7.43.1 Wed, 10 Apr 2024 15:10:09 GMT Version update only 7.43.0 Tue, 19 Mar 2024 15:10:18 GMT Minor changes...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) and [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown). These dependencies needed to be updated together. Updates `typedoc` from 0.25.13 to 0.26.2 Release notes Sourced from typedoc's releases. v0.26.2 Features Added a --suppressCommentWarningsInDeclarationFiles option to...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.8 to 26.0.1. Changelog Sourced from @rollup/plugin-commonjs's changelog. v26.0.1 2024-06-05 Bugfixes fix: correct import of glob (04a15b5) v26.0.0 2024-06-05 Breaking Changes chore!: bump glob's version (#1695) Commits...
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.46.2 to 7.47.5. Changelog Sourced from @microsoft/api-extractor's changelog. 7.47.5 Fri, 02 Aug 2024 17:26:42 GMT Version update only 7.47.4 Sat, 27 Jul 2024 00:10:27 GMT Patches Include...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.8 to 28.0.0. Changelog Sourced from @rollup/plugin-commonjs's changelog. v28.0.0 2024-09-23 Breaking Changes chore: switch to fdir for fewer dependencies (#1741) v27.0.0 2024-09-23 Breaking Changes feat!: default strictRequires...
Bumps [typescript](https://github.com/Microsoft/TypeScript) and [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies needed to be updated together. Updates `typescript` from 5.4.5 to 5.5.4 Release notes Sourced from typescript's releases. TypeScript 5.5.4 For release notes, check out...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.8 to 28.0.2. Changelog Sourced from @rollup/plugin-commonjs's changelog. v28.0.2 2024-12-15 Updates docs: output.exports recommendation also applies to IIFE (#1810) v28.0.1 2024-10-16 Updates chore: upgrade picomatch (#1775) v28.0.0...
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.2 to 2.8.1. Release notes Sourced from tslib's releases. v2.8.1 What's Changed Fix publish workflow by @andrewbranch in microsoft/tslib#271 Include non-enumerable keys in __importStar helper by @rbuckton...