Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency defu to v6 #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
defu ^3.2.2 -> ^6.1.4 age adoption passing confidence

Release Notes

unjs/defu (defu)

v6.1.4

Compare Source

compare changes

🩹 Fixes
  • Merge objects with Module type (#​121)
💅 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
  • Only merge plain objects (#​111)
📖 Documentation
📦 Build
  • Backward compatible cjs entry (#​110)
🏡 Chore
🎨 Styles
  • Format with prettier v3 (32650f1)
❤️ Contributors

v6.1.2

Compare Source

compare changes

🩹 Fixes
  • Add node16 compatible type declaration (#​73)
🏡 Chore
  • Fix renovate config (#​56)
  • Use changelogen to release (5e24124)
🎨 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

v6.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)

v5.0.1

Compare Source

v5.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)

v4.0.1

Compare Source

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • module exports
Features
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
  • types: correct type inference where merged types are same (#​26) (f322607)

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-commenter
Copy link

codecov-commenter commented Mar 21, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/defu-6.x branch from 03c6bf1 to 3208ba4 Compare September 25, 2022 21:14
@renovate renovate bot force-pushed the renovate/defu-6.x branch from 3208ba4 to 11c0958 Compare November 14, 2022 18:48
@renovate renovate bot force-pushed the renovate/defu-6.x branch from 11c0958 to 231bf56 Compare December 7, 2022 12:39
@renovate renovate bot changed the title chore(deps): update dependency defu to v6 Update dependency defu to v6 Dec 17, 2022
@renovate renovate bot changed the title Update dependency defu to v6 chore(deps): update dependency defu to v6 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/defu-6.x branch from 231bf56 to d5ea57d Compare January 24, 2023 13:41
@renovate renovate bot force-pushed the renovate/defu-6.x branch from d5ea57d to fe34b3e Compare October 25, 2023 00:13
@renovate renovate bot force-pushed the renovate/defu-6.x branch from fe34b3e to fd169a3 Compare January 5, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant