nuxt-swc
nuxt-swc copied to clipboard
chore(deps): update dependency defu to v6
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
defu | ^5.0.0 -> ^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
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.