amilajack / popcorn-time-desktop

🍿 πŸ• 🎞 A Modern Popcorn Time Client
MIT License
468 stars 109 forks source link

chore(deps): update dependency chai to ^4.2.0 #356

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
chai devDependencies minor ^4.1.2 -> ^4.2.0 homepage, source

Release Notes

chaijs/chai ### [`v4.2.0`](https://renovatebot.com/gh/chaijs/chai/releases/4.2.0) [Compare Source](https://renovatebot.com/gh/chaijs/chai/compare/4.1.2...4.2.0) This is a minor release. Thank you to all of our contributors and users! ### New Features - feat(assertions): add 'still' language chain ([#​1194](https://renovatebot.com/gh/chaijs/chai/issues/1194); [@​ScottRudiger](https://renovatebot.com/gh/ScottRudiger)) - .lengthOf for Maps and Sets ([#​1110](https://renovatebot.com/gh/chaijs/chai/issues/1110), [#​1131](https://renovatebot.com/gh/chaijs/chai/issues/1131); [@​asbish](https://renovatebot.com/gh/asbish)) - feat: Add the assert.fail([message]) interface ([#​1116](https://renovatebot.com/gh/chaijs/chai/issues/1116), [#​1117](https://renovatebot.com/gh/chaijs/chai/issues/1117); [@​s-leroux](https://renovatebot.com/gh/s-leroux)) ### Bug Fixes - fix: remove Chai frames from `.deep.equal` stack ([#​1124](https://renovatebot.com/gh/chaijs/chai/issues/1124); [@​meeber](https://renovatebot.com/gh/meeber)) - add 'catch' keyword to proxyExcludedKeys ([#​1050](https://renovatebot.com/gh/chaijs/chai/issues/1050), [#​1101](https://renovatebot.com/gh/chaijs/chai/issues/1101); [@​generalandrew](https://renovatebot.com/gh/generalandrew)) - property assertion should only accept strings if nested ([#​1043](https://renovatebot.com/gh/chaijs/chai/issues/1043), [#​1044](https://renovatebot.com/gh/chaijs/chai/issues/1044); [@​solodynamo](https://renovatebot.com/gh/solodynamo)) - fix: Make tests pass with `--use_strict` ([#​1034](https://renovatebot.com/gh/chaijs/chai/issues/1034), [#​1040](https://renovatebot.com/gh/chaijs/chai/issues/1040); [@​shvaikalesh](https://renovatebot.com/gh/shvaikalesh)) ### Performance - perf: Optimize proxify and stringDistance ([#​1098](https://renovatebot.com/gh/chaijs/chai/issues/1098); [@​sophiebits](https://renovatebot.com/gh/sophiebits)) - fix: Avoid repeated String#slice calls in stringDistance ([#​1095](https://renovatebot.com/gh/chaijs/chai/issues/1095); [@​bmeurer](https://renovatebot.com/gh/bmeurer)) ### Style - Fix typos and remove trailing whitespaces ([#​1042](https://renovatebot.com/gh/chaijs/chai/issues/1042); [@​simonewebdesign](https://renovatebot.com/gh/simonewebdesign)) - Remove unnecessary code ([#​1049](https://renovatebot.com/gh/chaijs/chai/issues/1049); [@​abetomo](https://renovatebot.com/gh/abetomo)) - Fix variable declaration ([#​1048](https://renovatebot.com/gh/chaijs/chai/issues/1048); [@​abetomo](https://renovatebot.com/gh/abetomo)) ### Tests - test(assert): increase coverage ([#​1084](https://renovatebot.com/gh/chaijs/chai/issues/1084), [#​1085](https://renovatebot.com/gh/chaijs/chai/issues/1085); [@​brutalcrozt](https://renovatebot.com/gh/brutalcrozt)) - test: stop modifying globals in Proxy tests ([#​1144](https://renovatebot.com/gh/chaijs/chai/issues/1144); [@​meeber](https://renovatebot.com/gh/meeber)) ### Docs - Fix unbalanced quotes in assert.notInclude example ([#​1200](https://renovatebot.com/gh/chaijs/chai/issues/1200); [@​haykam821](https://renovatebot.com/gh/haykam821)) - docs: fix bad `.string` example ([#​1156](https://renovatebot.com/gh/chaijs/chai/issues/1156), [#​1157](https://renovatebot.com/gh/chaijs/chai/issues/1157); [@​meeber](https://renovatebot.com/gh/meeber)) - fixed package npm url ([#​1151](https://renovatebot.com/gh/chaijs/chai/issues/1151); [@​wadie](https://renovatebot.com/gh/wadie)) - Spelling ([#​1145](https://renovatebot.com/gh/chaijs/chai/issues/1145); [@​jsoref](https://renovatebot.com/gh/jsoref)) - docs: corrected spelling ([#​1141](https://renovatebot.com/gh/chaijs/chai/issues/1141); [@​Powell-v2](https://renovatebot.com/gh/Powell-v2)) - docs: fix wrong `.property` chaining examples ([#​193 (comment)](https://renovatebot.com/gh/chaijs/chai/issues/193#issuecomment-360334369), [#​1130](https://renovatebot.com/gh/chaijs/chai/issues/1130); [@​meeber](https://renovatebot.com/gh/meeber)) - docs: improve throws examples ([#​1113](https://renovatebot.com/gh/chaijs/chai/issues/1113); [@​ColinEberhardt](https://renovatebot.com/gh/ColinEberhardt)) - Fix typos ([#​1107](https://renovatebot.com/gh/chaijs/chai/issues/1107); [@​tbroadley](https://renovatebot.com/gh/tbroadley)) - docs: correct `.ok` description ([#​1047](https://renovatebot.com/gh/chaijs/chai/issues/1047); [@​shvaikalesh](https://renovatebot.com/gh/shvaikalesh)) ### Chores - chore: update package-lock.json ([#​1198](https://renovatebot.com/gh/chaijs/chai/issues/1198); [@​meeber](https://renovatebot.com/gh/meeber)) - Update mocha to the latest version ([#​1127](https://renovatebot.com/gh/chaijs/chai/issues/1127)) - chore: update dependencies ([#​1157](https://renovatebot.com/gh/chaijs/chai/issues/1157); [@​meeber](https://renovatebot.com/gh/meeber)) - Update browserify to the latest version ([#​1135](https://renovatebot.com/gh/chaijs/chai/issues/1135)) - chore: update Node versions in Travis config ([#​1126](https://renovatebot.com/gh/chaijs/chai/issues/1126); [@​meeber](https://renovatebot.com/gh/meeber)) - chore: remove Opera from Sauce config ([#​1125](https://renovatebot.com/gh/chaijs/chai/issues/1125); [@​meeber](https://renovatebot.com/gh/meeber)) - chore: update dependencies ([#​1118](https://renovatebot.com/gh/chaijs/chai/issues/1118); [@​meeber](https://renovatebot.com/gh/meeber)) - chore: update dependencies ([#​1074](https://renovatebot.com/gh/chaijs/chai/issues/1074); [@​meeber](https://renovatebot.com/gh/meeber)) - Chore: change coverage service (coverall to codecov) ([#​927](https://renovatebot.com/gh/chaijs/chai/issues/927), [#​1073](https://renovatebot.com/gh/chaijs/chai/issues/1073); [@​brutalcrozt](https://renovatebot.com/gh/brutalcrozt)) - chore: add package-lock.json ([#​1013](https://renovatebot.com/gh/chaijs/chai/issues/1013); [@​meeber](https://renovatebot.com/gh/meeber))

Renovate configuration

:date: Schedule: "on saturday" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.