Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
6.0.12
6.6.2
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
6.0.12
->6.6.2
Release Notes
kktjs/kkt
### [`v6.6.2`](https://togithub.com/kktjs/kkt/releases/v6.6.2) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.6.1...v6.6.2) - ๐ fix(kkt): Fix cross domain issue. [`21c84b0`](http://github.com/kktjs/kkt/commit/21c84b0126104bcfa456da1df6a61990497d854d) ### [`v6.6.1`](https://togithub.com/kktjs/kkt/releases/v6.6.1) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.6.0...v6.6.1) - ๐ chore: update workflows/ci.yml [`abc0c1e`](http://github.com/kktjs/kkt/commit/abc0c1e5c3a8e057202f7d77b83fb9a2b2eb53e5) - ๐ chore(bundle-react-component-tsx): update tsconfig.json [`75346d0`](http://github.com/kktjs/kkt/commit/75346d0ce7f00995c3adf3d24f4da6325e2f6cc6) - ๐ fix(kkt): Fix KKT_CLEAR_CONSOLE evn invalid. [`c1d6d14`](http://github.com/kktjs/kkt/commit/c1d6d142f51838f4b35fba0882a18b3539cb7f2e) ### [`v6.6.0`](https://togithub.com/kktjs/kkt/releases/v6.6.0) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.5.1...v6.6.0) - ๐ feat: Add override DevServerConfig handle. [`2ab8df0`](http://github.com/kktjs/kkt/commit/2ab8df0f5a7fcb9726ccea50c5c5472228650091) - ๐ chore(example): update dependency uiw to v4.7.7 [#156](https://togithub.com/kktjs/kkt/issues/156) [`d05e89f`](http://github.com/kktjs/kkt/commit/d05e89feb212abcbff1f0161ba249a4050b598ad) - ๐ fix(kkt): Fix --no-open-browser/--no-clear-console invalid. [`69bd316`](http://github.com/kktjs/kkt/commit/69bd316d61f6d2d1c8f8a036aa35c0cbcf6ff24a) - ๐ feat: Modify client server port. [`e345037`](http://github.com/kktjs/kkt/commit/e34503779993c202411198e08cf7bf49400b6b4f) ### [`v6.5.1`](https://togithub.com/kktjs/kkt/releases/v6.5.1) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.5.0...v6.5.1) - ๐ doc(kkt): Update README.md [`ce55778`](http://github.com/kktjs/kkt/commit/ce55778f5e2b297eb2573b49931a6f7c4137402c) - ๐ chore(deps): update dependency tsbb to v2.0.3 [#157](https://togithub.com/kktjs/kkt/issues/157) [`8cdd541`](http://github.com/kktjs/kkt/commit/8cdd541da24f33dfab2f0fe9d7e59b26965bd265) - ๐ fix: The kkt command add .catch handle. [`6d7cf79`](http://github.com/kktjs/kkt/commit/6d7cf79f5733d48a7c4b5ba965f3e4b608b9e266) - ๐ chore(deps): update dependency tsbb to v2.0.4 [#157](https://togithub.com/kktjs/kkt/issues/157) [`7a5ef42`](http://github.com/kktjs/kkt/commit/7a5ef42bae62cd4e6c753c35ec3a0fad6a98ce60) - ๐ chore: update scripts. [`fb69d39`](http://github.com/kktjs/kkt/commit/fb69d390d08daeb466fd5d61b6bf1dddb787196c) - ๐ chore(deps): update dependency tsbb to v2.0.5 [`eb1db32`](http://github.com/kktjs/kkt/commit/eb1db327e1f9bc0573faaee088c2d91552e9f502) ### [`v6.5.0`](https://togithub.com/kktjs/kkt/releases/v6.5.0) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.4.0...v6.5.0) - ๐ doc(kkt): Update README.md [`71d5902`](http://github.com/kktjs/kkt/commit/71d59021599b81f1a8fb377245d6195b95888994) - ๐ feat(kkt): Enhanced devServer api. [`8c22ff7`](http://github.com/kktjs/kkt/commit/8c22ff7d6724049f148c2241423e06bf3b364095) - ๐ chore: update .github/workflows/ci.yml [`3c2022c`](http://github.com/kktjs/kkt/commit/3c2022c4be83dfc5742c5dabdf996516eb96cc5c) ```diff import express from 'express'; import { ParsedArgs } from 'minimist'; import { Configuration } from 'webpack'; import WebpackDevServer from 'webpack-dev-server'; import { LoaderConfOptions, MockerAPIOptions, DevServerOptions } from 'kkt'; type KKTRC = { proxySetup?: (app: express.Application) => MockerAPIOptions; - devServer?: (config: WebpackDevServer.Configuration) => WebpackDevServer.Configuration; + devServer?: (config: WebpackDevServer.Configuration, options: DevServerOptions) => WebpackDevServer.Configuration; default?: (conf: Configuration, evn: string, options: LoaderConfOptions) => Configuration | PromiseRenovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.