algolia / community-project-boilerplate

Minimal setup for community projects [NO MORE MAINTAINED]
https://community.algolia.com/community-project-boilerplate
MIT License
3 stars 5 forks source link

fix(deps): update dependency lodash to v4.17.5 #41

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency lodash from v4.17.4 to v4.17.5

Note: This PR was created on a configured schedule ("every weekend" in timezone Europe/Paris) and will not receive updates outside those times.

Commits #### v4.17.5 - [`8be26ac`](https://github.com/lodash/lodash/commit/8be26ac755af4307672e277447d82b53b4295d63) Implement `baseEach` and `baseEachRight` since `createBaseFor` is gone. - [`6d19563`](https://github.com/lodash/lodash/commit/6d19563a9faaa4f7ce8ee58911adcf711fe177f7) Simplify `words`. - [`dad1fcc`](https://github.com/lodash/lodash/commit/dad1fccdb44c8316a8667e8ad48976a4135d5f32) Remove unused internal `createCtor`. - [`64d92dd`](https://github.com/lodash/lodash/commit/64d92ddf323107f3630695f3e02841401c7f4455) Remove stubTrue from cond example (#​3085) - [`43a520c`](https://github.com/lodash/lodash/commit/43a520c97136fb1cf3b98730b59935915a397299) Remove constant function from examples (#​3086) - [`b679e9c`](https://github.com/lodash/lodash/commit/b679e9cc22bb809f2b69593de49c855002ae597a) Update _.pad* examples to show pad length < string. (#​3088) - [`1bdda20`](https://github.com/lodash/lodash/commit/1bdda20e497b989d8c33b5fd67276516646e0b45) Reimplement find. - [`6543d32`](https://github.com/lodash/lodash/commit/6543d3277ebcb727f61845754e1d0e717ede42b2) Add `someObj`. - [`6dc0383`](https://github.com/lodash/lodash/commit/6dc03831d864ca0b654bb18c8ab0e3ce1baa59a7) Add `semi` option to eslint config. - [`53cac4e`](https://github.com/lodash/lodash/commit/53cac4eef41d92e0f7f4378b337e0b847ae15de9) ESify `find` implementation. - [`ca2fd5c`](https://github.com/lodash/lodash/commit/ca2fd5c64aa2a3d09ba5734753332ecf7b61de2f) Remove semicolons. - [`571e752`](https://github.com/lodash/lodash/commit/571e752a4241028d46a2300308d203f7f52f12db) Rename `someObj` to `someValues`. - [`f3957ac`](https://github.com/lodash/lodash/commit/f3957ac416476fe19ec49732978f3ac71839718c) Remove `replaceHolders`. - [`3e2b0bb`](https://github.com/lodash/lodash/commit/3e2b0bb763f43b272d847f61c9029fbe675b4b03) Use more for-of - [`402ca89`](https://github.com/lodash/lodash/commit/402ca89c50778bf8bb1ce9c6158d461a7d1ba1ba) Fixin declaration in `baseSum` (3e2b0bb). - [`645acd4`](https://github.com/lodash/lodash/commit/645acd4275d660380c5923200b78f8f8fdaee2b0) Fixin declaration in `someValues` (571e752). - [`96ebd44`](https://github.com/lodash/lodash/commit/96ebd44509b399b2f5322e40cc1c531f72c75b28) Fixin missing references in `repeat`. - [`7c92111`](https://github.com/lodash/lodash/commit/7c921110678be128255c6317e4ea729f538fc0cb) Fixin scope range for var declarations in `hasPath` and `hasPathIn`. - [`bbd59f8`](https://github.com/lodash/lodash/commit/bbd59f800b1d47adf5f93dfb05ef745451aaaa73) Catch undeclared vars with eslint. - [`2538a56`](https://github.com/lodash/lodash/commit/2538a5657794e3327126c53e3447144e8e3705c4) Math them all. - [`b506174`](https://github.com/lodash/lodash/commit/b506174410fa943c053eb5bdae3099df371fdb79) Use more for-of - [`99fb4c8`](https://github.com/lodash/lodash/commit/99fb4c8ff715e620c0ebc57782881ef6c717fbd0) Fixin scope range for var declarations in internal version of `hasPath`. - [`3390d93`](https://github.com/lodash/lodash/commit/3390d9309b1025ccc253e01c5dcbf4f186c5b15f) Remove internal `hasPath`. - [`303502e`](https://github.com/lodash/lodash/commit/303502efa7c63b4097e95a039e356e98b9bb2b6c) Remove `toSource`. - [`d10b44b`](https://github.com/lodash/lodash/commit/d10b44bdef2b735865c493fbaec8687ec8998aef) Adjust spacing in template string expressions. - [`23ae2c5`](https://github.com/lodash/lodash/commit/23ae2c537d25dcdd81e39f368f105fe8639ffce4) Split out `every` into `everyValue`. - [`b898547`](https://github.com/lodash/lodash/commit/b89854766a5f1996a0f4afabce93391c19ecdb0b) Rename `someValues` to `someValue`. - [`f888dfe`](https://github.com/lodash/lodash/commit/f888dfe4f81b0685418e34b10f3732b8374749cb) Adjust eslint settings to new requirements (d10b44b). - [`aafd66d`](https://github.com/lodash/lodash/commit/aafd66da628e0cd5cc8e6828db440b0c7e0b9b60) Last spacing in template string expressions. - [`b79b715`](https://github.com/lodash/lodash/commit/b79b715383dbfc0f1c6370e204ed772abf055a2b) Enable no-unexpected-multiline (#​3103) - [`e02db41`](https://github.com/lodash/lodash/commit/e02db41f99e0204502c120666280b37dcf40d630) Proper `style` npm script execution (#​3103). - [`8a51574`](https://github.com/lodash/lodash/commit/8a51574acf56f4697755327840b5f2930b8598c4) Rename `mapKeys` and `mapValues` to `mapKey` and `mapValue`. - [`73ce606`](https://github.com/lodash/lodash/commit/73ce6066f8a33d5fcfffd7c6d515c5c6c3d2405e) Fix jsdoc for `every` and `some`. - [`0bdc731`](https://github.com/lodash/lodash/commit/0bdc73195f772d2346847f4deaa10311906ec606) Split `map` out. - [`8b74809`](https://github.com/lodash/lodash/commit/8b74809f1ce7bbe456391233e514fab088be7843) Simplify `mapKey` and `mapValue`. - [`64a9975`](https://github.com/lodash/lodash/commit/64a99754887c0861ccd52dea2f1c326d279043a4) Split `filter` out. - [`e2941dd`](https://github.com/lodash/lodash/commit/e2941dda3b0a8473ad180a25aae7dd9935d543f4) Fix typos. - [`aa5e1b2`](https://github.com/lodash/lodash/commit/aa5e1b2fe0530f7d62b5683c8e472deed9f1174c) Fix object coercion. - [`58e484f`](https://github.com/lodash/lodash/commit/58e484f389762750a13b0d8f952eb80235a31649) Remove `baseKeys` and `baseKeysIn`. - [`a023f92`](https://github.com/lodash/lodash/commit/a023f9204925dbcc0c8fdc590a3d4e29da6eb906) Fix typo in `find`. - [`e5e8f35`](https://github.com/lodash/lodash/commit/e5e8f35c066c71a04ba584f65acc017d032c0174) Remove `baseSlice`. - [`bb059c0`](https://github.com/lodash/lodash/commit/bb059c0f643435d8e465ffdefc52a638d8441a51) Fixin new `map` imports. - [`4092747`](https://github.com/lodash/lodash/commit/4092747dde6447656b03fdbab28e0e935626b863) Fixin `some` and `every` imports. - [`65b148a`](https://github.com/lodash/lodash/commit/65b148a3b2c8a86da92f51add871b04afddaba59) Remove `mergeData`. - [`08a3f53`](https://github.com/lodash/lodash/commit/08a3f533b7f67a0d36f31c92cba5cb1d1c579fea) Use `Array#splice` directly. - [`ae4e45d`](https://github.com/lodash/lodash/commit/ae4e45d8f9e8bc9cd99ef204ff34bbbeb96e908c) Fixin `filter` imports. - [`a6019d5`](https://github.com/lodash/lodash/commit/a6019d5316911dfa1ace7396b215b45bc448b667) Fixin `repeat` import. - [`f03b3ed`](https://github.com/lodash/lodash/commit/f03b3edca4faecf07e45a5c495eb510ff73b78dc) Update object checks. - [`67a3fb9`](https://github.com/lodash/lodash/commit/67a3fb99ef173a8beda2b414effd1e3ffb2f4f01) Fix cloneDeep with circularly dependent Sets/Maps (#​3123) - [`5dce119`](https://github.com/lodash/lodash/commit/5dce119b9fee2f4e3ad227560ddac1cafac5d041) Cleanup baseClone. - [`f6827f4`](https://github.com/lodash/lodash/commit/f6827f482d4b77935f526de582a6044e7d8af29e) Fix CoC link in REAMDE (#​3138) - [`0b31164`](https://github.com/lodash/lodash/commit/0b311640082abb2350914776375a919ca544a2ab) Complete wrapper modules removal for `setToString` (c6854fa). - [`f659da7`](https://github.com/lodash/lodash/commit/f659da740d2132a0b06ac5bc84830a2b7b6870fa) Fix CoC link in .github/CONTRIBUTING.md (#​3156) - [`0274d3d`](https://github.com/lodash/lodash/commit/0274d3dd2d3ed42f8ae6eb764150c8c59a812d8f) Always use parentheses in arrow functions (fixin 67a3fb9). - [`8620733`](https://github.com/lodash/lodash/commit/8620733457416768146b6dc73343677e25176352) Fixin tag scope in `baseClone`. - [`b107653`](https://github.com/lodash/lodash/commit/b107653a0fcd2fe07c3fb24a3a921605b715580a) A better fix for `tag` scope in `baseClone`. - [`bacaaae`](https://github.com/lodash/lodash/commit/bacaaaef8a18cbc5264b31f63f03434ac16e3204) Support symbols in property paths of `set`. [closes #​3189] - [`61acdd0`](https://github.com/lodash/lodash/commit/61acdd0c295e4447c9c10da04e287b1ebffe452c) default prefix to empty string (#​3214) - [`e908519`](https://github.com/lodash/lodash/commit/e908519fc321829d6e43a1a40a791ce62e2fbc8c) stringToPath: avoid shadowing variable (#​3226) - [`534296b`](https://github.com/lodash/lodash/commit/534296bba4a9bb03d9e59a5153c2bd20a7af631b) Update dropRight.js (#​3241) - [`01148a1`](https://github.com/lodash/lodash/commit/01148a1df881b7b1f2cd92626bbdb330176ca1b1) Avoid using the values toString method in _.invert if it’s not a function. [closes #​3260] - [`536f09b`](https://github.com/lodash/lodash/commit/536f09b68c4aa2571b34b09100fd20540d81072c) Fixin loop args order regression from 3c2795b in `invert`. - [`bcd13b2`](https://github.com/lodash/lodash/commit/bcd13b270d38deb1378aadb751c4ab81e3544337) Fixin loop args order regression from 3c2795b in `invertBy`. - [`527b167`](https://github.com/lodash/lodash/commit/527b167bc5d7ef845fbd7ff48d75f97dcf682470) _.update() docs grammar fix (#​3264) - [`76c1ed2`](https://github.com/lodash/lodash/commit/76c1ed2fd4a87d049c7bd7897a76ea6dd8b5cacc) avoid shadowing result (#​3280) - [`c2616dd`](https://github.com/lodash/lodash/commit/c2616dd4f3ab267d000a2b4f564e1c76fc8b8378) Remove useless return in setToPairs. (#​3286) - [`a0a3a6a`](https://github.com/lodash/lodash/commit/a0a3a6af910e475d8dd14dabc452f957e436e28b) Fix typo in findKey. - [`03e23ec`](https://github.com/lodash/lodash/commit/03e23ecc196d541f0ae9b4f2490a24e0161b69bb) clarify documentation about sortedUniq (#​3310) - [`8e631df`](https://github.com/lodash/lodash/commit/8e631dfcd496bc355ee7ceeb959421b0788b9bbc) Faster testing against first char in `stringToPath` (to close #​3308). - [`f5ea579`](https://github.com/lodash/lodash/commit/f5ea579db357e82d46456f3385f6830074275b21) Fixes param definition (#​3368) - [`6ad829f`](https://github.com/lodash/lodash/commit/6ad829fa90af199150b11ba1d3c944b648a39ce5) Add pending() function to debounce and throttle to fix #​3387 (#​3388) - [`1b1bb79`](https://github.com/lodash/lodash/commit/1b1bb79b051e79595d0b7636969cc3d987eecacb) Commit and whitespace nits in debounce. - [`3ab9906`](https://github.com/lodash/lodash/commit/3ab99065ad86734eab51e9ea160b371a7f81dc73) Verbiage change (#​3408) - [`270ca71`](https://github.com/lodash/lodash/commit/270ca7166ac28b044f86c139b5b0095a9f78e4cc) Add missing keysIn import for baseClone.js (#​3413) - [`00705af`](https://github.com/lodash/lodash/commit/00705afc19c09227561daddd6905c855649f9e6d) Add jsDelivr hits badge (#​3418) - [`bf5d086`](https://github.com/lodash/lodash/commit/bf5d0867a658c6f6288088d282d87f8b54d84c2f) Remove semicolons from `dropRight`. - [`413a38c`](https://github.com/lodash/lodash/commit/413a38cdf2036bb2fd30f71799abde0228fc7950) Remove trailing space in `sortedUniq`. - [`bcd2c35`](https://github.com/lodash/lodash/commit/bcd2c356049988f4910653fb52fb620a36541d01) Fix typo in `parseInt` (#​3433) - [`e8c87cf`](https://github.com/lodash/lodash/commit/e8c87cfc45ceb1a5b6ba578bf7c78b669042275b) Ignore log files that end with random numbers (#​3445) - [`102d9e3`](https://github.com/lodash/lodash/commit/102d9e34d71838c027b5fc3d9153187f50842c95) Fix typo in `escapeRegExp` (#​3448) - [`7c006f7`](https://github.com/lodash/lodash/commit/7c006f7445f55e137e0172c9856c29d3a79cfbc9) Fix #​3466 (#​3467) - [`30d305d`](https://github.com/lodash/lodash/commit/30d305da0fcd31f4316f5d3cae02f9c3d986626b) Modify the logic to make the code more intuitive (#​3472) - [`424d9fc`](https://github.com/lodash/lodash/commit/424d9fc34e174d497340f1f62622c1a26b1b6ee6) Fix typo in `inRange` (#​3478) - [`e23c874`](https://github.com/lodash/lodash/commit/e23c8742728455eefcc8ab1021f336e88c4f9e13) Tiny performance improvement by not compiling regular expression each time (#​3479) - [`b36f21c`](https://github.com/lodash/lodash/commit/b36f21cbaff7c885223b44267c70e6711b754af6) Faster/simpler isPlainObject check (#​3483) - [`76c2e0a`](https://github.com/lodash/lodash/commit/76c2e0accb8a2b0fdda36eb0c986a411fadc7e7b) Revert "Fix typo in `escapeRegExp` (#​3448)" - [`c3b3c71`](https://github.com/lodash/lodash/commit/c3b3c71b0a6532e61c30ff5fdc3d7106d67e24e4) Tiny style correction in `createMathOperation`. - [`8464b18`](https://github.com/lodash/lodash/commit/8464b184b756c8dea0d361bd2f07670617118c47) Remove `map` examples from `parseInt` and `trim` (#​3487) - [`40e096b`](https://github.com/lodash/lodash/commit/40e096b6d5291a025e365a0f4c010d9a0efb9a69) Fix operator in `createMathOperation`. (#​3499) - [`462bc9b`](https://github.com/lodash/lodash/commit/462bc9bf3b0ac2738098d3045e80a2a8910203de) Update license file with MIT title (#​3498) - [`3a330e0`](https://github.com/lodash/lodash/commit/3a330e0cb72a088db568cdbd1615840d321e57b4) feat(sideEffects): Set sideEffects false for opt. (#​3533) - [`b2ea6b1`](https://github.com/lodash/lodash/commit/b2ea6b1cd251796dcb5f9700c4911a7b6223920b) Remove duplicated "by which" words from the doc (#​3534) - [`fa73d46`](https://github.com/lodash/lodash/commit/fa73d46885daa8a308d328b733143b0000db3a90) Enable _.words to detect ordinals in compound words. [closes #​3561] - [`d985dbf`](https://github.com/lodash/lodash/commit/d985dbffb89e5fa13505ed93449b9fec1fbf973b) rAF as default for debounce/throtte (#​3560) (#​3567) - [`e9562a6`](https://github.com/lodash/lodash/commit/e9562a6ce33bcbae23c9bba759fdda560cd19a7f) Update argument count for `cloneWith` customizer. [closes #​3582] - [`7569024`](https://github.com/lodash/lodash/commit/75690245aae87f85afe8f5309230f2029e757f93) Add the accepted customizer arguments to cloneDeepWith docs. - [`77c128f`](https://github.com/lodash/lodash/commit/77c128fc20cb7a373421e176bc2b64776b15714f) Changed to function as documented. (#​3596) - [`803c05d`](https://github.com/lodash/lodash/commit/803c05dc68a00b834f33cbe3dbc4ddd78b603c62) Support locales in sorting methods (#​3602) - [`47a6d53`](https://github.com/lodash/lodash/commit/47a6d538f5759fc5788f1bbb147caa7fde6b0a92) Cleanup compareAscending and remove hardcoded locale.

This PR has been generated by Renovate Bot.

algobot commented 6 years ago

Deploy preview for community-project-boilerplate ready!

Built with commit 922093d6e9bba5ec3b5410257aaf68f7f88363bc

https://deploy-preview-41--community-project-boilerplate.netlify.com