sindresorhus / emoj

Find relevant emoji from text on the command-line :open_mouth: :sparkles: :raised_hands: :horse: :boom: :see_no_evil:
MIT License
2.36k stars 57 forks source link

Bump mem from 1.1.0 to 5.1.1 #43

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps mem from 1.1.0 to 5.1.1.

Release notes *Sourced from [mem's releases](https://github.com/sindresorhus/mem/releases).* > ## v5.1.1 > - Always use an object for the cache item to match expectations and the TypeScript definitions ([#42](https://github-redirect.dependabot.com/sindresorhus/mem/issues/42)) 1f38c3e > > https://github.com/sindresorhus/mem/compare/v5.1.0...v5.1.1 > > ## v5.1.0 > Enhancements: > - Minor performance optimization ([#39](https://github-redirect.dependabot.com/sindresorhus/mem/issues/39)) c098182 > > https://github.com/sindresorhus/mem/compare/v5.0.0...v5.1.0 > > ## v5.0.0 > Breaking: > - Require Node.js 8 e54b59b > - Change the default value of the `cachePromiseRejection` option to `true` ([#36](https://github-redirect.dependabot.com/sindresorhus/mem/issues/36)) 70707ae > *We decided it's better to default to the least surprising/magic behavior.* > > Breaking for TypeScript users: > - Only use a CommonJS export for the TypeScript definition > You need to change `import mem from 'mem';` to `import mem = require('mem');` > > Enhancements: > - Cache function reference when it's a single argument ([#35](https://github-redirect.dependabot.com/sindresorhus/mem/issues/35)) 10f13c0 > > https://github.com/sindresorhus/mem/compare/v4.3.0...v5.0.0 > > ## v4.3.0 > - Refactor TypeScript definition to use CJS compatible export ([#32](https://github-redirect.dependabot.com/sindresorhus/mem/issues/32)) 9a432b9 > - TypeScript - Fix the cache type ([#29](https://github-redirect.dependabot.com/sindresorhus/mem/issues/29)) 298a71e > > https://github.com/sindresorhus/mem/compare/v4.2.0...v4.3.0 > > ## v4.2.0 > - Add TypeScript definition ([#28](https://github-redirect.dependabot.com/sindresorhus/mem/issues/28)) 6887496 > > https://github.com/sindresorhus/mem/compare/v4.1.0...v4.2.0 > > ## v4.1.0 > - Work around some host environments throwing on `mimicFn` call ([#26](https://github-redirect.dependabot.com/sindresorhus/mem/issues/26)) e08ad85 > - Bump dependencies bdfc93a > > https://github.com/sindresorhus/mem/compare/v4.0.0...v4.1.0
Commits - [`0ca0b20`](https://github.com/sindresorhus/mem/commit/0ca0b20e1c9a6280028414fac43d2901a5ae105e) 5.1.1 - [`1f38c3e`](https://github.com/sindresorhus/mem/commit/1f38c3ef33892df82dbc59f25deba74b4ef65151) Standardize cached object format ([#42](https://github-redirect.dependabot.com/sindresorhus/mem/issues/42)) - [`ce7f3b7`](https://github.com/sindresorhus/mem/commit/ce7f3b7135e32d80877dedf0f0b7bd3e14d0ad91) 5.1.0 - [`c098182`](https://github.com/sindresorhus/mem/commit/c0981827e9a81bb735b081a091a1dfa4dcfa93c7) Cleanup ([#39](https://github-redirect.dependabot.com/sindresorhus/mem/issues/39)) - [`d88dab7`](https://github.com/sindresorhus/mem/commit/d88dab7e5e3aed0c9401964121b2a3d99e24ac7f) Minor TypeScript definition tweak - [`74a84f2`](https://github.com/sindresorhus/mem/commit/74a84f2e88c6582f1aed37ddf5563497120c590d) Tidelift tasks - [`5de5971`](https://github.com/sindresorhus/mem/commit/5de59710802999098b94c86b5c89bebcbfe7140e) Create funding.yml - [`05c983b`](https://github.com/sindresorhus/mem/commit/05c983b2d96cd24747a310d80de7ae7ba92dc2db) 5.0.0 - [`e54b59b`](https://github.com/sindresorhus/mem/commit/e54b59b95a2a974d84f3a88db8f7fa0eab8ab7b6) Require Node.js 8 - [`70707ae`](https://github.com/sindresorhus/mem/commit/70707aebaf7819ca6b33f89f2c9bf342738706b2) Change the default value of the `cachePromiseRejection` option to `true` ([#36](https://github-redirect.dependabot.com/sindresorhus/mem/issues/36)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/mem/compare/v1.1.0...v5.1.1)


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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sindresorhus/emoj/network/alerts).
dependabot[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.