Skip to content

Commit

Permalink
Bump chai from 4.1.2 to 4.2.0 (improbable-eng#308)
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) from 4.1.2 to 4.2.0.
<details>
<summary>Release notes</summary>

*Sourced from [chai's releases](https://github.com/chaijs/chai/releases).*

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

- [`26c8a79`](chaijs/chai@26c8a79) chore: [email protected] ([#1201](https://github-redirect.dependabot.com/chaijs/chai/issues/1201))
- [`ed93c93`](chaijs/chai@ed93c93) docs: fix unbalanced quotes in assert.notInclude example ([#1200](https://github-redirect.dependabot.com/chaijs/chai/issues/1200))
- [`0064f26`](chaijs/chai@0064f26) feat(assertions): add 'still' language chain ([#1194](https://github-redirect.dependabot.com/chaijs/chai/issues/1194))
- [`6da897d`](chaijs/chai@6da897d) chore: update package-lock.json ([#1198](https://github-redirect.dependabot.com/chaijs/chai/issues/1198))
- [`058ddad`](chaijs/chai@058ddad) chore(package): update mocha to version 5.0.0 ([improbable-eng#1127](https://github-redirect.dependabot.com/chaijs/chai/issues/1127))
- [`297c71a`](chaijs/chai@297c71a) Merge pull request [improbable-eng#1157](https://github-redirect.dependabot.com/chaijs/chai/issues/1157) from chaijs/fix-docs-example
- [`4584706`](chaijs/chai@4584706) docs: fix bad `.string` example
- [`651fc96`](chaijs/chai@651fc96) chore: update dependencies
- [`1021f40`](chaijs/chai@1021f40) docs: fixed package npm url ([improbable-eng#1151](https://github-redirect.dependabot.com/chaijs/chai/issues/1151))
- [`11612e9`](chaijs/chai@11612e9) test(assert): add spec with getterFn. ([improbable-eng#1085](https://github-redirect.dependabot.com/chaijs/chai/issues/1085))
- Additional commits viewable in [compare view](chaijs/chai@4.1.2...4.2.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=chai&package-manager=npm_and_yarn&previous-version=4.1.2&new-version=4.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=chai&package-manager=npm_and_yarn&previous-version=4.1.2&new-version=4.2.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
Dependabot will merge this PR once CI passes on it, as requested by @jonny-improbable.

[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
  • Loading branch information
dependabot[bot] authored and easyCZ committed Apr 11, 2019
1 parent d998c3c commit a424313
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions integration_test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a424313

Please sign in to comment.