chore(deps): update dependency defu to v6
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| defu | ^3.2.2 -> ^6.1.4 |
Release Notes
unjs/defu (defu)
v6.1.4
π©Ή Fixes
- Merge objects with
Moduletype (#β121)
π Refactors
- Move
isPlainObjectto_utilsto allow testing (e922a16) - Make
isPlainObjectlogic more readable (e458b63)
π Documentation
- Fix typo (#β116)
π‘ Chore
- release: V6.1.3 (3834ca1)
- Update deps and lint (e5a48d3)
- Enable
skipLipCheckfor type tests (7c7a9a4)
β Tests
- Improve tests for isPlainObject (b24a213)
β€οΈ Contributors
- Alexander Lichter (@βmanniL)
- Pooya Parsa (@βpi0)
- Yu Le [email protected]
v6.1.3
π©Ή Fixes
- Only merge plain objects (#β111)
π Documentation
- Update badges (581dd92)
- Fix typo (#β96)
- Fix the result of the array merging (#β99)
- Fix typo (#β107)
π¦ Build
- Backward compatible cjs entry (#β110)
π‘ Chore
π¨ Styles
- Format with prettier v3 (32650f1)
β€οΈ Contributors
- Pooya Parsa (@βpi0)
- Abdul Al-Hasany [email protected]
- Kricsleo
- Donald Shtjefni (@βdnldsht)
- SΓ©bastien Chopin [email protected]
v6.1.2
π©Ή Fixes
- Add node16 compatible type declaration (#β73)
π‘ Chore
π¨ Styles
- Format with prettier (26477ed)
β€οΈ Contributors
- Pooya Parsa [email protected]
- Daniel Roe [email protected]
- Nozomu Ikuta [email protected]
6.1.1 (2022-11-14)
v6.1.1
v6.1.0
Features
Bug Fixes
- types: constrain inferred types of
Defu(3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes
- add typing to allow for non-objects input args (#β42) (1f3a701)
- merge object strings of many types (#β44) (c7226f9)
v6.0.1
Features
Bug Fixes
- types: constrain inferred types of
Defu(3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes
- add typing to allow for non-objects input args (#β42) (1f3a701)
- merge object strings of many types (#β44) (c7226f9)
v6.0.0
Features
Bug Fixes
- types: constrain inferred types of
Defu(3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes
- add typing to allow for non-objects input args (#β42) (1f3a701)
- merge object strings of many types (#β44) (c7226f9)
v5.0.1
β BREAKING CHANGES
- Use named exports:
import defu from 'defu'=>import { defu } from 'defu'defu.fn=>import { defuFn }defu.arrayFn=>import { defuArrayFn }
- When merging input value with defaults with an array, order is reversed
Features
Bug Fixes
5.0.1 (2022-01-13)
v5.0.0
β BREAKING CHANGES
- Use named exports:
import defu from 'defu'=>import { defu } from 'defu'defu.fn=>import { defuFn }defu.arrayFn=>import { defuArrayFn }
- When merging input value with defaults with an array, order is reversed
Features
Bug Fixes
5.0.1 (2022-01-13)
v4.0.1
β BREAKING CHANGES
undefinedvalues will be bypassed and not consistent behavior with defaults-deep anymore.
Features
4.0.1 (2021-04-23)
v4.0.0
β BREAKING CHANGES
undefinedvalues will be bypassed and not consistent behavior with defaults-deep anymore.
Features
4.0.1 (2021-04-23)
Configuration
π Schedule: Branch creation - At any time (no schedule defined), 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, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7847330) 96.96% compared to head (fe34b3e) 96.96%.
Additional details and impacted files
@@ Coverage Diff @@
## master #202 +/- ##
=======================================
Coverage 96.96% 96.96%
=======================================
Files 1 1
Lines 66 66
Branches 39 39
=======================================
Hits 64 64
Misses 2 2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.