aws-testing-library
aws-testing-library copied to clipboard
fix(deps): update dependency filter-obj to v5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| filter-obj | ^3.0.0 -> ^5.0.0 |
Release Notes
sindresorhus/filter-obj
v5.1.0
v5.0.0
Breaking
- Do not ignore symbol properties (#23)
1c166d3- This is a breaking change since the function predicate passed as argument needs to handle the potential case that the key might be a symbol instead of a string.
Fixes
v4.0.0
Breaking
- Require Node.js 14
25fdfe6 - Change from a default export to a named export (#18)
1064082import filterObject from 'filter-obj'→import {includeKeys} from 'filter-obj'
Improvements
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.