ngrok-module
ngrok-module copied to clipboard
chore(deps): update dependency defu to v6
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
defu | ^3.2.2 -> ^6.1.4 |
Release Notes
unjs/defu (defu)
v6.1.4
π©Ή Fixes
- Merge objects with
Module
type (#β121)
π Refactors
- Move
isPlainObject
to_utils
to allow testing (e922a16) - Make
isPlainObject
logic more readable (e458b63)
π Documentation
- Fix typo (#β116)
π‘ Chore
- release: V6.1.3 (3834ca1)
- Update deps and lint (e5a48d3)
- Enable
skipLipCheck
for 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
v6.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)
v5.0.1
v5.0.0
β BREAKING CHANGES
-
undefined
values will be bypassed and not consistent behavior with defaults-deep anymore.
Features
4.0.1 (2021-04-23)
v4.0.1
v4.0.0
β BREAKING CHANGES
- module exports
Features
- module exports (42df406)
3.2.2 (2020-11-10)
Bug Fixes
- switch back to bili for es5 support till fixing in siroc (07786c2)
3.2.1 (2020-11-09)
Bug Fixes
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 has been generated by Mend Renovate. View repository job log here.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
2e921f3
) 88.88% compared to head (9a431f3
) 88.88%.
Additional details and impacted files
@@ Coverage Diff @@
## main #23 +/- ##
=======================================
Coverage 88.88% 88.88%
=======================================
Files 1 1
Lines 18 18
Branches 4 4
=======================================
Hits 16 16
Misses 2 2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
β οΈ Warning: custom changes will be lost.