Bump mem from 0.1.1 to 5.1.1
Bumps mem from 0.1.1 to 5.1.1.
Release notes
Sourced from mem's releases.
v5.1.1
- Always use an object for the cache item to match expectations and the TypeScript definitions (#42) 1f38c3e
https://github.com/sindresorhus/mem/compare/v5.1.0...v5.1.1
v5.1.0
Enhancements:
- Minor performance optimization (#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
cachePromiseRejectionoption totrue(#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';toimport mem = require('mem');Enhancements:
- Cache function reference when it's a single argument (#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) 9a432b9
- TypeScript - Fix the cache type (#29) 298a71e
https://github.com/sindresorhus/mem/compare/v4.2.0...v4.3.0
v4.2.0
- Add TypeScript definition (#28) 6887496
https://github.com/sindresorhus/mem/compare/v4.1.0...v4.2.0
v4.1.0
- Work around some host environments throwing on
mimicFncall (#26) e08ad85- Bump dependencies bdfc93a
https://github.com/sindresorhus/mem/compare/v4.0.0...v4.1.0
Commits
0ca0b205.1.11f38c3eStandardize cached object format (#42)ce7f3b75.1.0c098182Cleanup (#39)d88dab7Minor TypeScript definition tweak74a84f2Tidelift tasks5de5971Create funding.yml05c983b5.0.0e54b59bRequire Node.js 870707aeChange the default value of thecachePromiseRejectionoption totrue(#36)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.