nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.23k stars 171 forks source link

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

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

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`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#v614) [Compare Source](https://togithub.com/unjs/defu/compare/v6.1.3...v6.1.4) [compare changes](https://togithub.com/unjs/defu/compare/v6.1.3...v6.1.4) ##### 🩹 Fixes - Merge objects with `Module` type ([#​121](https://togithub.com/unjs/defu/pull/121)) ##### πŸ’… Refactors - Move `isPlainObject` to `_utils` to allow testing ([e922a16](https://togithub.com/unjs/defu/commit/e922a16)) - Make `isPlainObject` logic more readable ([e458b63](https://togithub.com/unjs/defu/commit/e458b63)) ##### πŸ“– Documentation - Fix typo ([#​116](https://togithub.com/unjs/defu/pull/116)) ##### 🏑 Chore - **release:** V6.1.3 ([3834ca1](https://togithub.com/unjs/defu/commit/3834ca1)) - Update deps and lint ([e5a48d3](https://togithub.com/unjs/defu/commit/e5a48d3)) - Enable `skipLipCheck` for type tests ([7c7a9a4](https://togithub.com/unjs/defu/commit/7c7a9a4)) ##### βœ… Tests - Improve tests for isPlainObject ([b24a213](https://togithub.com/unjs/defu/commit/b24a213)) ##### ❀️ Contributors - Alexander Lichter ([@​manniL](http://github.com/manniL)) - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Yu Le ### [`v6.1.3`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#v613) [Compare Source](https://togithub.com/unjs/defu/compare/v6.1.2...v6.1.3) [compare changes](https://togithub.com/unjs/defu/compare/v6.1.2...v6.1.3) ##### 🩹 Fixes - Only merge plain objects ([#​111](https://togithub.com/unjs/defu/pull/111)) ##### πŸ“– Documentation - Update badges ([581dd92](https://togithub.com/unjs/defu/commit/581dd92)) - Fix typo ([#​96](https://togithub.com/unjs/defu/pull/96)) - Fix the result of the array merging ([#​99](https://togithub.com/unjs/defu/pull/99)) - Fix typo ([#​107](https://togithub.com/unjs/defu/pull/107)) ##### πŸ“¦ Build - Backward compatible cjs entry ([#​110](https://togithub.com/unjs/defu/pull/110)) ##### 🏑 Chore - Update dependencies ([63d0e8e](https://togithub.com/unjs/defu/commit/63d0e8e)) - Enable ts strict mode ([82d68c7](https://togithub.com/unjs/defu/commit/82d68c7)) - Fix tests ([59d0f6a](https://togithub.com/unjs/defu/commit/59d0f6a)) ##### 🎨 Styles - Format with prettier v3 ([32650f1](https://togithub.com/unjs/defu/commit/32650f1)) ##### ❀️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Abdul Al-Hasany - Kricsleo - Donald Shtjefni ([@​dnldsht](http://github.com/dnldsht)) - SΓ©bastien Chopin ### [`v6.1.2`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#v612) [Compare Source](https://togithub.com/unjs/defu/compare/v6.1.1...v6.1.2) [compare changes](https://togithub.com/unjs/defu/compare/v6.1.1...v6.1.2) ##### 🩹 Fixes - Add node16 compatible type declaration ([#​73](https://togithub.com/unjs/defu/pull/73)) ##### 🏑 Chore - Fix renovate config ([#​56](https://togithub.com/unjs/defu/pull/56)) - Use changelogen to release ([5e24124](https://togithub.com/unjs/defu/commit/5e24124)) ##### 🎨 Styles - Format with prettier ([26477ed](https://togithub.com/unjs/defu/commit/26477ed)) ##### ❀️ Contributors - Pooya Parsa - Daniel Roe - Nozomu Ikuta ##### [6.1.1](https://togithub.com/unjs/defu/compare/v6.1.0...v6.1.1) (2022-11-14) ### [`v6.1.1`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#611-2022-11-14) [Compare Source](https://togithub.com/unjs/defu/compare/v6.1.0...v6.1.1) ### [`v6.1.0`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#610-2022-08-16) [Compare Source](https://togithub.com/unjs/defu/compare/v6.0.1...v6.1.0) ##### Features - export `Defu` type helper ([#​45](https://togithub.com/unjs/defu/issues/45)) ([551ae4c](https://togithub.com/unjs/defu/commit/551ae4c87c13f2188b97930eaffd72e5575e9048)) ##### Bug Fixes - **types:** constrain inferred types of `Defu` ([3d3ea3e](https://togithub.com/unjs/defu/commit/3d3ea3e4e982591632f070bbf64e28f9d98d6bf9)) ##### [6.0.1](https://togithub.com/unjs/defu/compare/v6.0.0...v6.0.1) (2022-08-16) ##### Bug Fixes - add typing to allow for non-objects input args ([#​42](https://togithub.com/unjs/defu/issues/42)) ([1f3a701](https://togithub.com/unjs/defu/commit/1f3a701bc3fd839344359ad5c2b358fbefd978cc)) - merge object strings of many types ([#​44](https://togithub.com/unjs/defu/issues/44)) ([c7226f9](https://togithub.com/unjs/defu/commit/c7226f971740966282530745030123aa07ff7b17)) ### [`v6.0.1`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#601-2022-08-16) [Compare Source](https://togithub.com/unjs/defu/compare/v6.0.0...v6.0.1) ### [`v6.0.0`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#600-2022-03-21) [Compare Source](https://togithub.com/unjs/defu/compare/v5.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 - concat array defaults to the last ([f6df314](https://togithub.com/unjs/defu/commit/f6df314c26540591c3ac6534c6942edc3b06384f)) - use named exports ([4a8fc52](https://togithub.com/unjs/defu/commit/4a8fc52c228d82949384a50efe8f0052e9eaba68)) ##### Bug Fixes - workaround for [#​32](https://togithub.com/unjs/defu/issues/32) ([7b1f284](https://togithub.com/unjs/defu/commit/7b1f284b76d2a4706b37adbdb99c49ec9d2d35aa)) ##### [5.0.1](https://togithub.com/unjs/defu/compare/v5.0.0...v5.0.1) (2022-01-13) ### [`v5.0.1`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#501-2022-01-13) [Compare Source](https://togithub.com/unjs/defu/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#500-2021-05-12) [Compare Source](https://togithub.com/unjs/defu/compare/v4.0.1...v5.0.0) ##### ⚠ BREAKING CHANGES - `undefined` values will be bypassed and not consistent behavior with defaults-deep anymore. ##### Features - skip nullish values from source ([#​29](https://togithub.com/unjs/defu/issues/29)) ([076f10a](https://togithub.com/unjs/defu/commit/076f10a77fc1384f53e0586d3c77d754cd419f06)) ##### [4.0.1](https://togithub.com/unjs/defu/compare/v4.0.0...v4.0.1) (2021-04-23) ### [`v4.0.1`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#401-2021-04-23) [Compare Source](https://togithub.com/unjs/defu/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#400-2021-04-23) [Compare Source](https://togithub.com/unjs/defu/compare/v3.2.2...v4.0.0) ##### ⚠ BREAKING CHANGES - module exports ##### Features - module exports ([42df406](https://togithub.com/unjs/defu/commit/42df406b6938bc7ffb5f628efaa9447c4e95b211)) ##### [3.2.2](https://togithub.com/unjs/defu/compare/v3.2.1...v3.2.2) (2020-11-10) ##### Bug Fixes - switch back to bili for es5 support till fixing in siroc ([07786c2](https://togithub.com/unjs/defu/commit/07786c270f9bf49529d8203f31b4b9bd696a6ee3)) ##### [3.2.1](https://togithub.com/unjs/defu/compare/v3.2.0...v3.2.1) (2020-11-09) ##### Bug Fixes - **types:** correct type inference where merged types are same ([#​26](https://togithub.com/unjs/defu/issues/26)) ([f322607](https://togithub.com/unjs/defu/commit/f322607515a5bd19b1a2f28d7e3336fee9194520))

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.



This PR has been generated by Mend Renovate. View repository job log here.