http icon indicating copy to clipboard operation
http copied to clipboard

chore(deps): update dependency defu to v6

Open renovate[bot] opened this issue 3 years ago β€’ 1 comments

This PR contains the following updates:

Package Change Age Confidence
defu ^3.2.2 -> ^6.1.4 age confidence

Release Notes

unjs/defu (defu)

v6.1.4

Compare Source

compare changes

🩹 Fixes
πŸ’… Refactors
  • Move isPlainObject to _utils to allow testing (e922a16)
  • Make isPlainObject logic more readable (e458b63)
πŸ“– Documentation
🏑 Chore
βœ… Tests
  • Improve tests for isPlainObject (b24a213)
❀️ Contributors

v6.1.3

Compare Source

compare changes

🩹 Fixes
πŸ“– Documentation
πŸ“¦ Build
🏑 Chore
🎨 Styles
  • Format with prettier v3 (32650f1)
❀️ Contributors

v6.1.2

Compare Source

compare changes

🩹 Fixes
  • Add node16 compatible type declaration (#​73)
🏑 Chore
🎨 Styles
❀️ Contributors
6.1.1 (2022-11-14)

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
Bug Fixes
  • types: constrain inferred types of Defu (3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes

v6.0.1

Compare Source

Features
Bug Fixes
  • types: constrain inferred types of Defu (3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes

v6.0.0

Compare Source

Features
Bug Fixes
  • types: constrain inferred types of Defu (3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes

v5.0.1

Compare Source

⚠ 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
  • concat array defaults to the last (f6df314)
  • use named exports (4a8fc52)
Bug Fixes
5.0.1 (2022-01-13)

v5.0.0

Compare Source

⚠ 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
  • concat array defaults to the last (f6df314)
  • use named exports (4a8fc52)
Bug Fixes
5.0.1 (2022-01-13)

v4.0.1

Compare Source

⚠ BREAKING CHANGES
  • undefined values will be bypassed and not consistent behavior with defaults-deep anymore.
Features
4.0.1 (2021-04-23)

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • undefined values 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.

renovate[bot] avatar Mar 21 '22 15:03 renovate[bot]

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.

codecov-commenter avatar Mar 21 '22 15:03 codecov-commenter