uiwjs / react-baidu-map

ๅŸบไบŽ React ๅฐ่ฃ…็š„็™พๅบฆๅœฐๅ›พ็ป„ไปถ๏ผŒๆ”ฏๆŒ React Hook๏ผŒๅธฎๅŠฉไฝ ่ฝปๆพ็š„ๆŽฅๅ…ฅๅœฐๅ›พๅˆฐ React ้กน็›ฎไธญใ€‚
https://uiwjs.github.io/react-baidu-map
MIT License
222 stars 22 forks source link

chore(deps): update dependency @kkt/less-modules to v6.6.2 #87

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@kkt/less-modules 6.0.12 -> 6.6.2 age adoption passing confidence

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 | Promise; }; ``` ### [`v6.4.0`](https://togithub.com/kktjs/kkt/releases/v6.4.0) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.3.0...v6.4.0) - ๐Ÿ’„ chore: update .github/workflows/ci.yml [`f30b5d7`](http://github.com/kktjs/kkt/commit/f30b5d7f2c5f9e359d006d64afa558816f97f708) - ๐Ÿž fix(kkt): Update command help. [`b0e47db`](http://github.com/kktjs/kkt/commit/b0e47db359c0f924a05d99e46d82b7fe890e9c30) - ๐Ÿž fix(kkt): Update command help. [`861d554`](http://github.com/kktjs/kkt/commit/861d554646cef5d7ba9594a7314cbe167ee7300e) - ๐Ÿ“– doc(kkt): Update README.md [`b9f35e5`](http://github.com/kktjs/kkt/commit/b9f35e5bff4fa6f9166c4f85798478a94748993e) - ๐ŸŒŸ feat(kkt): Override webpack config support promise. [`deba4bc`](http://github.com/kktjs/kkt/commit/deba4bc57512926c892701bab782f75bc5d4542d) - ๐Ÿ†Ž type(kkt): Modify types. [`f48162e`](http://github.com/kktjs/kkt/commit/f48162ebc0108ff07f9a0d98240dc3cea1216f88) - ๐Ÿ’„ chore:(deps): update denpendency tsbb to v2.0.2 [`4b0ef18`](http://github.com/kktjs/kkt/commit/4b0ef18b4ca0c0b3a7b9ffcf7474491e440bff80) - ๐Ÿ’„ chore(react-component-tsx): update website/react-app-env.d.ts [`3c64d18`](http://github.com/kktjs/kkt/commit/3c64d18fc04cfa53f777756ef7c6924c4fd6dfea) ```diff import express from 'express'; import { ParsedArgs } from 'minimist'; import { Configuration } from 'webpack'; import WebpackDevServer from 'webpack-dev-server'; import { LoaderConfOptions, MockerAPIOptions } from 'kkt'; type KKTRC = { proxySetup?: (app: express.Application) => MockerAPIOptions; devServer?: (config: WebpackDevServer.Configuration) => WebpackDevServer.Configuration; - default?: (conf: Configuration, evn: string, options: LoaderConfOptions) => Configuration; + default?: (conf: Configuration, evn: string, options: LoaderConfOptions) => Configuration | Promise; }; ``` ### [`v6.3.0`](https://togithub.com/kktjs/kkt/releases/v6.3.0) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.2.1...v6.3.0) - ๐Ÿž fix(deps): update dependency web-vitals to v1.1.0 [`a244baa`](http://github.com/kktjs/kkt/commit/a244baa7e166cdb256d3eef1b64d7a1a4ab0e069) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿ’„ chore(react-component-tsx): Update index.html [`822e12a`](http://github.com/kktjs/kkt/commit/822e12adb59234bf4a1aeaebf3f1307031106a38) - ๐Ÿ’„ chore(react-component-tsx): Update react-app-env.d.ts [`55695a3`](http://github.com/kktjs/kkt/commit/55695a39ebe931e18b1a89224effaf6f95729858) - ๐ŸŒŸ feat(kkt): Add --no-clear-console args. [`448aaf7`](http://github.com/kktjs/kkt/commit/448aaf76debd6681d428461843d31254125c7afc) - ๐Ÿ“„ Merge branch 'master' of github.com:kktjs/kkt [`e37978f`](http://github.com/kktjs/kkt/commit/e37978f0d283ced4563a4d47cde89f864a4cf479) - ๐Ÿ“– doc: Update README.md [`295ab41`](http://github.com/kktjs/kkt/commit/295ab41bb407e3ba1c46bd9251d70cdba8d92617) - ๐Ÿ’„ chore(react-component-tsx): Update kkt config. [`67ed0c5`](http://github.com/kktjs/kkt/commit/67ed0c5206fc6d5108b829edfd88f706a0ab5069) - ๐Ÿ’„ chore: remove README.md [`66c50d2`](http://github.com/kktjs/kkt/commit/66c50d2c343905a073f52a6c33d9a86757a71457) - ๐Ÿ’„ chore: Link README.md [`8836155`](http://github.com/kktjs/kkt/commit/88361552a4393995cdc94f4e92b6ebaf9b373bda) ```diff - export const devServer = (configFunction: DevServerConfigFunction) => { - return (proxy: WebpackDevServer.ProxyConfigArrayItem[], allowedHost: string) => { - // Create the default config by calling configFunction with the proxy/allowedHost parameters - const config = configFunction(proxy, allowedHost); - // Return your customised Webpack Development Server config. - return config; - } - } + export const devServer = (config: WebpackDevServer.Configuration) => { + // Return your customised Webpack Development Server config. + return config; + }; ``` ```diff import express from 'express'; import { ParsedArgs } from 'minimist'; import WebpackDevServer from 'webpack-dev-server'; import { Configuration } from 'webpack'; import { LoaderConfOptions, DevServerConfigFunction, MockerAPIOptions } from 'kkt'; type KKTRC = { proxySetup?: (app: express.Application) => MockerAPIOptions; - devServer?: (configFunction: DevServerConfigFunction, evn: string) => DevServerConfigFunction; + devServer?: (config: WebpackDevServer.Configuration) => WebpackDevServer.Configuration; default?: (conf: Configuration, evn: string, options: LoaderConfOptions) => Configuration; }; - type DevServerConfigFunction = (proxy: WebpackDevServer.ProxyConfigArrayItem[], allowedHost: string) - => WebpackDevServer.Configuration; ``` ```diff Usage: kkt [start|build|test] [--help|h] Displays help information. Options: --version, -v Show version number --help, -h Displays help information. --no-open-browser Do not open in browser. + --no-clear-console Do not clear the command line information. Example: $ kkt build $ kkt build --app-src ./website $ kkt start $ kkt start --no-open-browser + $ kkt start --no-clear-console $ kkt start --app-src ./website $ kkt test ``` ### [`v6.2.1`](https://togithub.com/kktjs/kkt/releases/v6.2.1) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.2.0...v6.2.1) - ๐Ÿ refactor: The config after handle featrue is deprecated. [`ec6acf6`](http://github.com/kktjs/kkt/commit/ec6acf640b922d865c8698b872007630a53d3e4d) - ๐Ÿž fix(deps): update dependency [@​tsbb/babel-preset-tsbb](https://togithub.com/tsbb/babel-preset-tsbb) to v1.13.0 [`62530a3`](http://github.com/kktjs/kkt/commit/62530a37ec419123dcad62770ac0eb581686088a) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿž fix(deps): update dependency fs-extra to v9.1.0 [`30b0a7b`](http://github.com/kktjs/kkt/commit/30b0a7b7681622daed6232996a80f43750472639) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿž fix(deps): update dependency mocker-api to v2.8.0 [`6ddbc98`](http://github.com/kktjs/kkt/commit/6ddbc98b026f361b8d38436f598127447d730cb1) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿ’„ chore(deps): update dependency husky to v4.3.8 [`3d98ec7`](http://github.com/kktjs/kkt/commit/3d98ec79846a131e7611c539b455a2e0de16d586) [@​renovate-bot](https://togithub.com/renovate-bot) ### [`v6.2.0`](https://togithub.com/kktjs/kkt/releases/v6.2.0) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.1.2...v6.2.0) - ๐Ÿ’„ chore: update scripts. [`a09f42e`](http://github.com/kktjs/kkt/commit/a09f42e8215f89ed3a22afa2f514111af1f10179) - ๐ŸŒŸ feat: Add method for execution after service. [`556840d`](http://github.com/kktjs/kkt/commit/556840dc33cad4bb3fb831ca0ca81a13c372a5bb) ### [`v6.1.2`](https://togithub.com/kktjs/kkt/releases/v6.1.2) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.1.1...v6.1.2) - ๐Ÿ’„ chore([@​kkt/mocker-api](https://togithub.com/kkt/mocker-api)): This package has been deprecated. [`b388406`](http://github.com/kktjs/kkt/commit/b388406b28e95092c6c0499c946dd4a0c1c03cc0) - ๐Ÿ†Ž type: Update plugins options types. [`00d7979`](http://github.com/kktjs/kkt/commit/00d7979c48120b1737082ee61236ac57e9d8cf6c) - ๐Ÿ’„ chore: update ci.yml [`a262b69`](http://github.com/kktjs/kkt/commit/a262b690a75156bf4819009d54bf2182b4042516) - ๐ŸŒŸ feat: Modify devServerConfig.headers config. [`0e3d83b`](http://github.com/kktjs/kkt/commit/0e3d83b957236cf61a24d3e386781d3f7d699ed3) ### [`v6.1.1`](https://togithub.com/kktjs/kkt/releases/v6.1.1) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.1.0...v6.1.1) - ๐ŸŒŸ feat: Add devServerConfig and kktrc to return options. [`8c143a1`](http://github.com/kktjs/kkt/commit/8c143a196027b33e60df0b2a359dcc14d6805296) ### [`v6.1.0`](https://togithub.com/kktjs/kkt/releases/v6.1.0) [Compare Source](https://togithub.com/kktjs/kkt/compare/v6.0.12...v6.1.0) - ๐Ÿ’„ chore: update ci.yml [`780d3bd`](http://github.com/kktjs/kkt/commit/780d3bd78d2e29c028bfcdfa7916a83c35f1ac72) - ๐Ÿ’„ chore: Fix npm publish errors. [`7db27f8`](http://github.com/kktjs/kkt/commit/7db27f85d9614aa89f44ae670aa31c8b1f351674) - ๐Ÿž fix(deps): update dependency uiw to v4.7.5 [`7628066`](http://github.com/kktjs/kkt/commit/7628066687e6044d8b4bc6c7ac7afb7d2aea143e) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿ“– doc: Update README.md [`b6c08e6`](http://github.com/kktjs/kkt/commit/b6c08e61b3aaaee70d4c1768d5e540ad9d273270) - ๐Ÿ“„ Merge branch 'master' of github.com:kktjs/kkt [`7041120`](http://github.com/kktjs/kkt/commit/7041120538cc2a03e72b0c2f1ab8a19b873987e9) - ๐Ÿ’„ chore: update ci.yml [`b2fe758`](http://github.com/kktjs/kkt/commit/b2fe7587879bef2aca122be24f1877a33eea75e8) - ๐Ÿ’„ chore: Add sanbox config. [`58454db`](http://github.com/kktjs/kkt/commit/58454dbdeb43c0f23324942ed718af57765a4f3e) - ๐Ÿ’„ chore: fix scripts errors. [`245c40b`](http://github.com/kktjs/kkt/commit/245c40bd4998fc0a8f76f9ffec6f285ae8231d2b) - ๐Ÿ’„ chore: fix scripts errors. [`c695e47`](http://github.com/kktjs/kkt/commit/c695e47e0ec7ed3ac50dbe9b4eb9e8a46dd885db) - ๐Ÿž fix(deps): update dependency css-minimizer-webpack-plugin to v1.2.0 [`144095e`](http://github.com/kktjs/kkt/commit/144095e07050f98264cf907c8fa1958417c5382f) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿ’„ chore: Add prettier config. [`15ae00f`](http://github.com/kktjs/kkt/commit/15ae00fc11c1dfeb12a3028a9f50f35b26f2e589) - ๐Ÿ’„ chore: Code formatting. [`44fee6f`](http://github.com/kktjs/kkt/commit/44fee6f079b99fe43bc9f9de30168d6c908a4ad8) - ๐Ÿ’„ chore(react-component-tsx): Add prettier config. [`5af37a4`](http://github.com/kktjs/kkt/commit/5af37a476fdd7c3c27bc5fb74564472937bed824) - ๐Ÿ’„ chore: update .gitignore [`60a3a34`](http://github.com/kktjs/kkt/commit/60a3a34e0eb85aa87c123a7e967e5f865608abd4) - ๐Ÿ’„ chore: update ci.yml [`fdac6ca`](http://github.com/kktjs/kkt/commit/fdac6cad4aead43326083f9e41337b59e3c7201e) - ๐Ÿ’„ chore: update ci.yml [`c3c96ac`](http://github.com/kktjs/kkt/commit/c3c96ac1bb6dae05492f4653a411a1adff2712c9) - ๐Ÿ’„ chore: update ci.yml [`09647cf`](http://github.com/kktjs/kkt/commit/09647cf8488b8c3b8652ae74e93f29485011aa3d) - ๐Ÿ’„ chore: update ci.yml [`2a829a6`](http://github.com/kktjs/kkt/commit/2a829a6407ea6fe0345b8c0a56b99f0ba424b991) - ๐Ÿ’„ chore(deps): update dependency electron to v11.2.0 [`836b260`](http://github.com/kktjs/kkt/commit/836b2607cd611354d495fe1c4cec571a00552211) [@​renovate-bot](https://togithub.com/renovate-bot) - ๐Ÿ’„ chore: update ci.yml [`5cd595f`](http://github.com/kktjs/kkt/commit/5cd595f581fa58e131f517215cc311b0c77879da) - ๐Ÿ“– doc: Update README.md [`25e3fbd`](http://github.com/kktjs/kkt/commit/25e3fbd7b715665b9f96fa92066ab08309bfdf89) - ๐ŸŒŸ feat: The kkt command add [--version|v][`113c055`]() - ๐Ÿ’„ chore: update package.json [`5c16392`](http://github.com/kktjs/kkt/commit/5c1639229fba5d69d8db1079756eb04ff7c1c634)

Renovate 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.