aceakash / string-similarity

Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
MIT License
2.52k stars 124 forks source link

Bump jasmine from 3.3.1 to 3.4.0 #37

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps jasmine from 3.3.1 to 3.4.0.

Release notes *Sourced from [jasmine's releases](https://github.com/jasmine/jasmine-npm/releases).* > ## 3.4.0 > Please see the [release notes](https://github.com/jasmine/jasmine-npm/blob/master/release_notes/3.4.0.md)
Commits - [`dd00f4b`](https://github.com/jasmine/jasmine-npm/commit/dd00f4b5628b21549a17d333264d4db03022ba42) Bump version to 3.4 - [`b5d9ef9`](https://github.com/jasmine/jasmine-npm/commit/b5d9ef9381bcded54c27e63664506b7de0ca546d) Use `removeListener` instead of `off` since it always exists - [`78cf067`](https://github.com/jasmine/jasmine-npm/commit/78cf067cddc5ed1963cb2c6803eaf77712480ae0) Merge branch 'battk-remove-listener' - [`8e9ab27`](https://github.com/jasmine/jasmine-npm/commit/8e9ab27278f0eac71676d0a17e35afc8a8f4e15b) moved exit listener add and removal to completion reporter - [`b8183d2`](https://github.com/jasmine/jasmine-npm/commit/b8183d2fd42423878796d374f0364167ad36ece8) recognize that Windows paths may use a '/' or a '\' as a separator - [`82b395c`](https://github.com/jasmine/jasmine-npm/commit/82b395c16ad0e6dbdeeafc6ea68aae9c2e3fcad5) update dependencies - [`bf79dd2`](https://github.com/jasmine/jasmine-npm/commit/bf79dd2a30d65fc6067aa15e0b7cd7d0d725cfe4) Merge branch 'strama4-strama4-readme-update' - [`831b646`](https://github.com/jasmine/jasmine-npm/commit/831b646a6b7a2c0a7c997f290f3be6a1c329df30) Merge branch 'strama4-readme-update' of https://github.com/strama4/jasmine-np... - [`5143c54`](https://github.com/jasmine/jasmine-npm/commit/5143c54bc99cd4f8a2f90f7207bd74807246276a) Update README.md - See full diff in [compare view](https://github.com/jasmine/jasmine-npm/compare/v3.3.1...v3.4.0)


Dependabot compatibility score

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 commands and options
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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.